Class TableSchemaUpdateUtils
java.lang.Object
org.apache.beam.sdk.io.gcp.bigquery.TableSchemaUpdateUtils
Helper utilities for handling schema-update responses.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Optional
<com.google.cloud.bigquery.storage.v1.TableSchema> getUpdatedSchema
(com.google.cloud.bigquery.storage.v1.TableSchema oldSchema, com.google.cloud.bigquery.storage.v1.TableSchema newSchema)
-
Constructor Details
-
TableSchemaUpdateUtils
public TableSchemaUpdateUtils()
-
-
Method Details
-
getUpdatedSchema
public static Optional<com.google.cloud.bigquery.storage.v1.TableSchema> getUpdatedSchema(com.google.cloud.bigquery.storage.v1.TableSchema oldSchema, com.google.cloud.bigquery.storage.v1.TableSchema newSchema)
-