You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: proto-google-cloud-bigtable-admin-v2/src/main/java/com/google/bigtable/admin/v2/DropRowRangeRequestOrBuilder.java
+25
Original file line number
Diff line number
Diff line change
@@ -56,6 +56,19 @@ public interface DropRowRangeRequestOrBuilder
56
56
*/
57
57
com.google.protobuf.ByteStringgetNameBytes();
58
58
59
+
/**
60
+
*
61
+
*
62
+
* <pre>
63
+
* Delete all rows that start with this row key prefix. Prefix cannot be
64
+
* zero length.
65
+
* </pre>
66
+
*
67
+
* <code>bytes row_key_prefix = 2;</code>
68
+
*
69
+
* @return Whether the rowKeyPrefix field is set.
70
+
*/
71
+
booleanhasRowKeyPrefix();
59
72
/**
60
73
*
61
74
*
@@ -70,6 +83,18 @@ public interface DropRowRangeRequestOrBuilder
70
83
*/
71
84
com.google.protobuf.ByteStringgetRowKeyPrefix();
72
85
86
+
/**
87
+
*
88
+
*
89
+
* <pre>
90
+
* Delete all rows in the table. Setting this to false is a no-op.
Copy file name to clipboardExpand all lines: proto-google-cloud-bigtable-admin-v2/src/main/java/com/google/bigtable/admin/v2/ModifyColumnFamiliesRequest.java
+44
Original file line number
Diff line number
Diff line change
@@ -238,6 +238,19 @@ public interface ModificationOrBuilder
Copy file name to clipboardExpand all lines: proto-google-cloud-bigtable-admin-v2/src/main/java/com/google/bigtable/admin/v2/RestoreTableRequestOrBuilder.java
+13
Original file line number
Diff line number
Diff line change
@@ -87,6 +87,19 @@ public interface RestoreTableRequestOrBuilder
87
87
*/
88
88
com.google.protobuf.ByteStringgetTableIdBytes();
89
89
90
+
/**
91
+
*
92
+
*
93
+
* <pre>
94
+
* Name of the backup from which to restore. Values are of the form
0 commit comments