| Package | Description |
|---|---|
| com.google.api.generator.gapic.composer.defaultvalue | |
| com.google.api.generator.gapic.model | |
| com.google.api.generator.gapic.protoparser |
| Modifier and Type | Method and Description |
|---|---|
static Expr |
DefaultValueComposer.createMethodArgValue(MethodArgument methodArg,
Map<String,ResourceName> resourceNames,
Map<String,Message> messageTypes,
Map<String,String> valuePatterns,
HttpBindings bindings) |
static Expr |
DefaultValueComposer.createResourceHelperValue(ResourceName resourceName,
boolean isChildType,
List<ResourceName> resnames,
String fieldOrMessageName,
HttpBindings bindings) |
static Expr |
DefaultValueComposer.createSimpleMessageBuilderValue(Message message,
Map<String,ResourceName> resourceNames,
Map<String,Message> messageTypes,
HttpBindings bindings) |
static Expr |
DefaultValueComposer.createSimpleMessageBuilderValue(Message message,
Map<String,ResourceName> resourceNames,
Map<String,Message> messageTypes,
Map<String,String> valuePatterns,
HttpBindings bindings) |
| Modifier and Type | Method and Description |
|---|---|
abstract HttpBindings |
HttpBindings.Builder.autoBuild() |
HttpBindings |
HttpBindings.Builder.build() |
abstract HttpBindings |
Method.httpBindings() |
| Modifier and Type | Method and Description |
|---|---|
String |
ResourceName.getMatchingPattern(HttpBindings bindings) |
abstract Method.Builder |
Method.Builder.setHttpBindings(HttpBindings httpBindings) |
| Modifier and Type | Method and Description |
|---|---|
static HttpBindings |
HttpRuleParser.parse(com.google.protobuf.Descriptors.MethodDescriptor protoMethod,
Message inputMessage,
Map<String,Message> messageTypes) |
static HttpBindings |
HttpRuleParser.parseHttpRule(com.google.api.HttpRule httpRule) |
Copyright © 2022 Google LLC. All rights reserved.