Uses of Interface
com.google.spanner.v1.StructType.FieldOrBuilder
-
-
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 classStructType.FieldMessage representing a single field of a struct.static classStructType.Field.BuilderMessage representing a single field of a struct.Methods in com.google.spanner.v1 that return StructType.FieldOrBuilder Modifier and Type Method Description StructType.FieldOrBuilderStructType.Builder. getFieldsOrBuilder(int index)The list of fields that make up this struct.StructType.FieldOrBuilderStructType. getFieldsOrBuilder(int index)The list of fields that make up this struct.StructType.FieldOrBuilderStructTypeOrBuilder. 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.
-