Uses of Class
com.google.spanner.v1.StructType.Field.Builder
-
Uses of StructType.Field.Builder in com.google.spanner.v1
Methods in com.google.spanner.v1 that return StructType.Field.BuilderModifier and TypeMethodDescriptionStructType.Builder.addFieldsBuilder()The list of fields that make up this struct.StructType.Builder.addFieldsBuilder(int index) The list of fields that make up this struct.StructType.Field.Builder.clear()StructType.Field.Builder.clearName()The name of the field.StructType.Field.Builder.clearType()The type of the field.StructType.Builder.getFieldsBuilder(int index) The list of fields that make up this struct.StructType.Field.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) StructType.Field.Builder.mergeFrom(com.google.protobuf.Message other) StructType.Field.Builder.mergeFrom(StructType.Field other) The type of the field.static StructType.Field.BuilderStructType.Field.newBuilder()static StructType.Field.BuilderStructType.Field.newBuilder(StructType.Field prototype) StructType.Field.newBuilderForType()protected StructType.Field.BuilderStructType.Field.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) The name of the field.StructType.Field.Builder.setNameBytes(com.google.protobuf.ByteString value) The name of the field.The type of the field.StructType.Field.Builder.setType(Type.Builder builderForValue) The type of the field.StructType.Field.toBuilder()Methods in com.google.spanner.v1 that return types with arguments of type StructType.Field.BuilderModifier and TypeMethodDescriptionStructType.Builder.getFieldsBuilderList()The list of fields that make up this struct.Methods in com.google.spanner.v1 with parameters of type StructType.Field.BuilderModifier and TypeMethodDescriptionStructType.Builder.addFields(int index, StructType.Field.Builder builderForValue) The list of fields that make up this struct.StructType.Builder.addFields(StructType.Field.Builder builderForValue) The list of fields that make up this struct.StructType.Builder.setFields(int index, StructType.Field.Builder builderForValue) The list of fields that make up this struct.