Class: Google::Cloud::Dataplex::V1::UpdateEntityRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Dataplex::V1::UpdateEntityRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dataplex/v1/metadata.rb
Overview
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.
Instance Attribute Summary collapse
-
#entity ⇒ ::Google::Cloud::Dataplex::V1::Entity
Required.
-
#validate_only ⇒ ::Boolean
Optional.
Instance Attribute Details
#entity ⇒ ::Google::Cloud::Dataplex::V1::Entity
52 53 54 55 |
# File 'proto_docs/google/cloud/dataplex/v1/metadata.rb', line 52 class UpdateEntityRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#validate_only ⇒ ::Boolean
52 53 54 55 |
# File 'proto_docs/google/cloud/dataplex/v1/metadata.rb', line 52 class UpdateEntityRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |