com.google.api.client.util.GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
CloudFunctionConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
String |
cloudFunction()
Returns cloudFunction.
|
List<EventType> |
events()
Returns events.
|
Filter |
filter()
Returns filter.
|
String |
id()
Returns id.
|
void |
setCloudFunction(String cloudFunction)
Sets cloudFunction.
|
void |
setEvents(List<EventType> events)
Sets event.
|
void |
setFilter(Filter filter)
Sets filter.
|
void |
setId(String id)
Sets id.
|
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 CloudFunctionConfiguration()
throws org.xmlpull.v1.XmlPullParserException
org.xmlpull.v1.XmlPullParserExceptionpublic String id()
public void setId(String id)
public String cloudFunction()
public void setCloudFunction(String cloudFunction)
public List<EventType> events() throws InvalidArgumentException
InvalidArgumentExceptionpublic Filter filter()
public void setFilter(Filter filter)