PublishingArgs

data class PublishingArgs(val apiShortName: Output<String>? = null, val codeownerGithubTeams: Output<List<String>>? = null, val docTagPrefix: Output<String>? = null, val documentationUri: Output<String>? = null, val githubLabel: Output<String>? = null, val librarySettings: Output<List<ClientLibrarySettingsArgs>>? = null, val methodSettings: Output<List<MethodSettingsArgs>>? = null, val newIssueUri: Output<String>? = null, val organization: Output<PublishingOrganization>? = null, val protoReferenceDocumentationUri: Output<String>? = null) : ConvertibleToJava<PublishingArgs>

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

Constructors

Link copied to clipboard
fun PublishingArgs(apiShortName: Output<String>? = null, codeownerGithubTeams: Output<List<String>>? = null, docTagPrefix: Output<String>? = null, documentationUri: Output<String>? = null, githubLabel: Output<String>? = null, librarySettings: Output<List<ClientLibrarySettingsArgs>>? = null, methodSettings: Output<List<MethodSettingsArgs>>? = null, newIssueUri: Output<String>? = null, organization: Output<PublishingOrganization>? = null, protoReferenceDocumentationUri: Output<String>? = null)

Functions

Link copied to clipboard
open override fun toJava(): PublishingArgs

Properties

Link copied to clipboard
val apiShortName: Output<String>? = null

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
val codeownerGithubTeams: Output<List<String>>? = null

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
val docTagPrefix: Output<String>? = null

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

Link copied to clipboard
val documentationUri: Output<String>? = null

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

Link copied to clipboard
val githubLabel: Output<String>? = null

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
val methodSettings: Output<List<MethodSettingsArgs>>? = null

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

Link copied to clipboard
val newIssueUri: Output<String>? = null

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