Developer Connect v1 API - Class GoogleCloudRun (1.0.0-beta04)

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

Reference documentation and code samples for the Developer Connect v1 API class GoogleCloudRun.

GoogleCloudRun represents the Cloud Run runtime.

Inheritance

object > GoogleCloudRun

Namespace

Google.Cloud.DeveloperConnect.V1

Assembly

Google.Cloud.DeveloperConnect.V1.dll

Constructors

GoogleCloudRun()

public GoogleCloudRun()

GoogleCloudRun(GoogleCloudRun)

public GoogleCloudRun(GoogleCloudRun other)
Parameter
Name Description
other GoogleCloudRun

Properties

ServiceUri

public string ServiceUri { get; set; }

Required. Immutable. The name of the Cloud Run service. Format: projects/{project}/locations/{location}/services/{service}.

Property Value
Type Description
string