Class: Google::Cloud::Workstations::V1::CreateWorkstationRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Workstations::V1::CreateWorkstationRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/workstations/v1/workstations.rb
Overview
Message for creating a CreateWorkstation.
Instance Attribute Summary collapse
-
#parent ⇒ ::String
Required.
-
#validate_only ⇒ ::Boolean
Optional.
-
#workstation ⇒ ::Google::Cloud::Workstations::V1::Workstation
Required.
-
#workstation_id ⇒ ::String
Required.
Instance Attribute Details
#parent ⇒ ::String
Returns Required. Parent resource name.
1029 1030 1031 1032 |
# File 'proto_docs/google/cloud/workstations/v1/workstations.rb', line 1029 class CreateWorkstationRequest 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.
1029 1030 1031 1032 |
# File 'proto_docs/google/cloud/workstations/v1/workstations.rb', line 1029 class CreateWorkstationRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#workstation ⇒ ::Google::Cloud::Workstations::V1::Workstation
Returns Required. Workstation to create.
1029 1030 1031 1032 |
# File 'proto_docs/google/cloud/workstations/v1/workstations.rb', line 1029 class CreateWorkstationRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#workstation_id ⇒ ::String
Returns Required. ID to use for the workstation.
1029 1030 1031 1032 |
# File 'proto_docs/google/cloud/workstations/v1/workstations.rb', line 1029 class CreateWorkstationRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |