public interface UpdateLogMetricRequestOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
LogMetric |
getMetric()
The updated metric.
|
java.lang.String |
getMetricName()
The resource name of the metric to update:
"projects/[PROJECT_ID]/metrics/[METRIC_ID]"
The updated metric must be provided in the request and it's
`name` field must be the same as `[METRIC_ID]` If the metric
does not exist in `[PROJECT_ID]`, then a new metric is created.
|
ByteString |
getMetricNameBytes()
The resource name of the metric to update:
"projects/[PROJECT_ID]/metrics/[METRIC_ID]"
The updated metric must be provided in the request and it's
`name` field must be the same as `[METRIC_ID]` If the metric
does not exist in `[PROJECT_ID]`, then a new metric is created.
|
LogMetricOrBuilder |
getMetricOrBuilder()
The updated metric.
|
boolean |
hasMetric()
The updated metric.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
java.lang.String getMetricName()
The resource name of the metric to update: "projects/[PROJECT_ID]/metrics/[METRIC_ID]" The updated metric must be provided in the request and it's `name` field must be the same as `[METRIC_ID]` If the metric does not exist in `[PROJECT_ID]`, then a new metric is created.
string metric_name = 1;
ByteString getMetricNameBytes()
The resource name of the metric to update: "projects/[PROJECT_ID]/metrics/[METRIC_ID]" The updated metric must be provided in the request and it's `name` field must be the same as `[METRIC_ID]` If the metric does not exist in `[PROJECT_ID]`, then a new metric is created.
string metric_name = 1;
boolean hasMetric()
The updated metric.
.google.logging.v2.LogMetric metric = 2;
LogMetric getMetric()
The updated metric.
.google.logging.v2.LogMetric metric = 2;
LogMetricOrBuilder getMetricOrBuilder()
The updated metric.
.google.logging.v2.LogMetric metric = 2;