Uses of Class
com.google.spanner.v1.StructType.Field
-
Uses of StructType.Field in com.google.spanner.v1
Methods in com.google.spanner.v1 that return StructType.FieldModifier and TypeMethodDescriptionStructType.Field.Builder.build()StructType.Field.Builder.buildPartial()static StructType.FieldStructType.Field.getDefaultInstance()StructType.Field.Builder.getDefaultInstanceForType()StructType.Field.getDefaultInstanceForType()StructType.Builder.getFields(int index) The list of fields that make up this struct.StructType.getFields(int index) The list of fields that make up this struct.StructTypeOrBuilder.getFields(int index) The list of fields that make up this struct.static StructType.FieldStructType.Field.parseDelimitedFrom(InputStream input) static StructType.FieldStructType.Field.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static StructType.FieldStructType.Field.parseFrom(byte[] data) static StructType.FieldStructType.Field.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static StructType.FieldStructType.Field.parseFrom(com.google.protobuf.ByteString data) static StructType.FieldStructType.Field.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static StructType.FieldStructType.Field.parseFrom(com.google.protobuf.CodedInputStream input) static StructType.FieldStructType.Field.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static StructType.FieldStructType.Field.parseFrom(InputStream input) static StructType.FieldStructType.Field.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static StructType.FieldStructType.Field.parseFrom(ByteBuffer data) static StructType.FieldStructType.Field.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.google.spanner.v1 that return types with arguments of type StructType.FieldModifier and TypeMethodDescriptionStructType.Builder.getFieldsList()The list of fields that make up this struct.StructType.getFieldsList()The list of fields that make up this struct.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.FieldModifier and TypeMethodDescriptionStructType.Builder.addFields(int index, StructType.Field value) 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.Field.Builder.mergeFrom(StructType.Field other) static StructType.Field.BuilderStructType.Field.newBuilder(StructType.Field prototype) 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.FieldModifier and TypeMethodDescriptionStructType.Builder.addAllFields(Iterable<? extends StructType.Field> values) The list of fields that make up this struct.