public interface CloudRunRenderMetadataOrBuilder extends MessageOrBuilderImplements
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;
| 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;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for service. |