Reference documentation and code samples for the Google Analytics Admin V1alpha Client class BatchGetAccessBindingsRequest.
Request message for BatchGetAccessBindings RPC.
Generated from protobuf message google.analytics.admin.v1alpha.BatchGetAccessBindingsRequest
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 values for the 'names' field must match this field. Formats: - accounts/{account} - properties/{property} |
↳ names |
array
Required. The names of the access bindings to retrieve. A maximum of 1000 access bindings can be retrieved in a batch. Formats: - accounts/{account}/accessBindings/{accessBinding} - properties/{property}/accessBindings/{accessBinding} |
getParent
Required. The account or property that owns the access bindings. The parent of all provided values for the 'names' field 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 values for the 'names' field must match this field.
Formats:
- accounts/{account}
- properties/{property}
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getNames
Required. The names of the access bindings to retrieve.
A maximum of 1000 access bindings can be retrieved in a batch. Formats:
- accounts/{account}/accessBindings/{accessBinding}
- properties/{property}/accessBindings/{accessBinding}
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setNames
Required. The names of the access bindings to retrieve.
A maximum of 1000 access bindings can be retrieved in a batch. Formats:
- accounts/{account}/accessBindings/{accessBinding}
- properties/{property}/accessBindings/{accessBinding}
Parameter | |
---|---|
Name | Description |
var |
string[]
|
Returns | |
---|---|
Type | Description |
$this |