public interface CreateMetricDescriptorRequestOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
MetricDescriptor |
getMetricDescriptor()
The new [custom metric](/monitoring/custom-metrics)
descriptor.
|
MetricDescriptorOrBuilder |
getMetricDescriptorOrBuilder()
The new [custom metric](/monitoring/custom-metrics)
descriptor.
|
java.lang.String |
getName()
The project on which to execute the request.
|
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, hasOneof
isInitialized
java.lang.String getName()
The project on which to execute the request. The format is `"projects/{project_id_or_number}"`.
string name = 3;
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;
MetricDescriptor getMetricDescriptor()
The new [custom metric](/monitoring/custom-metrics) descriptor.
.google.api.MetricDescriptor metric_descriptor = 2;
MetricDescriptorOrBuilder getMetricDescriptorOrBuilder()
The new [custom metric](/monitoring/custom-metrics) descriptor.
.google.api.MetricDescriptor metric_descriptor = 2;