public final class ListNotificationChannelDescriptorsResponse
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 |
|---|
ListNotificationChannelDescriptorsResponse() |
| Modifier and Type | Method and Description |
|---|---|
ListNotificationChannelDescriptorsResponse |
clone() |
java.util.List<NotificationChannelDescriptor> |
getChannelDescriptors()
The monitored resource descriptors supported for the specified project, optionally filtered.
|
java.lang.String |
getNextPageToken()
If not empty, indicates that there may be more results that match the request.
|
ListNotificationChannelDescriptorsResponse |
set(java.lang.String fieldName,
java.lang.Object value) |
ListNotificationChannelDescriptorsResponse |
setChannelDescriptors(java.util.List<NotificationChannelDescriptor> channelDescriptors)
The monitored resource descriptors supported for the specified project, optionally filtered.
|
ListNotificationChannelDescriptorsResponse |
setNextPageToken(java.lang.String nextPageToken)
If not empty, indicates that there may be more results that match the request.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuespublic ListNotificationChannelDescriptorsResponse()
public java.util.List<NotificationChannelDescriptor> getChannelDescriptors()
null for nonepublic ListNotificationChannelDescriptorsResponse setChannelDescriptors(java.util.List<NotificationChannelDescriptor> channelDescriptors)
channelDescriptors - channelDescriptors or null for nonepublic java.lang.String getNextPageToken()
null for nonepublic ListNotificationChannelDescriptorsResponse setNextPageToken(java.lang.String nextPageToken)
nextPageToken - nextPageToken or null for nonepublic ListNotificationChannelDescriptorsResponse set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic ListNotificationChannelDescriptorsResponse clone()
clone in class com.google.api.client.json.GenericJson