Class TableSchemaUpdateUtils


  • public class TableSchemaUpdateUtils
    extends java.lang.Object
    Helper utilities for handling schema-update responses.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.util.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)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TableSchemaUpdateUtils

        public TableSchemaUpdateUtils()
    • Method Detail

      • getUpdatedSchema

        public static java.util.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)