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, parseUnknownFieldpublic 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.MessageLiteOrBuilderpublic com.google.protobuf.Parser<ClientPB.Authorizations> getParserForType()
getParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageLitepublic List<String> getLabelList()
repeated string label = 1;getLabelList in interface ClientPB.AuthorizationsOrBuilderpublic int getLabelCount()
repeated string label = 1;getLabelCount in interface ClientPB.AuthorizationsOrBuilderpublic String getLabel(int index)
repeated string label = 1;getLabel in interface ClientPB.AuthorizationsOrBuilderpublic com.google.protobuf.ByteString getLabelBytes(int index)
repeated string label = 1;getLabelBytes in interface ClientPB.AuthorizationsOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderpublic void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLiteIOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLiteprotected Object writeReplace() throws ObjectStreamException
writeReplace in class com.google.protobuf.GeneratedMessageLiteObjectStreamExceptionpublic static ClientPB.Authorizations parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ClientPB.Authorizations parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ClientPB.Authorizations parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ClientPB.Authorizations parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ClientPB.Authorizations parseFrom(InputStream input) throws IOException
IOExceptionpublic static ClientPB.Authorizations parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static ClientPB.Authorizations parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static ClientPB.Authorizations parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static ClientPB.Authorizations parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static ClientPB.Authorizations parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static ClientPB.Authorizations.Builder newBuilder()
public ClientPB.Authorizations.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessageLitepublic static ClientPB.Authorizations.Builder newBuilder(ClientPB.Authorizations prototype)
public ClientPB.Authorizations.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessageLiteCopyright © 2010-2017, The Async HBase Authors