public interface BatchDeleteRowsRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getNames(int index)
Required.
|
com.google.protobuf.ByteString |
getNamesBytes(int index)
Required.
|
int |
getNamesCount()
Required.
|
List<String> |
getNamesList()
Required.
|
String |
getParent()
Required.
|
com.google.protobuf.ByteString |
getParentBytes()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getParent()
Required. The parent table shared by all rows being deleted.
Format: tables/{table}
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
com.google.protobuf.ByteString getParentBytes()
Required. The parent table shared by all rows being deleted.
Format: tables/{table}
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
List<String> getNamesList()
Required. The names of the rows to delete. All rows must belong to the parent table
or else the entire batch will fail. A maximum of 500 rows can be deleted
in a batch.
Format: tables/{table}/rows/{row}
repeated string names = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
int getNamesCount()
Required. The names of the rows to delete. All rows must belong to the parent table
or else the entire batch will fail. A maximum of 500 rows can be deleted
in a batch.
Format: tables/{table}/rows/{row}
repeated string names = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
String getNames(int index)
Required. The names of the rows to delete. All rows must belong to the parent table
or else the entire batch will fail. A maximum of 500 rows can be deleted
in a batch.
Format: tables/{table}/rows/{row}
repeated string names = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
index - The index of the element to return.com.google.protobuf.ByteString getNamesBytes(int index)
Required. The names of the rows to delete. All rows must belong to the parent table
or else the entire batch will fail. A maximum of 500 rows can be deleted
in a batch.
Format: tables/{table}/rows/{row}
repeated string names = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
index - The index of the value to return.Copyright © 2024 Google LLC. All rights reserved.