Cloud Workstations v1 API - Class CreateWorkstationRequest (1.0.0)

public sealed class CreateWorkstationRequest : IMessage<CreateWorkstationRequest>, IEquatable<CreateWorkstationRequest>, IDeepCloneable<CreateWorkstationRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud Workstations v1 API class CreateWorkstationRequest.

Message for creating a CreateWorkstation.

Inheritance

object > CreateWorkstationRequest

Namespace

Google.Cloud.Workstations.V1

Assembly

Google.Cloud.Workstations.V1.dll

Constructors

CreateWorkstationRequest()

public CreateWorkstationRequest()

CreateWorkstationRequest(CreateWorkstationRequest)

public CreateWorkstationRequest(CreateWorkstationRequest other)
Parameter
Name Description
other CreateWorkstationRequest

Properties

Parent

public string Parent { get; set; }

Required. Parent resource name.

Property Value
Type Description
string

ParentAsWorkstationConfigName

public WorkstationConfigName ParentAsWorkstationConfigName { get; set; }

WorkstationConfigName-typed view over the Parent resource name property.

Property Value
Type Description
WorkstationConfigName

ValidateOnly

public bool ValidateOnly { get; set; }

Optional. If set, validate the request and preview the review, but do not actually apply it.

Property Value
Type Description
bool

Workstation

public Workstation Workstation { get; set; }

Required. Workstation to create.

Property Value
Type Description
Workstation

WorkstationId

public string WorkstationId { get; set; }

Required. ID to use for the workstation.

Property Value
Type Description
string

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月06日 UTC.