public static final class SecurityProtos.CredentialsKVProto.Builder extends org.apache.hadoop.thirdparty.protobuf.GeneratedMessageV3.Builder<SecurityProtos.CredentialsKVProto.Builder> implements SecurityProtos.CredentialsKVProtoOrBuilder
hadoop.common.CredentialsKVProto| Modifier and Type | Method and Description |
|---|---|
SecurityProtos.CredentialsKVProto.Builder |
addRepeatedField(org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor field,
Object value) |
SecurityProtos.CredentialsKVProto |
build() |
SecurityProtos.CredentialsKVProto |
buildPartial() |
SecurityProtos.CredentialsKVProto.Builder |
clear() |
SecurityProtos.CredentialsKVProto.Builder |
clearAlias()
required string alias = 1; |
SecurityProtos.CredentialsKVProto.Builder |
clearField(org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor field) |
SecurityProtos.CredentialsKVProto.Builder |
clearOneof(org.apache.hadoop.thirdparty.protobuf.Descriptors.OneofDescriptor oneof) |
SecurityProtos.CredentialsKVProto.Builder |
clearSecret()
optional bytes secret = 3; |
SecurityProtos.CredentialsKVProto.Builder |
clearToken()
optional .hadoop.common.TokenProto token = 2; |
SecurityProtos.CredentialsKVProto.Builder |
clone() |
String |
getAlias()
required string alias = 1; |
org.apache.hadoop.thirdparty.protobuf.ByteString |
getAliasBytes()
required string alias = 1; |
SecurityProtos.CredentialsKVProto |
getDefaultInstanceForType() |
static org.apache.hadoop.thirdparty.protobuf.Descriptors.Descriptor |
getDescriptor() |
org.apache.hadoop.thirdparty.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
org.apache.hadoop.thirdparty.protobuf.ByteString |
getSecret()
optional bytes secret = 3; |
SecurityProtos.TokenProto |
getToken()
optional .hadoop.common.TokenProto token = 2; |
SecurityProtos.TokenProto.Builder |
getTokenBuilder()
optional .hadoop.common.TokenProto token = 2; |
SecurityProtos.TokenProtoOrBuilder |
getTokenOrBuilder()
optional .hadoop.common.TokenProto token = 2; |
boolean |
hasAlias()
required string alias = 1; |
boolean |
hasSecret()
optional bytes secret = 3; |
boolean |
hasToken()
optional .hadoop.common.TokenProto token = 2; |
protected org.apache.hadoop.thirdparty.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
SecurityProtos.CredentialsKVProto.Builder |
mergeFrom(org.apache.hadoop.thirdparty.protobuf.CodedInputStream input,
org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite extensionRegistry) |
SecurityProtos.CredentialsKVProto.Builder |
mergeFrom(org.apache.hadoop.thirdparty.protobuf.Message other) |
SecurityProtos.CredentialsKVProto.Builder |
mergeFrom(SecurityProtos.CredentialsKVProto other) |
SecurityProtos.CredentialsKVProto.Builder |
mergeToken(SecurityProtos.TokenProto value)
optional .hadoop.common.TokenProto token = 2; |
SecurityProtos.CredentialsKVProto.Builder |
mergeUnknownFields(org.apache.hadoop.thirdparty.protobuf.UnknownFieldSet unknownFields) |
SecurityProtos.CredentialsKVProto.Builder |
setAlias(String value)
required string alias = 1; |
SecurityProtos.CredentialsKVProto.Builder |
setAliasBytes(org.apache.hadoop.thirdparty.protobuf.ByteString value)
required string alias = 1; |
SecurityProtos.CredentialsKVProto.Builder |
setField(org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor field,
Object value) |
SecurityProtos.CredentialsKVProto.Builder |
setRepeatedField(org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
SecurityProtos.CredentialsKVProto.Builder |
setSecret(org.apache.hadoop.thirdparty.protobuf.ByteString value)
optional bytes secret = 3; |
SecurityProtos.CredentialsKVProto.Builder |
setToken(SecurityProtos.TokenProto.Builder builderForValue)
optional .hadoop.common.TokenProto token = 2; |
SecurityProtos.CredentialsKVProto.Builder |
setToken(SecurityProtos.TokenProto value)
optional .hadoop.common.TokenProto token = 2; |
SecurityProtos.CredentialsKVProto.Builder |
setUnknownFields(org.apache.hadoop.thirdparty.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final org.apache.hadoop.thirdparty.protobuf.Descriptors.Descriptor getDescriptor()
protected org.apache.hadoop.thirdparty.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class org.apache.hadoop.thirdparty.protobuf.GeneratedMessageV3.Builder<SecurityProtos.CredentialsKVProto.Builder>public SecurityProtos.CredentialsKVProto.Builder clear()
clear in interface org.apache.hadoop.thirdparty.protobuf.Message.Builderclear in interface org.apache.hadoop.thirdparty.protobuf.MessageLite.Builderclear in class org.apache.hadoop.thirdparty.protobuf.GeneratedMessageV3.Builder<SecurityProtos.CredentialsKVProto.Builder>public org.apache.hadoop.thirdparty.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface org.apache.hadoop.thirdparty.protobuf.Message.BuildergetDescriptorForType in interface org.apache.hadoop.thirdparty.protobuf.MessageOrBuildergetDescriptorForType in class org.apache.hadoop.thirdparty.protobuf.GeneratedMessageV3.Builder<SecurityProtos.CredentialsKVProto.Builder>public SecurityProtos.CredentialsKVProto getDefaultInstanceForType()
getDefaultInstanceForType in interface org.apache.hadoop.thirdparty.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface org.apache.hadoop.thirdparty.protobuf.MessageOrBuilderpublic SecurityProtos.CredentialsKVProto build()
build in interface org.apache.hadoop.thirdparty.protobuf.Message.Builderbuild in interface org.apache.hadoop.thirdparty.protobuf.MessageLite.Builderpublic SecurityProtos.CredentialsKVProto buildPartial()
buildPartial in interface org.apache.hadoop.thirdparty.protobuf.Message.BuilderbuildPartial in interface org.apache.hadoop.thirdparty.protobuf.MessageLite.Builderpublic SecurityProtos.CredentialsKVProto.Builder clone()
clone in interface org.apache.hadoop.thirdparty.protobuf.Message.Builderclone in interface org.apache.hadoop.thirdparty.protobuf.MessageLite.Builderclone in class org.apache.hadoop.thirdparty.protobuf.GeneratedMessageV3.Builder<SecurityProtos.CredentialsKVProto.Builder>public SecurityProtos.CredentialsKVProto.Builder setField(org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface org.apache.hadoop.thirdparty.protobuf.Message.BuildersetField in class org.apache.hadoop.thirdparty.protobuf.GeneratedMessageV3.Builder<SecurityProtos.CredentialsKVProto.Builder>public SecurityProtos.CredentialsKVProto.Builder clearField(org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor field)
clearField in interface org.apache.hadoop.thirdparty.protobuf.Message.BuilderclearField in class org.apache.hadoop.thirdparty.protobuf.GeneratedMessageV3.Builder<SecurityProtos.CredentialsKVProto.Builder>public SecurityProtos.CredentialsKVProto.Builder clearOneof(org.apache.hadoop.thirdparty.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface org.apache.hadoop.thirdparty.protobuf.Message.BuilderclearOneof in class org.apache.hadoop.thirdparty.protobuf.GeneratedMessageV3.Builder<SecurityProtos.CredentialsKVProto.Builder>public SecurityProtos.CredentialsKVProto.Builder setRepeatedField(org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface org.apache.hadoop.thirdparty.protobuf.Message.BuildersetRepeatedField in class org.apache.hadoop.thirdparty.protobuf.GeneratedMessageV3.Builder<SecurityProtos.CredentialsKVProto.Builder>public SecurityProtos.CredentialsKVProto.Builder addRepeatedField(org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface org.apache.hadoop.thirdparty.protobuf.Message.BuilderaddRepeatedField in class org.apache.hadoop.thirdparty.protobuf.GeneratedMessageV3.Builder<SecurityProtos.CredentialsKVProto.Builder>public SecurityProtos.CredentialsKVProto.Builder mergeFrom(org.apache.hadoop.thirdparty.protobuf.Message other)
mergeFrom in interface org.apache.hadoop.thirdparty.protobuf.Message.BuildermergeFrom in class org.apache.hadoop.thirdparty.protobuf.AbstractMessage.Builder<SecurityProtos.CredentialsKVProto.Builder>public SecurityProtos.CredentialsKVProto.Builder mergeFrom(SecurityProtos.CredentialsKVProto other)
public final boolean isInitialized()
isInitialized in interface org.apache.hadoop.thirdparty.protobuf.MessageLiteOrBuilderisInitialized in class org.apache.hadoop.thirdparty.protobuf.GeneratedMessageV3.Builder<SecurityProtos.CredentialsKVProto.Builder>public SecurityProtos.CredentialsKVProto.Builder mergeFrom(org.apache.hadoop.thirdparty.protobuf.CodedInputStream input, org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface org.apache.hadoop.thirdparty.protobuf.Message.BuildermergeFrom in interface org.apache.hadoop.thirdparty.protobuf.MessageLite.BuildermergeFrom in class org.apache.hadoop.thirdparty.protobuf.AbstractMessage.Builder<SecurityProtos.CredentialsKVProto.Builder>IOExceptionpublic boolean hasAlias()
required string alias = 1;hasAlias in interface SecurityProtos.CredentialsKVProtoOrBuilderpublic String getAlias()
required string alias = 1;getAlias in interface SecurityProtos.CredentialsKVProtoOrBuilderpublic org.apache.hadoop.thirdparty.protobuf.ByteString getAliasBytes()
required string alias = 1;getAliasBytes in interface SecurityProtos.CredentialsKVProtoOrBuilderpublic SecurityProtos.CredentialsKVProto.Builder setAlias(String value)
required string alias = 1;public SecurityProtos.CredentialsKVProto.Builder clearAlias()
required string alias = 1;public SecurityProtos.CredentialsKVProto.Builder setAliasBytes(org.apache.hadoop.thirdparty.protobuf.ByteString value)
required string alias = 1;public boolean hasToken()
optional .hadoop.common.TokenProto token = 2;hasToken in interface SecurityProtos.CredentialsKVProtoOrBuilderpublic SecurityProtos.TokenProto getToken()
optional .hadoop.common.TokenProto token = 2;getToken in interface SecurityProtos.CredentialsKVProtoOrBuilderpublic SecurityProtos.CredentialsKVProto.Builder setToken(SecurityProtos.TokenProto value)
optional .hadoop.common.TokenProto token = 2;public SecurityProtos.CredentialsKVProto.Builder setToken(SecurityProtos.TokenProto.Builder builderForValue)
optional .hadoop.common.TokenProto token = 2;public SecurityProtos.CredentialsKVProto.Builder mergeToken(SecurityProtos.TokenProto value)
optional .hadoop.common.TokenProto token = 2;public SecurityProtos.CredentialsKVProto.Builder clearToken()
optional .hadoop.common.TokenProto token = 2;public SecurityProtos.TokenProto.Builder getTokenBuilder()
optional .hadoop.common.TokenProto token = 2;public SecurityProtos.TokenProtoOrBuilder getTokenOrBuilder()
optional .hadoop.common.TokenProto token = 2;getTokenOrBuilder in interface SecurityProtos.CredentialsKVProtoOrBuilderpublic boolean hasSecret()
optional bytes secret = 3;hasSecret in interface SecurityProtos.CredentialsKVProtoOrBuilderpublic org.apache.hadoop.thirdparty.protobuf.ByteString getSecret()
optional bytes secret = 3;getSecret in interface SecurityProtos.CredentialsKVProtoOrBuilderpublic SecurityProtos.CredentialsKVProto.Builder setSecret(org.apache.hadoop.thirdparty.protobuf.ByteString value)
optional bytes secret = 3;public SecurityProtos.CredentialsKVProto.Builder clearSecret()
optional bytes secret = 3;public final SecurityProtos.CredentialsKVProto.Builder setUnknownFields(org.apache.hadoop.thirdparty.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface org.apache.hadoop.thirdparty.protobuf.Message.BuildersetUnknownFields in class org.apache.hadoop.thirdparty.protobuf.GeneratedMessageV3.Builder<SecurityProtos.CredentialsKVProto.Builder>public final SecurityProtos.CredentialsKVProto.Builder mergeUnknownFields(org.apache.hadoop.thirdparty.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface org.apache.hadoop.thirdparty.protobuf.Message.BuildermergeUnknownFields in class org.apache.hadoop.thirdparty.protobuf.GeneratedMessageV3.Builder<SecurityProtos.CredentialsKVProto.Builder>Copyright © 2008–2020 Apache Software Foundation. All rights reserved.