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
-
(::Google::Cloud::Dataplex::V1::DataAsset) — Required. The data asset to update.
The data asset's
namefield is used to identify the data asset to update.
#data_asset=
def data_asset=(value) -> ::Google::Cloud::Dataplex::V1::DataAsset
Parameter
-
value (::Google::Cloud::Dataplex::V1::DataAsset) — Required. The data asset to update.
The data asset's
namefield is used to identify the data asset to update.
Returns
-
(::Google::Cloud::Dataplex::V1::DataAsset) — Required. The data asset to update.
The data asset's
namefield is used to identify the data asset to update.
#update_mask
def update_mask() -> ::Google::Protobuf::FieldMask
Returns
- (::Google::Protobuf::FieldMask) — Optional. The list of fields to update. If this is empty or not set, then all the fields will be updated.
#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
- (::Google::Protobuf::FieldMask) — Optional. The list of fields to update. If this is empty or not set, then all the fields will be updated.
#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.