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

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

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

origin: apache/hbase

/**
 * <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: apache/hbase

/**
 * <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: apache/hbase

/**
 * <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 removeUserAuths(int index) {
 if (userAuthsBuilder_ == null) {
  ensureUserAuthsIsMutable();
  userAuths_.remove(index);
  onChanged();
 } else {
  userAuthsBuilder_.remove(index);
 }
 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.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(
  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: harbby/presto-connectors

/**
 * <code>repeated .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: org.apache.hbase/hbase-protocol

/**
 * <code>repeated .hbase.pb.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: org.apache.hbase/hbase-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: com.aliyun.hbase/alihbase-protocol

/**
 * <code>repeated .hbase.pb.UserAuthorizations userAuths = 1;</code>
 */
public Builder removeUserAuths(int index) {
 if (userAuthsBuilder_ == null) {
  ensureUserAuthsIsMutable();
  userAuths_.remove(index);
  onChanged();
 } else {
  userAuthsBuilder_.remove(index);
 }
 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;
}
/**
origin: org.apache.hbase/hbase-protocol

/**
 * <code>repeated .hbase.pb.UserAuthorizations userAuths = 1;</code>
 */
public Builder removeUserAuths(int index) {
 if (userAuthsBuilder_ == null) {
  ensureUserAuthsIsMutable();
  userAuths_.remove(index);
  onChanged();
 } else {
  userAuthsBuilder_.remove(index);
 }
 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.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 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: apache/hbase

 bitField0_ = (bitField0_ & ~0x00000001);
} else {
 ensureUserAuthsIsMutable();
 userAuths_.addAll(other.userAuths_);
origin: apache/hbase

/**
 * <code>repeated .hbase.pb.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: apache/hbase

/**
 * <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: apache/hbase

/**
 * <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: apache/hbase

/**
 * <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: apache/hbase

/**
 * <code>repeated .hbase.pb.UserAuthorizations userAuths = 1;</code>
 */
public Builder removeUserAuths(int index) {
 if (userAuthsBuilder_ == null) {
  ensureUserAuthsIsMutable();
  userAuths_.remove(index);
  onChanged();
 } else {
  userAuthsBuilder_.remove(index);
 }
 return this;
}
/**
org.apache.hadoop.hbase.protobuf.generatedVisibilityLabelsProtos$MultiUserAuthorizations$BuilderensureUserAuthsIsMutable

Popular methods of VisibilityLabelsProtos$MultiUserAuthorizations$Builder

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

Popular in Java

  • Running tasks concurrently on multiple threads
  • scheduleAtFixedRate (ScheduledExecutorService)
  • putExtra (Intent)
  • getSharedPreferences (Context)
  • Window (java.awt)
    A Window object is a top-level window with no borders and no menubar. The default layout for a windo
  • MalformedURLException (java.net)
    This exception is thrown when a program attempts to create an URL from an incorrect specification.
  • MessageDigest (java.security)
    Uses a one-way hash function to turn an arbitrary number of bytes into a fixed-length byte sequence.
  • Comparator (java.util)
    A Comparator is used to compare two objects to determine their ordering with respect to each other.
  • PriorityQueue (java.util)
    A PriorityQueue holds elements on a priority heap, which orders the elements according to their natu
  • ConcurrentHashMap (java.util.concurrent)
    A plug-in replacement for JDK1.5 java.util.concurrent.ConcurrentHashMap. This version is based on or
  • From CI to AI: The AI layer in your organization
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