Package com.google.cloud.hadoop.util
Interface IGcsJsonApiEvent
-
- All Known Implementing Classes:
GcsJsonApiEvent
public interface IGcsJsonApiEvent
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ObjectgetContext()GcsJsonApiEvent.EventTypegetEventType()StringgetMethod()ObjectgetProperty(String key)
-
-
-
Method Detail
-
getEventType
GcsJsonApiEvent.EventType getEventType()
-
getContext
Object getContext()
-
getMethod
String getMethod()
-
-