Class ListAccessBindingsResponse.Builder (0.41.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
TypeDescription
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
NameDescription
valueAccessBinding
Returns
TypeDescription
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
NameDescription
builderForValueAccessBinding.Builder
Returns
TypeDescription
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
NameDescription
indexint
valueAccessBinding
Returns
TypeDescription
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
NameDescription
indexint
builderForValueAccessBinding.Builder
Returns
TypeDescription
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
TypeDescription
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
NameDescription
indexint
Returns
TypeDescription
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
NameDescription
valuesIterable<? extends com.google.analytics.admin.v1alpha.AccessBinding>
Returns
TypeDescription
ListAccessBindingsResponse.Builder

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public ListAccessBindingsResponse.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
ListAccessBindingsResponse.Builder
Overrides

build()

public ListAccessBindingsResponse build()
Returns
TypeDescription
ListAccessBindingsResponse

buildPartial()

public ListAccessBindingsResponse buildPartial()
Returns
TypeDescription
ListAccessBindingsResponse

clear()

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

clearField(Descriptors.FieldDescriptor field)

public ListAccessBindingsResponse.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
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
TypeDescription
ListAccessBindingsResponse.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

public ListAccessBindingsResponse.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
ListAccessBindingsResponse.Builder
Overrides

clone()

public ListAccessBindingsResponse.Builder clone()
Returns
TypeDescription
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
NameDescription
indexint
Returns
TypeDescription
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
NameDescription
indexint
Returns
TypeDescription
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
TypeDescription
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
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

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
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
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.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(ListAccessBindingsResponse other)

public ListAccessBindingsResponse.Builder mergeFrom(ListAccessBindingsResponse other)
Parameter
NameDescription
otherListAccessBindingsResponse
Returns
TypeDescription
ListAccessBindingsResponse.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public ListAccessBindingsResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ListAccessBindingsResponse.Builder
Overrides
Exceptions
TypeDescription
IOException

mergeFrom(Message other)

public ListAccessBindingsResponse.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns
TypeDescription
ListAccessBindingsResponse.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final ListAccessBindingsResponse.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
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
NameDescription
indexint
Returns
TypeDescription
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
NameDescription
indexint
valueAccessBinding
Returns
TypeDescription
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
NameDescription
indexint
builderForValueAccessBinding.Builder
Returns
TypeDescription
ListAccessBindingsResponse.Builder

setField(Descriptors.FieldDescriptor field, Object value)

public ListAccessBindingsResponse.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
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
NameDescription
valueString

The nextPageToken to set.

Returns
TypeDescription
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
NameDescription
valueByteString

The bytes for nextPageToken to set.

Returns
TypeDescription
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
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
ListAccessBindingsResponse.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final ListAccessBindingsResponse.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
ListAccessBindingsResponse.Builder
Overrides