Uses of Class
com.google.api.generator.gapic.model.HttpBindings
-
Packages that use HttpBindings Package Description com.google.api.generator.gapic.composer.defaultvalue com.google.api.generator.gapic.model com.google.api.generator.gapic.protoparser -
-
Uses of HttpBindings in com.google.api.generator.gapic.composer.defaultvalue
Methods in com.google.api.generator.gapic.composer.defaultvalue with parameters of type HttpBindings Modifier and Type Method Description static 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) -
Uses of HttpBindings in com.google.api.generator.gapic.model
Methods in com.google.api.generator.gapic.model that return HttpBindings Modifier and Type Method Description abstract HttpBindingsHttpBindings.Builder. autoBuild()HttpBindingsHttpBindings.Builder. build()abstract HttpBindingsMethod. httpBindings()Methods in com.google.api.generator.gapic.model with parameters of type HttpBindings Modifier and Type Method Description StringResourceName. 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 HttpBindings Modifier and Type Method Description static HttpBindingsHttpRuleParser. parse(com.google.protobuf.Descriptors.MethodDescriptor protoMethod, Message inputMessage, Map<String,Message> messageTypes)static HttpBindingsHttpRuleParser. parseHttpRule(com.google.api.HttpRule httpRule)
-