public sealed class Endpoint.Types.CloudRunRevisionEndpoint : IMessage<Endpoint.Types.CloudRunRevisionEndpoint>, IEquatable<Endpoint.Types.CloudRunRevisionEndpoint>, IDeepCloneable<Endpoint.Types.CloudRunRevisionEndpoint>, IBufferMessage, IMessage
Reference documentation and code samples for the Network Management v1 API class Endpoint.Types.CloudRunRevisionEndpoint.
Wrapper for Cloud Run revision attributes.
Implements
IMessageEndpointTypesCloudRunRevisionEndpoint, IEquatableEndpointTypesCloudRunRevisionEndpoint, IDeepCloneableEndpointTypesCloudRunRevisionEndpoint, IBufferMessage, IMessageNamespace
Google.Cloud.NetworkManagement.V1Assembly
Google.Cloud.NetworkManagement.V1.dll
Constructors
CloudRunRevisionEndpoint()
public CloudRunRevisionEndpoint()
CloudRunRevisionEndpoint(CloudRunRevisionEndpoint)
public CloudRunRevisionEndpoint(Endpoint.Types.CloudRunRevisionEndpoint other)
Parameter | |
---|---|
Name | Description |
other |
EndpointTypesCloudRunRevisionEndpoint |
Properties
ServiceUri
public string ServiceUri { get; set; }
Output only. The URI of the Cloud Run service that the revision belongs
to. The format is:
projects/{project}/locations/{location}/services/{service}
Property Value | |
---|---|
Type | Description |
string |
Uri
public string Uri { get; set; }
A Cloud Run
revision
URI. The format is:
projects/{project}/locations/{location}/revisions/{revision}
Property Value | |
---|---|
Type | Description |
string |