Class TableRowToStorageApiProto.SchemaInformation
java.lang.Object
org.apache.beam.sdk.io.gcp.bigquery.TableRowToStorageApiProto.SchemaInformation
- Enclosing class:
TableRowToStorageApiProto
-
Method Summary
Modifier and TypeMethodDescriptionfromTableSchema(com.google.cloud.bigquery.storage.v1.TableSchema tableSchema) getName()getSchemaForField(int i) getSchemaForField(String name) com.google.cloud.bigquery.storage.v1.TableFieldSchema.TypegetType()booleanboolean
-
Method Details
-
getFullName
-
getName
-
getType
public com.google.cloud.bigquery.storage.v1.TableFieldSchema.Type getType() -
isNullable
public boolean isNullable() -
isRepeated
public boolean isRepeated() -
getSchemaForField
-
getSchemaForField
-
fromTableSchema
public static TableRowToStorageApiProto.SchemaInformation fromTableSchema(com.google.cloud.bigquery.storage.v1.TableSchema tableSchema)
-