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

How to use
onChanged
method
in
org.apache.hadoop.hbase.protobuf.generated.VisibilityLabelsProtos$ListLabelsResponse$Builder

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

origin: apache/hbase

/**
 * <code>repeated bytes label = 1;</code>
 */
public Builder clearLabel() {
 label_ = java.util.Collections.emptyList();
 bitField0_ = (bitField0_ & ~0x00000001);
 onChanged();
 return this;
}
origin: apache/hbase

  /**
   * <code>repeated bytes label = 1;</code>
   */
  public Builder addLabel(com.google.protobuf.ByteString value) {
   if (value == null) {
 throw new NullPointerException();
}
ensureLabelIsMutable();
   label_.add(value);
   onChanged();
   return this;
  }
  /**
origin: apache/hbase

  /**
   * <code>repeated bytes label = 1;</code>
   */
  public Builder setLabel(
    int index, com.google.protobuf.ByteString value) {
   if (value == null) {
 throw new NullPointerException();
}
ensureLabelIsMutable();
   label_.set(index, value);
   onChanged();
   return this;
  }
  /**
origin: harbby/presto-connectors

public Builder mergeFrom(org.apache.hadoop.hbase.protobuf.generated.VisibilityLabelsProtos.ListLabelsResponse other) {
 if (other == org.apache.hadoop.hbase.protobuf.generated.VisibilityLabelsProtos.ListLabelsResponse.getDefaultInstance()) return this;
 if (!other.label_.isEmpty()) {
  if (label_.isEmpty()) {
   label_ = other.label_;
   bitField0_ = (bitField0_ & ~0x00000001);
  } else {
   ensureLabelIsMutable();
   label_.addAll(other.label_);
  }
  onChanged();
 }
 this.mergeUnknownFields(other.getUnknownFields());
 return this;
}
origin: com.aliyun.hbase/alihbase-protocol

public Builder mergeFrom(org.apache.hadoop.hbase.protobuf.generated.VisibilityLabelsProtos.ListLabelsResponse other) {
 if (other == org.apache.hadoop.hbase.protobuf.generated.VisibilityLabelsProtos.ListLabelsResponse.getDefaultInstance()) return this;
 if (!other.label_.isEmpty()) {
  if (label_.isEmpty()) {
   label_ = other.label_;
   bitField0_ = (bitField0_ & ~0x00000001);
  } else {
   ensureLabelIsMutable();
   label_.addAll(other.label_);
  }
  onChanged();
 }
 this.mergeUnknownFields(other.getUnknownFields());
 return this;
}
origin: org.apache.hbase/hbase-protocol

public Builder mergeFrom(org.apache.hadoop.hbase.protobuf.generated.VisibilityLabelsProtos.ListLabelsResponse other) {
 if (other == org.apache.hadoop.hbase.protobuf.generated.VisibilityLabelsProtos.ListLabelsResponse.getDefaultInstance()) return this;
 if (!other.label_.isEmpty()) {
  if (label_.isEmpty()) {
   label_ = other.label_;
   bitField0_ = (bitField0_ & ~0x00000001);
  } else {
   ensureLabelIsMutable();
   label_.addAll(other.label_);
  }
  onChanged();
 }
 this.mergeUnknownFields(other.getUnknownFields());
 return this;
}
origin: harbby/presto-connectors

  /**
   * <code>repeated bytes label = 1;</code>
   */
  public Builder setLabel(
    int index, com.facebook.presto.hbase.$internal.com.google.protobuf.ByteString value) {
   if (value == null) {
 throw new NullPointerException();
}
ensureLabelIsMutable();
   label_.set(index, value);
   onChanged();
   return this;
  }
  /**
origin: com.aliyun.hbase/alihbase-protocol

  /**
   * <code>repeated bytes label = 1;</code>
   */
  public Builder setLabel(
    int index, com.google.protobuf.ByteString value) {
   if (value == null) {
 throw new NullPointerException();
}
ensureLabelIsMutable();
   label_.set(index, value);
   onChanged();
   return this;
  }
  /**
origin: org.apache.hbase/hbase-protocol

  /**
   * <code>repeated bytes label = 1;</code>
   */
  public Builder setLabel(
    int index, com.google.protobuf.ByteString value) {
   if (value == null) {
 throw new NullPointerException();
}
ensureLabelIsMutable();
   label_.set(index, value);
   onChanged();
   return this;
  }
  /**
origin: harbby/presto-connectors

  /**
   * <code>repeated bytes label = 1;</code>
   */
  public Builder addLabel(com.facebook.presto.hbase.$internal.com.google.protobuf.ByteString value) {
   if (value == null) {
 throw new NullPointerException();
}
ensureLabelIsMutable();
   label_.add(value);
   onChanged();
   return this;
  }
  /**
origin: com.aliyun.hbase/alihbase-protocol

  /**
   * <code>repeated bytes label = 1;</code>
   */
  public Builder addLabel(com.google.protobuf.ByteString value) {
   if (value == null) {
 throw new NullPointerException();
}
ensureLabelIsMutable();
   label_.add(value);
   onChanged();
   return this;
  }
  /**
origin: harbby/presto-connectors

/**
 * <code>repeated bytes label = 1;</code>
 */
