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

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

Request message for updating a data product.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#data_product

def data_product() -> ::Google::Cloud::Dataplex::V1::DataProduct
Returns

#data_product=

def data_product=(value) -> ::Google::Cloud::Dataplex::V1::DataProduct
Parameter
Returns

#update_mask

def update_mask() -> ::Google::Protobuf::FieldMask
Returns

#update_mask=

def update_mask=(value) -> ::Google::Protobuf::FieldMask
Parameter
  • value (::Google::Protobuf::FieldMask) — Optional. The list of fields to update. If this is empty or not set, then all the fields will be updated.
Returns

#validate_only

def validate_only() -> ::Boolean
Returns
  • (::Boolean) — Optional. Validates the request without actually updating the data product. Default: false.

#validate_only=

def validate_only=(value) -> ::Boolean
Parameter
  • value (::Boolean) — Optional. Validates the request without actually updating the data product. Default: false.
Returns
  • (::Boolean) — Optional. Validates the request without actually updating the data product. Default: false.