Uses of Class
com.google.appengine.v1.AuditData.MethodCase
-
Packages that use AuditData.MethodCase Package Description com.google.appengine.v1 A client to App Engine Admin API -
-
Uses of AuditData.MethodCase in com.google.appengine.v1
Methods in com.google.appengine.v1 that return AuditData.MethodCase Modifier and Type Method Description static AuditData.MethodCase
AuditData.MethodCase. forNumber(int value)
AuditData.MethodCase
AuditData.Builder. getMethodCase()
AuditData.MethodCase
AuditData. getMethodCase()
AuditData.MethodCase
AuditDataOrBuilder. getMethodCase()
static AuditData.MethodCase
AuditData.MethodCase. valueOf(int value)
Deprecated.static AuditData.MethodCase
AuditData.MethodCase. valueOf(String name)
Returns the enum constant of this type with the specified name.static AuditData.MethodCase[]
AuditData.MethodCase. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-