public static final class ClientPB.Authorizations extends com.google.protobuf.GeneratedMessageLite implements ClientPB.AuthorizationsOrBuilder
Authorizations
The protocol buffer version of Authorizations.
Modifier and Type | Class and Description |
---|---|
static class |
ClientPB.Authorizations.Builder
Protobuf type
Authorizations |
com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType>,BuilderType extends com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType>>, com.google.protobuf.GeneratedMessageLite.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage>, com.google.protobuf.GeneratedMessageLite.GeneratedExtension<ContainingType extends com.google.protobuf.MessageLite,Type>
Modifier and Type | Field and Description |
---|---|
static int |
LABEL_FIELD_NUMBER |
static com.google.protobuf.Parser<ClientPB.Authorizations> |
PARSER |
Modifier and Type | Method and Description |
---|---|
static ClientPB.Authorizations |
getDefaultInstance() |
ClientPB.Authorizations |
getDefaultInstanceForType() |
String |
getLabel(int index)
repeated string label = 1; |
com.google.protobuf.ByteString |
getLabelBytes(int index)
repeated string label = 1; |
int |
getLabelCount()
repeated string label = 1; |
List<String> |
getLabelList()
repeated string label = 1; |
com.google.protobuf.Parser<ClientPB.Authorizations> |
getParserForType() |
int |
getSerializedSize() |
boolean |
isInitialized() |
static ClientPB.Authorizations.Builder |
newBuilder() |
static ClientPB.Authorizations.Builder |
newBuilder(ClientPB.Authorizations prototype) |
ClientPB.Authorizations.Builder |
newBuilderForType() |
static ClientPB.Authorizations |
parseDelimitedFrom(InputStream input) |
static ClientPB.Authorizations |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ClientPB.Authorizations |
parseFrom(byte[] data) |
static ClientPB.Authorizations |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ClientPB.Authorizations |
parseFrom(com.google.protobuf.ByteString data) |
static ClientPB.Authorizations |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ClientPB.Authorizations |
parseFrom(com.google.protobuf.CodedInputStream input) |
static ClientPB.Authorizations |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ClientPB.Authorizations |
parseFrom(InputStream input) |
static ClientPB.Authorizations |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
ClientPB.Authorizations.Builder |
toBuilder() |
protected Object |
writeReplace() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
makeExtensionsImmutable, newRepeatedGeneratedExtension, newSingularGeneratedExtension, parseUnknownField
public static com.google.protobuf.Parser<ClientPB.Authorizations> PARSER
public static final int LABEL_FIELD_NUMBER
public static ClientPB.Authorizations getDefaultInstance()
public ClientPB.Authorizations getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
public com.google.protobuf.Parser<ClientPB.Authorizations> getParserForType()
getParserForType
in interface com.google.protobuf.MessageLite
getParserForType
in class com.google.protobuf.GeneratedMessageLite
public List<String> getLabelList()
repeated string label = 1;
getLabelList
in interface ClientPB.AuthorizationsOrBuilder
public int getLabelCount()
repeated string label = 1;
getLabelCount
in interface ClientPB.AuthorizationsOrBuilder
public String getLabel(int index)
repeated string label = 1;
getLabel
in interface ClientPB.AuthorizationsOrBuilder
public com.google.protobuf.ByteString getLabelBytes(int index)
repeated string label = 1;
getLabelBytes
in interface ClientPB.AuthorizationsOrBuilder
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
writeTo
in interface com.google.protobuf.MessageLite
IOException
public int getSerializedSize()
getSerializedSize
in interface com.google.protobuf.MessageLite
protected Object writeReplace() throws ObjectStreamException
writeReplace
in class com.google.protobuf.GeneratedMessageLite
ObjectStreamException
public static ClientPB.Authorizations parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static ClientPB.Authorizations parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static ClientPB.Authorizations parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static ClientPB.Authorizations parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static ClientPB.Authorizations parseFrom(InputStream input) throws IOException
IOException
public static ClientPB.Authorizations parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static ClientPB.Authorizations parseDelimitedFrom(InputStream input) throws IOException
IOException
public static ClientPB.Authorizations parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static ClientPB.Authorizations parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOException
public static ClientPB.Authorizations parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static ClientPB.Authorizations.Builder newBuilder()
public ClientPB.Authorizations.Builder newBuilderForType()
newBuilderForType
in interface com.google.protobuf.MessageLite
public static ClientPB.Authorizations.Builder newBuilder(ClientPB.Authorizations prototype)
public ClientPB.Authorizations.Builder toBuilder()
toBuilder
in interface com.google.protobuf.MessageLite
Copyright © 2010-2017, The Async HBase Authors