Class: Google::Cloud::Dataplex::V1::UpdateZoneRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Dataplex::V1::UpdateZoneRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dataplex/v1/service.rb
Overview
Update zone request.
Instance Attribute Summary collapse
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
Required.
-
#validate_only ⇒ ::Boolean
Optional.
-
#zone ⇒ ::Google::Cloud::Dataplex::V1::Zone
Required.
Instance Attribute Details
#update_mask ⇒ ::Google::Protobuf::FieldMask
206 207 208 209 |
# File 'proto_docs/google/cloud/dataplex/v1/service.rb', line 206 class UpdateZoneRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#validate_only ⇒ ::Boolean
206 207 208 209 |
# File 'proto_docs/google/cloud/dataplex/v1/service.rb', line 206 class UpdateZoneRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#zone ⇒ ::Google::Cloud::Dataplex::V1::Zone
206 207 208 209 |
# File 'proto_docs/google/cloud/dataplex/v1/service.rb', line 206 class UpdateZoneRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |