public interface DropRowRangeRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
getDeleteAllDataFromTable()
Delete all rows in the table.
|
String |
getName()
Required.
|
com.google.protobuf.ByteString |
getNameBytes()
Required.
|
com.google.protobuf.ByteString |
getRowKeyPrefix()
Delete all rows that start with this row key prefix.
|
DropRowRangeRequest.TargetCase |
getTargetCase() |
boolean |
hasDeleteAllDataFromTable()
Delete all rows in the table.
|
boolean |
hasRowKeyPrefix()
Delete all rows that start with this row key prefix.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
Required. The unique name of the table on which to drop a range of rows.
Values are of the form
`projects/{project}/instances/{instance}/tables/{table}`.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
com.google.protobuf.ByteString getNameBytes()
Required. The unique name of the table on which to drop a range of rows.
Values are of the form
`projects/{project}/instances/{instance}/tables/{table}`.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
boolean hasRowKeyPrefix()
Delete all rows that start with this row key prefix. Prefix cannot be zero length.
bytes row_key_prefix = 2;com.google.protobuf.ByteString getRowKeyPrefix()
Delete all rows that start with this row key prefix. Prefix cannot be zero length.
bytes row_key_prefix = 2;boolean hasDeleteAllDataFromTable()
Delete all rows in the table. Setting this to false is a no-op.
bool delete_all_data_from_table = 3;boolean getDeleteAllDataFromTable()
Delete all rows in the table. Setting this to false is a no-op.
bool delete_all_data_from_table = 3;DropRowRangeRequest.TargetCase getTargetCase()
Copyright © 2022 Google LLC. All rights reserved.