Google Cloud Chronicle V1 Client - Class DeleteDataAccessLabelRequest (0.1.2)

Reference documentation and code samples for the Google Cloud Chronicle V1 Client class DeleteDataAccessLabelRequest.

Request message to delete a data access label.

Generated from protobuf message google.cloud.chronicle.v1.DeleteDataAccessLabelRequest

Namespace

Google \ Cloud \ Chronicle \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ name string

Required. The ID of the data access label to delete. Format: projects/{project}/locations/{location}/instances/{instance}/dataAccessLabels/{data_access_label}

getName

Required. The ID of the data access label to delete.

Format: projects/{project}/locations/{location}/instances/{instance}/dataAccessLabels/{data_access_label}

Returns
Type Description
string

setName

Required. The ID of the data access label to delete.

Format: projects/{project}/locations/{location}/instances/{instance}/dataAccessLabels/{data_access_label}

Parameter
Name Description
var string
Returns
Type Description
$this

static::build

Parameter
Name Description
name string

Required. The ID of the data access label to delete. Format: projects/{project}/locations/{location}/instances/{instance}/dataAccessLabels/{data_access_label} Please see DataAccessControlServiceClient::dataAccessLabelName() for help formatting this field.

Returns
Type Description
DeleteDataAccessLabelRequest