Send feedback
Class BatchUpdateAccessBindingsResponse.Builder (0.39.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 0.39.0 keyboard_arrow_down
public static final class BatchUpdateAccessBindingsResponse . Builder extends GeneratedMessageV3 . Builder<BatchUpdateAccessBindingsResponse . Builder > implements BatchUpdateAccessBindingsResponseOrBuilder
Response message for BatchUpdateAccessBindings RPC.
Protobuf type google.analytics.admin.v1alpha.BatchUpdateAccessBindingsResponse
Inherited Members
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 ()
Methods
addAccessBindings(AccessBinding value)
public BatchUpdateAccessBindingsResponse . Builder addAccessBindings ( AccessBinding value )
The access bindings updated.
repeated .google.analytics.admin.v1alpha.AccessBinding access_bindings = 1;
addAccessBindings(AccessBinding.Builder builderForValue)
public BatchUpdateAccessBindingsResponse . Builder addAccessBindings ( AccessBinding . Builder builderForValue )
The access bindings updated.
repeated .google.analytics.admin.v1alpha.AccessBinding access_bindings = 1;
addAccessBindings(int index, AccessBinding value)
public BatchUpdateAccessBindingsResponse . Builder addAccessBindings ( int index , AccessBinding value )
The access bindings updated.
repeated .google.analytics.admin.v1alpha.AccessBinding access_bindings = 1;
addAccessBindings(int index, AccessBinding.Builder builderForValue)
public BatchUpdateAccessBindingsResponse . Builder addAccessBindings ( int index , AccessBinding . Builder builderForValue )
The access bindings updated.
repeated .google.analytics.admin.v1alpha.AccessBinding access_bindings = 1;
addAccessBindingsBuilder()
public AccessBinding . Builder addAccessBindingsBuilder ()
The access bindings updated.
repeated .google.analytics.admin.v1alpha.AccessBinding access_bindings = 1;
addAccessBindingsBuilder(int index)
public AccessBinding . Builder addAccessBindingsBuilder ( int index )
The access bindings updated.
repeated .google.analytics.admin.v1alpha.AccessBinding access_bindings = 1;
Parameter Name Description index
int
addAllAccessBindings(Iterable<? extends AccessBinding> values)
public BatchUpdateAccessBindingsResponse . Builder addAllAccessBindings ( Iterable <? extends AccessBinding > values )
The access bindings updated.
repeated .google.analytics.admin.v1alpha.AccessBinding access_bindings = 1;
Parameter Name Description values
Iterable <? extends com.google.analytics.admin.v1alpha.AccessBinding >
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public BatchUpdateAccessBindingsResponse . Builder addRepeatedField ( Descriptors . FieldDescriptor field , Object value )
Overrides
build()
public BatchUpdateAccessBindingsResponse build ()
buildPartial()
public BatchUpdateAccessBindingsResponse buildPartial ()
clear()
public BatchUpdateAccessBindingsResponse . Builder clear ()
Overrides
clearAccessBindings()
public BatchUpdateAccessBindingsResponse . Builder clearAccessBindings ()
The access bindings updated.
repeated .google.analytics.admin.v1alpha.AccessBinding access_bindings = 1;
clearField(Descriptors.FieldDescriptor field)
public BatchUpdateAccessBindingsResponse . Builder clearField ( Descriptors . FieldDescriptor field )
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
public BatchUpdateAccessBindingsResponse . Builder clearOneof ( Descriptors . OneofDescriptor oneof )
Overrides
clone()
public BatchUpdateAccessBindingsResponse . Builder clone ()
Overrides
getAccessBindings(int index)
public AccessBinding getAccessBindings ( int index )
The access bindings updated.
repeated .google.analytics.admin.v1alpha.AccessBinding access_bindings = 1;
Parameter Name Description index
int
getAccessBindingsBuilder(int index)
public AccessBinding . Builder getAccessBindingsBuilder ( int index )
The access bindings updated.
repeated .google.analytics.admin.v1alpha.AccessBinding access_bindings = 1;
Parameter Name Description index
int
getAccessBindingsBuilderList()
public List<AccessBinding . Builder > getAccessBindingsBuilderList ()
The access bindings updated.
repeated .google.analytics.admin.v1alpha.AccessBinding access_bindings = 1;
getAccessBindingsCount()
public int getAccessBindingsCount ()
The access bindings updated.
repeated .google.analytics.admin.v1alpha.AccessBinding access_bindings = 1;
Returns Type Description int
getAccessBindingsList()
public List<AccessBinding> getAccessBindingsList ()
The access bindings updated.
repeated .google.analytics.admin.v1alpha.AccessBinding access_bindings = 1;
getAccessBindingsOrBuilder(int index)
public AccessBindingOrBuilder getAccessBindingsOrBuilder ( int index )
The access bindings updated.
repeated .google.analytics.admin.v1alpha.AccessBinding access_bindings = 1;
Parameter Name Description index
int
getAccessBindingsOrBuilderList()
public List <? extends AccessBindingOrBuilder > getAccessBindingsOrBuilderList ()
The access bindings updated.
repeated .google.analytics.admin.v1alpha.AccessBinding access_bindings = 1;
Returns Type Description List <? extends com.google.analytics.admin.v1alpha.AccessBindingOrBuilder >
getDefaultInstanceForType()
public BatchUpdateAccessBindingsResponse getDefaultInstanceForType ()
getDescriptorForType()
public Descriptors . Descriptor getDescriptorForType ()
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
isInitialized()
public final boolean isInitialized ()
Overrides
mergeFrom(BatchUpdateAccessBindingsResponse other)
public BatchUpdateAccessBindingsResponse . Builder mergeFrom ( BatchUpdateAccessBindingsResponse other )
public BatchUpdateAccessBindingsResponse . Builder mergeFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Overrides
mergeFrom(Message other)
public BatchUpdateAccessBindingsResponse . Builder mergeFrom ( Message other )
Parameter Name Description other
Message
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final BatchUpdateAccessBindingsResponse . Builder mergeUnknownFields ( UnknownFieldSet unknownFields )
Overrides
removeAccessBindings(int index)
public BatchUpdateAccessBindingsResponse . Builder removeAccessBindings ( int index )
The access bindings updated.
repeated .google.analytics.admin.v1alpha.AccessBinding access_bindings = 1;
Parameter Name Description index
int
setAccessBindings(int index, AccessBinding value)
public BatchUpdateAccessBindingsResponse . Builder setAccessBindings ( int index , AccessBinding value )
The access bindings updated.
repeated .google.analytics.admin.v1alpha.AccessBinding access_bindings = 1;
setAccessBindings(int index, AccessBinding.Builder builderForValue)
public BatchUpdateAccessBindingsResponse . Builder setAccessBindings ( int index , AccessBinding . Builder builderForValue )
The access bindings updated.
repeated .google.analytics.admin.v1alpha.AccessBinding access_bindings = 1;
setField(Descriptors.FieldDescriptor field, Object value)
public BatchUpdateAccessBindingsResponse . Builder setField ( Descriptors . FieldDescriptor field , Object value )
Overrides
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public BatchUpdateAccessBindingsResponse . Builder setRepeatedField ( Descriptors . FieldDescriptor field , int index , Object value )
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final BatchUpdateAccessBindingsResponse . Builder setUnknownFields ( UnknownFieldSet unknownFields )
Overrides
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-03-21 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The webpage provides documentation for the `BatchUpdateAccessBindingsResponse.Builder` class in the Google Analytics Admin v1alpha Java library."],["This builder class is a part of the response message for the `BatchUpdateAccessBindings` RPC and is used to construct instances of `BatchUpdateAccessBindingsResponse`."],["The page details the inheritance structure, implemented interfaces, static methods, and instance methods of the `BatchUpdateAccessBindingsResponse.Builder` class."],["The available methods allow for the manipulation of the `access_bindings` field, such as adding, setting, clearing, and retrieving `AccessBinding` instances."],["The documentation covers versions from 0.14.0 to the latest version 0.70.0, and the list presented on the webpage can be navigated by version, giving access to the documentation for the specified version."]]],[]]