Class CommonLanguageSettings
Required information for every language.
Implements
Inherited Members
Namespace: Google.Apis.ServiceNetworking.v1.Data
Assembly: Google.Apis.ServiceNetworking.v1.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 |