Send feedback
Class BatchCreateAccessBindingsResponse.Builder (0.47.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 0.47.0 keyboard_arrow_down
public static final class BatchCreateAccessBindingsResponse . Builder extends GeneratedMessageV3 . Builder<BatchCreateAccessBindingsResponse . Builder > implements BatchCreateAccessBindingsResponseOrBuilder
Response message for BatchCreateAccessBindings RPC.
Protobuf type google.analytics.admin.v1alpha.BatchCreateAccessBindingsResponse
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
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 BatchCreateAccessBindingsResponse . Builder addAccessBindings ( AccessBinding value )
The access bindings created.
repeated .google.analytics.admin.v1alpha.AccessBinding access_bindings = 1;
addAccessBindings(AccessBinding.Builder builderForValue)
public BatchCreateAccessBindingsResponse . Builder addAccessBindings ( AccessBinding . Builder builderForValue )
The access bindings created.
repeated .google.analytics.admin.v1alpha.AccessBinding access_bindings = 1;
addAccessBindings(int index, AccessBinding value)
public BatchCreateAccessBindingsResponse . Builder addAccessBindings ( int index , AccessBinding value )
The access bindings created.
repeated .google.analytics.admin.v1alpha.AccessBinding access_bindings = 1;
addAccessBindings(int index, AccessBinding.Builder builderForValue)
public BatchCreateAccessBindingsResponse . Builder addAccessBindings ( int index , AccessBinding . Builder builderForValue )
The access bindings created.
repeated .google.analytics.admin.v1alpha.AccessBinding access_bindings = 1;
addAccessBindingsBuilder()
public AccessBinding . Builder addAccessBindingsBuilder ()
The access bindings created.
repeated .google.analytics.admin.v1alpha.AccessBinding access_bindings = 1;
addAccessBindingsBuilder(int index)
public AccessBinding . Builder addAccessBindingsBuilder ( int index )
The access bindings created.
repeated .google.analytics.admin.v1alpha.AccessBinding access_bindings = 1;
Parameter Name Description index
int
addAllAccessBindings(Iterable<? extends AccessBinding> values)
public BatchCreateAccessBindingsResponse . Builder addAllAccessBindings ( Iterable <? extends AccessBinding > values )
The access bindings created.
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 BatchCreateAccessBindingsResponse . Builder addRepeatedField ( Descriptors . FieldDescriptor field , Object value )
Overrides
build()
public BatchCreateAccessBindingsResponse build ()
buildPartial()
public BatchCreateAccessBindingsResponse buildPartial ()
clear()
public BatchCreateAccessBindingsResponse . Builder clear ()
Overrides
clearAccessBindings()
public BatchCreateAccessBindingsResponse . Builder clearAccessBindings ()
The access bindings created.
repeated .google.analytics.admin.v1alpha.AccessBinding access_bindings = 1;
clearField(Descriptors.FieldDescriptor field)
public BatchCreateAccessBindingsResponse . Builder clearField ( Descriptors . FieldDescriptor field )
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
public BatchCreateAccessBindingsResponse . Builder clearOneof ( Descriptors . OneofDescriptor oneof )
Overrides
clone()
public BatchCreateAccessBindingsResponse . Builder clone ()
Overrides
getAccessBindings(int index)
public AccessBinding getAccessBindings ( int index )
The access bindings created.
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 created.
repeated .google.analytics.admin.v1alpha.AccessBinding access_bindings = 1;
Parameter Name Description index
int
getAccessBindingsBuilderList()
public List<AccessBinding . Builder > getAccessBindingsBuilderList ()
The access bindings created.
repeated .google.analytics.admin.v1alpha.AccessBinding access_bindings = 1;
getAccessBindingsCount()
public int getAccessBindingsCount ()
The access bindings created.
repeated .google.analytics.admin.v1alpha.AccessBinding access_bindings = 1;
Returns Type Description int
getAccessBindingsList()
public List<AccessBinding> getAccessBindingsList ()
The access bindings created.
repeated .google.analytics.admin.v1alpha.AccessBinding access_bindings = 1;
getAccessBindingsOrBuilder(int index)
public AccessBindingOrBuilder getAccessBindingsOrBuilder ( int index )
The access bindings created.
repeated .google.analytics.admin.v1alpha.AccessBinding access_bindings = 1;
Parameter Name Description index
int
getAccessBindingsOrBuilderList()
public List <? extends AccessBindingOrBuilder > getAccessBindingsOrBuilderList ()
The access bindings created.
repeated .google.analytics.admin.v1alpha.AccessBinding access_bindings = 1;
Returns Type Description List <? extends com.google.analytics.admin.v1alpha.AccessBindingOrBuilder >
getDefaultInstanceForType()
public BatchCreateAccessBindingsResponse getDefaultInstanceForType ()
getDescriptorForType()
public Descriptors . Descriptor getDescriptorForType ()
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
isInitialized()
public final boolean isInitialized ()
Overrides
mergeFrom(BatchCreateAccessBindingsResponse other)
public BatchCreateAccessBindingsResponse . Builder mergeFrom ( BatchCreateAccessBindingsResponse other )
public BatchCreateAccessBindingsResponse . Builder mergeFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Overrides
mergeFrom(Message other)
public BatchCreateAccessBindingsResponse . Builder mergeFrom ( Message other )
Parameter Name Description other
Message
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final BatchCreateAccessBindingsResponse . Builder mergeUnknownFields ( UnknownFieldSet unknownFields )
Overrides
removeAccessBindings(int index)
public BatchCreateAccessBindingsResponse . Builder removeAccessBindings ( int index )
The access bindings created.
repeated .google.analytics.admin.v1alpha.AccessBinding access_bindings = 1;
Parameter Name Description index
int
setAccessBindings(int index, AccessBinding value)
public BatchCreateAccessBindingsResponse . Builder setAccessBindings ( int index , AccessBinding value )
The access bindings created.
repeated .google.analytics.admin.v1alpha.AccessBinding access_bindings = 1;
setAccessBindings(int index, AccessBinding.Builder builderForValue)
public BatchCreateAccessBindingsResponse . Builder setAccessBindings ( int index , AccessBinding . Builder builderForValue )
The access bindings created.
repeated .google.analytics.admin.v1alpha.AccessBinding access_bindings = 1;
setField(Descriptors.FieldDescriptor field, Object value)
public BatchCreateAccessBindingsResponse . Builder setField ( Descriptors . FieldDescriptor field , Object value )
Overrides
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public BatchCreateAccessBindingsResponse . Builder setRepeatedField ( Descriptors . FieldDescriptor field , int index , Object value )
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final BatchCreateAccessBindingsResponse . 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."],[[["This webpage provides documentation for the `BatchCreateAccessBindingsResponse.Builder` class in the Google Analytics Admin v1alpha Java library, specifically detailing its methods, inheritance, and static methods."],["The documentation spans a comprehensive range of versions, from 0.14.0 to the latest 0.70.0, allowing users to access information relevant to specific release versions of this library."],["The `BatchCreateAccessBindingsResponse.Builder` is a builder class for creating a response message for batch creation of access bindings, handling data like the access bindings that were created."],["The class inherits from `GeneratedMessageV3.Builder` and implements `BatchCreateAccessBindingsResponseOrBuilder`, offering various methods for constructing and manipulating `BatchCreateAccessBindingsResponse` objects, such as `addAccessBindings`, `clearAccessBindings`, `getAccessBindingsList` etc."],["Users can find details about both instance methods that operate on specific objects, as well as static methods which can be called directly on the class, and each method provides the parameters, descriptions, and the return types."]]],[]]