Uses of Class
com.google.api.generator.gapic.model.HttpBindings.HttpBinding
Packages that use HttpBindings.HttpBinding
-
Uses of HttpBindings.HttpBinding in com.google.api.generator.gapic.model
Methods in com.google.api.generator.gapic.model that return HttpBindings.HttpBindingMethods in com.google.api.generator.gapic.model that return types with arguments of type HttpBindings.HttpBindingModifier and TypeMethodDescriptionabstract 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.HttpBindingModifier and TypeMethodDescriptionintHttpBindings.HttpBinding.compareTo(HttpBindings.HttpBinding o) Method parameters in com.google.api.generator.gapic.model with type arguments of type HttpBindings.HttpBindingModifier and TypeMethodDescriptionabstract 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)