public static final class ClientProtos.DelegationToken.Builder extends com.google.protobuf.GeneratedMessage.Builder<ClientProtos.DelegationToken.Builder> implements ClientProtos.DelegationTokenOrBuilder
hbase.pb.DelegationToken| Modifier and Type | Method and Description |
|---|---|
ClientProtos.DelegationToken |
build() |
ClientProtos.DelegationToken |
buildPartial() |
ClientProtos.DelegationToken.Builder |
clear() |
ClientProtos.DelegationToken.Builder |
clearIdentifier()
optional bytes identifier = 1; |
ClientProtos.DelegationToken.Builder |
clearKind()
optional string kind = 3; |
ClientProtos.DelegationToken.Builder |
clearPassword()
optional bytes password = 2; |
ClientProtos.DelegationToken.Builder |
clearService()
optional string service = 4; |
ClientProtos.DelegationToken.Builder |
clone() |
ClientProtos.DelegationToken |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
com.google.protobuf.ByteString |
getIdentifier()
optional bytes identifier = 1; |
String |
getKind()
optional string kind = 3; |
com.google.protobuf.ByteString |
getKindBytes()
optional string kind = 3; |
com.google.protobuf.ByteString |
getPassword()
optional bytes password = 2; |
String |
getService()
optional string service = 4; |
com.google.protobuf.ByteString |
getServiceBytes()
optional string service = 4; |
boolean |
hasIdentifier()
optional bytes identifier = 1; |
boolean |
hasKind()
optional string kind = 3; |
boolean |
hasPassword()
optional bytes password = 2; |
boolean |
hasService()
optional string service = 4; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
ClientProtos.DelegationToken.Builder |
mergeFrom(ClientProtos.DelegationToken other) |
ClientProtos.DelegationToken.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
ClientProtos.DelegationToken.Builder |
mergeFrom(com.google.protobuf.Message other) |
ClientProtos.DelegationToken.Builder |
setIdentifier(com.google.protobuf.ByteString value)
optional bytes identifier = 1; |
ClientProtos.DelegationToken.Builder |
setKind(String value)
optional string kind = 3; |
ClientProtos.DelegationToken.Builder |
setKindBytes(com.google.protobuf.ByteString value)
optional string kind = 3; |
ClientProtos.DelegationToken.Builder |
setPassword(com.google.protobuf.ByteString value)
optional bytes password = 2; |
ClientProtos.DelegationToken.Builder |
setService(String value)
optional string service = 4; |
ClientProtos.DelegationToken.Builder |
setServiceBytes(com.google.protobuf.ByteString value)
optional string service = 4; |
addRepeatedField, clearField, getAllFields, getField, getFieldBuilder, getParentForChildren, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, isClean, markClean, mergeUnknownFields, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFieldsfindInitializationErrors, getInitializationErrorString, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageExceptionaddAll, newUninitializedMessageExceptionpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage.Builder<ClientProtos.DelegationToken.Builder>public ClientProtos.DelegationToken.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessage.Builder<ClientProtos.DelegationToken.Builder>public ClientProtos.DelegationToken.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessage.Builder<ClientProtos.DelegationToken.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessage.Builder<ClientProtos.DelegationToken.Builder>public ClientProtos.DelegationToken getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic ClientProtos.DelegationToken build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic ClientProtos.DelegationToken buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic ClientProtos.DelegationToken.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<ClientProtos.DelegationToken.Builder>public ClientProtos.DelegationToken.Builder mergeFrom(ClientProtos.DelegationToken other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessage.Builder<ClientProtos.DelegationToken.Builder>public ClientProtos.DelegationToken.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<ClientProtos.DelegationToken.Builder>IOExceptionpublic boolean hasIdentifier()
optional bytes identifier = 1;hasIdentifier in interface ClientProtos.DelegationTokenOrBuilderpublic com.google.protobuf.ByteString getIdentifier()
optional bytes identifier = 1;getIdentifier in interface ClientProtos.DelegationTokenOrBuilderpublic ClientProtos.DelegationToken.Builder setIdentifier(com.google.protobuf.ByteString value)
optional bytes identifier = 1;public ClientProtos.DelegationToken.Builder clearIdentifier()
optional bytes identifier = 1;public boolean hasPassword()
optional bytes password = 2;hasPassword in interface ClientProtos.DelegationTokenOrBuilderpublic com.google.protobuf.ByteString getPassword()
optional bytes password = 2;getPassword in interface ClientProtos.DelegationTokenOrBuilderpublic ClientProtos.DelegationToken.Builder setPassword(com.google.protobuf.ByteString value)
optional bytes password = 2;public ClientProtos.DelegationToken.Builder clearPassword()
optional bytes password = 2;public boolean hasKind()
optional string kind = 3;hasKind in interface ClientProtos.DelegationTokenOrBuilderpublic String getKind()
optional string kind = 3;getKind in interface ClientProtos.DelegationTokenOrBuilderpublic com.google.protobuf.ByteString getKindBytes()
optional string kind = 3;getKindBytes in interface ClientProtos.DelegationTokenOrBuilderpublic ClientProtos.DelegationToken.Builder setKind(String value)
optional string kind = 3;public ClientProtos.DelegationToken.Builder clearKind()
optional string kind = 3;public ClientProtos.DelegationToken.Builder setKindBytes(com.google.protobuf.ByteString value)
optional string kind = 3;public boolean hasService()
optional string service = 4;hasService in interface ClientProtos.DelegationTokenOrBuilderpublic String getService()
optional string service = 4;getService in interface ClientProtos.DelegationTokenOrBuilderpublic com.google.protobuf.ByteString getServiceBytes()
optional string service = 4;getServiceBytes in interface ClientProtos.DelegationTokenOrBuilderpublic ClientProtos.DelegationToken.Builder setService(String value)
optional string service = 4;public ClientProtos.DelegationToken.Builder clearService()
optional string service = 4;public ClientProtos.DelegationToken.Builder setServiceBytes(com.google.protobuf.ByteString value)
optional string service = 4;Copyright © 2007–2019 Cloudera. All rights reserved.