Class BatchGetAccessBindingsResponse (0.51.0)

public final class BatchGetAccessBindingsResponse extends GeneratedMessageV3 implements BatchGetAccessBindingsResponseOrBuilder

Response message for BatchGetAccessBindings RPC.

Protobuf type google.analytics.admin.v1alpha.BatchGetAccessBindingsResponse

Inheritance

Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > BatchGetAccessBindingsResponse

Static Fields

ACCESS_BINDINGS_FIELD_NUMBER

public static final int ACCESS_BINDINGS_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static BatchGetAccessBindingsResponse getDefaultInstance()
Returns
TypeDescription
BatchGetAccessBindingsResponse

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

newBuilder()

public static BatchGetAccessBindingsResponse.Builder newBuilder()
Returns
TypeDescription
BatchGetAccessBindingsResponse.Builder

newBuilder(BatchGetAccessBindingsResponse prototype)

public static BatchGetAccessBindingsResponse.Builder newBuilder(BatchGetAccessBindingsResponse prototype)
Parameter
NameDescription
prototypeBatchGetAccessBindingsResponse
Returns
TypeDescription
BatchGetAccessBindingsResponse.Builder

parseDelimitedFrom(InputStream input)

public static BatchGetAccessBindingsResponse parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
BatchGetAccessBindingsResponse
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static BatchGetAccessBindingsResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
BatchGetAccessBindingsResponse
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static BatchGetAccessBindingsResponse parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
BatchGetAccessBindingsResponse
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static BatchGetAccessBindingsResponse parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
BatchGetAccessBindingsResponse
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static BatchGetAccessBindingsResponse parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
BatchGetAccessBindingsResponse
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static BatchGetAccessBindingsResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
BatchGetAccessBindingsResponse
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static BatchGetAccessBindingsResponse parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
BatchGetAccessBindingsResponse
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static BatchGetAccessBindingsResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
BatchGetAccessBindingsResponse
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static BatchGetAccessBindingsResponse parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
BatchGetAccessBindingsResponse
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static BatchGetAccessBindingsResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
BatchGetAccessBindingsResponse
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static BatchGetAccessBindingsResponse parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
BatchGetAccessBindingsResponse
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static BatchGetAccessBindingsResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
BatchGetAccessBindingsResponse
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

public static Parser<BatchGetAccessBindingsResponse> parser()
Returns
TypeDescription
Parser<BatchGetAccessBindingsResponse>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getAccessBindings(int index)

public AccessBinding getAccessBindings(int index)

The requested access bindings.

repeated .google.analytics.admin.v1alpha.AccessBinding access_bindings = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
AccessBinding

getAccessBindingsCount()

public int getAccessBindingsCount()

The requested access bindings.

repeated .google.analytics.admin.v1alpha.AccessBinding access_bindings = 1;

Returns
TypeDescription
int

getAccessBindingsList()

public List<AccessBinding> getAccessBindingsList()

The requested access bindings.

repeated .google.analytics.admin.v1alpha.AccessBinding access_bindings = 1;

Returns
TypeDescription
List<AccessBinding>

getAccessBindingsOrBuilder(int index)

public AccessBindingOrBuilder getAccessBindingsOrBuilder(int index)

The requested access bindings.

repeated .google.analytics.admin.v1alpha.AccessBinding access_bindings = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
AccessBindingOrBuilder

getAccessBindingsOrBuilderList()

public List<? extends AccessBindingOrBuilder> getAccessBindingsOrBuilderList()

The requested access bindings.

repeated .google.analytics.admin.v1alpha.AccessBinding access_bindings = 1;

Returns
TypeDescription
List<? extends com.google.analytics.admin.v1alpha.AccessBindingOrBuilder>

getDefaultInstanceForType()

public BatchGetAccessBindingsResponse getDefaultInstanceForType()
Returns
TypeDescription
BatchGetAccessBindingsResponse

getParserForType()

public Parser<BatchGetAccessBindingsResponse> getParserForType()
Returns
TypeDescription
Parser<BatchGetAccessBindingsResponse>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

public BatchGetAccessBindingsResponse.Builder newBuilderForType()
Returns
TypeDescription
BatchGetAccessBindingsResponse.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected BatchGetAccessBindingsResponse.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
BatchGetAccessBindingsResponse.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

public BatchGetAccessBindingsResponse.Builder toBuilder()
Returns
TypeDescription
BatchGetAccessBindingsResponse.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides
Exceptions
TypeDescription
IOException