public static interface Storage.AppendRowsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.rpc.Status |
getError()
Error in case of append failure.
|
com.google.rpc.StatusOrBuilder |
getErrorOrBuilder()
Error in case of append failure.
|
long |
getOffset()
The row offset at which the last append occurred.
|
Storage.AppendRowsResponse.ResponseCase |
getResponseCase() |
Table.TableSchema |
getUpdatedSchema()
If backend detects a schema update, pass it to user so that user can
use it to input new type of message.
|
Table.TableSchemaOrBuilder |
getUpdatedSchemaOrBuilder()
If backend detects a schema update, pass it to user so that user can
use it to input new type of message.
|
boolean |
hasError()
Error in case of append failure.
|
boolean |
hasUpdatedSchema()
If backend detects a schema update, pass it to user so that user can
use it to input new type of message.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneoflong getOffset()
The row offset at which the last append occurred.
int64 offset = 1;boolean hasError()
Error in case of append failure. If set, it means rows are not accepted into the system. Users can retry within the same connection.
.google.rpc.Status error = 2;com.google.rpc.Status getError()
Error in case of append failure. If set, it means rows are not accepted into the system. Users can retry within the same connection.
.google.rpc.Status error = 2;com.google.rpc.StatusOrBuilder getErrorOrBuilder()
Error in case of append failure. If set, it means rows are not accepted into the system. Users can retry within the same connection.
.google.rpc.Status error = 2;boolean hasUpdatedSchema()
If backend detects a schema update, pass it to user so that user can use it to input new type of message. It will be empty when there is no schema updates.
.google.cloud.bigquery.storage.v1alpha2.TableSchema updated_schema = 3;Table.TableSchema getUpdatedSchema()
If backend detects a schema update, pass it to user so that user can use it to input new type of message. It will be empty when there is no schema updates.
.google.cloud.bigquery.storage.v1alpha2.TableSchema updated_schema = 3;Table.TableSchemaOrBuilder getUpdatedSchemaOrBuilder()
If backend detects a schema update, pass it to user so that user can use it to input new type of message. It will be empty when there is no schema updates.
.google.cloud.bigquery.storage.v1alpha2.TableSchema updated_schema = 3;Storage.AppendRowsResponse.ResponseCase getResponseCase()
Copyright © 2020 Google LLC. All rights reserved.