Interface CloudRunLocationOrBuilder (0.16.0)

public interface CloudRunLocationOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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.