Interface Service.CloudRunOrBuilder (3.71.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.