Google Cloud Dataplex V1 Client - Class RequestDataProductAccessRequest (1.14.0)

Reference documentation and code samples for the Google Cloud Dataplex V1 Client class RequestDataProductAccessRequest.

Message for requesting access to a Data Product.

Generated from protobuf message google.cloud.dataplex.v1.RequestDataProductAccessRequest

Namespace

Google \ Cloud \ Dataplex \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ parent string

Required. The resource name of the data product. Format: projects/{project_number}/locations/{location_id}/dataProducts/{data_product_id}

↳ change_request ChangeRequest

Required. The change request for the data product access request.

↳ validate_only bool

Optional. Validates the request without actually creating the access change request. Defaults to false.

getParent

Required. The resource name of the data product.

Format: projects/{project_number}/locations/{location_id}/dataProducts/{data_product_id}

Returns
Type Description
string

setParent

Required. The resource name of the data product.

Format: projects/{project_number}/locations/{location_id}/dataProducts/{data_product_id}

Parameter
Name Description
var string
Returns
Type Description
$this

getChangeRequest

Required. The change request for the data product access request.

Returns
Type Description
ChangeRequest|null

hasChangeRequest

clearChangeRequest

setChangeRequest

Required. The change request for the data product access request.

Parameter
Name Description
var ChangeRequest
Returns
Type Description
$this

getValidateOnly

Optional. Validates the request without actually creating the access change request. Defaults to false.

Returns
Type Description
bool

setValidateOnly

Optional. Validates the request without actually creating the access change request. Defaults to false.

Parameter
Name Description
var bool
Returns
Type Description
$this

static::build

Parameters
Name Description
parent string

Required. The resource name of the data product. Format: projects/{project_number}/locations/{location_id}/dataProducts/{data_product_id} Please see DataProductServiceClient::dataProductName() for help formatting this field.

changeRequest ChangeRequest

Required. The change request for the data product access request.

Returns
Type Description
RequestDataProductAccessRequest