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.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) StructType.Field.Builder.clear()StructType.Field.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) StructType.Field.Builder.clearName()The name of the field.StructType.Field.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) StructType.Field.Builder.clearType()The type of the field.StructType.Field.Builder.clone()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.final StructType.Field.BuilderStructType.Field.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) 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.GeneratedMessageV3.BuilderParent parent) StructType.Field.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) The name of the field.StructType.Field.Builder.setNameBytes(com.google.protobuf.ByteString value) The name of the field.StructType.Field.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) The type of the field.StructType.Field.Builder.setType(Type.Builder builderForValue) The type of the field.final StructType.Field.BuilderStructType.Field.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) 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.