Class StructType.Field.Builder (6.66.0)

public static final class StructType.Field.Builder extends GeneratedMessageV3.Builder<StructType.Field.Builder> implements StructType.FieldOrBuilder

Message representing a single field of a struct.

Protobuf type google.spanner.v1.StructType.Field

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public StructType.Field.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
StructType.Field.Builder
Overrides

build()

public StructType.Field build()
Returns
Type Description
StructType.Field

buildPartial()

public StructType.Field buildPartial()
Returns
Type Description
StructType.Field

clear()

public StructType.Field.Builder clear()
Returns
Type Description
StructType.Field.Builder
Overrides

clearField(Descriptors.FieldDescriptor field)

public StructType.Field.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Name Description
field FieldDescriptor
Returns
Type Description
StructType.Field.Builder
Overrides

clearName()

public StructType.Field.Builder clearName()

The name of the field. For reads, this is the column name. For SQL queries, it is the column alias (e.g., "Word" in the query "SELECT 'hello' AS Word"), or the column name (e.g., "ColName" in the query "SELECT ColName FROM Table"). Some columns might have an empty name (e.g., "SELECT UPPER(ColName)"). Note that a query result can contain multiple fields with the same name.

string name = 1;

Returns
Type Description
StructType.Field.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

public StructType.Field.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Name Description
oneof OneofDescriptor
Returns
Type Description
StructType.Field.Builder
Overrides

clearType()

public StructType.Field.Builder clearType()

The type of the field.

.google.spanner.v1.Type type = 2;

Returns
Type Description
StructType.Field.Builder

clone()

public StructType.Field.Builder clone()
Returns
Type Description
StructType.Field.Builder
Overrides

getDefaultInstanceForType()

public StructType.Field getDefaultInstanceForType()
Returns
Type Description
StructType.Field

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getName()

public String getName()

The name of the field. For reads, this is the column name. For SQL queries, it is the column alias (e.g., "Word" in the query "SELECT 'hello' AS Word"), or the column name (e.g., "ColName" in the query "SELECT ColName FROM Table"). Some columns might have an empty name (e.g., "SELECT UPPER(ColName)"). Note that a query result can contain multiple fields with the same name.

string name = 1;

Returns
Type Description
String

The name.

getNameBytes()

public ByteString getNameBytes()

The name of the field. For reads, this is the column name. For SQL queries, it is the column alias (e.g., "Word" in the query "SELECT 'hello' AS Word"), or the column name (e.g., "ColName" in the query "SELECT ColName FROM Table"). Some columns might have an empty name (e.g., "SELECT UPPER(ColName)"). Note that a query result can contain multiple fields with the same name.

string name = 1;

Returns
Type Description
ByteString

The bytes for name.

getType()

public Type getType()

The type of the field.

.google.spanner.v1.Type type = 2;

Returns
Type Description
Type

The type.

getTypeBuilder()

public Type.Builder getTypeBuilder()

The type of the field.

.google.spanner.v1.Type type = 2;

Returns
Type Description
Type.Builder

getTypeOrBuilder()

public TypeOrBuilder getTypeOrBuilder()

The type of the field.

.google.spanner.v1.Type type = 2;

Returns
Type Description
TypeOrBuilder

hasType()

public boolean hasType()

The type of the field.

.google.spanner.v1.Type type = 2;

Returns
Type Description
boolean

Whether the type field is set.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public StructType.Field.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
StructType.Field.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public StructType.Field.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
StructType.Field.Builder
Overrides

mergeFrom(StructType.Field other)

public StructType.Field.Builder mergeFrom(StructType.Field other)
Parameter
Name Description
other StructType.Field
Returns
Type Description
StructType.Field.Builder

mergeType(Type value)

public StructType.Field.Builder mergeType(Type value)

The type of the field.

.google.spanner.v1.Type type = 2;

Parameter
Name Description
value Type
Returns
Type Description
StructType.Field.Builder

mergeUnknownFields(UnknownFieldSet unknownFields)

public final StructType.Field.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
StructType.Field.Builder
Overrides

setField(Descriptors.FieldDescriptor field, Object value)

public StructType.Field.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
StructType.Field.Builder
Overrides

setName(String value)

public StructType.Field.Builder setName(String value)

The name of the field. For reads, this is the column name. For SQL queries, it is the column alias (e.g., "Word" in the query "SELECT 'hello' AS Word"), or the column name (e.g., "ColName" in the query "SELECT ColName FROM Table"). Some columns might have an empty name (e.g., "SELECT UPPER(ColName)"). Note that a query result can contain multiple fields with the same name.

string name = 1;

Parameter
Name Description
value String

The name to set.

Returns
Type Description
StructType.Field.Builder

This builder for chaining.

setNameBytes(ByteString value)

public StructType.Field.Builder setNameBytes(ByteString value)

The name of the field. For reads, this is the column name. For SQL queries, it is the column alias (e.g., "Word" in the query "SELECT 'hello' AS Word"), or the column name (e.g., "ColName" in the query "SELECT ColName FROM Table"). Some columns might have an empty name (e.g., "SELECT UPPER(ColName)"). Note that a query result can contain multiple fields with the same name.

string name = 1;

Parameter
Name Description
value ByteString

The bytes for name to set.

Returns
Type Description
StructType.Field.Builder

This builder for chaining.

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public StructType.Field.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Name Description
field FieldDescriptor
index int
value Object
Returns
Type Description
StructType.Field.Builder
Overrides

setType(Type value)

public StructType.Field.Builder setType(Type value)

The type of the field.

.google.spanner.v1.Type type = 2;

Parameter
Name Description
value Type
Returns
Type Description
StructType.Field.Builder

setType(Type.Builder builderForValue)

public StructType.Field.Builder setType(Type.Builder builderForValue)

The type of the field.

.google.spanner.v1.Type type = 2;

Parameter
Name Description
builderForValue Type.Builder
Returns
Type Description
StructType.Field.Builder

setUnknownFields(UnknownFieldSet unknownFields)

public final StructType.Field.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
StructType.Field.Builder
Overrides