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

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

Request message for updating a data asset.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#data_asset

def data_asset() -> ::Google::Cloud::Dataplex::V1::DataAsset
Returns

#data_asset=

def data_asset=(value) -> ::Google::Cloud::Dataplex::V1::DataAsset
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 asset. Defaults to false.

#validate_only=

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