com.google.api.client.util.GenericData.Flags
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
NotificationConfiguration()
Constructs 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, setUnknownKeys
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, values
finalize, getClass, notify, notifyAll, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
public NotificationConfiguration() throws org.xmlpull.v1.XmlPullParserException
org.xmlpull.v1.XmlPullParserException
public 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)