Class: Google::Api::CommonLanguageSettings
- Inherits:
-
Object
- Object
- Google::Api::CommonLanguageSettings
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/api/client.rb
Overview
Required information for every language.
Instance Attribute Summary collapse
-
#destinations ⇒ ::Array<::Google::Api::ClientLibraryDestination>
The destination where API teams want this client library to be published.
-
#reference_docs_uri ⇒ ::String
deprecated
Deprecated.
This field is deprecated and may be removed in the next major version update.
-
#selective_gapic_generation ⇒ ::Google::Api::SelectiveGapicGeneration
Configuration for which RPCs should be generated in the GAPIC client.
Instance Attribute Details
#destinations ⇒ ::Array<::Google::Api::ClientLibraryDestination>
Returns The destination where API teams want this client library to be published.
34 35 36 37 |
# File 'proto_docs/google/api/client.rb', line 34 class CommonLanguageSettings include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#reference_docs_uri ⇒ ::String
Deprecated.
This field is deprecated and may be removed in the next major version update.
Returns Link to automatically generated reference documentation. Example: https://cloud.google.com/nodejs/docs/reference/asset/latest.
34 35 36 37 |
# File 'proto_docs/google/api/client.rb', line 34 class CommonLanguageSettings include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#selective_gapic_generation ⇒ ::Google::Api::SelectiveGapicGeneration
Returns Configuration for which RPCs should be generated in the GAPIC client.
34 35 36 37 |
# File 'proto_docs/google/api/client.rb', line 34 class CommonLanguageSettings include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |