Cloud Run Admin v2 API - Class StartInstanceRequest (2.19.0)

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

Reference documentation and code samples for the Cloud Run Admin v2 API class StartInstanceRequest.

Request message for starting an Instance.

Inheritance

object > StartInstanceRequest

Namespace

Google.Cloud.Run.V2

Assembly

Google.Cloud.Run.V2.dll

Constructors

StartInstanceRequest()

public StartInstanceRequest()

StartInstanceRequest(StartInstanceRequest)

public StartInstanceRequest(StartInstanceRequest other)
Parameter
Name Description
other StartInstanceRequest

Properties

Etag

public string Etag { get; set; }

Optional. A system-generated fingerprint for this version of the resource. This may be used to detect modification conflict during updates.

Property Value
Type Description
string

InstanceName

public InstanceName InstanceName { get; set; }

InstanceName-typed view over the Name resource name property.

Property Value
Type Description
InstanceName

Name

public string Name { get; set; }

Required. The name of the Instance to stop. Format: projects/{project}/locations/{location}/instances/{instance}, where {project} can be project id or number.

Property Value
Type Description
string

ValidateOnly

public bool ValidateOnly { get; set; }

Optional. Indicates that the request should be validated without actually stopping any resources.

Property Value
Type Description
bool