| Package | Description |
|---|---|
| com.google.api.generator.gapic.composer.defaultvalue | |
| com.google.api.generator.gapic.model |
| Modifier and Type | Method and Description |
|---|---|
static Expr |
DefaultValueComposer.createValue(Field field) |
static Expr |
DefaultValueComposer.createValue(Field field,
boolean useExplicitInitTypeInGenerics,
Map<String,ResourceName> resourceNames,
Map<String,Message> messageTypes,
Map<String,String> valuePatterns) |
| Modifier and Type | Method and Description |
|---|---|
Field |
Field.Builder.build() |
abstract Field |
HttpBindings.HttpBinding.field() |
abstract Field |
MethodArgument.field() |
Field |
Message.findAndUnwrapPaginatedRepeatedField()
Returns the first list repeated field in a message, unwrapped from its list type.
|
| Modifier and Type | Method and Description |
|---|---|
abstract com.google.common.collect.ImmutableMap<String,Field> |
Message.fieldMap() |
abstract com.google.common.collect.ImmutableList<Field> |
Message.fields() |
abstract com.google.common.collect.ImmutableList<Field> |
MethodArgument.nestedFields() |
| Modifier and Type | Method and Description |
|---|---|
abstract HttpBindings.HttpBinding.Builder |
HttpBindings.HttpBinding.Builder.setField(Field field) |
abstract MethodArgument.Builder |
MethodArgument.Builder.setField(Field field) |
| Modifier and Type | Method and Description |
|---|---|
abstract Message.Builder |
Message.Builder.setFields(List<Field> fields) |
abstract MethodArgument.Builder |
MethodArgument.Builder.setNestedFields(List<Field> nestedFields) |
Copyright © 2022 Google LLC. All rights reserved.