public Builder addAllLabel(
  java.lang.Iterable<? extends com.facebook.presto.hbase.$internal.com.google.protobuf.ByteString> values) {
 ensureLabelIsMutable();
 super.addAll(values, label_);
 onChanged();
 return this;
}
/**
origin: org.apache.hbase/hbase-protocol

  /**
   * <code>repeated bytes label = 1;</code>
   */
  public Builder addLabel(com.google.protobuf.ByteString value) {
   if (value == null) {
 throw new NullPointerException();
}
ensureLabelIsMutable();
   label_.add(value);
   onChanged();
   return this;
  }
  /**
origin: harbby/presto-connectors

/**
 * <code>repeated bytes label = 1;</code>
 */
public Builder clearLabel() {
 label_ = java.util.Collections.emptyList();
 bitField0_ = (bitField0_ & ~0x00000001);
 onChanged();
 return this;
}
origin: com.aliyun.hbase/alihbase-protocol

/**
 * <code>repeated bytes label = 1;</code>
 */
public Builder addAllLabel(
  java.lang.Iterable<? extends com.google.protobuf.ByteString> values) {
 ensureLabelIsMutable();
 super.addAll(values, label_);
 onChanged();
 return this;
}
/**
origin: org.apache.hbase/hbase-protocol

/**
 * <code>repeated bytes label = 1;</code>
 */
public Builder clearLabel() {
 label_ = java.util.Collections.emptyList();
 bitField0_ = (bitField0_ & ~0x00000001);
 onChanged();
 return this;
}
origin: com.aliyun.hbase/alihbase-protocol

/**
 * <code>repeated bytes label = 1;</code>
 */
public Builder clearLabel() {
 label_ = java.util.Collections.emptyList();
 bitField0_ = (bitField0_ & ~0x00000001);
 onChanged();
 return this;
}
origin: org.apache.hbase/hbase-protocol

/**
 * <code>repeated bytes label = 1;</code>
 */
public Builder addAllLabel(
  java.lang.Iterable<? extends com.google.protobuf.ByteString> values) {
 ensureLabelIsMutable();
 super.addAll(values, label_);
 onChanged();
 return this;
}
/**
origin: apache/hbase

public Builder mergeFrom(org.apache.hadoop.hbase.protobuf.generated.VisibilityLabelsProtos.ListLabelsResponse other) {
 if (other == org.apache.hadoop.hbase.protobuf.generated.VisibilityLabelsProtos.ListLabelsResponse.getDefaultInstance()) return this;
 if (!other.label_.isEmpty()) {
  if (label_.isEmpty()) {
   label_ = other.label_;
   bitField0_ = (bitField0_ & ~0x00000001);
  } else {
   ensureLabelIsMutable();
   label_.addAll(other.label_);
  }
  onChanged();
 }
 this.mergeUnknownFields(other.getUnknownFields());
 return this;
}
origin: apache/hbase

/**
 * <code>repeated bytes label = 1;</code>
 */
public Builder addAllLabel(
  java.lang.Iterable<? extends com.google.protobuf.ByteString> values) {
 ensureLabelIsMutable();
 super.addAll(values, label_);
 onChanged();
 return this;
}
/**
org.apache.hadoop.hbase.protobuf.generatedVisibilityLabelsProtos$ListLabelsResponse$BuilderonChanged

Popular methods of VisibilityLabelsProtos$ListLabelsResponse$Builder

  • <init>
  • buildPartial
  • create
  • ensureLabelIsMutable
  • maybeForceBuilderInitialization
  • mergeFrom
  • mergeUnknownFields
  • newUninitializedMessageException
  • onBuilt
  • addLabel
    repeated bytes label = 1;
  • build
  • build

Popular in Java

  • Making http post requests using okhttp
  • setContentView (Activity)
  • getSystemService (Context)
  • setScale (BigDecimal)
  • Container (java.awt)
    A generic Abstract Window Toolkit(AWT) container object is a component that can contain other AWT co
  • Font (java.awt)
    The Font class represents fonts, which are used to render text in a visible way. A font provides the
  • RandomAccessFile (java.io)
    Allows reading from and writing to a file in a random-access manner. This is different from the uni-
  • MalformedURLException (java.net)
    This exception is thrown when a program attempts to create an URL from an incorrect specification.
  • Servlet (javax.servlet)
    Defines methods that all servlets must implement. A servlet is a small Java program that runs within
  • XPath (javax.xml.xpath)
    XPath provides access to the XPath evaluation environment and expressions. Evaluation of XPath Expr
  • Top PhpStorm 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