Class: Google::Cloud::Dataplex::V1::UpdateEnvironmentRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Dataplex::V1::UpdateEnvironmentRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dataplex/v1/service.rb
Overview
Update environment request.
Instance Attribute Summary collapse
-
#environment ⇒ ::Google::Cloud::Dataplex::V1::Environment
Required.
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
Required.
-
#validate_only ⇒ ::Boolean
Optional.
Instance Attribute Details
#environment ⇒ ::Google::Cloud::Dataplex::V1::Environment
Returns Required. Update description.
Only fields specified in update_mask
are updated.
690 691 692 693 |
# File 'proto_docs/google/cloud/dataplex/v1/service.rb', line 690 class UpdateEnvironmentRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_mask ⇒ ::Google::Protobuf::FieldMask
Returns Required. Mask of fields to update.
690 691 692 693 |
# File 'proto_docs/google/cloud/dataplex/v1/service.rb', line 690 class UpdateEnvironmentRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#validate_only ⇒ ::Boolean
Returns Optional. Only validate the request, but do not perform mutations. The default is false.
690 691 692 693 |
# File 'proto_docs/google/cloud/dataplex/v1/service.rb', line 690 class UpdateEnvironmentRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |