Interface Service.CloudRunOrBuilder (3.44.0)

public static interface Service.CloudRunOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getLocation()

public abstract String getLocation()

The location the service is run. Corresponds to the location resource label in the cloud_run_revision monitored resource.

string location = 2;

Returns
Type Description
String

The location.

getLocationBytes()

public abstract ByteString getLocationBytes()

The location the service is run. Corresponds to the location resource label in the cloud_run_revision monitored resource.

string location = 2;

Returns
Type Description
ByteString

The bytes for location.

getServiceName()

public abstract String getServiceName()

The name of the Cloud Run service. Corresponds to the service_name resource label in the cloud_run_revision monitored resource.

string service_name = 1;

Returns
Type Description
String

The serviceName.

getServiceNameBytes()

public abstract ByteString getServiceNameBytes()

The name of the Cloud Run service. Corresponds to the service_name resource label in the cloud_run_revision monitored resource.

string service_name = 1;

Returns
Type Description
ByteString

The bytes for serviceName.