Dataplex V1 API - Class Google::Cloud::Dataplex::V1::UpdateEntityRequest (v0.3.0)

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

Update a metadata entity request. The exiting entity will be fully replaced by the entity in the request. The entity ID is mutable. To modify the ID, use the current entity ID in the request URL and specify the new ID in the request body.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#entity

def entity() -> ::Google::Cloud::Dataplex::V1::Entity
Returns

#entity=

def entity=(value) -> ::Google::Cloud::Dataplex::V1::Entity
Parameter
Returns

#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.