public interface CreateMetricDescriptorRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.api.MetricDescriptor |
getMetricDescriptor()
The new [custom metric](/monitoring/custom-metrics)
descriptor.
|
com.google.api.MetricDescriptorOrBuilder |
getMetricDescriptorOrBuilder()
The new [custom metric](/monitoring/custom-metrics)
descriptor.
|
java.lang.String |
getName()
The project on which to execute the request.
|
com.google.protobuf.ByteString |
getNameBytes()
The project on which to execute the request.
|
boolean |
hasMetricDescriptor()
The new [custom metric](/monitoring/custom-metrics)
descriptor.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofjava.lang.String getName()
The project on which to execute the request. The format is
`"projects/{project_id_or_number}"`.
string name = 3;com.google.protobuf.ByteString getNameBytes()
The project on which to execute the request. The format is
`"projects/{project_id_or_number}"`.
string name = 3;boolean hasMetricDescriptor()
The new [custom metric](/monitoring/custom-metrics) descriptor.
.google.api.MetricDescriptor metric_descriptor = 2;com.google.api.MetricDescriptor getMetricDescriptor()
The new [custom metric](/monitoring/custom-metrics) descriptor.
.google.api.MetricDescriptor metric_descriptor = 2;com.google.api.MetricDescriptorOrBuilder getMetricDescriptorOrBuilder()
The new [custom metric](/monitoring/custom-metrics) descriptor.
.google.api.MetricDescriptor metric_descriptor = 2;