public interface GetMetricDescriptorRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName()
The metric descriptor on which to execute the request.
|
com.google.protobuf.ByteString |
getNameBytes()
The metric descriptor on which to execute the request.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofjava.lang.String getName()
The metric descriptor on which to execute the request. The format is
`"projects/{project_id_or_number}/metricDescriptors/{metric_id}"`.
An example value of `{metric_id}` is
`"compute.googleapis.com/instance/disk/read_bytes_count"`.
string name = 3;com.google.protobuf.ByteString getNameBytes()
The metric descriptor on which to execute the request. The format is
`"projects/{project_id_or_number}/metricDescriptors/{metric_id}"`.
An example value of `{metric_id}` is
`"compute.googleapis.com/instance/disk/read_bytes_count"`.
string name = 3;