Reference documentation and code samples for the Cloud Workstations V1 API class Google::Cloud::Workstations::V1::CreateWorkstationConfigRequest.
Message for creating a CreateWorkstationConfig.
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_config
def workstation_config() -> ::Google::Cloud::Workstations::V1::WorkstationConfig
    Returns
    
  - (::Google::Cloud::Workstations::V1::WorkstationConfig) — Required. Config to create.
#workstation_config=
def workstation_config=(value) -> ::Google::Cloud::Workstations::V1::WorkstationConfig
    Parameter
    
  - value (::Google::Cloud::Workstations::V1::WorkstationConfig) — Required. Config to create.
    Returns
    
  - (::Google::Cloud::Workstations::V1::WorkstationConfig) — Required. Config to create.
#workstation_config_id
def workstation_config_id() -> ::String
    Returns
    
  - (::String) — Required. ID to use for the workstation configuration.
#workstation_config_id=
def workstation_config_id=(value) -> ::String
    Parameter
    
  - value (::String) — Required. ID to use for the workstation configuration.
    Returns
    
- (::String) — Required. ID to use for the workstation configuration.