Class: Google::Cloud::Workstations::V1::CreateWorkstationConfigRequest

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 creating a CreateWorkstationConfig.

Instance Attribute Summary collapse

Instance Attribute Details

#parent::String

Returns Required. Parent resource name.

Returns:

  • (::String)

    Required. Parent resource name.



893
894
895
896
# File 'proto_docs/google/cloud/workstations/v1/workstations.rb', line 893

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



893
894
895
896
# File 'proto_docs/google/cloud/workstations/v1/workstations.rb', line 893

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

#workstation_config::Google::Cloud::Workstations::V1::WorkstationConfig

Returns Required. Config to create.

Returns:



893
894
895
896
# File 'proto_docs/google/cloud/workstations/v1/workstations.rb', line 893

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

#workstation_config_id::String

Returns Required. ID to use for the workstation configuration.

Returns:

  • (::String)

    Required. ID to use for the workstation configuration.



893
894
895
896
# File 'proto_docs/google/cloud/workstations/v1/workstations.rb', line 893

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