Class ListAccessBindingsResponse.Builder (0.54.0)

public static final class ListAccessBindingsResponse.Builder extends GeneratedMessageV3.Builder<ListAccessBindingsResponse.Builder> implements ListAccessBindingsResponseOrBuilder

Response message for ListAccessBindings RPC.

Protobuf type google.analytics.admin.v1alpha.ListAccessBindingsResponse

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

addAccessBindings(AccessBinding value)

public ListAccessBindingsResponse.Builder addAccessBindings(AccessBinding value)

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

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

Parameter
Name Description
value AccessBinding
Returns
Type Description
ListAccessBindingsResponse.Builder

addAccessBindings(AccessBinding.Builder builderForValue)

public ListAccessBindingsResponse.Builder addAccessBindings(AccessBinding.Builder builderForValue)

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

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

Parameter
Name Description
builderForValue AccessBinding.Builder
Returns
Type Description
ListAccessBindingsResponse.Builder

addAccessBindings(int index, AccessBinding value)

public ListAccessBindingsResponse.Builder addAccessBindings(int index, AccessBinding value)

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

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

Parameters
Name Description
index int
value AccessBinding
Returns
Type Description
ListAccessBindingsResponse.Builder

addAccessBindings(int index, AccessBinding.Builder builderForValue)

public ListAccessBindingsResponse.Builder addAccessBindings(int index, AccessBinding.Builder builderForValue)

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

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

Parameters
Name Description
index int
builderForValue AccessBinding.Builder
Returns
Type Description
ListAccessBindingsResponse.Builder

addAccessBindingsBuilder()

public AccessBinding.Builder addAccessBindingsBuilder()

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

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

Returns
Type Description
AccessBinding.Builder

addAccessBindingsBuilder(int index)

public AccessBinding.Builder addAccessBindingsBuilder(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
Name Description
index int
Returns
Type Description
AccessBinding.Builder

addAllAccessBindings(Iterable<? extends AccessBinding> values)

public ListAccessBindingsResponse.Builder addAllAccessBindings(Iterable<? extends AccessBinding> values)

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

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

Parameter
Name Description
values Iterable<? extends com.google.analytics.admin.v1alpha.AccessBinding>
Returns
Type Description
ListAccessBindingsResponse.Builder

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public ListAccessBindingsResponse.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
ListAccessBindingsResponse.Builder
Overrides

build()

public ListAccessBindingsResponse build()
Returns
Type Description
ListAccessBindingsResponse

buildPartial()

public ListAccessBindingsResponse buildPartial()
Returns
Type Description
ListAccessBindingsResponse

clear()

public ListAccessBindingsResponse.Builder clear()
Returns
Type Description
ListAccessBindingsResponse.Builder
Overrides

clearAccessBindings()

public ListAccessBindingsResponse.Builder clearAccessBindings()

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

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

Returns
Type Description
ListAccessBindingsResponse.Builder

clearField(Descriptors.FieldDescriptor field)

public ListAccessBindingsResponse.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Name Description
field FieldDescriptor
Returns
Type Description
ListAccessBindingsResponse.Builder
Overrides

clearNextPageToken()

public ListAccessBindingsResponse.Builder clearNextPageToken()

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
Type Description
ListAccessBindingsResponse.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

public ListAccessBindingsResponse.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Name Description
oneof OneofDescriptor
Returns
Type Description
ListAccessBindingsResponse.Builder
Overrides

clone()

public ListAccessBindingsResponse.Builder clone()
Returns
Type Description
ListAccessBindingsResponse.Builder
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
Name Description
index int
Returns
Type Description
AccessBinding

getAccessBindingsBuilder(int index)

public AccessBinding.Builder getAccessBindingsBuilder(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
Name Description
index int
Returns
Type Description
AccessBinding.Builder

getAccessBindingsBuilderList()

public List<AccessBinding.Builder> getAccessBindingsBuilderList()

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

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

Returns
Type Description
List<Builder>

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
Type Description
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
Type Description
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
Name Description
index int
Returns
Type Description
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
Type Description
List<? extends com.google.analytics.admin.v1alpha.AccessBindingOrBuilder>

getDefaultInstanceForType()

public ListAccessBindingsResponse getDefaultInstanceForType()
Returns
Type Description
ListAccessBindingsResponse

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

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
Type Description
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
Type Description
ByteString

The bytes for nextPageToken.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(ListAccessBindingsResponse other)

public ListAccessBindingsResponse.Builder mergeFrom(ListAccessBindingsResponse other)
Parameter
Name Description
other ListAccessBindingsResponse
Returns
Type Description
ListAccessBindingsResponse.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public ListAccessBindingsResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ListAccessBindingsResponse.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public ListAccessBindingsResponse.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
ListAccessBindingsResponse.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final ListAccessBindingsResponse.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
ListAccessBindingsResponse.Builder
Overrides

removeAccessBindings(int index)

public ListAccessBindingsResponse.Builder removeAccessBindings(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
Name Description
index int
Returns
Type Description
ListAccessBindingsResponse.Builder

setAccessBindings(int index, AccessBinding value)

public ListAccessBindingsResponse.Builder setAccessBindings(int index, AccessBinding value)

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

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

Parameters
Name Description
index int
value AccessBinding
Returns
Type Description
ListAccessBindingsResponse.Builder

setAccessBindings(int index, AccessBinding.Builder builderForValue)

public ListAccessBindingsResponse.Builder setAccessBindings(int index, AccessBinding.Builder builderForValue)

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

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

Parameters
Name Description
index int
builderForValue AccessBinding.Builder
Returns
Type Description
ListAccessBindingsResponse.Builder

setField(Descriptors.FieldDescriptor field, Object value)

public ListAccessBindingsResponse.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
ListAccessBindingsResponse.Builder
Overrides

setNextPageToken(String value)

public ListAccessBindingsResponse.Builder setNextPageToken(String value)

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;

Parameter
Name Description
value String

The nextPageToken to set.

Returns
Type Description
ListAccessBindingsResponse.Builder

This builder for chaining.

setNextPageTokenBytes(ByteString value)

public ListAccessBindingsResponse.Builder setNextPageTokenBytes(ByteString value)

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;

Parameter
Name Description
value ByteString

The bytes for nextPageToken to set.

Returns
Type Description
ListAccessBindingsResponse.Builder

This builder for chaining.

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public ListAccessBindingsResponse.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Name Description
field FieldDescriptor
index int
value Object
Returns
Type Description
ListAccessBindingsResponse.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final ListAccessBindingsResponse.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
ListAccessBindingsResponse.Builder
Overrides