Class: Google::Cloud::Workstations::V1::StopWorkstationRequest

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 StopWorkstation.

Instance Attribute Summary collapse

Instance Attribute Details

#etag::String

Returns Optional. If set, the request will be rejected if the latest version of the workstation on the server does not have this ETag.

Returns:

  • (::String)

    Optional. If set, the request will be rejected if the latest version of the workstation on the server does not have this ETag.



1102
1103
1104
1105
# File 'proto_docs/google/cloud/workstations/v1/workstations.rb', line 1102

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

#name::String

Returns Required. Name of the workstation to stop.

Returns:

  • (::String)

    Required. Name of the workstation to stop.



1102
1103
1104
1105
# File 'proto_docs/google/cloud/workstations/v1/workstations.rb', line 1102

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



1102
1103
1104
1105
# File 'proto_docs/google/cloud/workstations/v1/workstations.rb', line 1102

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