Show / Hide Table of Contents

Class Publishing

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

Inheritance
object
Publishing
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.ServiceConsumerManagement.v1beta1.Data
Assembly: Google.Apis.ServiceConsumerManagement.v1beta1.dll
Syntax
public class Publishing : IDirectResponseSchema

Properties

ApiShortName

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

Declaration
[JsonProperty("apiShortName")]
public virtual string ApiShortName { get; set; }
Property Value
Type Description
string

CodeownerGithubTeams

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

Declaration
[JsonProperty("codeownerGithubTeams")]
public virtual IList<string> CodeownerGithubTeams { get; set; }
Property Value
Type Description
IList<string>

DocTagPrefix

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

Declaration
[JsonProperty("docTagPrefix")]
public virtual string DocTagPrefix { get; set; }
Property Value
Type Description
string

DocumentationUri

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

Declaration
[JsonProperty("documentationUri")]
public virtual string DocumentationUri { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

GithubLabel

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

Declaration
[JsonProperty("githubLabel")]
public virtual string GithubLabel { get; set; }
Property Value
Type Description
string

LibrarySettings

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.

Declaration
[JsonProperty("librarySettings")]
public virtual IList<ClientLibrarySettings> LibrarySettings { get; set; }
Property Value
Type Description
IList<ClientLibrarySettings>

MethodSettings

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

Declaration
[JsonProperty("methodSettings")]
public virtual IList<MethodSettings> MethodSettings { get; set; }
Property Value
Type Description
IList<MethodSettings>

NewIssueUri

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

Declaration
[JsonProperty("newIssueUri")]
public virtual string NewIssueUri { get; set; }
Property Value
Type Description
string

Organization

For whom the client library is being published.

Declaration
[JsonProperty("organization")]
public virtual string Organization { get; set; }
Property Value
Type Description
string

ProtoReferenceDocumentationUri

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

Declaration
[JsonProperty("protoReferenceDocumentationUri")]
public virtual string ProtoReferenceDocumentationUri { get; set; }
Property Value
Type Description
string

RestReferenceDocumentationUri

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

Declaration
[JsonProperty("restReferenceDocumentationUri")]
public virtual string RestReferenceDocumentationUri { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX