Uses of Class
com.google.api.gax.httpjson.ApiMethodDescriptor.MethodType
-
Packages that use ApiMethodDescriptor.MethodType Package Description com.google.api.gax.httpjson -
-
Uses of ApiMethodDescriptor.MethodType in com.google.api.gax.httpjson
Methods in com.google.api.gax.httpjson that return ApiMethodDescriptor.MethodType Modifier and Type Method Description abstract ApiMethodDescriptor.MethodTypeApiMethodDescriptor. getType()static ApiMethodDescriptor.MethodTypeApiMethodDescriptor.MethodType. valueOf(String name)Returns the enum constant of this type with the specified name.static ApiMethodDescriptor.MethodType[]ApiMethodDescriptor.MethodType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.api.gax.httpjson with parameters of type ApiMethodDescriptor.MethodType Modifier and Type Method Description abstract ApiMethodDescriptor.Builder<RequestT,ResponseT>ApiMethodDescriptor.Builder. setType(ApiMethodDescriptor.MethodType type)
-