public static interface Billing.BillingDestinationOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getMetrics(int index)
Names of the metrics to report to this billing destination.
|
ByteString |
getMetricsBytes(int index)
Names of the metrics to report to this billing destination.
|
int |
getMetricsCount()
Names of the metrics to report to this billing destination.
|
java.util.List<java.lang.String> |
getMetricsList()
Names of the metrics to report to this billing destination.
|
java.lang.String |
getMonitoredResource()
The monitored resource type.
|
ByteString |
getMonitoredResourceBytes()
The monitored resource type.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
java.lang.String getMonitoredResource()
The monitored resource type. The type must be defined in [Service.monitored_resources][google.api.Service.monitored_resources] section.
string monitored_resource = 1;
ByteString getMonitoredResourceBytes()
The monitored resource type. The type must be defined in [Service.monitored_resources][google.api.Service.monitored_resources] section.
string monitored_resource = 1;
java.util.List<java.lang.String> getMetricsList()
Names of the metrics to report to this billing destination. Each name must be defined in [Service.metrics][google.api.Service.metrics] section.
repeated string metrics = 2;
int getMetricsCount()
Names of the metrics to report to this billing destination. Each name must be defined in [Service.metrics][google.api.Service.metrics] section.
repeated string metrics = 2;
java.lang.String getMetrics(int index)
Names of the metrics to report to this billing destination. Each name must be defined in [Service.metrics][google.api.Service.metrics] section.
repeated string metrics = 2;
ByteString getMetricsBytes(int index)
Names of the metrics to report to this billing destination. Each name must be defined in [Service.metrics][google.api.Service.metrics] section.
repeated string metrics = 2;