Skip to content

Commit 06a20b2

Browse files
Google APIscopybara-github
authored andcommitted
docs: update SelectiveGapicGeneration usage doc
PiperOrigin-RevId: 892649773
1 parent fd14a49 commit 06a20b2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

google/api/client.proto

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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.
504508
message SelectiveGapicGeneration {
505509
// An allowlist of the fully qualified names of RPCs that should be included
506510
// on public client surfaces.

0 commit comments

Comments
 (0)