public sealed class GoogleCloudRun : IMessage<GoogleCloudRun>, IEquatable<GoogleCloudRun>, IDeepCloneable<GoogleCloudRun>, IBufferMessage, IMessageReference documentation and code samples for the Developer Connect v1 API class GoogleCloudRun.
GoogleCloudRun represents the Cloud Run runtime.
Implements
IMessageGoogleCloudRun, IEquatableGoogleCloudRun, IDeepCloneableGoogleCloudRun, IBufferMessage, IMessageNamespace
Google.Cloud.DeveloperConnect.V1Assembly
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 |
|