Class: Google::Api::Publishing

Inherits:
Object
  • Object
show all
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

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".

Returns:

  • (::String)

    Used as a tracking tag when collecting data about the APIs developer relations artifacts like docs, packages delivered to package managers, etc. Example: "speech".



121
122
123
124
# File 'proto_docs/google/api/client.rb', line 121

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.

Returns:

  • (::Array<::String>)

    GitHub teams to be added to CODEOWNERS in the directory in GitHub containing source code for the client libraries for this API.



121
122
123
124
# File 'proto_docs/google/api/client.rb', line 121

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.

Returns:

  • (::String)

    A prefix used in sample code when demarking regions to be included in documentation.



121
122
123
124
# File 'proto_docs/google/api/client.rb', line 121

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.

Returns:



121
122
123
124
# File 'proto_docs/google/api/client.rb', line 121

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.

Returns:

  • (::String)

    GitHub label to apply to issues and pull requests opened for this API.



121
122
123
124
# File 'proto_docs/google/api/client.rb', line 121

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.

Returns:

  • (::Array<::Google::Api::ClientLibrarySettings>)

    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.



121
122
123
124
# File 'proto_docs/google/api/client.rb', line 121

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.

Returns:

  • (::Array<::Google::Api::MethodSettings>)

    A list of API method settings, e.g. the behavior for methods that use the long-running operation pattern.



121
122
123
124
# File 'proto_docs/google/api/client.rb', line 121

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.

Returns:



121
122
123
124
# File 'proto_docs/google/api/client.rb', line 121

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.

Returns:



121
122
123
124
# File 'proto_docs/google/api/client.rb', line 121

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.

Returns:



121
122
123
124
# File 'proto_docs/google/api/client.rb', line 121

class Publishing
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end