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"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-06-03 UTC."],[],[]]