Reference documentation and code samples for the Google Analytics Admin V1alpha Client class BatchUpdateAccessBindingsRequest.
Request message for BatchUpdateAccessBindings RPC.
Generated from protobuf message google.analytics.admin.v1alpha.BatchUpdateAccessBindingsRequest
Namespace
Google \ Analytics \ Admin \ V1alphaMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
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 AccessBinding in UpdateAccessBindingRequest messages must match this field. Formats: - accounts/{account} - properties/{property} |
↳ requests |
array<Google\Analytics\Admin\V1alpha\UpdateAccessBindingRequest>
Required. The requests specifying the access bindings to update. A maximum of 1000 access bindings can be updated in a batch. |
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}
Returns | |
---|---|
Type | Description |
string |
setParent
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}
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getRequests
Required. The requests specifying the access bindings to update.
A maximum of 1000 access bindings can be updated in a batch.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setRequests
Required. The requests specifying the access bindings to update.
A maximum of 1000 access bindings can be updated in a batch.
Parameter | |
---|---|
Name | Description |
var |
array<Google\Analytics\Admin\V1alpha\UpdateAccessBindingRequest>
|
Returns | |
---|---|
Type | Description |
$this |