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.Builder Modifier and Type Method Description StructType.Field.BuilderStructType.Builder. addFieldsBuilder()The list of fields that make up this struct.StructType.Field.BuilderStructType.Builder. addFieldsBuilder(int index)The list of fields that make up this struct.StructType.Field.BuilderStructType.Field.Builder. addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)StructType.Field.BuilderStructType.Field.Builder. clear()StructType.Field.BuilderStructType.Field.Builder. clearField(com.google.protobuf.Descriptors.FieldDescriptor field)StructType.Field.BuilderStructType.Field.Builder. clearName()The name of the field.StructType.Field.BuilderStructType.Field.Builder. clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)StructType.Field.BuilderStructType.Field.Builder. clearType()The type of the field.StructType.Field.BuilderStructType.Field.Builder. clone()StructType.Field.BuilderStructType.Builder. getFieldsBuilder(int index)The list of fields that make up this struct.StructType.Field.BuilderStructType.Field.Builder. mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)StructType.Field.BuilderStructType.Field.Builder. mergeFrom(com.google.protobuf.Message other)StructType.Field.BuilderStructType.Field.Builder. mergeFrom(StructType.Field other)StructType.Field.BuilderStructType.Field.Builder. mergeType(Type value)The type of the field.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.BuilderStructType.Field. newBuilderForType()protected StructType.Field.BuilderStructType.Field. newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)StructType.Field.BuilderStructType.Field.Builder. setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)StructType.Field.BuilderStructType.Field.Builder. setName(String value)The name of the field.StructType.Field.BuilderStructType.Field.Builder. setNameBytes(com.google.protobuf.ByteString value)The name of the field.StructType.Field.BuilderStructType.Field.Builder. setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)StructType.Field.BuilderStructType.Field.Builder. setType(Type value)The type of the field.StructType.Field.BuilderStructType.Field.Builder. setType(Type.Builder builderForValue)The type of the field.StructType.Field.BuilderStructType.Field.Builder. setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)StructType.Field.BuilderStructType.Field. toBuilder()Methods in com.google.spanner.v1 that return types with arguments of type StructType.Field.Builder Modifier and Type Method Description List<StructType.Field.Builder>StructType.Builder. getFieldsBuilderList()The list of fields that make up this struct.Methods in com.google.spanner.v1 with parameters of type StructType.Field.Builder Modifier and Type Method Description StructType.BuilderStructType.Builder. addFields(int index, StructType.Field.Builder builderForValue)The list of fields that make up this struct.StructType.BuilderStructType.Builder. addFields(StructType.Field.Builder builderForValue)The list of fields that make up this struct.StructType.BuilderStructType.Builder. setFields(int index, StructType.Field.Builder builderForValue)The list of fields that make up this struct.
-