Uses of Class
com.google.api.generator.gapic.model.HttpBindings
Packages that use HttpBindings
Package
Description
-
Uses of HttpBindings in com.google.api.generator.gapic.composer.defaultvalue
Methods in com.google.api.generator.gapic.composer.defaultvalue with parameters of type HttpBindingsModifier and TypeMethodDescriptionstatic ExprDefaultValueComposer.createMethodArgValue(MethodArgument methodArg, Map<String, ResourceName> resourceNames, Map<String, Message> messageTypes, Map<String, String> valuePatterns, HttpBindings bindings) static ExprDefaultValueComposer.createResourceHelperValue(ResourceName resourceName, boolean isChildType, List<ResourceName> resnames, String fieldOrMessageName, HttpBindings bindings) static ExprDefaultValueComposer.createSimpleMessageBuilderValue(Message message, Map<String, ResourceName> resourceNames, Map<String, Message> messageTypes, HttpBindings bindings) static ExprDefaultValueComposer.createSimpleMessageBuilderValue(Message message, Map<String, ResourceName> resourceNames, Map<String, Message> messageTypes, Map<String, String> valuePatterns, HttpBindings bindings) static ExprDefaultValueComposer.createValue(Field field, boolean useExplicitInitTypeInGenerics, Map<String, ResourceName> resourceNames, Map<String, Message> messageTypes, Map<String, String> valuePatterns, HttpBindings bindings) -
Uses of HttpBindings in com.google.api.generator.gapic.model
Methods in com.google.api.generator.gapic.model that return HttpBindingsModifier and TypeMethodDescriptionabstract HttpBindingsHttpBindings.Builder.autoBuild()HttpBindings.Builder.build()abstract HttpBindingsMethod.httpBindings()Methods in com.google.api.generator.gapic.model with parameters of type HttpBindingsModifier and TypeMethodDescriptionResourceName.getMatchingPattern(HttpBindings bindings) abstract Method.BuilderMethod.Builder.setHttpBindings(HttpBindings httpBindings) -
Uses of HttpBindings in com.google.api.generator.gapic.protoparser
Methods in com.google.api.generator.gapic.protoparser that return HttpBindingsModifier and TypeMethodDescriptionstatic HttpBindingsHttpRuleParser.parse(com.google.protobuf.Descriptors.MethodDescriptor protoMethod, Message inputMessage, Map<String, Message> messageTypes) static HttpBindingsHttpRuleParser.parseHttpRule(com.google.api.HttpRule httpRule)