public static final class VisibilityLabelsProtos.GetAuthsResponse extends com.google.protobuf.GeneratedMessage implements VisibilityLabelsProtos.GetAuthsResponseOrBuilder
hbase.pb.GetAuthsResponse| Modifier and Type | Class and Description |
|---|---|
static class |
VisibilityLabelsProtos.GetAuthsResponse.Builder
Protobuf type
hbase.pb.GetAuthsResponse |
| Modifier and Type | Field and Description |
|---|---|
static int |
AUTH_FIELD_NUMBER |
static <any> |
PARSER |
static int |
USER_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
com.google.protobuf.ByteString |
getAuth(int index)
repeated bytes auth = 2; |
int |
getAuthCount()
repeated bytes auth = 2; |
java.util.List<com.google.protobuf.ByteString> |
getAuthList()
repeated bytes auth = 2; |
static VisibilityLabelsProtos.GetAuthsResponse |
getDefaultInstance() |
VisibilityLabelsProtos.GetAuthsResponse |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
<any> |
getParserForType() |
int |
getSerializedSize() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
com.google.protobuf.ByteString |
getUser()
required bytes user = 1; |
int |
hashCode() |
boolean |
hasUser()
required bytes user = 1; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static VisibilityLabelsProtos.GetAuthsResponse.Builder |
newBuilder() |
static VisibilityLabelsProtos.GetAuthsResponse.Builder |
newBuilder(VisibilityLabelsProtos.GetAuthsResponse prototype) |
VisibilityLabelsProtos.GetAuthsResponse.Builder |
newBuilderForType() |
protected VisibilityLabelsProtos.GetAuthsResponse.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
static VisibilityLabelsProtos.GetAuthsResponse |
parseDelimitedFrom(java.io.InputStream input) |
static VisibilityLabelsProtos.GetAuthsResponse |
parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static VisibilityLabelsProtos.GetAuthsResponse |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static VisibilityLabelsProtos.GetAuthsResponse |
parseFrom(com.google.protobuf.ByteString data) |
static VisibilityLabelsProtos.GetAuthsResponse |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static VisibilityLabelsProtos.GetAuthsResponse |
parseFrom(com.google.protobuf.CodedInputStream input) |
static VisibilityLabelsProtos.GetAuthsResponse |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static VisibilityLabelsProtos.GetAuthsResponse |
parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
VisibilityLabelsProtos.GetAuthsResponse.Builder |
toBuilder() |
protected java.lang.Object |
writeReplace() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
public static <any> PARSER
public static final int USER_FIELD_NUMBER
public static final int AUTH_FIELD_NUMBER
public static VisibilityLabelsProtos.GetAuthsResponse getDefaultInstance()
public VisibilityLabelsProtos.GetAuthsResponse getDefaultInstanceForType()
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
public <any> getParserForType()
public boolean hasUser()
required bytes user = 1;hasUser in interface VisibilityLabelsProtos.GetAuthsResponseOrBuilderpublic com.google.protobuf.ByteString getUser()
required bytes user = 1;getUser in interface VisibilityLabelsProtos.GetAuthsResponseOrBuilderpublic java.util.List<com.google.protobuf.ByteString> getAuthList()
repeated bytes auth = 2;getAuthList in interface VisibilityLabelsProtos.GetAuthsResponseOrBuilderpublic int getAuthCount()
repeated bytes auth = 2;getAuthCount in interface VisibilityLabelsProtos.GetAuthsResponseOrBuilderpublic com.google.protobuf.ByteString getAuth(int index)
repeated bytes auth = 2;getAuth in interface VisibilityLabelsProtos.GetAuthsResponseOrBuilderpublic final boolean isInitialized()
public void writeTo(com.google.protobuf.CodedOutputStream output)
throws java.io.IOException
java.io.IOExceptionpublic int getSerializedSize()
protected java.lang.Object writeReplace()
throws java.io.ObjectStreamException
java.io.ObjectStreamExceptionpublic boolean equals(java.lang.Object obj)
public int hashCode()
public static VisibilityLabelsProtos.GetAuthsResponse parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static VisibilityLabelsProtos.GetAuthsResponse parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static VisibilityLabelsProtos.GetAuthsResponse parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static VisibilityLabelsProtos.GetAuthsResponse parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static VisibilityLabelsProtos.GetAuthsResponse parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static VisibilityLabelsProtos.GetAuthsResponse parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static VisibilityLabelsProtos.GetAuthsResponse parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOExceptionpublic static VisibilityLabelsProtos.GetAuthsResponse parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static VisibilityLabelsProtos.GetAuthsResponse.Builder newBuilder()
public VisibilityLabelsProtos.GetAuthsResponse.Builder newBuilderForType()
public static VisibilityLabelsProtos.GetAuthsResponse.Builder newBuilder(VisibilityLabelsProtos.GetAuthsResponse prototype)
public VisibilityLabelsProtos.GetAuthsResponse.Builder toBuilder()
protected VisibilityLabelsProtos.GetAuthsResponse.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)