diff --git a/google-cloud-clients/google-cloud-bigtable/src/main/java/com/google/cloud/bigtable/data/v2/models/KeyOffset.java b/google-cloud-clients/google-cloud-bigtable/src/main/java/com/google/cloud/bigtable/data/v2/models/KeyOffset.java index 57b11594ecd5..bba22bb39287 100644 --- a/google-cloud-clients/google-cloud-bigtable/src/main/java/com/google/cloud/bigtable/data/v2/models/KeyOffset.java +++ b/google-cloud-clients/google-cloud-bigtable/src/main/java/com/google/cloud/bigtable/data/v2/models/KeyOffset.java @@ -39,10 +39,10 @@ public static KeyOffset create(ByteString key, long offsetBytes) { *
Note that row key may not have ever been written to or read from, and users should therefore
* not make any assumptions about the row key structure that are specific to their use case.
*/
- public abstract ByteString geyKey();
+ public abstract ByteString getKey();
/**
- * Approximate total storage space used by all rows in the table which precede {@link #geyKey()}.
+ * Approximate total storage space used by all rows in the table which precede {@link #getKey()}.
* Buffering the contents of all rows between two subsequent samples would require space roughly
* equal to the difference in their {@link #getOffsetBytes()} fields.
*/
diff --git a/google-cloud-clients/google-cloud-bigtable/src/main/java/com/google/cloud/bigtable/data/v2/models/Query.java b/google-cloud-clients/google-cloud-bigtable/src/main/java/com/google/cloud/bigtable/data/v2/models/Query.java
index 9ec36d5a7a52..5288ee0109a2 100644
--- a/google-cloud-clients/google-cloud-bigtable/src/main/java/com/google/cloud/bigtable/data/v2/models/Query.java
+++ b/google-cloud-clients/google-cloud-bigtable/src/main/java/com/google/cloud/bigtable/data/v2/models/Query.java
@@ -198,8 +198,8 @@ public List