Dataplex V1 API - Class Google::Cloud::Dataplex::V1::RequestDataProductAccessRequest (v2.10.0)

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

Message for requesting access to a Data Product.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#change_request

def change_request() -> ::Google::Cloud::Dataplex::V1::ChangeRequest
Returns

#change_request=

def change_request=(value) -> ::Google::Cloud::Dataplex::V1::ChangeRequest
Parameter
Returns

#parent

def parent() -> ::String
Returns
  • (::String) — Required. The resource name of the data product. Format: projects/{project_number}/locations/{location_id}/dataProducts/{data_product_id}

#parent=

def parent=(value) -> ::String
Parameter
  • value (::String) — Required. The resource name of the data product. Format: projects/{project_number}/locations/{location_id}/dataProducts/{data_product_id}
Returns
  • (::String) — Required. The resource name of the data product. Format: projects/{project_number}/locations/{location_id}/dataProducts/{data_product_id}

#validate_only

def validate_only() -> ::Boolean
Returns
  • (::Boolean) — Optional. Validates the request without actually creating the access change request. Defaults to false.

#validate_only=

def validate_only=(value) -> ::Boolean
Parameter
  • value (::Boolean) — Optional. Validates the request without actually creating the access change request. Defaults to false.
Returns
  • (::Boolean) — Optional. Validates the request without actually creating the access change request. Defaults to false.