Uses of Class
com.google.cloud.bigquery.storage.v1beta2.TableFieldSchema
-
Uses of TableFieldSchema in com.google.cloud.bigquery.storage.v1beta2
Methods in com.google.cloud.bigquery.storage.v1beta2 that return TableFieldSchemaModifier and TypeMethodDescriptionTableFieldSchema.Builder.build()TableFieldSchema.Builder.buildPartial()static TableFieldSchemaTableFieldSchema.getDefaultInstance()TableFieldSchema.Builder.getDefaultInstanceForType()TableFieldSchema.getDefaultInstanceForType()TableFieldSchema.Builder.getFields(int index) Optional.TableFieldSchema.getFields(int index) Optional.TableFieldSchemaOrBuilder.getFields(int index) Optional.TableSchema.Builder.getFields(int index) Describes the fields in a table.TableSchema.getFields(int index) Describes the fields in a table.TableSchemaOrBuilder.getFields(int index) Describes the fields in a table.static TableFieldSchemaTableFieldSchema.parseDelimitedFrom(InputStream input) static TableFieldSchemaTableFieldSchema.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static TableFieldSchemaTableFieldSchema.parseFrom(byte[] data) static TableFieldSchemaTableFieldSchema.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static TableFieldSchemaTableFieldSchema.parseFrom(com.google.protobuf.ByteString data) static TableFieldSchemaTableFieldSchema.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static TableFieldSchemaTableFieldSchema.parseFrom(com.google.protobuf.CodedInputStream input) static TableFieldSchemaTableFieldSchema.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static TableFieldSchemaTableFieldSchema.parseFrom(InputStream input) static TableFieldSchemaTableFieldSchema.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static TableFieldSchemaTableFieldSchema.parseFrom(ByteBuffer data) static TableFieldSchemaTableFieldSchema.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.google.cloud.bigquery.storage.v1beta2 that return types with arguments of type TableFieldSchemaModifier and TypeMethodDescriptionTableFieldSchema.Builder.getFieldsList()Optional.TableFieldSchema.getFieldsList()Optional.TableFieldSchemaOrBuilder.getFieldsList()Optional.TableSchema.Builder.getFieldsList()Describes the fields in a table.TableSchema.getFieldsList()Describes the fields in a table.TableSchemaOrBuilder.getFieldsList()Describes the fields in a table.com.google.protobuf.Parser<TableFieldSchema>TableFieldSchema.getParserForType()static com.google.protobuf.Parser<TableFieldSchema>TableFieldSchema.parser()Methods in com.google.cloud.bigquery.storage.v1beta2 with parameters of type TableFieldSchemaModifier and TypeMethodDescriptionTableFieldSchema.Builder.addFields(int index, TableFieldSchema value) Optional.TableFieldSchema.Builder.addFields(TableFieldSchema value) Optional.TableSchema.Builder.addFields(int index, TableFieldSchema value) Describes the fields in a table.TableSchema.Builder.addFields(TableFieldSchema value) Describes the fields in a table.TableFieldSchema.Builder.mergeFrom(TableFieldSchema other) static TableFieldSchema.BuilderTableFieldSchema.newBuilder(TableFieldSchema prototype) TableFieldSchema.Builder.setFields(int index, TableFieldSchema value) Optional.TableSchema.Builder.setFields(int index, TableFieldSchema value) Describes the fields in a table.Method parameters in com.google.cloud.bigquery.storage.v1beta2 with type arguments of type TableFieldSchemaModifier and TypeMethodDescriptionTableFieldSchema.Builder.addAllFields(Iterable<? extends TableFieldSchema> values) Optional.TableSchema.Builder.addAllFields(Iterable<? extends TableFieldSchema> values) Describes the fields in a table.