Class: Google::Cloud::Workstations::V1::DeleteWorkstationConfigRequest

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

Overview

Message for deleting a workstation configuration.

Instance Attribute Summary collapse

Instance Attribute Details

#etag::String

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

Returns:

  • (::String)

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



937
938
939
940
# File 'proto_docs/google/cloud/workstations/v1/workstations.rb', line 937

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

#force::Boolean

Returns Optional. If set, any workstations in the workstation configuration are also deleted. Otherwise, the request works only if the workstation configuration has no workstations.

Returns:

  • (::Boolean)

    Optional. If set, any workstations in the workstation configuration are also deleted. Otherwise, the request works only if the workstation configuration has no workstations.



937
938
939
940
# File 'proto_docs/google/cloud/workstations/v1/workstations.rb', line 937

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

#name::String

Returns Required. Name of the workstation configuration to delete.

Returns:

  • (::String)

    Required. Name of the workstation configuration to delete.



937
938
939
940
# File 'proto_docs/google/cloud/workstations/v1/workstations.rb', line 937

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



937
938
939
940
# File 'proto_docs/google/cloud/workstations/v1/workstations.rb', line 937

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