Class: Google::Cloud::Workstations::V1::UpdateWorkstationRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/workstations/v1/workstations.rb

Overview

Request message for UpdateWorkstation.

Instance Attribute Summary collapse

Instance Attribute Details

#allow_missing::Boolean

Returns Optional. If set and the workstation configuration is not found, a new workstation configuration is created. In this situation, update_mask is ignored.

Returns:

  • (::Boolean)

    Optional. If set and the workstation configuration is not found, a new workstation configuration is created. In this situation, update_mask is ignored.



1051
1052
1053
1054
# File 'proto_docs/google/cloud/workstations/v1/workstations.rb', line 1051

class UpdateWorkstationRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#update_mask::Google::Protobuf::FieldMask

Returns Required. Mask specifying which fields in the workstation configuration should be updated.

Returns:



1051
1052
1053
1054
# File 'proto_docs/google/cloud/workstations/v1/workstations.rb', line 1051

class UpdateWorkstationRequest
  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.

Returns:

  • (::Boolean)

    Optional. If set, validate the request and preview the review, but do not actually apply it.



1051
1052
1053
1054
# File 'proto_docs/google/cloud/workstations/v1/workstations.rb', line 1051

class UpdateWorkstationRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#workstation::Google::Cloud::Workstations::V1::Workstation

Returns Required. Workstation to update.

Returns:



1051
1052
1053
1054
# File 'proto_docs/google/cloud/workstations/v1/workstations.rb', line 1051

class UpdateWorkstationRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end