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 public URI where users can report issues.
-
#organization ⇒ ::Google::Api::ClientLibraryOrganization
For whom the client library is being published.
-
#proto_reference_documentation_uri ⇒ ::String
Optional link to proto reference documentation.
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".
120 121 122 123 |
# File 'proto_docs/google/api/client.rb', line 120 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.
120 121 122 123 |
# File 'proto_docs/google/api/client.rb', line 120 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.
120 121 122 123 |
# File 'proto_docs/google/api/client.rb', line 120 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.
120 121 122 123 |
# File 'proto_docs/google/api/client.rb', line 120 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.
120 121 122 123 |
# File 'proto_docs/google/api/client.rb', line 120 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.
120 121 122 123 |
# File 'proto_docs/google/api/client.rb', line 120 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.
120 121 122 123 |
# File 'proto_docs/google/api/client.rb', line 120 class Publishing include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#new_issue_uri ⇒ ::String
Returns Link to a public URI where users can report issues. Example: https://issuetracker.google.com/issues/new?component=190865&template=1161103.
120 121 122 123 |
# File 'proto_docs/google/api/client.rb', line 120 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.
120 121 122 123 |
# File 'proto_docs/google/api/client.rb', line 120 class Publishing include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#proto_reference_documentation_uri ⇒ ::String
Returns Optional link to proto reference documentation. Example: https://cloud.google.com/pubsub/lite/docs/reference/rpc.
120 121 122 123 |
# File 'proto_docs/google/api/client.rb', line 120 class Publishing include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |