Interface Service.CloudEndpointsOrBuilder (3.43.0)

public static interface Service.CloudEndpointsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getService()

public abstract String getService()

The name of the Cloud Endpoints service underlying this service. Corresponds to the service resource label in the api monitored resource.

string service = 1;

Returns
Type Description
String

The service.

getServiceBytes()

public abstract ByteString getServiceBytes()

The name of the Cloud Endpoints service underlying this service. Corresponds to the service resource label in the api monitored resource.

string service = 1;

Returns
Type Description
ByteString

The bytes for service.