Cloud Workstations V1 API - Class Google::Cloud::Workstations::V1::DeleteWorkstationConfigRequest (v0.1.0)

Reference documentation and code samples for the Cloud Workstations V1 API class Google::Cloud::Workstations::V1::DeleteWorkstationConfigRequest.

Message for deleting a workstation configuration.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#etag

def etag() -> ::String
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.

#etag=

def etag=(value) -> ::String
Parameter
  • value (::String) — 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.

#force

def force() -> ::Boolean
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.

#force=

def force=(value) -> ::Boolean
Parameter
  • value (::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.
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.

#name

def name() -> ::String
Returns
  • (::String) — Required. Name of the workstation configuration to delete.

#name=

def name=(value) -> ::String
Parameter
  • value (::String) — Required. Name of the workstation configuration to delete.
Returns
  • (::String) — Required. Name of the workstation configuration to delete.

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