Tabnine Logo
IncrementCounterProcessorTestProtos$FriendsOfFriendsProcessorRequest$Builder.ensureResultIsMutable
Code IndexAdd Tabnine to your IDE (free)

How to use
ensureResultIsMutable
method
in
org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos$FriendsOfFriendsProcessorRequest$Builder

Best Java code snippets using org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos$FriendsOfFriendsProcessorRequest$Builder.ensureResultIsMutable (Showing top 15 results out of 315)

origin: apache/hbase

  /**
   * <code>repeated string result = 3;</code>
   */
  public Builder addResultBytes(
    com.google.protobuf.ByteString value) {
   if (value == null) {
 throw new NullPointerException();
}
ensureResultIsMutable();
   result_.add(value);
   onChanged();
   return this;
  }
origin: apache/hbase

  /**
   * <code>repeated string result = 3;</code>
   */
  public Builder addResult(
    java.lang.String value) {
   if (value == null) {
 throw new NullPointerException();
}
ensureResultIsMutable();
   result_.add(value);
   onChanged();
   return this;
  }
  /**
origin: apache/hbase

  /**
   * <code>repeated string result = 3;</code>
   */
  public Builder setResult(
    int index, java.lang.String value) {
   if (value == null) {
 throw new NullPointerException();
}
ensureResultIsMutable();
   result_.set(index, value);
   onChanged();
   return this;
  }
  /**
origin: com.aliyun.hbase/alihbase-endpoint

public Builder mergeFrom(org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.FriendsOfFriendsProcessorRequest other) {
 if (other == org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.FriendsOfFriendsProcessorRequest.getDefaultInstance()) return this;
 if (other.hasPerson()) {
  setPerson(other.getPerson());
 }
 if (other.hasRow()) {
  setRow(other.getRow());
 }
 if (!other.result_.isEmpty()) {
  if (result_.isEmpty()) {
   result_ = other.result_;
   bitField0_ = (bitField0_ & ~0x00000004);
  } else {
   ensureResultIsMutable();
   result_.addAll(other.result_);
  }
  onChanged();
 }
 this.mergeUnknownFields(other.getUnknownFields());
 return this;
}
origin: org.apache.hbase/hbase-endpoint

public Builder mergeFrom(org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.FriendsOfFriendsProcessorRequest other) {
 if (other == org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.FriendsOfFriendsProcessorRequest.getDefaultInstance()) return this;
 if (other.hasPerson()) {
  setPerson(other.getPerson());
 }
 if (other.hasRow()) {
  setRow(other.getRow());
 }
 if (!other.result_.isEmpty()) {
  if (result_.isEmpty()) {
   result_ = other.result_;
   bitField0_ = (bitField0_ & ~0x00000004);
  } else {
   ensureResultIsMutable();
   result_.addAll(other.result_);
  }
  onChanged();
 }
 this.mergeUnknownFields(other.getUnknownFields());
 return this;
}
origin: org.apache.hbase/hbase-endpoint

  /**
   * <code>repeated string result = 3;</code>
   */
  public Builder setResult(
    int index, java.lang.String value) {
   if (value == null) {
 throw new NullPointerException();
}
ensureResultIsMutable();
   result_.set(index, value);
   onChanged();
   return this;
  }
  /**
origin: org.apache.hbase/hbase-endpoint

  /**
   * <code>repeated string result = 3;</code>
   */
  public Builder addResult(
    java.lang.String value) {
   if (value == null) {
 throw new NullPointerException();
}
ensureResultIsMutable();
   result_.add(value);
   onChanged();
   return this;
  }
  /**
origin: com.aliyun.hbase/alihbase-endpoint

  /**
   * <code>repeated string result = 3;</code>
   */
  public Builder addResult(
    java.lang.String value) {
   if (value == null) {
 throw new NullPointerException();
}
ensureResultIsMutable();
   result_.add(value);
   onChanged();
   return this;
  }
  /**
origin: com.aliyun.hbase/alihbase-endpoint

  /**
   * <code>repeated string result = 3;</code>
   */
  public Builder setResult(
    int index, java.lang.String value) {
   if (value == null) {
 throw new NullPointerException();
}
ensureResultIsMutable();
   result_.set(index, value);
   onChanged();
   return this;
  }
  /**
origin: org.apache.hbase/hbase-endpoint

  /**
   * <code>repeated string result = 3;</code>
   */
  public Builder addResultBytes(
    com.google.protobuf.ByteString value) {
   if (value == null) {
 throw new NullPointerException();
}
ensureResultIsMutable();
   result_.add(value);
   onChanged();
   return this;
  }
