public static interface Storage.AppendRowsRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Int64Value |
getOffset()
Optional.
|
com.google.protobuf.Int64ValueOrBuilder |
getOffsetOrBuilder()
Optional.
|
Storage.AppendRowsRequest.ProtoData |
getProtoRows()
.google.cloud.bigquery.storage.v1alpha2.AppendRowsRequest.ProtoData proto_rows = 4;
|
Storage.AppendRowsRequest.ProtoDataOrBuilder |
getProtoRowsOrBuilder()
.google.cloud.bigquery.storage.v1alpha2.AppendRowsRequest.ProtoData proto_rows = 4;
|
Storage.AppendRowsRequest.RowsCase |
getRowsCase() |
String |
getWriteStream()
Required.
|
com.google.protobuf.ByteString |
getWriteStreamBytes()
Required.
|
boolean |
hasOffset()
Optional.
|
boolean |
hasProtoRows()
.google.cloud.bigquery.storage.v1alpha2.AppendRowsRequest.ProtoData proto_rows = 4;
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getWriteStream()
Required. The stream that is the target of the append operation. This value must be specified for the initial request. If subsequent requests specify the stream name, it must equal to the value provided in the first request.
string write_stream = 1 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getWriteStreamBytes()
Required. The stream that is the target of the append operation. This value must be specified for the initial request. If subsequent requests specify the stream name, it must equal to the value provided in the first request.
string write_stream = 1 [(.google.api.field_behavior) = REQUIRED];boolean hasOffset()
Optional. If present, the write is only performed if the next append offset is same as the provided value. If not present, the write is performed at the current end of stream.
.google.protobuf.Int64Value offset = 2 [(.google.api.field_behavior) = OPTIONAL];
com.google.protobuf.Int64Value getOffset()
Optional. If present, the write is only performed if the next append offset is same as the provided value. If not present, the write is performed at the current end of stream.
.google.protobuf.Int64Value offset = 2 [(.google.api.field_behavior) = OPTIONAL];
com.google.protobuf.Int64ValueOrBuilder getOffsetOrBuilder()
Optional. If present, the write is only performed if the next append offset is same as the provided value. If not present, the write is performed at the current end of stream.
.google.protobuf.Int64Value offset = 2 [(.google.api.field_behavior) = OPTIONAL];
boolean hasProtoRows()
.google.cloud.bigquery.storage.v1alpha2.AppendRowsRequest.ProtoData proto_rows = 4;
Storage.AppendRowsRequest.ProtoData getProtoRows()
.google.cloud.bigquery.storage.v1alpha2.AppendRowsRequest.ProtoData proto_rows = 4;
Storage.AppendRowsRequest.ProtoDataOrBuilder getProtoRowsOrBuilder()
.google.cloud.bigquery.storage.v1alpha2.AppendRowsRequest.ProtoData proto_rows = 4;
Storage.AppendRowsRequest.RowsCase getRowsCase()
Copyright © 2020 Google LLC. All rights reserved.