Reference documentation and code samples for the Google Analytics Admin V1alpha Client class BatchCreateAccessBindingsResponse.
Response message for BatchCreateAccessBindings RPC.
Generated from protobuf message google.analytics.admin.v1alpha.BatchCreateAccessBindingsResponse
Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ access_bindings |
array<Google\Analytics\Admin\V1alpha\AccessBinding>
The access bindings created. |
getAccessBindings
The access bindings created.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Internal\RepeatedField |
|
setAccessBindings
The access bindings created.
| Parameter | |
|---|---|
| Name | Description |
var |
array<Google\Analytics\Admin\V1alpha\AccessBinding>
|
| Returns | |
|---|---|
| Type | Description |
$this |
|