Cloud Run Admin v2 API - Class InstanceName (2.19.0)

public sealed class InstanceName : IResourceName, IEquatable<InstanceName>

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

Resource name for the Instance resource.

Inheritance

object > InstanceName

Namespace

Google.Cloud.Run.V2

Assembly

Google.Cloud.Run.V2.dll

Constructors

InstanceName(string, string, string)

public InstanceName(string projectId, string locationId, string instanceId)

Constructs a new instance of a InstanceName class from the component parts of pattern projects/{project}/locations/{location}/instances/{instance}

Parameters
Name Description
projectId string

The Project ID. Must not be null or empty.

locationId string

The Location ID. Must not be null or empty.