Uses of Class
com.google.spanner.v1.StructType.Builder
-
Uses of StructType.Builder in com.google.spanner.v1
Methods in com.google.spanner.v1 that return StructType.BuilderModifier and TypeMethodDescriptionStructType.Builder.addAllFields(Iterable<? extends StructType.Field> values) The list of fields that make up this struct.StructType.Builder.addFields(int index, StructType.Field value) The list of fields that make up this struct.StructType.Builder.addFields(int index, StructType.Field.Builder builderForValue) The list of fields that make up this struct.StructType.Builder.addFields(StructType.Field value) 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.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) StructType.Builder.clear()StructType.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) StructType.Builder.clearFields()The list of fields that make up this struct.StructType.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) StructType.Builder.clone()ResultSetMetadata.Builder.getRowTypeBuilder()Indicates the field names and types for the rows in the result set.Type.Builder.getStructTypeBuilder()If [code][google.spanner.v1.Type.code] == [STRUCT][google.spanner.v1.TypeCode.STRUCT], then `struct_type` provides type information for the struct's fields.ResultSetMetadata.Builder.getUndeclaredParametersBuilder()A SQL query can be parameterized.StructType.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) StructType.Builder.mergeFrom(com.google.protobuf.Message other) StructType.Builder.mergeFrom(StructType other) final StructType.BuilderStructType.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static StructType.BuilderStructType.newBuilder()static StructType.BuilderStructType.newBuilder(StructType prototype) StructType.newBuilderForType()protected StructType.BuilderStructType.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) StructType.Builder.removeFields(int index) The list of fields that make up this struct.StructType.Builder.setFields(int index, StructType.Field value) 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.StructType.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) final StructType.BuilderStructType.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) StructType.toBuilder()Methods in com.google.spanner.v1 with parameters of type StructType.BuilderModifier and TypeMethodDescriptionResultSetMetadata.Builder.setRowType(StructType.Builder builderForValue) Indicates the field names and types for the rows in the result set.Type.Builder.setStructType(StructType.Builder builderForValue) If [code][google.spanner.v1.Type.code] == [STRUCT][google.spanner.v1.TypeCode.STRUCT], then `struct_type` provides type information for the struct's fields.ResultSetMetadata.Builder.setUndeclaredParameters(StructType.Builder builderForValue) A SQL query can be parameterized.