Class ListAccessBindingsResponse.Builder (0.22.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

com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)

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

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

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

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

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

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

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

build()

public ListAccessBindingsResponse build()
Returns

buildPartial()

public ListAccessBindingsResponse buildPartial()
Returns

clear()

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

clearField(Descriptors.FieldDescriptor field)

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

clone()

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

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

mergeUnknownFields(UnknownFieldSet unknownFields)

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

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

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

setField(Descriptors.FieldDescriptor field, Object value)

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

setUnknownFields(UnknownFieldSet unknownFields)

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