public final class ListMetricDescriptorsResponse
extends com.google.api.client.json.GenericJson
This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the Stackdriver Monitoring API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
com.google.api.client.util.GenericData.Flags| Constructor and Description |
|---|
ListMetricDescriptorsResponse() |
| Modifier and Type | Method and Description |
|---|---|
ListMetricDescriptorsResponse |
clone() |
java.util.List<MetricDescriptor> |
getMetricDescriptors()
The metric descriptors that are available to the project and that match the value of filter, if
present.
|
java.lang.String |
getNextPageToken()
If there are more results than have been returned, then this field is set to a non-empty value.
|
ListMetricDescriptorsResponse |
set(java.lang.String fieldName,
java.lang.Object value) |
ListMetricDescriptorsResponse |
setMetricDescriptors(java.util.List<MetricDescriptor> metricDescriptors)
The metric descriptors that are available to the project and that match the value of filter, if
present.
|
ListMetricDescriptorsResponse |
setNextPageToken(java.lang.String nextPageToken)
If there are more results than have been returned, then this field is set to a non-empty value.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuespublic java.util.List<MetricDescriptor> getMetricDescriptors()
null for nonepublic ListMetricDescriptorsResponse setMetricDescriptors(java.util.List<MetricDescriptor> metricDescriptors)
metricDescriptors - metricDescriptors or null for nonepublic java.lang.String getNextPageToken()
null for nonepublic ListMetricDescriptorsResponse setNextPageToken(java.lang.String nextPageToken)
nextPageToken - nextPageToken or null for nonepublic ListMetricDescriptorsResponse set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic ListMetricDescriptorsResponse clone()
clone in class com.google.api.client.json.GenericJson