Package com.google.monitoring.v3
Interface Service.CloudEndpointsOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Service.CloudEndpoints
,Service.CloudEndpoints.Builder
- Enclosing class:
- Service
public static interface Service.CloudEndpointsOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getService()
The name of the Cloud Endpoints service underlying this service.com.google.protobuf.ByteString
getServiceBytes()
The name of the Cloud Endpoints service 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
-
getService
String getService()
The name of the Cloud Endpoints service underlying this service. Corresponds to the `service` resource label in the `api` monitored resource: https://cloud.google.com/monitoring/api/resources#tag_api
string service = 1;
- Returns:
- The service.
-
getServiceBytes
com.google.protobuf.ByteString getServiceBytes()
The name of the Cloud Endpoints service underlying this service. Corresponds to the `service` resource label in the `api` monitored resource: https://cloud.google.com/monitoring/api/resources#tag_api
string service = 1;
- Returns:
- The bytes for service.
-
-