Uses of Class
com.google.spanner.v1.StructType.Field
-
Packages that use StructType.Field Package Description com.google.spanner.v1 -
-
Uses of StructType.Field in com.google.spanner.v1
Methods in com.google.spanner.v1 that return StructType.Field Modifier and Type Method Description StructType.Field
StructType.Field.Builder. build()
StructType.Field
StructType.Field.Builder. buildPartial()
static StructType.Field
StructType.Field. getDefaultInstance()
StructType.Field
StructType.Field.Builder. getDefaultInstanceForType()
StructType.Field
StructType.Field. getDefaultInstanceForType()
StructType.Field
StructType.Builder. getFields(int index)
The list of fields that make up this struct.StructType.Field
StructType. getFields(int index)
The list of fields that make up this struct.StructType.Field
StructTypeOrBuilder. getFields(int index)
The list of fields that make up this struct.static StructType.Field
StructType.Field. parseDelimitedFrom(InputStream input)
static StructType.Field
StructType.Field. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static StructType.Field
StructType.Field. parseFrom(byte[] data)
static StructType.Field
StructType.Field. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static StructType.Field
StructType.Field. parseFrom(com.google.protobuf.ByteString data)
static StructType.Field
StructType.Field. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static StructType.Field
StructType.Field. parseFrom(com.google.protobuf.CodedInputStream input)
static StructType.Field
StructType.Field. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static StructType.Field
StructType.Field. parseFrom(InputStream input)
static StructType.Field
StructType.Field. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static StructType.Field
StructType.Field. parseFrom(ByteBuffer data)
static StructType.Field
StructType.Field. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.spanner.v1 that return types with arguments of type StructType.Field Modifier and Type Method Description List<StructType.Field>
StructType.Builder. getFieldsList()
The list of fields that make up this struct.List<StructType.Field>
StructType. getFieldsList()
The list of fields that make up this struct.List<StructType.Field>
StructTypeOrBuilder. getFieldsList()
The list of fields that make up this struct.com.google.protobuf.Parser<StructType.Field>
StructType.Field. getParserForType()
static com.google.protobuf.Parser<StructType.Field>
StructType.Field. parser()
Methods in com.google.spanner.v1 with parameters of type StructType.Field Modifier and Type Method Description StructType.Builder
StructType.Builder. addFields(int index, StructType.Field value)
The list of fields that make up this struct.StructType.Builder
StructType.Builder. addFields(StructType.Field value)
The list of fields that make up this struct.StructType.Field.Builder
StructType.Field.Builder. mergeFrom(StructType.Field other)
static StructType.Field.Builder
StructType.Field. newBuilder(StructType.Field prototype)
StructType.Builder
StructType.Builder. setFields(int index, StructType.Field value)
The list of fields that make up this struct.Method parameters in com.google.spanner.v1 with type arguments of type StructType.Field Modifier and Type Method Description StructType.Builder
StructType.Builder. addAllFields(Iterable<? extends StructType.Field> values)
The list of fields that make up this struct.
-