Class: Google::Api::SelectiveGapicGeneration
- Inherits:
-
Object
- Object
- Google::Api::SelectiveGapicGeneration
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/api/client.rb
Overview
This message is used to configure the generation of a subset of the RPCs in a service for client libraries.
Instance Attribute Summary collapse
-
#generate_omitted_as_internal ⇒ ::Boolean
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.
-
#methods ⇒ ::Array<::String>
An allowlist of the fully qualified names of RPCs that should be included on public client surfaces.
Instance Attribute Details
permalink #generate_omitted_as_internal ⇒ ::Boolean
Returns 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.
426 427 428 429 |
# File 'proto_docs/google/api/client.rb', line 426 class SelectiveGapicGeneration include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
permalink #methods ⇒ ::Array<::String>
Returns An allowlist of the fully qualified names of RPCs that should be included on public client surfaces.
426 427 428 429 |
# File 'proto_docs/google/api/client.rb', line 426 class SelectiveGapicGeneration include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |