Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: remove proto ReadEfficiencyStats #1455

Merged
merged 9 commits into from
Nov 11, 2022

This file was deleted.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,9 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
*
*
* <pre>
* Required. The unique name of the table to which the conditional mutation
* should be applied. Values are of the form
* Required. The unique name of the table to which the conditional mutation should be
* applied.
* Values are of the form
* `projects/&lt;project&gt;/instances/&lt;instance&gt;/tables/&lt;table&gt;`.
* </pre>
*
Expand All @@ -104,8 +105,9 @@ public java.lang.String getTableName() {
*
*
* <pre>
* Required. The unique name of the table to which the conditional mutation
* should be applied. Values are of the form
* Required. The unique name of the table to which the conditional mutation should be
* applied.
* Values are of the form
* `projects/&lt;project&gt;/instances/&lt;instance&gt;/tables/&lt;table&gt;`.
* </pre>
*
Expand Down Expand Up @@ -185,8 +187,7 @@ public com.google.protobuf.ByteString getAppProfileIdBytes() {
*
*
* <pre>
* Required. The key of the row to which the conditional mutation should be
* applied.
* Required. The key of the row to which the conditional mutation should be applied.
* </pre>
*
* <code>bytes row_key = 2 [(.google.api.field_behavior) = REQUIRED];</code>
Expand Down Expand Up @@ -980,8 +981,9 @@ public Builder mergeFrom(
*
*
* <pre>
* Required. The unique name of the table to which the conditional mutation
* should be applied. Values are of the form
* Required. The unique name of the table to which the conditional mutation should be
* applied.
* Values are of the form
* `projects/&lt;project&gt;/instances/&lt;instance&gt;/tables/&lt;table&gt;`.
* </pre>
*
Expand All @@ -1006,8 +1008,9 @@ public java.lang.String getTableName() {
*
*
* <pre>
* Required. The unique name of the table to which the conditional mutation
* should be applied. Values are of the form
* Required. The unique name of the table to which the conditional mutation should be
* applied.
* Values are of the form
* `projects/&lt;project&gt;/instances/&lt;instance&gt;/tables/&lt;table&gt;`.
* </pre>
*
Expand All @@ -1032,8 +1035,9 @@ public com.google.protobuf.ByteString getTableNameBytes() {
*
*
* <pre>
* Required. The unique name of the table to which the conditional mutation
* should be applied. Values are of the form
* Required. The unique name of the table to which the conditional mutation should be
* applied.
* Values are of the form
* `projects/&lt;project&gt;/instances/&lt;instance&gt;/tables/&lt;table&gt;`.
* </pre>
*
Expand All @@ -1057,8 +1061,9 @@ public Builder setTableName(java.lang.String value) {
*
*
* <pre>
* Required. The unique name of the table to which the conditional mutation
* should be applied. Values are of the form
* Required. The unique name of the table to which the conditional mutation should be
* applied.
* Values are of the form
* `projects/&lt;project&gt;/instances/&lt;instance&gt;/tables/&lt;table&gt;`.
* </pre>
*
Expand All @@ -1078,8 +1083,9 @@ public Builder clearTableName() {
*
*
* <pre>
* Required. The unique name of the table to which the conditional mutation
* should be applied. Values are of the form
* Required. The unique name of the table to which the conditional mutation should be
* applied.
* Values are of the form
* `projects/&lt;project&gt;/instances/&lt;instance&gt;/tables/&lt;table&gt;`.
* </pre>
*
Expand Down Expand Up @@ -1217,8 +1223,7 @@ public Builder setAppProfileIdBytes(com.google.protobuf.ByteString value) {
*
*
* <pre>
* Required. The key of the row to which the conditional mutation should be
* applied.
* Required. The key of the row to which the conditional mutation should be applied.
* </pre>
*
* <code>bytes row_key = 2 [(.google.api.field_behavior) = REQUIRED];</code>
Expand All @@ -1233,8 +1238,7 @@ public com.google.protobuf.ByteString getRowKey() {
*
*
* <pre>
* Required. The key of the row to which the conditional mutation should be
* applied.
* Required. The key of the row to which the conditional mutation should be applied.
* </pre>
*
* <code>bytes row_key = 2 [(.google.api.field_behavior) = REQUIRED];</code>
Expand All @@ -1255,8 +1259,7 @@ public Builder setRowKey(com.google.protobuf.ByteString value) {
*
*
* <pre>
* Required. The key of the row to which the conditional mutation should be
* applied.
* Required. The key of the row to which the conditional mutation should be applied.
* </pre>
*
* <code>bytes row_key = 2 [(.google.api.field_behavior) = REQUIRED];</code>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,9 @@ public interface CheckAndMutateRowRequestOrBuilder
*
*
* <pre>
* Required. The unique name of the table to which the conditional mutation
* should be applied. Values are of the form
* Required. The unique name of the table to which the conditional mutation should be
* applied.
* Values are of the form
* `projects/&lt;project&gt;/instances/&lt;instance&gt;/tables/&lt;table&gt;`.
* </pre>
*
Expand All @@ -43,8 +44,9 @@ public interface CheckAndMutateRowRequestOrBuilder
*
*
* <pre>
* Required. The unique name of the table to which the conditional mutation
* should be applied. Values are of the form
* Required. The unique name of the table to which the conditional mutation should be
* applied.
* Values are of the form
* `projects/&lt;project&gt;/instances/&lt;instance&gt;/tables/&lt;table&gt;`.
* </pre>
*
Expand Down Expand Up @@ -87,8 +89,7 @@ public interface CheckAndMutateRowRequestOrBuilder
*
*
* <pre>
* Required. The key of the row to which the conditional mutation should be
* applied.
* Required. The key of the row to which the conditional mutation should be applied.
* </pre>
*
* <code>bytes row_key = 2 [(.google.api.field_behavior) = REQUIRED];</code>
Expand Down
Loading