Class BatchUpdateAccessBindingsRequest (0.51.0)

public final class BatchUpdateAccessBindingsRequest extends GeneratedMessageV3 implements BatchUpdateAccessBindingsRequestOrBuilder

Request message for BatchUpdateAccessBindings RPC.

Protobuf type google.analytics.admin.v1alpha.BatchUpdateAccessBindingsRequest

Inheritance

Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > BatchUpdateAccessBindingsRequest

Static Fields

PARENT_FIELD_NUMBER

public static final int PARENT_FIELD_NUMBER
Field Value
TypeDescription
int

REQUESTS_FIELD_NUMBER

public static final int REQUESTS_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static BatchUpdateAccessBindingsRequest getDefaultInstance()
Returns
TypeDescription
BatchUpdateAccessBindingsRequest

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

newBuilder()

public static BatchUpdateAccessBindingsRequest.Builder newBuilder()
Returns
TypeDescription
BatchUpdateAccessBindingsRequest.Builder

newBuilder(BatchUpdateAccessBindingsRequest prototype)

public static BatchUpdateAccessBindingsRequest.Builder newBuilder(BatchUpdateAccessBindingsRequest prototype)
Parameter
NameDescription
prototypeBatchUpdateAccessBindingsRequest
Returns
TypeDescription
BatchUpdateAccessBindingsRequest.Builder

parseDelimitedFrom(InputStream input)

public static BatchUpdateAccessBindingsRequest parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
BatchUpdateAccessBindingsRequest
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static BatchUpdateAccessBindingsRequest parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
BatchUpdateAccessBindingsRequest
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static BatchUpdateAccessBindingsRequest parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
BatchUpdateAccessBindingsRequest
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static BatchUpdateAccessBindingsRequest parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
BatchUpdateAccessBindingsRequest
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static BatchUpdateAccessBindingsRequest parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
BatchUpdateAccessBindingsRequest
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static BatchUpdateAccessBindingsRequest parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
BatchUpdateAccessBindingsRequest
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static BatchUpdateAccessBindingsRequest parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
BatchUpdateAccessBindingsRequest
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static BatchUpdateAccessBindingsRequest parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
BatchUpdateAccessBindingsRequest
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static BatchUpdateAccessBindingsRequest parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
BatchUpdateAccessBindingsRequest
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static BatchUpdateAccessBindingsRequest parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
BatchUpdateAccessBindingsRequest
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static BatchUpdateAccessBindingsRequest parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
BatchUpdateAccessBindingsRequest
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static BatchUpdateAccessBindingsRequest parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
BatchUpdateAccessBindingsRequest
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

public static Parser<BatchUpdateAccessBindingsRequest> parser()
Returns
TypeDescription
Parser<BatchUpdateAccessBindingsRequest>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getDefaultInstanceForType()

public BatchUpdateAccessBindingsRequest getDefaultInstanceForType()
Returns
TypeDescription
BatchUpdateAccessBindingsRequest

getParent()

public String getParent()

Required. The account or property that owns the access bindings. The parent of all provided AccessBinding in UpdateAccessBindingRequest messages must match this field. Formats:

  • accounts/{account}
  • properties/{property}

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
String

The parent.

getParentBytes()

public ByteString getParentBytes()

Required. The account or property that owns the access bindings. The parent of all provided AccessBinding in UpdateAccessBindingRequest messages must match this field. Formats:

  • accounts/{account}
  • properties/{property}

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
ByteString

The bytes for parent.

getParserForType()

public Parser<BatchUpdateAccessBindingsRequest> getParserForType()
Returns
TypeDescription
Parser<BatchUpdateAccessBindingsRequest>
Overrides

getRequests(int index)

public UpdateAccessBindingRequest getRequests(int index)

Required. The requests specifying the access bindings to update. A maximum of 1000 access bindings can be updated in a batch.

repeated .google.analytics.admin.v1alpha.UpdateAccessBindingRequest requests = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
indexint
Returns
TypeDescription
UpdateAccessBindingRequest

getRequestsCount()

public int getRequestsCount()

Required. The requests specifying the access bindings to update. A maximum of 1000 access bindings can be updated in a batch.

repeated .google.analytics.admin.v1alpha.UpdateAccessBindingRequest requests = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
int

getRequestsList()

public List<UpdateAccessBindingRequest> getRequestsList()

Required. The requests specifying the access bindings to update. A maximum of 1000 access bindings can be updated in a batch.

repeated .google.analytics.admin.v1alpha.UpdateAccessBindingRequest requests = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
List<UpdateAccessBindingRequest>

getRequestsOrBuilder(int index)

public UpdateAccessBindingRequestOrBuilder getRequestsOrBuilder(int index)

Required. The requests specifying the access bindings to update. A maximum of 1000 access bindings can be updated in a batch.

repeated .google.analytics.admin.v1alpha.UpdateAccessBindingRequest requests = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
indexint
Returns
TypeDescription
UpdateAccessBindingRequestOrBuilder

getRequestsOrBuilderList()

public List<? extends UpdateAccessBindingRequestOrBuilder> getRequestsOrBuilderList()

Required. The requests specifying the access bindings to update. A maximum of 1000 access bindings can be updated in a batch.

repeated .google.analytics.admin.v1alpha.UpdateAccessBindingRequest requests = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
List<? extends com.google.analytics.admin.v1alpha.UpdateAccessBindingRequestOrBuilder>

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

public BatchUpdateAccessBindingsRequest.Builder newBuilderForType()
Returns
TypeDescription
BatchUpdateAccessBindingsRequest.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected BatchUpdateAccessBindingsRequest.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
BatchUpdateAccessBindingsRequest.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

public BatchUpdateAccessBindingsRequest.Builder toBuilder()
Returns
TypeDescription
BatchUpdateAccessBindingsRequest.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides
Exceptions
TypeDescription
IOException