Skip to content

Commit 7e5c646

Browse files
fix: Add feature flag proto to BUILD file (#1726)
* feat: publish RateLimitInfo and FeatureFlag protos PiperOrigin-RevId: 527878708 Source-Link: googleapis/googleapis@f129f48 Source-Link: https://github.com/googleapis/googleapis-gen/commit/e02c87d9d0c9a77f2b17268a86f462b5a1d66bbd Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiZTAyYzg3ZDlkMGM5YTc3ZjJiMTcyNjhhODZmNDYyYjVhMWQ2NmJiZCJ9 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * fix: Add feature flag proto to BUILD file PiperOrigin-RevId: 528468347 Source-Link: googleapis/googleapis@38247e8 Source-Link: https://github.com/googleapis/googleapis-gen/commit/17e62a1ab5f22d7d537675a659157207e406e63d Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMTdlNjJhMWFiNWYyMmQ3ZDUzNzY3NWE2NTkxNTcyMDdlNDA2ZTYzZCJ9 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent d40758a commit 7e5c646

File tree

12 files changed

+2251
-191
lines changed

12 files changed

+2251
-191
lines changed

proto-google-cloud-bigtable-v2/src/main/java/com/google/bigtable/v2/BigtableProto.java

Lines changed: 184 additions & 168 deletions
Large diffs are not rendered by default.

proto-google-cloud-bigtable-v2/src/main/java/com/google/bigtable/v2/FeatureFlags.java

Lines changed: 553 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
/*
2+
* Copyright 2020 Google LLC
3+
*
4+
* Licensed under the Apache License, Version 2.0 (the "License");
5+
* you may not use this file except in compliance with the License.
6+
* You may obtain a copy of the License at
7+
*
8+
* https://www.apache.org/licenses/LICENSE-2.0
9+
*
10+
* Unless required by applicable law or agreed to in writing, software
11+
* distributed under the License is distributed on an "AS IS" BASIS,
12+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
* See the License for the specific language governing permissions and
14+
* limitations under the License.
15+
*/
16+
// Generated by the protocol buffer compiler. DO NOT EDIT!
17+
// source: google/bigtable/v2/feature_flags.proto
18+
19+
package com.google.bigtable.v2;
20+
21+
public interface FeatureFlagsOrBuilder
22+
extends
23+
// @@protoc_insertion_point(interface_extends:google.bigtable.v2.FeatureFlags)
24+
com.google.protobuf.MessageOrBuilder {
25+
26+
/**
27+
*
28+
*
29+
* <pre>
30+
* Notify the server that the client enables batch write flow control by
31+
* requesting RateLimitInfo from MutateRowsResponse.
32+
* </pre>
33+
*
34+
* <code>bool mutate_rows_rate_limit = 3;</code>
35+
*
36+
* @return The mutateRowsRateLimit.
37+
*/
38+
boolean getMutateRowsRateLimit();
39+
}
Lines changed: 66 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,66 @@
1+
/*
2+
* Copyright 2020 Google LLC
3+
*
4+
* Licensed under the Apache License, Version 2.0 (the "License");
5+
* you may not use this file except in compliance with the License.
6+
* You may obtain a copy of the License at
7+
*
8+
* https://www.apache.org/licenses/LICENSE-2.0
9+
*
10+
* Unless required by applicable law or agreed to in writing, software
11+
* distributed under the License is distributed on an "AS IS" BASIS,
12+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
* See the License for the specific language governing permissions and
14+
* limitations under the License.
15+
*/
16+
// Generated by the protocol buffer compiler. DO NOT EDIT!
17+
// source: google/bigtable/v2/feature_flags.proto
18+
19+
package com.google.bigtable.v2;
20+
21+
public final class FeatureFlagsProto {
22+
private FeatureFlagsProto() {}
23+
24+
public static void registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry) {}
25+
26+
public static void registerAllExtensions(com.google.protobuf.ExtensionRegistry registry) {
27+
registerAllExtensions((com.google.protobuf.ExtensionRegistryLite) registry);
28+
}
29+
30+
static final com.google.protobuf.Descriptors.Descriptor
31+
internal_static_google_bigtable_v2_FeatureFlags_descriptor;
32+
static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
33+
internal_static_google_bigtable_v2_FeatureFlags_fieldAccessorTable;
34+
35+
public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() {
36+
return descriptor;
37+
}
38+
39+
private static com.google.protobuf.Descriptors.FileDescriptor descriptor;
40+
41+
static {
42+
java.lang.String[] descriptorData = {
43+
"\n&google/bigtable/v2/feature_flags.proto"
44+
+ "\022\022google.bigtable.v2\".\n\014FeatureFlags\022\036\n\026"
45+
+ "mutate_rows_rate_limit\030\003 \001(\010B\275\001\n\026com.goo"
46+
+ "gle.bigtable.v2B\021FeatureFlagsProtoP\001Z:go"
47+
+ "ogle.golang.org/genproto/googleapis/bigt"
48+
+ "able/v2;bigtable\252\002\030Google.Cloud.Bigtable"
49+
+ ".V2\312\002\030Google\\Cloud\\Bigtable\\V2\352\002\033Google:"
50+
+ ":Cloud::Bigtable::V2b\006proto3"
51+
};
52+
descriptor =
53+
com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom(
54+
descriptorData, new com.google.protobuf.Descriptors.FileDescriptor[] {});
55+
internal_static_google_bigtable_v2_FeatureFlags_descriptor =
56+
getDescriptor().getMessageTypes().get(0);
57+
internal_static_google_bigtable_v2_FeatureFlags_fieldAccessorTable =
58+
new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
59+
internal_static_google_bigtable_v2_FeatureFlags_descriptor,
60+
new java.lang.String[] {
61+
"MutateRowsRateLimit",
62+
});
63+
}
64+
65+
// @@protoc_insertion_point(outer_class_scope)
66+
}

0 commit comments

Comments
 (0)