com.google.api.client.util.GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
NotificationConfiguration()
Constucts a new notification configuration with default namespace.
|
| Modifier and Type | Method and Description |
|---|---|
List<CloudFunctionConfiguration> |
cloudFunctionConfigurationList()
Returns cloud function configuration.
|
List<QueueConfiguration> |
queueConfigurationList()
Returns queue configuration list.
|
void |
setCloudFunctionConfigurationList(List<CloudFunctionConfiguration> cloudFunctionConfigurationList)
Sets cloud function configuration list.
|
void |
setQueueConfigurationList(List<QueueConfiguration> queueConfigurationList)
Sets queue configuration list.
|
void |
setTopicConfigurationList(List<TopicConfiguration> topicConfigurationList)
Sets topic configuration list.
|
List<TopicConfiguration> |
topicConfigurationList()
Returns topic configuration list.
|
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic NotificationConfiguration()
throws org.xmlpull.v1.XmlPullParserException
org.xmlpull.v1.XmlPullParserExceptionpublic List<CloudFunctionConfiguration> cloudFunctionConfigurationList()
public void setCloudFunctionConfigurationList(List<CloudFunctionConfiguration> cloudFunctionConfigurationList)
public List<QueueConfiguration> queueConfigurationList()
public void setQueueConfigurationList(List<QueueConfiguration> queueConfigurationList)
public List<TopicConfiguration> topicConfigurationList()
public void setTopicConfigurationList(List<TopicConfiguration> topicConfigurationList)