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

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

Message for creating a CreateWorkstation.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#parent

def parent() -> ::String
Returns
  • (::String) — Required. Parent resource name.

#parent=

def parent=(value) -> ::String
Parameter
  • value (::String) — Required. Parent resource name.
Returns
  • (::String) — Required. Parent resource name.

#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

def workstation() -> ::Google::Cloud::Workstations::V1::Workstation
Returns

#workstation=

def workstation=(value) -> ::Google::Cloud::Workstations::V1::Workstation
Parameter
Returns

#workstation_id

def workstation_id() -> ::String
Returns
  • (::String) — Required. ID to use for the workstation.

#workstation_id=

def workstation_id=(value) -> ::String
Parameter
  • value (::String) — Required. ID to use for the workstation.
Returns
  • (::String) — Required. ID to use for the workstation.