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 |
hasOffset()
The row offset at which the last append occurred.
|
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, hasOneofboolean hasOffset()
The row offset at which the last append occurred.
int64 offset = 1;long 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 or continue with other requests within the same connection. ALREADY_EXISTS: happens when offset is specified, it means the row is already appended, it is safe to ignore this error. OUT_OF_RANGE: happens when offset is specified, it means the specified offset is beyond the end of the stream. INVALID_ARGUMENT: error caused by malformed request or data. RESOURCE_EXHAUSTED: request rejected due to throttling. Only happens when append without offset. ABORTED: request processing is aborted because of prior failures, request can be retried if previous failure is fixed. INTERNAL: server side errors that can be retried.
.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 or continue with other requests within the same connection. ALREADY_EXISTS: happens when offset is specified, it means the row is already appended, it is safe to ignore this error. OUT_OF_RANGE: happens when offset is specified, it means the specified offset is beyond the end of the stream. INVALID_ARGUMENT: error caused by malformed request or data. RESOURCE_EXHAUSTED: request rejected due to throttling. Only happens when append without offset. ABORTED: request processing is aborted because of prior failures, request can be retried if previous failure is fixed. INTERNAL: server side errors that can be retried.
.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 or continue with other requests within the same connection. ALREADY_EXISTS: happens when offset is specified, it means the row is already appended, it is safe to ignore this error. OUT_OF_RANGE: happens when offset is specified, it means the specified offset is beyond the end of the stream. INVALID_ARGUMENT: error caused by malformed request or data. RESOURCE_EXHAUSTED: request rejected due to throttling. Only happens when append without offset. ABORTED: request processing is aborted because of prior failures, request can be retried if previous failure is fixed. INTERNAL: server side errors that can be retried.
.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 © 2021 Google LLC. All rights reserved.