public sealed class SelectiveGapicGeneration : IMessage<SelectiveGapicGeneration>, IEquatable<SelectiveGapicGeneration>, IDeepCloneable<SelectiveGapicGeneration>, IBufferMessage, IMessage
This message is used to configure the generation of a subset of the RPCs in
a service for client libraries.
public bool GenerateOmittedAsInternal { get; set; }
Setting this to true indicates to the client generators that methods
that would be excluded from the generation should instead be generated
in a way that indicates these methods should not be consumed by
end users. How this is expressed is up to individual language
implementations to decide. Some examples may be: added annotations,
obfuscated identifiers, or other language idiomatic patterns.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[],[]]