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

How to use
onChanged
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.onChanged (Showing top 20 results out of 315)

origin: apache/hbase

/**
 * <code>repeated .hbase.pb.UserAuthorizations userAuths = 1;</code>
 */
public Builder clearUserAuths() {
 if (userAuthsBuilder_ == null) {
  userAuths_ = java.util.Collections.emptyList();
  bitField0_ = (bitField0_ & ~0x00000001);
  onChanged();
 } else {
  userAuthsBuilder_.clear();
 }
 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 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: 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: 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: 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: com.aliyun.hbase/alihbase-protocol

/**
 * <code>repeated .hbase.pb.UserAuthorizations userAuths = 1;</code>
 */
public Builder clearUserAuths() {
 if (userAuthsBuilder_ == null) {
  userAuths_ = java.util.Collections.emptyList();
  bitField0_ = (bitField0_ & ~0x00000001);
  onChanged();
 } else {
  userAuthsBuilder_.clear();
 }
 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 clearUserAuths() {
 if (userAuthsBuilder_ == null) {
  userAuths_ = java.util.Collections.emptyList();
  bitField0_ = (bitField0_ & ~0x00000001);
  onChanged();
 } else {
  userAuthsBuilder_.clear();
 }
 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 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

 userAuths_.addAll(other.userAuths_);
onChanged();
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: 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$BuilderonChanged

Popular methods of VisibilityLabelsProtos$MultiUserAuthorizations$Builder

  • <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,
  • addUserAuths,
  • build

Popular in Java

  • Creating JSON documents from java classes using gson
  • getContentResolver (Context)
  • onRequestPermissionsResult (Fragment)
  • runOnUiThread (Activity)
  • FlowLayout (java.awt)
    A flow layout arranges components in a left-to-right flow, much like lines of text in a paragraph. F
  • InputStreamReader (java.io)
    A class for turning a byte stream into a character stream. Data read from the source input stream is
  • SocketException (java.net)
    This SocketException may be thrown during socket creation or setting options, and is the superclass
  • JList (javax.swing)
  • StringUtils (org.apache.commons.lang)
    Operations on java.lang.String that arenull safe. * IsEmpty/IsBlank - checks if a String contains
  • Get (org.apache.hadoop.hbase.client)
    Used to perform Get operations on a single row. To get everything for a row, instantiate a Get objec
  • Top Sublime Text plugins
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