Reference documentation and code samples for the Dataplex V1 API class Google::Cloud::Dataplex::V1::UpdateLakeRequest.
Update lake request.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#lake
def lake() -> ::Google::Cloud::Dataplex::V1::Lake
Returns
-
(::Google::Cloud::Dataplex::V1::Lake) — Required. Update description.
Only fields specified in
update_mask
are updated.
#lake=
def lake=(value) -> ::Google::Cloud::Dataplex::V1::Lake
Parameter
-
value (::Google::Cloud::Dataplex::V1::Lake) — Required. Update description.
Only fields specified in
update_mask
are updated.
Returns
-
(::Google::Cloud::Dataplex::V1::Lake) — Required. Update description.
Only fields specified in
update_mask
are updated.
#update_mask
def update_mask() -> ::Google::Protobuf::FieldMask
Returns
- (::Google::Protobuf::FieldMask) — Required. Mask of fields to update.
#update_mask=
def update_mask=(value) -> ::Google::Protobuf::FieldMask
Parameter
- value (::Google::Protobuf::FieldMask) — Required. Mask of fields to update.
Returns
- (::Google::Protobuf::FieldMask) — Required. Mask of fields to update.
#validate_only
def validate_only() -> ::Boolean
Returns
- (::Boolean) — Optional. Only validate the request, but do not perform mutations. The default is false.
#validate_only=
def validate_only=(value) -> ::Boolean
Parameter
- value (::Boolean) — Optional. Only validate the request, but do not perform mutations. The default is false.
Returns
- (::Boolean) — Optional. Only validate the request, but do not perform mutations. The default is false.