Class: Google::Cloud::Workstations::V1::UpdateWorkstationClusterRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Workstations::V1::UpdateWorkstationClusterRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/workstations/v1/workstations.rb
Overview
Request message for UpdateWorkstationCluster.
Instance Attribute Summary collapse
-
#allow_missing ⇒ ::Boolean
Optional.
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
Required.
-
#validate_only ⇒ ::Boolean
Optional.
-
#workstation_cluster ⇒ ::Google::Cloud::Workstations::V1::WorkstationCluster
Required.
Instance Attribute Details
#allow_missing ⇒ ::Boolean
Returns Optional. If set, and the workstation cluster is not found, a new workstation cluster will be created. In this situation, update_mask is ignored.
779 780 781 782 |
# File 'proto_docs/google/cloud/workstations/v1/workstations.rb', line 779 class UpdateWorkstationClusterRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_mask ⇒ ::Google::Protobuf::FieldMask
Returns Required. Mask that specifies which fields in the workstation cluster should be updated.
779 780 781 782 |
# File 'proto_docs/google/cloud/workstations/v1/workstations.rb', line 779 class UpdateWorkstationClusterRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#validate_only ⇒ ::Boolean
Returns Optional. If set, validate the request and preview the review, but do not actually apply it.
779 780 781 782 |
# File 'proto_docs/google/cloud/workstations/v1/workstations.rb', line 779 class UpdateWorkstationClusterRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#workstation_cluster ⇒ ::Google::Cloud::Workstations::V1::WorkstationCluster
Returns Required. Workstation cluster to update.
779 780 781 782 |
# File 'proto_docs/google/cloud/workstations/v1/workstations.rb', line 779 class UpdateWorkstationClusterRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |