public interface BatchCommitWriteStreamsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Timestamp |
getCommitTime()
The time at which streams were committed in microseconds granularity.
|
com.google.protobuf.TimestampOrBuilder |
getCommitTimeOrBuilder()
The time at which streams were committed in microseconds granularity.
|
StorageError |
getStreamErrors(int index)
Stream level error if commit failed.
|
int |
getStreamErrorsCount()
Stream level error if commit failed.
|
List<StorageError> |
getStreamErrorsList()
Stream level error if commit failed.
|
StorageErrorOrBuilder |
getStreamErrorsOrBuilder(int index)
Stream level error if commit failed.
|
List<? extends StorageErrorOrBuilder> |
getStreamErrorsOrBuilderList()
Stream level error if commit failed.
|
boolean |
hasCommitTime()
The time at which streams were committed in microseconds granularity.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasCommitTime()
The time at which streams were committed in microseconds granularity. This field will only exist when there is no stream errors.
.google.protobuf.Timestamp commit_time = 1;com.google.protobuf.Timestamp getCommitTime()
The time at which streams were committed in microseconds granularity. This field will only exist when there is no stream errors.
.google.protobuf.Timestamp commit_time = 1;com.google.protobuf.TimestampOrBuilder getCommitTimeOrBuilder()
The time at which streams were committed in microseconds granularity. This field will only exist when there is no stream errors.
.google.protobuf.Timestamp commit_time = 1;List<StorageError> getStreamErrorsList()
Stream level error if commit failed. Only streams with error will be in the list.
repeated .google.cloud.bigquery.storage.v1beta2.StorageError stream_errors = 2;StorageError getStreamErrors(int index)
Stream level error if commit failed. Only streams with error will be in the list.
repeated .google.cloud.bigquery.storage.v1beta2.StorageError stream_errors = 2;int getStreamErrorsCount()
Stream level error if commit failed. Only streams with error will be in the list.
repeated .google.cloud.bigquery.storage.v1beta2.StorageError stream_errors = 2;List<? extends StorageErrorOrBuilder> getStreamErrorsOrBuilderList()
Stream level error if commit failed. Only streams with error will be in the list.
repeated .google.cloud.bigquery.storage.v1beta2.StorageError stream_errors = 2;StorageErrorOrBuilder getStreamErrorsOrBuilder(int index)
Stream level error if commit failed. Only streams with error will be in the list.
repeated .google.cloud.bigquery.storage.v1beta2.StorageError stream_errors = 2;Copyright © 2021 Google LLC. All rights reserved.