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 \ V1Methods
__construct
Constructor.
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
↳ 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}
string
setParent
Required. The resource name of the data product.
Format: projects/{project_number}/locations/{location_id}/dataProducts/{data_product_id}
var
string
$this
getChangeRequest
Required. The change request for the data product access request.
hasChangeRequest
clearChangeRequest
setChangeRequest
Required. The change request for the data product access request.
$this
getValidateOnly
Optional. Validates the request without actually creating the access change request. Defaults to false.
bool
setValidateOnly
Optional. Validates the request without actually creating the access change request. Defaults to false.
var
bool
$this
static::build
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

