public interface CloudRunLocationOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getLocation()
public abstract String getLocation() Required. The location for the Cloud Run Service. Format must be
projects/{project}/locations/{location}.
string location = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The location. |
getLocationBytes()
public abstract ByteString getLocationBytes() Required. The location for the Cloud Run Service. Format must be
projects/{project}/locations/{location}.
string location = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for location. |