Uses of Class
com.google.cloud.bigquery.storage.v1beta2.TableSchema
-
Uses of TableSchema in com.google.cloud.bigquery.storage.v1beta2
Methods in com.google.cloud.bigquery.storage.v1beta2 that return TableSchemaModifier and TypeMethodDescriptionTableSchema.Builder.build()TableSchema.Builder.buildPartial()static TableSchemaTableSchema.getDefaultInstance()TableSchema.Builder.getDefaultInstanceForType()TableSchema.getDefaultInstanceForType()WriteStream.Builder.getTableSchema()Output only.WriteStream.getTableSchema()Output only.WriteStreamOrBuilder.getTableSchema()Output only.AppendRowsResponse.Builder.getUpdatedSchema()If backend detects a schema update, pass it to user so that user can use it to input new type of message.AppendRowsResponse.getUpdatedSchema()If backend detects a schema update, pass it to user so that user can use it to input new type of message.AppendRowsResponseOrBuilder.getUpdatedSchema()If backend detects a schema update, pass it to user so that user can use it to input new type of message.static TableSchemaTableSchema.parseDelimitedFrom(InputStream input) static TableSchemaTableSchema.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static TableSchemaTableSchema.parseFrom(byte[] data) static TableSchemaTableSchema.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static TableSchemaTableSchema.parseFrom(com.google.protobuf.ByteString data) static TableSchemaTableSchema.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static TableSchemaTableSchema.parseFrom(com.google.protobuf.CodedInputStream input) static TableSchemaTableSchema.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static TableSchemaTableSchema.parseFrom(InputStream input) static TableSchemaTableSchema.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static TableSchemaTableSchema.parseFrom(ByteBuffer data) static TableSchemaTableSchema.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.google.cloud.bigquery.storage.v1beta2 that return types with arguments of type TableSchemaModifier and TypeMethodDescriptioncom.google.protobuf.Parser<TableSchema>TableSchema.getParserForType()static com.google.protobuf.Parser<TableSchema>TableSchema.parser()Methods in com.google.cloud.bigquery.storage.v1beta2 with parameters of type TableSchemaModifier and TypeMethodDescriptionTableSchema.Builder.mergeFrom(TableSchema other) WriteStream.Builder.mergeTableSchema(TableSchema value) Output only.AppendRowsResponse.Builder.mergeUpdatedSchema(TableSchema value) If backend detects a schema update, pass it to user so that user can use it to input new type of message.static TableSchema.BuilderTableSchema.newBuilder(TableSchema prototype) WriteStream.Builder.setTableSchema(TableSchema value) Output only.AppendRowsResponse.Builder.setUpdatedSchema(TableSchema value) If backend detects a schema update, pass it to user so that user can use it to input new type of message.