Reference documentation and code samples for the Google Cloud Chronicle V1 Client class GetDataAccessLabelRequest.
Request message to retrieve a data access label.
Generated from protobuf message google.cloud.chronicle.v1.GetDataAccessLabelRequest
Namespace
Google \ Cloud \ Chronicle \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ name
string
Required. The ID of the data access label to retrieve. Format: projects/{project}/locations/{location}/instances/{instance}/dataAccessLabels/{data_access_label}
getName
Required. The ID of the data access label to retrieve.
Format: projects/{project}/locations/{location}/instances/{instance}/dataAccessLabels/{data_access_label}
string
setName
Required. The ID of the data access label to retrieve.
Format: projects/{project}/locations/{location}/instances/{instance}/dataAccessLabels/{data_access_label}
var
string
$this
static::build
name
string
Required. The ID of the data access label to retrieve.
Format: projects/{project}/locations/{location}/instances/{instance}/dataAccessLabels/{data_access_label}
Please see DataAccessControlServiceClient::dataAccessLabelName()
for help formatting this field.