Uses of Interface
com.google.spanner.v1.StructType.FieldOrBuilder
-
Packages that use StructType.FieldOrBuilder Package Description com.google.spanner.v1 -
-
Uses of StructType.FieldOrBuilder in com.google.spanner.v1
Classes in com.google.spanner.v1 that implement StructType.FieldOrBuilder Modifier and Type Class Description static class
StructType.Field
Message representing a single field of a struct.static class
StructType.Field.Builder
Message representing a single field of a struct.Methods in com.google.spanner.v1 that return StructType.FieldOrBuilder Modifier and Type Method Description StructType.FieldOrBuilder
StructType.Builder. getFieldsOrBuilder(int index)
The list of fields that make up this struct.StructType.FieldOrBuilder
StructType. getFieldsOrBuilder(int index)
The list of fields that make up this struct.StructType.FieldOrBuilder
StructTypeOrBuilder. getFieldsOrBuilder(int index)
The list of fields that make up this struct.Methods in com.google.spanner.v1 that return types with arguments of type StructType.FieldOrBuilder Modifier and Type Method Description List<? extends StructType.FieldOrBuilder>
StructType.Builder. getFieldsOrBuilderList()
The list of fields that make up this struct.List<? extends StructType.FieldOrBuilder>
StructType. getFieldsOrBuilderList()
The list of fields that make up this struct.List<? extends StructType.FieldOrBuilder>
StructTypeOrBuilder. getFieldsOrBuilderList()
The list of fields that make up this struct.
-