We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd14a49 commit 06a20b2Copy full SHA for 06a20b2
1 file changed
google/api/client.proto
@@ -126,6 +126,8 @@ message CommonLanguageSettings {
126
repeated ClientLibraryDestination destinations = 2;
127
128
// Configuration for which RPCs should be generated in the GAPIC client.
129
+ //
130
+ // Note: This field should not be used in most cases.
131
SelectiveGapicGeneration selective_gapic_generation = 3;
132
}
133
@@ -501,6 +503,8 @@ enum ClientLibraryDestination {
501
503
502
504
// This message is used to configure the generation of a subset of the RPCs in
505
// a service for client libraries.
506
+//
507
+// Note: This feature should not be used in most cases.
508
message SelectiveGapicGeneration {
509
// An allowlist of the fully qualified names of RPCs that should be included
510
// on public client surfaces.
0 commit comments