Cloud Workstations v1 API - Class StopWorkstationRequest (1.4.0)

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

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

Request message for StopWorkstation.

Inheritance

object > StopWorkstationRequest

Namespace

Google.Cloud.Workstations.V1

Assembly

Google.Cloud.Workstations.V1.dll

Constructors

StopWorkstationRequest()

public StopWorkstationRequest()

StopWorkstationRequest(StopWorkstationRequest)

public StopWorkstationRequest(StopWorkstationRequest other)
Parameter
Name Description
other StopWorkstationRequest

Properties

Etag

public string Etag { get; set; }

Optional. If set, the request will be rejected if the latest version of the workstation on the server does not have this ETag.

Property Value
Type Description
string

Name

public string Name { get; set; }

Required. Name of the workstation to stop.

Property Value
Type Description
string

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

WorkstationName

public WorkstationName WorkstationName { get; set; }

WorkstationName-typed view over the Name resource name property.

Property Value
Type Description
WorkstationName

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.