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
-
#methods ⇒ ::Array<::String>
An allowlist of the fully qualified names of RPCs that should be included on public client surfaces.
Instance Attribute Details
#methods ⇒ ::Array<::String>
Returns An allowlist of the fully qualified names of RPCs that should be included on public client surfaces.
393 394 395 396 |
# File 'proto_docs/google/api/client.rb', line 393 class SelectiveGapicGeneration include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |