Uses of Class
com.google.api.generator.gapic.model.HttpBindings.HttpVerb
-
Packages that use HttpBindings.HttpVerb Package Description com.google.api.generator.gapic.model -
-
Uses of HttpBindings.HttpVerb in com.google.api.generator.gapic.model
Methods in com.google.api.generator.gapic.model that return HttpBindings.HttpVerb Modifier and Type Method Description abstract HttpBindings.HttpVerbHttpBindings. httpVerb()static HttpBindings.HttpVerbHttpBindings.HttpVerb. valueOf(String name)Returns the enum constant of this type with the specified name.static HttpBindings.HttpVerb[]HttpBindings.HttpVerb. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.api.generator.gapic.model with parameters of type HttpBindings.HttpVerb Modifier and Type Method Description abstract HttpBindings.BuilderHttpBindings.Builder. setHttpVerb(HttpBindings.HttpVerb httpVerb)
-