File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -126,6 +126,8 @@ message CommonLanguageSettings {
126126 repeated ClientLibraryDestination destinations = 2 ;
127127
128128 // Configuration for which RPCs should be generated in the GAPIC client.
129+ //
130+ // Note: This field should not be used in most cases.
129131 SelectiveGapicGeneration selective_gapic_generation = 3 ;
130132}
131133
@@ -501,6 +503,8 @@ enum ClientLibraryDestination {
501503
502504// This message is used to configure the generation of a subset of the RPCs in
503505// a service for client libraries.
506+ //
507+ // Note: This feature should not be used in most cases.
504508message SelectiveGapicGeneration {
505509 // An allowlist of the fully qualified names of RPCs that should be included
506510 // on public client surfaces.
You can’t perform that action at this time.
0 commit comments