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