origin: com.aliyun.hbase/alihbase-endpoint

  /**
   * <code>repeated string result = 3;</code>
   */
  public Builder addResultBytes(
    com.google.protobuf.ByteString value) {
   if (value == null) {
 throw new NullPointerException();
}
ensureResultIsMutable();
   result_.add(value);
   onChanged();
   return this;
  }
origin: org.apache.hbase/hbase-endpoint

/**
 * <code>repeated string result = 3;</code>
 */
public Builder addAllResult(
  java.lang.Iterable<java.lang.String> values) {
 ensureResultIsMutable();
 super.addAll(values, result_);
 onChanged();
 return this;
}
/**
origin: com.aliyun.hbase/alihbase-endpoint

/**
 * <code>repeated string result = 3;</code>
 */
public Builder addAllResult(
  java.lang.Iterable<java.lang.String> values) {
 ensureResultIsMutable();
 super.addAll(values, result_);
 onChanged();
 return this;
}
/**
origin: apache/hbase

public Builder mergeFrom(org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.FriendsOfFriendsProcessorRequest other) {
 if (other == org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.FriendsOfFriendsProcessorRequest.getDefaultInstance()) return this;
 if (other.hasPerson()) {
  setPerson(other.getPerson());
 }
 if (other.hasRow()) {
  setRow(other.getRow());
 }
 if (!other.result_.isEmpty()) {
  if (result_.isEmpty()) {
   result_ = other.result_;
   bitField0_ = (bitField0_ & ~0x00000004);
  } else {
   ensureResultIsMutable();
   result_.addAll(other.result_);
  }
  onChanged();
 }
 this.mergeUnknownFields(other.getUnknownFields());
 return this;
}
origin: apache/hbase

/**
 * <code>repeated string result = 3;</code>
 */
public Builder addAllResult(
  java.lang.Iterable<java.lang.String> values) {
 ensureResultIsMutable();
 super.addAll(values, result_);
 onChanged();
 return this;
}
/**
org.apache.hadoop.hbase.coprocessor.protobuf.generatedIncrementCounterProcessorTestProtos$FriendsOfFriendsProcessorRequest$BuilderensureResultIsMutable

Popular methods of IncrementCounterProcessorTestProtos$FriendsOfFriendsProcessorRequest$Builder

  • setPerson
    required bytes person = 1;
  • setRow
    required bytes row = 2;
  • <init>
  • addAllResult
    repeated string result = 3;
  • build
  • buildPartial
  • create
  • hasPerson
    required bytes person = 1;
  • hasRow
    required bytes row = 2;
  • maybeForceBuilderInitialization
  • mergeFrom
  • mergeUnknownFields
  • mergeFrom,
  • mergeUnknownFields,
  • newUninitializedMessageException,
  • onBuilt,
  • onChanged

Popular in Java

  • Parsing JSON documents to java classes using gson
  • setContentView (Activity)
  • getSystemService (Context)
  • getExternalFilesDir (Context)
  • Thread (java.lang)
    A thread is a thread of execution in a program. The Java Virtual Machine allows an application to ha
  • SQLException (java.sql)
    An exception that indicates a failed JDBC operation. It provides the following information about pro
  • Dictionary (java.util)
    Note: Do not use this class since it is obsolete. Please use the Map interface for new implementatio
  • ResourceBundle (java.util)
    ResourceBundle is an abstract class which is the superclass of classes which provide Locale-specifi
  • IOUtils (org.apache.commons.io)
    General IO stream manipulation utilities. This class provides static utility methods for input/outpu
  • Location (org.springframework.beans.factory.parsing)
    Class that models an arbitrary location in a Resource.Typically used to track the location of proble
  • CodeWhisperer alternatives
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