Class: Google::Api::Publishing
- Inherits:
-
Object
- Object
- Google::Api::Publishing
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/api/client.rb
Overview
This message configures the settings for publishing Google Cloud Client libraries generated from the service config.
Instance Attribute Summary collapse
-
#api_short_name ⇒ ::String
Used as a tracking tag when collecting data about the APIs developer relations artifacts like docs, packages delivered to package managers, etc.
-
#codeowner_github_teams ⇒ ::Array<::String>
GitHub teams to be added to CODEOWNERS in the directory in GitHub containing source code for the client libraries for this API.
-
#doc_tag_prefix ⇒ ::String
A prefix used in sample code when demarking regions to be included in documentation.
-
#documentation_uri ⇒ ::String
Link to product home page.
-
#github_label ⇒ ::String
GitHub label to apply to issues and pull requests opened for this API.
-
#library_settings ⇒ ::Array<::Google::Api::ClientLibrarySettings>
Client library settings.
-
#method_settings ⇒ ::Array<::Google::Api::MethodSettings>
A list of API method settings, e.g.
-
#new_issue_uri ⇒ ::String
Link to a place that API users can report issues.
-
#organization ⇒ ::Google::Api::ClientLibraryOrganization
For whom the client library is being published.
Instance Attribute Details
#api_short_name ⇒ ::String
Returns Used as a tracking tag when collecting data about the APIs developer relations artifacts like docs, packages delivered to package managers, etc. Example: "speech".
114 115 116 117 |
# File 'proto_docs/google/api/client.rb', line 114 class Publishing include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#codeowner_github_teams ⇒ ::Array<::String>
Returns GitHub teams to be added to CODEOWNERS in the directory in GitHub containing source code for the client libraries for this API.
114 115 116 117 |
# File 'proto_docs/google/api/client.rb', line 114 class Publishing include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#doc_tag_prefix ⇒ ::String
Returns A prefix used in sample code when demarking regions to be included in documentation.
114 115 116 117 |
# File 'proto_docs/google/api/client.rb', line 114 class Publishing include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#documentation_uri ⇒ ::String
Returns Link to product home page. Example: https://cloud.google.com/asset-inventory/docs/overview.
114 115 116 117 |
# File 'proto_docs/google/api/client.rb', line 114 class Publishing include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#github_label ⇒ ::String
Returns GitHub label to apply to issues and pull requests opened for this API.
114 115 116 117 |
# File 'proto_docs/google/api/client.rb', line 114 class Publishing include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#library_settings ⇒ ::Array<::Google::Api::ClientLibrarySettings>
Returns Client library settings. If the same version string appears multiple times in this list, then the last one wins. Settings from earlier settings with the same version string are discarded.
114 115 116 117 |
# File 'proto_docs/google/api/client.rb', line 114 class Publishing include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#method_settings ⇒ ::Array<::Google::Api::MethodSettings>
Returns A list of API method settings, e.g. the behavior for methods that use the long-running operation pattern.
114 115 116 117 |
# File 'proto_docs/google/api/client.rb', line 114 class Publishing include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#new_issue_uri ⇒ ::String
Returns Link to a place that API users can report issues. Example: https://issuetracker.google.com/issues/new?component=190865&template=1161103.
114 115 116 117 |
# File 'proto_docs/google/api/client.rb', line 114 class Publishing include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#organization ⇒ ::Google::Api::ClientLibraryOrganization
Returns For whom the client library is being published.
114 115 116 117 |
# File 'proto_docs/google/api/client.rb', line 114 class Publishing include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |