public static final class SecurityProtos.CredentialsKVProto extends com.google.protobuf.GeneratedMessage implements SecurityProtos.CredentialsKVProtoOrBuilder
hadoop.common.CredentialsKVProto
Modifier and Type | Class and Description |
---|---|
static class |
SecurityProtos.CredentialsKVProto.Builder
Protobuf type
hadoop.common.CredentialsKVProto |
com.google.protobuf.GeneratedMessage.BuilderParent, com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessage.ExtendableBuilder>, com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.FieldAccessorTable, com.google.protobuf.GeneratedMessage.GeneratedExtension<ContainingType extends com.google.protobuf.Message,Type>
Modifier and Type | Field and Description |
---|---|
static int |
ALIAS_FIELD_NUMBER |
static com.google.protobuf.Parser<SecurityProtos.CredentialsKVProto> |
PARSER |
static int |
SECRET_FIELD_NUMBER |
static int |
TOKEN_FIELD_NUMBER |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getAlias()
required string alias = 1; |
com.google.protobuf.ByteString |
getAliasBytes()
required string alias = 1; |
static SecurityProtos.CredentialsKVProto |
getDefaultInstance() |
SecurityProtos.CredentialsKVProto |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Parser<SecurityProtos.CredentialsKVProto> |
getParserForType() |
com.google.protobuf.ByteString |
getSecret()
optional bytes secret = 3; |
int |
getSerializedSize() |
SecurityProtos.TokenProto |
getToken()
optional .hadoop.common.TokenProto token = 2; |
SecurityProtos.TokenProtoOrBuilder |
getTokenOrBuilder()
optional .hadoop.common.TokenProto token = 2; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasAlias()
required string alias = 1; |
int |
hashCode() |
boolean |
hasSecret()
optional bytes secret = 3; |
boolean |
hasToken()
optional .hadoop.common.TokenProto token = 2; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static SecurityProtos.CredentialsKVProto.Builder |
newBuilder() |
static SecurityProtos.CredentialsKVProto.Builder |
newBuilder(SecurityProtos.CredentialsKVProto prototype) |
SecurityProtos.CredentialsKVProto.Builder |
newBuilderForType() |
protected SecurityProtos.CredentialsKVProto.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
static SecurityProtos.CredentialsKVProto |
parseDelimitedFrom(InputStream input) |
static SecurityProtos.CredentialsKVProto |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SecurityProtos.CredentialsKVProto |
parseFrom(byte[] data) |
static SecurityProtos.CredentialsKVProto |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SecurityProtos.CredentialsKVProto |
parseFrom(com.google.protobuf.ByteString data) |
static SecurityProtos.CredentialsKVProto |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SecurityProtos.CredentialsKVProto |
parseFrom(com.google.protobuf.CodedInputStream input) |
static SecurityProtos.CredentialsKVProto |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SecurityProtos.CredentialsKVProto |
parseFrom(InputStream input) |
static SecurityProtos.CredentialsKVProto |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
SecurityProtos.CredentialsKVProto.Builder |
toBuilder() |
protected Object |
writeReplace() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
getAllFields, getDescriptorForType, getField, getRepeatedField, getRepeatedFieldCount, hasField, makeExtensionsImmutable, newFileScopedGeneratedExtension, newMessageScopedGeneratedExtension, parseUnknownField
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
toByteArray, toByteString, writeDelimitedTo, writeTo
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public static com.google.protobuf.Parser<SecurityProtos.CredentialsKVProto> PARSER
public static final int ALIAS_FIELD_NUMBER
public static final int TOKEN_FIELD_NUMBER
public static final int SECRET_FIELD_NUMBER
public static SecurityProtos.CredentialsKVProto getDefaultInstance()
public SecurityProtos.CredentialsKVProto getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields
in interface com.google.protobuf.MessageOrBuilder
getUnknownFields
in class com.google.protobuf.GeneratedMessage
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class com.google.protobuf.GeneratedMessage
public com.google.protobuf.Parser<SecurityProtos.CredentialsKVProto> getParserForType()
getParserForType
in interface com.google.protobuf.Message
getParserForType
in interface com.google.protobuf.MessageLite
getParserForType
in class com.google.protobuf.GeneratedMessage
public boolean hasAlias()
required string alias = 1;
hasAlias
in interface SecurityProtos.CredentialsKVProtoOrBuilder
public String getAlias()
required string alias = 1;
getAlias
in interface SecurityProtos.CredentialsKVProtoOrBuilder
public com.google.protobuf.ByteString getAliasBytes()
required string alias = 1;
getAliasBytes
in interface SecurityProtos.CredentialsKVProtoOrBuilder
public boolean hasToken()
optional .hadoop.common.TokenProto token = 2;
hasToken
in interface SecurityProtos.CredentialsKVProtoOrBuilder
public SecurityProtos.TokenProto getToken()
optional .hadoop.common.TokenProto token = 2;
getToken
in interface SecurityProtos.CredentialsKVProtoOrBuilder
public SecurityProtos.TokenProtoOrBuilder getTokenOrBuilder()
optional .hadoop.common.TokenProto token = 2;
getTokenOrBuilder
in interface SecurityProtos.CredentialsKVProtoOrBuilder
public boolean hasSecret()
optional bytes secret = 3;
hasSecret
in interface SecurityProtos.CredentialsKVProtoOrBuilder
public com.google.protobuf.ByteString getSecret()
optional bytes secret = 3;
getSecret
in interface SecurityProtos.CredentialsKVProtoOrBuilder
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessage
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
writeTo
in interface com.google.protobuf.MessageLite
writeTo
in class com.google.protobuf.AbstractMessage
IOException
public int getSerializedSize()
getSerializedSize
in interface com.google.protobuf.MessageLite
getSerializedSize
in class com.google.protobuf.AbstractMessage
protected Object writeReplace() throws ObjectStreamException
writeReplace
in class com.google.protobuf.GeneratedMessage
ObjectStreamException
public boolean equals(Object obj)
equals
in interface com.google.protobuf.Message
equals
in class com.google.protobuf.AbstractMessage
public int hashCode()
hashCode
in interface com.google.protobuf.Message
hashCode
in class com.google.protobuf.AbstractMessage
public static SecurityProtos.CredentialsKVProto parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static SecurityProtos.CredentialsKVProto parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static SecurityProtos.CredentialsKVProto parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static SecurityProtos.CredentialsKVProto parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static SecurityProtos.CredentialsKVProto parseFrom(InputStream input) throws IOException
IOException
public static SecurityProtos.CredentialsKVProto parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static SecurityProtos.CredentialsKVProto parseDelimitedFrom(InputStream input) throws IOException
IOException
public static SecurityProtos.CredentialsKVProto parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static SecurityProtos.CredentialsKVProto parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOException
public static SecurityProtos.CredentialsKVProto parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static SecurityProtos.CredentialsKVProto.Builder newBuilder()
public SecurityProtos.CredentialsKVProto.Builder newBuilderForType()
newBuilderForType
in interface com.google.protobuf.Message
newBuilderForType
in interface com.google.protobuf.MessageLite
public static SecurityProtos.CredentialsKVProto.Builder newBuilder(SecurityProtos.CredentialsKVProto prototype)
public SecurityProtos.CredentialsKVProto.Builder toBuilder()
toBuilder
in interface com.google.protobuf.Message
toBuilder
in interface com.google.protobuf.MessageLite
protected SecurityProtos.CredentialsKVProto.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
newBuilderForType
in class com.google.protobuf.GeneratedMessage
Copyright © 2008–2018 Apache Software Foundation. All rights reserved.