public static final class VisibilityLabelsProtos.GetAuthsResponse extends com.google.protobuf.GeneratedMessage implements VisibilityLabelsProtos.GetAuthsResponseOrBuilder
GetAuthsResponse| Modifier and Type | Class and Description | 
|---|---|
static class  | 
VisibilityLabelsProtos.GetAuthsResponse.Builder
Protobuf type  
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(Object obj)  | 
com.google.protobuf.ByteString | 
getAuth(int index)
repeated bytes auth = 2; | 
int | 
getAuthCount()
repeated bytes auth = 2; | 
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(InputStream input)  | 
static VisibilityLabelsProtos.GetAuthsResponse | 
parseDelimitedFrom(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(InputStream input,
         com.google.protobuf.ExtensionRegistryLite extensionRegistry)  | 
VisibilityLabelsProtos.GetAuthsResponse.Builder | 
toBuilder()  | 
protected 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 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 IOException
IOExceptionpublic int getSerializedSize()
protected Object writeReplace() throws ObjectStreamException
ObjectStreamExceptionpublic boolean equals(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(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static VisibilityLabelsProtos.GetAuthsResponse parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static VisibilityLabelsProtos.GetAuthsResponse parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static VisibilityLabelsProtos.GetAuthsResponse parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static VisibilityLabelsProtos.GetAuthsResponse parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
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)