Interface Service.AppEngineOrBuilder (3.3.6)

public static interface Service.AppEngineOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getModuleId()

public abstract String getModuleId()

The ID of the App Engine module underlying this service. Corresponds to the module_id resource label in the gae_app monitored resource: https://cloud.google.com/monitoring/api/resources#tag_gae_app

string module_id = 1;

Returns
TypeDescription
String

The moduleId.

getModuleIdBytes()

public abstract ByteString getModuleIdBytes()

The ID of the App Engine module underlying this service. Corresponds to the module_id resource label in the gae_app monitored resource: https://cloud.google.com/monitoring/api/resources#tag_gae_app

string module_id = 1;

Returns
TypeDescription
ByteString

The bytes for moduleId.