Uses of Class
com.google.cloud.bigquery.storage.v1beta2.TableFieldSchema
-
Packages that use TableFieldSchema Package Description com.google.cloud.bigquery.storage.v1beta2 A client to BigQuery Storage API -
-
Uses of TableFieldSchema in com.google.cloud.bigquery.storage.v1beta2
Methods in com.google.cloud.bigquery.storage.v1beta2 that return TableFieldSchema Modifier and Type Method Description TableFieldSchema
TableFieldSchema.Builder. build()
TableFieldSchema
TableFieldSchema.Builder. buildPartial()
static TableFieldSchema
TableFieldSchema. getDefaultInstance()
TableFieldSchema
TableFieldSchema.Builder. getDefaultInstanceForType()
TableFieldSchema
TableFieldSchema. getDefaultInstanceForType()
TableFieldSchema
TableFieldSchema.Builder. getFields(int index)
Optional.TableFieldSchema
TableFieldSchema. getFields(int index)
Optional.TableFieldSchema
TableFieldSchemaOrBuilder. getFields(int index)
Optional.TableFieldSchema
TableSchema.Builder. getFields(int index)
Describes the fields in a table.TableFieldSchema
TableSchema. getFields(int index)
Describes the fields in a table.TableFieldSchema
TableSchemaOrBuilder. getFields(int index)
Describes the fields in a table.static TableFieldSchema
TableFieldSchema. parseDelimitedFrom(InputStream input)
static TableFieldSchema
TableFieldSchema. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TableFieldSchema
TableFieldSchema. parseFrom(byte[] data)
static TableFieldSchema
TableFieldSchema. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TableFieldSchema
TableFieldSchema. parseFrom(com.google.protobuf.ByteString data)
static TableFieldSchema
TableFieldSchema. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TableFieldSchema
TableFieldSchema. parseFrom(com.google.protobuf.CodedInputStream input)
static TableFieldSchema
TableFieldSchema. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TableFieldSchema
TableFieldSchema. parseFrom(InputStream input)
static TableFieldSchema
TableFieldSchema. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TableFieldSchema
TableFieldSchema. parseFrom(ByteBuffer data)
static TableFieldSchema
TableFieldSchema. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.bigquery.storage.v1beta2 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.v1beta2 with parameters of type TableFieldSchema Modifier and Type Method Description TableFieldSchema.Builder
TableFieldSchema.Builder. addFields(int index, TableFieldSchema value)
Optional.TableFieldSchema.Builder
TableFieldSchema.Builder. addFields(TableFieldSchema value)
Optional.TableSchema.Builder
TableSchema.Builder. addFields(int index, TableFieldSchema value)
Describes the fields in a table.TableSchema.Builder
TableSchema.Builder. addFields(TableFieldSchema value)
Describes the fields in a table.TableFieldSchema.Builder
TableFieldSchema.Builder. mergeFrom(TableFieldSchema other)
static TableFieldSchema.Builder
TableFieldSchema. newBuilder(TableFieldSchema prototype)
TableFieldSchema.Builder
TableFieldSchema.Builder. setFields(int index, TableFieldSchema value)
Optional.TableSchema.Builder
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 TableFieldSchema Modifier and Type Method Description TableFieldSchema.Builder
TableFieldSchema.Builder. addAllFields(Iterable<? extends TableFieldSchema> values)
Optional.TableSchema.Builder
TableSchema.Builder. addAllFields(Iterable<? extends TableFieldSchema> values)
Describes the fields in a table.
-