Tabnine Logo
VisibilityLabelsProtos$MultiUserAuthorizations$Builder
Code IndexAdd Tabnine to your IDE (free)

How to use
VisibilityLabelsProtos$MultiUserAuthorizations$Builder
in
org.apache.hadoop.hbase.protobuf.generated

Best Java code snippets using org.apache.hadoop.hbase.protobuf.generated.VisibilityLabelsProtos$MultiUserAuthorizations$Builder (Showing top 20 results out of 315)

origin: apache/hbase

   bitField0_ = (bitField0_ & ~0x00000001);
  } else {
   ensureUserAuthsIsMutable();
   userAuths_.addAll(other.userAuths_);
  onChanged();
   userAuthsBuilder_ = 
    com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders ?
      getUserAuthsFieldBuilder() : null;
  } else {
   userAuthsBuilder_.addAllMessages(other.userAuths_);
this.mergeUnknownFields(other.getUnknownFields());
return this;
origin: apache/hbase

private com.google.protobuf.RepeatedFieldBuilder<
  org.apache.hadoop.hbase.protobuf.generated.VisibilityLabelsProtos.UserAuthorizations, org.apache.hadoop.hbase.protobuf.generated.VisibilityLabelsProtos.UserAuthorizations.Builder, org.apache.hadoop.hbase.protobuf.generated.VisibilityLabelsProtos.UserAuthorizationsOrBuilder> 
  getUserAuthsFieldBuilder() {
 if (userAuthsBuilder_ == null) {
  userAuthsBuilder_ = new com.google.protobuf.RepeatedFieldBuilder<
    org.apache.hadoop.hbase.protobuf.generated.VisibilityLabelsProtos.UserAuthorizations, org.apache.hadoop.hbase.protobuf.generated.VisibilityLabelsProtos.UserAuthorizations.Builder, org.apache.hadoop.hbase.protobuf.generated.VisibilityLabelsProtos.UserAuthorizationsOrBuilder>(
      userAuths_,
      ((bitField0_ & 0x00000001) == 0x00000001),
      getParentForChildren(),
      isClean());
  userAuths_ = null;
 }
 return userAuthsBuilder_;
}
origin: harbby/presto-connectors

   bitField0_ = (bitField0_ & ~0x00000001);
  } else {
   ensureUserAuthsIsMutable();
   userAuths_.addAll(other.userAuths_);
  onChanged();
   userAuthsBuilder_ = 
    com.facebook.presto.hbase.$internal.com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders ?
      getUserAuthsFieldBuilder() : null;
  } else {
   userAuthsBuilder_.addAllMessages(other.userAuths_);
this.mergeUnknownFields(other.getUnknownFields());
return this;
origin: com.aliyun.hbase/alihbase-protocol

   bitField0_ = (bitField0_ & ~0x00000001);
  } else {
   ensureUserAuthsIsMutable();
   userAuths_.addAll(other.userAuths_);
  onChanged();
   userAuthsBuilder_ = 
    com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders ?
      getUserAuthsFieldBuilder() : null;
  } else {
   userAuthsBuilder_.addAllMessages(other.userAuths_);
this.mergeUnknownFields(other.getUnknownFields());
return this;
origin: org.apache.hbase/hbase-protocol

   bitField0_ = (bitField0_ & ~0x00000001);
  } else {
   ensureUserAuthsIsMutable();
   userAuths_.addAll(other.userAuths_);
  onChanged();
   userAuthsBuilder_ = 
    com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders ?
      getUserAuthsFieldBuilder() : null;
  } else {
   userAuthsBuilder_.addAllMessages(other.userAuths_);
this.mergeUnknownFields(other.getUnknownFields());
return this;
origin: harbby/presto-connectors

/**
 * <code>repeated .UserAuthorizations userAuths = 1;</code>
 */
public Builder addUserAuths(
  int index, org.apache.hadoop.hbase.protobuf.generated.VisibilityLabelsProtos.UserAuthorizations value) {
 if (userAuthsBuilder_ == null) {
  if (value == null) {
   throw new NullPointerException();
  }
  ensureUserAuthsIsMutable();
  userAuths_.add(index, value);
  onChanged();
 } else {
  userAuthsBuilder_.addMessage(index, value);
 }
 return this;
}
/**
origin: harbby/presto-connectors

/**
 * <code>repeated .UserAuthorizations userAuths = 1;</code>
 */
public Builder setUserAuths(
  int index, org.apache.hadoop.hbase.protobuf.generated.VisibilityLabelsProtos.UserAuthorizations value) {
 if (userAuthsBuilder_ == null) {
  if (value == null) {
   throw new NullPointerException();
  }
  ensureUserAuthsIsMutable();
  userAuths_.set(index, value);
  onChanged();
 } else {
  userAuthsBuilder_.setMessage(index, value);
 }
 return this;
}
/**
origin: com.aliyun.hbase/alihbase-protocol

/**
 * <code>repeated .hbase.pb.UserAuthorizations userAuths = 1;</code>
 */
public Builder addUserAuths(
  int index, org.apache.hadoop.hbase.protobuf.generated.VisibilityLabelsProtos.UserAuthorizations value) {
 if (userAuthsBuilder_ == null) {
  if (value == null) {
   throw new NullPointerException();
  }
  ensureUserAuthsIsMutable();
  userAuths_.add(index, value);
  onChanged();
 } else {
  userAuthsBuilder_.addMessage(index, value);
 }
 return this;
}
/**
origin: com.aliyun.hbase/alihbase-protocol

/**
 * <code>repeated .hbase.pb.UserAuthorizations userAuths = 1;</code>
 */
public Builder setUserAuths(
  int index, org.apache.hadoop.hbase.protobuf.generated.VisibilityLabelsProtos.UserAuthorizations value) {
 if (userAuthsBuilder_ == null) {
  if (value == null) {
   throw new NullPointerException();
  }
  ensureUserAuthsIsMutable();
  userAuths_.set(index, value);
  onChanged();
 } else {
  userAuthsBuilder_.setMessage(index, value);
 }
 return this;
}
/**
origin: harbby/presto-connectors

/**
 * <code>repeated .UserAuthorizations userAuths = 1;</code>
 */
public Builder addUserAuths(org.apache.hadoop.hbase.protobuf.generated.VisibilityLabelsProtos.UserAuthorizations value) {
 if (userAuthsBuilder_ == null) {
  if (value == null) {
   throw new NullPointerException();
  }
  ensureUserAuthsIsMutable();
  userAuths_.add(value);
  onChanged();
 } else {
  userAuthsBuilder_.addMessage(value);
 }
 return this;
}
/**
origin: org.apache.hbase/hbase-protocol

/**
 * <code>repeated .hbase.pb.UserAuthorizations userAuths = 1;</code>
 */
public Builder addUserAuths(
  int index, org.apache.hadoop.hbase.protobuf.generated.VisibilityLabelsProtos.UserAuthorizations value) {
 if (userAuthsBuilder_ == null) {
  if (value == null) {
   throw new NullPointerException();
  }
  ensureUserAuthsIsMutable();
  userAuths_.add(index, value);
  onChanged();
 } else {
  userAuthsBuilder_.addMessage(index, value);
 }
 return this;
}
/**
origin: org.apache.hbase/hbase-protocol

/**
 * <code>repeated .hbase.pb.UserAuthorizations userAuths = 1;</code>
 */
public Builder setUserAuths(
  int index, org.apache.hadoop.hbase.protobuf.generated.VisibilityLabelsProtos.UserAuthorizations value) {
 if (userAuthsBuilder_ == null) {
  if (value == null) {
   throw new NullPointerException();
  }
  ensureUserAuthsIsMutable();
  userAuths_.set(index, value);
  onChanged();
 } else {
  userAuthsBuilder_.setMessage(index, value);
 }
 return this;
}
/**
origin: com.aliyun.hbase/alihbase-protocol

/**
 * <code>repeated .hbase.pb.UserAuthorizations userAuths = 1;</code>
 */
public Builder addUserAuths(org.apache.hadoop.hbase.protobuf.generated.VisibilityLabelsProtos.UserAuthorizations value) {
 if (userAuthsBuilder_ == null) {
  if (value == null) {
   throw new NullPointerException();
  }
  ensureUserAuthsIsMutable();
  userAuths_.add(value);
  onChanged();
 } else {
  userAuthsBuilder_.addMessage(value);
 }
 return this;
}
/**
origin: org.apache.hbase/hbase-protocol

/**
 * <code>repeated .hbase.pb.UserAuthorizations userAuths = 1;</code>
 */
public Builder addUserAuths(org.apache.hadoop.hbase.protobuf.generated.VisibilityLabelsProtos.UserAuthorizations value) {
 if (userAuthsBuilder_ == null) {
  if (value == null) {
   throw new NullPointerException();
  }
  ensureUserAuthsIsMutable();
  userAuths_.add(value);
  onChanged();
 } else {
  userAuthsBuilder_.addMessage(value);
 }
 return this;
}
/**
origin: harbby/presto-connectors

/**
 * <code>repeated .UserAuthorizations userAuths = 1;</code>
 */
public Builder setUserAuths(
  int index, org.apache.hadoop.hbase.protobuf.generated.VisibilityLabelsProtos.UserAuthorizations.Builder builderForValue) {
 if (userAuthsBuilder_ == null) {
  ensureUserAuthsIsMutable();
  userAuths_.set(index, builderForValue.build());
  onChanged();
 } else {
  userAuthsBuilder_.setMessage(index, builderForValue.build());
 }
 return this;
}
/**
origin: harbby/presto-connectors

/**
 * <code>repeated .UserAuthorizations userAuths = 1;</code>
 */
public Builder addAllUserAuths(
  java.lang.Iterable<? extends org.apache.hadoop.hbase.protobuf.generated.VisibilityLabelsProtos.UserAuthorizations> values) {
 if (userAuthsBuilder_ == null) {
  ensureUserAuthsIsMutable();
  super.addAll(values, userAuths_);
  onChanged();
 } else {
  userAuthsBuilder_.addAllMessages(values);
 }
 return this;
}
/**
origin: com.aliyun.hbase/alihbase-protocol

/**
 * <code>repeated .hbase.pb.UserAuthorizations userAuths = 1;</code>
 */
public Builder setUserAuths(
  int index, org.apache.hadoop.hbase.protobuf.generated.VisibilityLabelsProtos.UserAuthorizations.Builder builderForValue) {
 if (userAuthsBuilder_ == null) {
  ensureUserAuthsIsMutable();
  userAuths_.set(index, builderForValue.build());
  onChanged();
 } else {
  userAuthsBuilder_.setMessage(index, builderForValue.build());
 }
 return this;
}
/**
origin: com.aliyun.hbase/alihbase-protocol

/**
 * <code>repeated .hbase.pb.UserAuthorizations userAuths = 1;</code>
 */
public Builder addUserAuths(
  int index, org.apache.hadoop.hbase.protobuf.generated.VisibilityLabelsProtos.UserAuthorizations.Builder builderForValue) {
 if (userAuthsBuilder_ == null) {
  ensureUserAuthsIsMutable();
  userAuths_.add(index, builderForValue.build());
  onChanged();
 } else {
  userAuthsBuilder_.addMessage(index, builderForValue.build());
 }
 return this;
}
/**
origin: com.aliyun.hbase/alihbase-protocol

/**
 * <code>repeated .hbase.pb.UserAuthorizations userAuths = 1;</code>
 */
public Builder addUserAuths(
  org.apache.hadoop.hbase.protobuf.generated.VisibilityLabelsProtos.UserAuthorizations.Builder builderForValue) {
 if (userAuthsBuilder_ == null) {
  ensureUserAuthsIsMutable();
  userAuths_.add(builderForValue.build());
  onChanged();
 } else {
  userAuthsBuilder_.addMessage(builderForValue.build());
 }
 return this;
}
/**
origin: harbby/presto-connectors

/**
 * <code>repeated .UserAuthorizations userAuths = 1;</code>
 */
public Builder addUserAuths(
  int index, org.apache.hadoop.hbase.protobuf.generated.VisibilityLabelsProtos.UserAuthorizations.Builder builderForValue) {
 if (userAuthsBuilder_ == null) {
  ensureUserAuthsIsMutable();
  userAuths_.add(index, builderForValue.build());
  onChanged();
 } else {
  userAuthsBuilder_.addMessage(index, builderForValue.build());
 }
 return this;
}
/**
org.apache.hadoop.hbase.protobuf.generatedVisibilityLabelsProtos$MultiUserAuthorizations$Builder

Javadoc

Protobuf type hbase.pb.MultiUserAuthorizations

Most used methods

  • <init>
  • buildPartial
  • create
  • ensureUserAuthsIsMutable
  • getParentForChildren
  • getUserAuths
    repeated .hbase.pb.UserAuthorizations userAuths = 1;
  • getUserAuthsCount
    repeated .hbase.pb.UserAuthorizations userAuths = 1;
  • getUserAuthsFieldBuilder
  • isClean
  • maybeForceBuilderInitialization
  • mergeFrom
  • mergeUnknownFields
  • mergeFrom,
  • mergeUnknownFields,
  • newUninitializedMessageException,
  • onBuilt,
  • onChanged,
  • addUserAuths,
  • build

Popular in Java

  • Finding current android device location
  • getResourceAsStream (ClassLoader)
  • compareTo (BigDecimal)
  • setContentView (Activity)
  • Connection (java.sql)
    A connection represents a link from a Java application to a database. All SQL statements and results
  • DecimalFormat (java.text)
    A concrete subclass of NumberFormat that formats decimal numbers. It has a variety of features desig
  • HashMap (java.util)
    HashMap is an implementation of Map. All optional operations are supported.All elements are permitte
  • SortedMap (java.util)
    A map that has its keys ordered. The sorting is according to either the natural ordering of its keys
  • Filter (javax.servlet)
    A filter is an object that performs filtering tasks on either the request to a resource (a servlet o
  • JComboBox (javax.swing)
  • Top plugins for WebStorm
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now