Google Analytics Admin V1alpha Client - Class BatchDeleteAccessBindingsRequest (0.20.0)

Reference documentation and code samples for the Google Analytics Admin V1alpha Client class BatchDeleteAccessBindingsRequest.

Request message for BatchDeleteAccessBindings RPC.

Generated from protobuf message google.analytics.admin.v1alpha.BatchDeleteAccessBindingsRequest

Namespace

Google \ Analytics \ Admin \ V1alpha

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ parent string

Required. The account or property that owns the access bindings. The parent of all provided values for the 'names' field in DeleteAccessBindingRequest messages must match this field. Formats: - accounts/{account} - properties/{property}

↳ requests array<Google\Analytics\Admin\V1alpha\DeleteAccessBindingRequest>

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

getParent

Required. The account or property that owns the access bindings. The parent of all provided values for the 'names' field in DeleteAccessBindingRequest messages must match this field. Formats:

  • accounts/{account}
  • properties/{property}
Returns
TypeDescription
string

setParent

Required. The account or property that owns the access bindings. The parent of all provided values for the 'names' field in DeleteAccessBindingRequest messages must match this field. Formats:

  • accounts/{account}
  • properties/{property}
Parameter
NameDescription
var string
Returns
TypeDescription
$this

getRequests

Required. The requests specifying the access bindings to delete.

A maximum of 1000 access bindings can be deleted in a batch.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setRequests

Required. The requests specifying the access bindings to delete.

A maximum of 1000 access bindings can be deleted in a batch.

Parameter
NameDescription
var array<Google\Analytics\Admin\V1alpha\DeleteAccessBindingRequest>
Returns
TypeDescription
$this