GoogleApi.ServiceNetworking.V1.Model.CommonLanguageSettings (google_api_service_networking v0.40.0)
View SourceRequired information for every language.
Attributes
-
destinations
(type:list(String.t)
, default:nil
) - The destination where API teams want this client library to be published. -
referenceDocsUri
(type:String.t
, default:nil
) - Link to automatically generated reference documentation. Example: https://cloud.google.com/nodejs/docs/reference/asset/latest -
selectiveGapicGeneration
(type:GoogleApi.ServiceNetworking.V1.Model.SelectiveGapicGeneration.t
, default:nil
) - Configuration for which RPCs should be generated in the GAPIC client.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.ServiceNetworking.V1.Model.CommonLanguageSettings{ destinations: [String.t()] | nil, referenceDocsUri: String.t() | nil, selectiveGapicGeneration: GoogleApi.ServiceNetworking.V1.Model.SelectiveGapicGeneration.t() | nil }