Client Library Settings Args
data class ClientLibrarySettingsArgs(val cppSettings: Output<CppSettingsArgs>? = null, val dotnetSettings: Output<DotnetSettingsArgs>? = null, val goSettings: Output<GoSettingsArgs>? = null, val javaSettings: Output<JavaSettingsArgs>? = null, val launchStage: Output<ClientLibrarySettingsLaunchStage>? = null, val nodeSettings: Output<NodeSettingsArgs>? = null, val phpSettings: Output<PhpSettingsArgs>? = null, val pythonSettings: Output<PythonSettingsArgs>? = null, val restNumericEnums: Output<Boolean>? = null, val rubySettings: Output<RubySettingsArgs>? = null, val version: Output<String>? = null) : ConvertibleToJava<ClientLibrarySettingsArgs>
Details about how and where to publish client libraries.
Constructors
Link copied to clipboard
constructor(cppSettings: Output<CppSettingsArgs>? = null, dotnetSettings: Output<DotnetSettingsArgs>? = null, goSettings: Output<GoSettingsArgs>? = null, javaSettings: Output<JavaSettingsArgs>? = null, launchStage: Output<ClientLibrarySettingsLaunchStage>? = null, nodeSettings: Output<NodeSettingsArgs>? = null, phpSettings: Output<PhpSettingsArgs>? = null, pythonSettings: Output<PythonSettingsArgs>? = null, restNumericEnums: Output<Boolean>? = null, rubySettings: Output<RubySettingsArgs>? = null, version: Output<String>? = null)
Properties
Link copied to clipboard
Settings for C++ client libraries.
Link copied to clipboard
Settings for .NET client libraries.
Link copied to clipboard
Settings for Go client libraries.
Link copied to clipboard
Settings for legacy Java features, supported in the Service YAML.
Link copied to clipboard
Launch stage of this version of the API.
Link copied to clipboard
Settings for Node client libraries.
Link copied to clipboard
Settings for PHP client libraries.
Link copied to clipboard
Settings for Python client libraries.
Link copied to clipboard
When using transport=rest, the client request will encode enums as numbers rather than strings.
Link copied to clipboard
Settings for Ruby client libraries.