PublishingResponse

data class PublishingResponse(val apiShortName: String, val codeownerGithubTeams: List<String>, val docTagPrefix: String, val documentationUri: String, val githubLabel: String, val librarySettings: List<ClientLibrarySettingsResponse>, val methodSettings: List<MethodSettingsResponse>, val newIssueUri: String, val organization: String, val protoReferenceDocumentationUri: String)

This message configures the settings for publishing Google Cloud Client libraries generated from the service config.

Constructors

Link copied to clipboard
fun PublishingResponse(apiShortName: String, codeownerGithubTeams: List<String>, docTagPrefix: String, documentationUri: String, githubLabel: String, librarySettings: List<ClientLibrarySettingsResponse>, methodSettings: List<MethodSettingsResponse>, newIssueUri: String, organization: String, protoReferenceDocumentationUri: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

Link to product home page. Example: https://cloud.google.com/asset-inventory/docs/overview

Link copied to clipboard

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

Link copied to clipboard

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.

Link copied to clipboard

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

Link copied to clipboard

Link to a public URI where users can report issues. Example: https://issuetracker.google.com/issues/new?component=190865&template=1161103

Link copied to clipboard

For whom the client library is being published.

Link copied to clipboard

Optional link to proto reference documentation. Example: https://cloud.google.com/pubsub/lite/docs/reference/rpc