Package com.google.monitoring.v3
Interface Service.TelemetryOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Service.Telemetry,Service.Telemetry.Builder
- Enclosing class:
- Service
public static interface Service.TelemetryOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetResourceName()The full name of the resource that defines this service.com.google.protobuf.ByteStringgetResourceNameBytes()The full name of the resource that defines this service.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getResourceName
String getResourceName()
The full name of the resource that defines this service. Formatted as described in https://cloud.google.com/apis/design/resource_names.
string resource_name = 1;- Returns:
- The resourceName.
-
getResourceNameBytes
com.google.protobuf.ByteString getResourceNameBytes()
The full name of the resource that defines this service. Formatted as described in https://cloud.google.com/apis/design/resource_names.
string resource_name = 1;- Returns:
- The bytes for resourceName.
-
-