public static interface Endpoint.CloudRunRevisionEndpointOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getServiceUri()
public abstract String getServiceUri()
Output only. The URI of the Cloud Run service that the revision belongs
to. The format is:
projects/{project}/locations/{location}/services/{service}
string service_uri = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
String |
The serviceUri. |
getServiceUriBytes()
public abstract ByteString getServiceUriBytes()
Output only. The URI of the Cloud Run service that the revision belongs
to. The format is:
projects/{project}/locations/{location}/services/{service}
string service_uri = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for serviceUri. |
getUri()
public abstract String getUri()
A Cloud Run
revision
URI. The format is:
projects/{project}/locations/{location}/revisions/{revision}
string uri = 1;
Returns | |
---|---|
Type | Description |
String |
The uri. |
getUriBytes()
public abstract ByteString getUriBytes()
A Cloud Run
revision
URI. The format is:
projects/{project}/locations/{location}/revisions/{revision}
string uri = 1;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for uri. |