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.MethodCaseAuditData.MethodCase. forNumber(int value)AuditData.MethodCaseAuditData.Builder. getMethodCase()AuditData.MethodCaseAuditData. getMethodCase()AuditData.MethodCaseAuditDataOrBuilder. getMethodCase()static AuditData.MethodCaseAuditData.MethodCase. valueOf(int value)Deprecated.static AuditData.MethodCaseAuditData.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.
-