public interface BatchCommitWriteStreamsRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getParent()
Required.
|
com.google.protobuf.ByteString |
getParentBytes()
Required.
|
String |
getWriteStreams(int index)
Required.
|
com.google.protobuf.ByteString |
getWriteStreamsBytes(int index)
Required.
|
int |
getWriteStreamsCount()
Required.
|
List<String> |
getWriteStreamsList()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getParent()
Required. Parent table that all the streams should belong to, in the form of
`projects/{project}/datasets/{dataset}/tables/{table}`.
string parent = 1 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getParentBytes()
Required. Parent table that all the streams should belong to, in the form of
`projects/{project}/datasets/{dataset}/tables/{table}`.
string parent = 1 [(.google.api.field_behavior) = REQUIRED];List<String> getWriteStreamsList()
Required. The group of streams that will be committed atomically.
repeated string write_streams = 2 [(.google.api.field_behavior) = REQUIRED];int getWriteStreamsCount()
Required. The group of streams that will be committed atomically.
repeated string write_streams = 2 [(.google.api.field_behavior) = REQUIRED];String getWriteStreams(int index)
Required. The group of streams that will be committed atomically.
repeated string write_streams = 2 [(.google.api.field_behavior) = REQUIRED];index - The index of the element to return.com.google.protobuf.ByteString getWriteStreamsBytes(int index)
Required. The group of streams that will be committed atomically.
repeated string write_streams = 2 [(.google.api.field_behavior) = REQUIRED];index - The index of the value to return.Copyright © 2023 Google LLC. All rights reserved.