Reference documentation and code samples for the Cloud Workstations V1BETA API class Google::Cloud::Workstations::V1beta::UpdateWorkstationClusterRequest.
Request message for UpdateWorkstationCluster.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#allow_missing
def allow_missing() -> ::Boolean
Returns
- (::Boolean) — Optional. If set, and the workstation cluster is not found, a new workstation cluster will be created. In this situation, update_mask is ignored.
#allow_missing=
def allow_missing=(value) -> ::Boolean
Parameter
- value (::Boolean) — Optional. If set, and the workstation cluster is not found, a new workstation cluster will be created. In this situation, update_mask is ignored.
Returns
- (::Boolean) — Optional. If set, and the workstation cluster is not found, a new workstation cluster will be created. In this situation, update_mask is ignored.
#update_mask
def update_mask() -> ::Google::Protobuf::FieldMask
Returns
- (::Google::Protobuf::FieldMask) — Required. Mask that specifies which fields in the workstation cluster should be updated.
#update_mask=
def update_mask=(value) -> ::Google::Protobuf::FieldMask
Parameter
- value (::Google::Protobuf::FieldMask) — Required. Mask that specifies which fields in the workstation cluster should be updated.
Returns
- (::Google::Protobuf::FieldMask) — Required. Mask that specifies which fields in the workstation cluster should be updated.
#validate_only
def validate_only() -> ::Boolean
Returns
- (::Boolean) — Optional. If set, validate the request and preview the review, but do not actually apply it.
#validate_only=
def validate_only=(value) -> ::Boolean
Parameter
- value (::Boolean) — Optional. If set, validate the request and preview the review, but do not actually apply it.
Returns
- (::Boolean) — Optional. If set, validate the request and preview the review, but do not actually apply it.
#workstation_cluster
def workstation_cluster() -> ::Google::Cloud::Workstations::V1beta::WorkstationCluster
Returns
- (::Google::Cloud::Workstations::V1beta::WorkstationCluster) — Required. Workstation cluster to update.
#workstation_cluster=
def workstation_cluster=(value) -> ::Google::Cloud::Workstations::V1beta::WorkstationCluster
Parameter
- value (::Google::Cloud::Workstations::V1beta::WorkstationCluster) — Required. Workstation cluster to update.
Returns
- (::Google::Cloud::Workstations::V1beta::WorkstationCluster) — Required. Workstation cluster to update.