Tabnine Logo
AuthenticationProtos$AuthenticationKey$Builder.onChanged
Code IndexAdd Tabnine to your IDE (free)

How to use
onChanged
method
in
org.apache.hadoop.hbase.protobuf.generated.AuthenticationProtos$AuthenticationKey$Builder

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

origin: apache/hbase

  /**
   * <code>required bytes key = 3;</code>
   */
  public Builder setKey(com.google.protobuf.ByteString value) {
   if (value == null) {
 throw new NullPointerException();
}
bitField0_ |= 0x00000004;
   key_ = value;
   onChanged();
   return this;
  }
  /**
origin: org.apache.hbase/hbase-protocol

  /**
   * <code>required bytes key = 3;</code>
   */
  public Builder setKey(com.google.protobuf.ByteString value) {
   if (value == null) {
 throw new NullPointerException();
}
bitField0_ |= 0x00000004;
   key_ = value;
   onChanged();
   return this;
  }
  /**
origin: com.aliyun.hbase/alihbase-protocol

/**
 * <code>required bytes key = 3;</code>
 */
public Builder clearKey() {
 bitField0_ = (bitField0_ & ~0x00000004);
 key_ = getDefaultInstance().getKey();
 onChanged();
 return this;
}
origin: com.aliyun.hbase/alihbase-protocol

/**
 * <code>required int64 expiration_date = 2;</code>
 */
public Builder setExpirationDate(long value) {
 bitField0_ |= 0x00000002;
 expirationDate_ = value;
 onChanged();
 return this;
}
/**
origin: com.aliyun.hbase/alihbase-protocol

/**
 * <code>required int32 id = 1;</code>
 */
public Builder clearId() {
 bitField0_ = (bitField0_ & ~0x00000001);
 id_ = 0;
 onChanged();
 return this;
}
origin: harbby/presto-connectors

/**
 * <code>required bytes key = 3;</code>
 */
public Builder clearKey() {
 bitField0_ = (bitField0_ & ~0x00000004);
 key_ = getDefaultInstance().getKey();
 onChanged();
 return this;
}
origin: harbby/presto-connectors

/**
 * <code>required int64 expiration_date = 2;</code>
 */
public Builder setExpirationDate(long value) {
 bitField0_ |= 0x00000002;
 expirationDate_ = value;
 onChanged();
 return this;
}
/**
origin: org.apache.hbase/hbase-protocol

/**
 * <code>required int64 expiration_date = 2;</code>
 */
public Builder clearExpirationDate() {
 bitField0_ = (bitField0_ & ~0x00000002);
 expirationDate_ = 0L;
 onChanged();
 return this;
}
origin: org.apache.hbase/hbase-protocol

/**
 * <code>required int64 expiration_date = 2;</code>
 */
public Builder setExpirationDate(long value) {
 bitField0_ |= 0x00000002;
 expirationDate_ = value;
 onChanged();
 return this;
}
/**
origin: com.aliyun.hbase/alihbase-protocol

/**
 * <code>required int32 id = 1;</code>
 */
public Builder setId(int value) {
 bitField0_ |= 0x00000001;
 id_ = value;
 onChanged();
 return this;
}
/**
origin: harbby/presto-connectors

/**
 * <code>required int64 expiration_date = 2;</code>
 */
public Builder clearExpirationDate() {
 bitField0_ = (bitField0_ & ~0x00000002);
 expirationDate_ = 0L;
 onChanged();
 return this;
}
origin: com.aliyun.hbase/alihbase-protocol

/**
 * <code>required int64 expiration_date = 2;</code>
 */
public Builder clearExpirationDate() {
 bitField0_ = (bitField0_ & ~0x00000002);
 expirationDate_ = 0L;
 onChanged();
 return this;
}
origin: org.apache.hbase/hbase-protocol

/**
 * <code>required bytes key = 3;</code>
 */
public Builder clearKey() {
 bitField0_ = (bitField0_ & ~0x00000004);
 key_ = getDefaultInstance().getKey();
 onChanged();
 return this;
}
origin: org.apache.hbase/hbase-protocol

/**
 * <code>required int32 id = 1;</code>
 */
public Builder clearId() {
 bitField0_ = (bitField0_ & ~0x00000001);
 id_ = 0;
 onChanged();
 return this;
}
origin: org.apache.hbase/hbase-protocol

/**
 * <code>required int32 id = 1;</code>
 */
public Builder setId(int value) {
 bitField0_ |= 0x00000001;
 id_ = value;
 onChanged();
 return this;
}
/**
origin: apache/hbase

/**
 * <code>required int64 expiration_date = 2;</code>
 */
public Builder setExpirationDate(long value) {
 bitField0_ |= 0x00000002;
 expirationDate_ = value;
 onChanged();
 return this;
}
/**
origin: apache/hbase

/**
 * <code>required bytes key = 3;</code>
 */
public Builder clearKey() {
 bitField0_ = (bitField0_ & ~0x00000004);
 key_ = getDefaultInstance().getKey();
 onChanged();
 return this;
}
origin: apache/hbase

/**
 * <code>required int32 id = 1;</code>
 */
public Builder clearId() {
 bitField0_ = (bitField0_ & ~0x00000001);
 id_ = 0;
 onChanged();
 return this;
}
origin: apache/hbase

/**
 * <code>required int32 id = 1;</code>
 */
public Builder setId(int value) {
 bitField0_ |= 0x00000001;
 id_ = value;
 onChanged();
 return this;
}
/**
origin: apache/hbase

/**
 * <code>required int64 expiration_date = 2;</code>
 */
public Builder clearExpirationDate() {
 bitField0_ = (bitField0_ & ~0x00000002);
 expirationDate_ = 0L;
 onChanged();
 return this;
}
org.apache.hadoop.hbase.protobuf.generatedAuthenticationProtos$AuthenticationKey$BuilderonChanged

Popular methods of AuthenticationProtos$AuthenticationKey$Builder

  • <init>
  • buildPartial
  • create
  • hasExpirationDate
    required int64 expiration_date = 2;
  • hasId
    required int32 id = 1;
  • hasKey
    required bytes key = 3;
  • maybeForceBuilderInitialization
  • mergeFrom
  • mergeUnknownFields
  • newUninitializedMessageException
  • onBuilt
  • setExpirationDate
    required int64 expiration_date = 2;
  • onBuilt,
  • setExpirationDate,
  • setId,
  • setKey

Popular in Java

  • Reactive rest calls using spring rest template
  • getSharedPreferences (Context)
  • setContentView (Activity)
  • getResourceAsStream (ClassLoader)
  • ObjectMapper (com.fasterxml.jackson.databind)
    ObjectMapper provides functionality for reading and writing JSON, either to and from basic POJOs (Pl
  • FileInputStream (java.io)
    An input stream that reads bytes from a file. File file = ...finally if (in != null) in.clos
  • OutputStream (java.io)
    A writable sink for bytes.Most clients will use output streams that write data to the file system (
  • SortedSet (java.util)
    SortedSet is a Set which iterates over its elements in a sorted order. The order is determined eithe
  • DataSource (javax.sql)
    An interface for the creation of Connection objects which represent a connection to a database. This
  • Base64 (org.apache.commons.codec.binary)
    Provides Base64 encoding and decoding as defined by RFC 2045.This class implements section 6.8. Base
  • Github Copilot 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