Uses of Class
com.google.cloud.hadoop.util.GcsJsonApiEvent.EventType
-
Packages that use GcsJsonApiEvent.EventType Package Description com.google.cloud.hadoop.util -
-
Uses of GcsJsonApiEvent.EventType in com.google.cloud.hadoop.util
Methods in com.google.cloud.hadoop.util that return GcsJsonApiEvent.EventType Modifier and Type Method Description GcsJsonApiEvent.EventTypeGcsJsonApiEvent. getEventType()GcsJsonApiEvent.EventTypeIGcsJsonApiEvent. getEventType()static GcsJsonApiEvent.EventTypeGcsJsonApiEvent.EventType. valueOf(String name)Returns the enum constant of this type with the specified name.static GcsJsonApiEvent.EventType[]GcsJsonApiEvent.EventType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.google.cloud.hadoop.util with parameters of type GcsJsonApiEvent.EventType Constructor Description GcsJsonApiEvent(com.google.api.client.http.HttpRequest request, GcsJsonApiEvent.EventType eventType, Object context)
-