Uses of Class
com.google.cloud.bigquery.storage.v1.TableFieldSchema
-
Packages that use TableFieldSchema Package Description com.google.cloud.bigquery.storage.v1 A client to BigQuery Storage API -
-
Uses of TableFieldSchema in com.google.cloud.bigquery.storage.v1
Methods in com.google.cloud.bigquery.storage.v1 that return TableFieldSchema Modifier and Type Method Description TableFieldSchemaTableFieldSchema.Builder. build()TableFieldSchemaTableFieldSchema.Builder. buildPartial()static TableFieldSchemaTableFieldSchema. getDefaultInstance()TableFieldSchemaTableFieldSchema.Builder. getDefaultInstanceForType()TableFieldSchemaTableFieldSchema. getDefaultInstanceForType()TableFieldSchemaTableFieldSchema.Builder. getFields(int index)Optional.TableFieldSchemaTableFieldSchema. getFields(int index)Optional.TableFieldSchemaTableFieldSchemaOrBuilder. getFields(int index)Optional.TableFieldSchemaTableSchema.Builder. getFields(int index)Describes the fields in a table.TableFieldSchemaTableSchema. getFields(int index)Describes the fields in a table.TableFieldSchemaTableSchemaOrBuilder. 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.v1 that return types with arguments of type TableFieldSchema Modifier and Type Method Description List<TableFieldSchema>TableFieldSchema.Builder. getFieldsList()Optional.List<TableFieldSchema>TableFieldSchema. getFieldsList()Optional.List<TableFieldSchema>TableFieldSchemaOrBuilder. getFieldsList()Optional.List<TableFieldSchema>TableSchema.Builder. getFieldsList()Describes the fields in a table.List<TableFieldSchema>TableSchema. getFieldsList()Describes the fields in a table.List<TableFieldSchema>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.v1 with parameters of type TableFieldSchema Modifier and Type Method Description TableFieldSchema.BuilderTableFieldSchema.Builder. addFields(int index, TableFieldSchema value)Optional.TableFieldSchema.BuilderTableFieldSchema.Builder. addFields(TableFieldSchema value)Optional.TableSchema.BuilderTableSchema.Builder. addFields(int index, TableFieldSchema value)Describes the fields in a table.TableSchema.BuilderTableSchema.Builder. addFields(TableFieldSchema value)Describes the fields in a table.TableFieldSchema.BuilderTableFieldSchema.Builder. mergeFrom(TableFieldSchema other)static TableFieldSchema.BuilderTableFieldSchema. newBuilder(TableFieldSchema prototype)TableFieldSchema.BuilderTableFieldSchema.Builder. setFields(int index, TableFieldSchema value)Optional.TableSchema.BuilderTableSchema.Builder. setFields(int index, TableFieldSchema value)Describes the fields in a table.Method parameters in com.google.cloud.bigquery.storage.v1 with type arguments of type TableFieldSchema Modifier and Type Method Description TableFieldSchema.BuilderTableFieldSchema.Builder. addAllFields(Iterable<? extends TableFieldSchema> values)Optional.TableSchema.BuilderTableSchema.Builder. addAllFields(Iterable<? extends TableFieldSchema> values)Describes the fields in a table.
-