Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

Publishing

import type { Publishing } from "https://googleapis.deno.dev/v1/servicemanagement:v1.ts";

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

interface Publishing {
apiShortName?: string;
codeownerGithubTeams?: string[];
docTagPrefix?: string;
documentationUri?: string;
githubLabel?: string;
librarySettings?: ClientLibrarySettings[];
methodSettings?: MethodSettings[];
newIssueUri?: string;
organization?:
| "CLIENT_LIBRARY_ORGANIZATION_UNSPECIFIED"
| "CLOUD"
| "ADS"
| "PHOTOS"
| "STREET_VIEW"
| "SHOPPING"
| "GEO"
| "GENERATIVE_AI";
protoReferenceDocumentationUri?: string;
restReferenceDocumentationUri?: string;
}

§Properties

§
apiShortName?: string
[src]

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

§
codeownerGithubTeams?: string[]
[src]

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

§
docTagPrefix?: string
[src]

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

§
documentationUri?: string
[src]

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

§
githubLabel?: string
[src]

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

§
librarySettings?: ClientLibrarySettings[]
[src]

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.

§
methodSettings?: MethodSettings[]
[src]

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

§
newIssueUri?: string
[src]

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

§
organization?: "CLIENT_LIBRARY_ORGANIZATION_UNSPECIFIED" | "CLOUD" | "ADS" | "PHOTOS" | "STREET_VIEW" | "SHOPPING" | "GEO" | "GENERATIVE_AI"
[src]

For whom the client library is being published.

§
protoReferenceDocumentationUri?: string
[src]

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

§
restReferenceDocumentationUri?: string
[src]

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