Google Analytics Admin V1alpha Client - Class BatchGetAccessBindingsRequest (0.10.0)

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

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 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
TypeDescription
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
NameDescription
var string
Returns
TypeDescription
$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
TypeDescription
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
NameDescription
var string[]
Returns
TypeDescription
$this