public interface CloudRunRenderMetadataOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getService()
public abstract String getService()
Output only. The name of the Cloud Run Service in the rendered manifest.
Format is projects/{project}/locations/{location}/services/{service}
.
string service = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
String |
The service. |
getServiceBytes()
public abstract ByteString getServiceBytes()
Output only. The name of the Cloud Run Service in the rendered manifest.
Format is projects/{project}/locations/{location}/services/{service}
.
string service = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for service. |