public interface GoogleCloudRunOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getServiceUri()
public abstract String getServiceUri() Required. Immutable. The name of the Cloud Run service.
Format:
projects/{project}/locations/{location}/services/{service}.
string service_uri = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE];
| Returns | |
|---|---|
| Type | Description |
String |
The serviceUri. |
getServiceUriBytes()
public abstract ByteString getServiceUriBytes() Required. Immutable. The name of the Cloud Run service.
Format:
projects/{project}/locations/{location}/services/{service}.
string service_uri = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for serviceUri. |