We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6161270 commit 78733bfCopy full SHA for 78733bf
1 file changed
google/api/client.proto
@@ -469,4 +469,12 @@ message SelectiveGapicGeneration {
469
// An allowlist of the fully qualified names of RPCs that should be included
470
// on public client surfaces.
471
repeated string methods = 1;
472
+
473
+ // Setting this to true indicates to the client generators that methods
474
+ // that would be excluded from the generation should instead be generated
475
+ // in a way that indicates these methods should not be consumed by
476
+ // end users. How this is expressed is up to individual language
477
+ // implementations to decide. Some examples may be: added annotations,
478
+ // obfuscated identifiers, or other language idiomatic patterns.
479
+ bool generate_omitted_as_internal = 2;
480
}
0 commit comments