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: clients/google-api-services-bigquery/v2/2.0.0/com/google/api/services/bigquery/model/BigtableColumnFamily.java
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ public final class BigtableColumnFamily extends com.google.api.client.json.Gener
32
32
/**
33
33
* Optional. Lists of columns that should be exposed as individual fields as opposed to a list of
34
34
* (column name, value) pairs. All columns whose qualifier matches a qualifier in this list can be
35
-
* accessed as `.`. Other columns can be accessed as a list through `.Column` field.
35
+
* accessed as `.`. Other columns can be accessed as a list through the `.Column` field.
36
36
* The value may be {@code null}.
37
37
*/
38
38
@com.google.api.client.util.Key
@@ -84,7 +84,7 @@ public final class BigtableColumnFamily extends com.google.api.client.json.Gener
84
84
/**
85
85
* Optional. Lists of columns that should be exposed as individual fields as opposed to a list of
86
86
* (column name, value) pairs. All columns whose qualifier matches a qualifier in this list can be
87
-
* accessed as `.`. Other columns can be accessed as a list through `.Column` field.
87
+
* accessed as `.`. Other columns can be accessed as a list through the `.Column` field.
0 commit comments