Package com.google.monitoring.v3
Interface Service.AppEngineOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Service.AppEngine,Service.AppEngine.Builder
- Enclosing class:
- Service
public static interface Service.AppEngineOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetModuleId()The ID of the App Engine module underlying this service.com.google.protobuf.ByteStringgetModuleIdBytes()The ID of the App Engine module underlying this service.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getModuleId
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:
- The moduleId.
-
getModuleIdBytes
com.google.protobuf.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:
- The bytes for moduleId.
-
-