Show / Hide Table of Contents

Class CommonLanguageSettings

Required information for every language.

Inheritance
object
CommonLanguageSettings
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 CommonLanguageSettings : IDirectResponseSchema

Properties

Destinations

The destination where API teams want this client library to be published.

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

ETag

The ETag of the item.

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

ReferenceDocsUri

Link to automatically generated reference documentation. Example: https://cloud.google.com/nodejs/docs/reference/asset/latest

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

SelectiveGapicGeneration

Configuration for which RPCs should be generated in the GAPIC client.

Declaration
[JsonProperty("selectiveGapicGeneration")]
public virtual SelectiveGapicGeneration SelectiveGapicGeneration { get; set; }
Property Value
Type Description
SelectiveGapicGeneration

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX