Uses of Class
com.google.api.generator.gapic.model.HttpBindings.HttpBinding
-
Packages that use HttpBindings.HttpBinding Package Description com.google.api.generator.gapic.model -
-
Uses of HttpBindings.HttpBinding in com.google.api.generator.gapic.model
Methods in com.google.api.generator.gapic.model that return HttpBindings.HttpBinding Modifier and Type Method Description HttpBindings.HttpBindingHttpBindings.HttpBinding.Builder. build()Methods in com.google.api.generator.gapic.model that return types with arguments of type HttpBindings.HttpBinding Modifier and Type Method Description abstract Set<HttpBindings.HttpBinding>HttpBindings. bodyParameters()abstract Set<HttpBindings.HttpBinding>HttpBindings. pathParameters()abstract Set<HttpBindings.HttpBinding>HttpBindings. queryParameters()Methods in com.google.api.generator.gapic.model with parameters of type HttpBindings.HttpBinding Modifier and Type Method Description intHttpBindings.HttpBinding. compareTo(HttpBindings.HttpBinding o)Method parameters in com.google.api.generator.gapic.model with type arguments of type HttpBindings.HttpBinding Modifier and Type Method Description abstract HttpBindings.BuilderHttpBindings.Builder. setBodyParameters(Set<HttpBindings.HttpBinding> bodyParameters)abstract HttpBindings.BuilderHttpBindings.Builder. setPathParameters(Set<HttpBindings.HttpBinding> pathParameters)abstract HttpBindings.BuilderHttpBindings.Builder. setQueryParameters(Set<HttpBindings.HttpBinding> queryParameters)
-