Class ListAccessBindingsResponse (0.51.0)

public final class ListAccessBindingsResponse extends GeneratedMessageV3 implements ListAccessBindingsResponseOrBuilder

Response message for ListAccessBindings RPC.

Protobuf type google.analytics.admin.v1alpha.ListAccessBindingsResponse

Static Fields

ACCESS_BINDINGS_FIELD_NUMBER

public static final int ACCESS_BINDINGS_FIELD_NUMBER
Field Value
TypeDescription
int

NEXT_PAGE_TOKEN_FIELD_NUMBER

public static final int NEXT_PAGE_TOKEN_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static ListAccessBindingsResponse getDefaultInstance()
Returns
TypeDescription
ListAccessBindingsResponse

getDescriptor()

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

newBuilder()

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

newBuilder(ListAccessBindingsResponse prototype)

public static ListAccessBindingsResponse.Builder newBuilder(ListAccessBindingsResponse prototype)
Parameter
NameDescription
prototypeListAccessBindingsResponse
Returns
TypeDescription
ListAccessBindingsResponse.Builder

parseDelimitedFrom(InputStream input)

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

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(byte[] data)

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

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteString data)

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

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(CodedInputStream input)

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

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(InputStream input)

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

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteBuffer data)

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

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

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

parser()

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

Methods

equals(Object obj)

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

getAccessBindings(int index)

public AccessBinding getAccessBindings(int index)

List of AccessBindings. These will be ordered stably, but in an arbitrary order.

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

Parameter
NameDescription
indexint
Returns
TypeDescription
AccessBinding

getAccessBindingsCount()

public int getAccessBindingsCount()

List of AccessBindings. These will be ordered stably, but in an arbitrary order.

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

Returns
TypeDescription
int

getAccessBindingsList()

public List<AccessBinding> getAccessBindingsList()

List of AccessBindings. These will be ordered stably, but in an arbitrary order.

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

Returns
TypeDescription
List<AccessBinding>

getAccessBindingsOrBuilder(int index)

public AccessBindingOrBuilder getAccessBindingsOrBuilder(int index)

List of AccessBindings. These will be ordered stably, but in an arbitrary order.

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

Parameter
NameDescription
indexint
Returns
TypeDescription
AccessBindingOrBuilder

getAccessBindingsOrBuilderList()

public List<? extends AccessBindingOrBuilder> getAccessBindingsOrBuilderList()

List of AccessBindings. These will be ordered stably, but in an arbitrary order.

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

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

getDefaultInstanceForType()

public ListAccessBindingsResponse getDefaultInstanceForType()
Returns
TypeDescription
ListAccessBindingsResponse

getNextPageToken()

public String getNextPageToken()

A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

string next_page_token = 2;

Returns
TypeDescription
String

The nextPageToken.

getNextPageTokenBytes()

public ByteString getNextPageTokenBytes()

A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

string next_page_token = 2;

Returns
TypeDescription
ByteString

The bytes for nextPageToken.

getParserForType()

public Parser<ListAccessBindingsResponse> getParserForType()
Returns
TypeDescription
Parser<ListAccessBindingsResponse>
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 ListAccessBindingsResponse.Builder newBuilderForType()
Returns
TypeDescription
ListAccessBindingsResponse.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

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

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

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

toBuilder()

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

writeTo(CodedOutputStream output)

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