ConfigVariable represents a configuration variable present in a Connection. or AuthConfig.
JSON representation
{"key": string,// Union field value can be only one of the following:"intValue": string,"boolValue": boolean,"stringValue": string,"secretValue": {object (Secret)},"encryptionKeyValue": {object (EncryptionKey)}// End of list of possible types for union field value.}
Fields
key
string
Key of the config variable.
Union field value. Value type of the config variable. value can be only one of the following:
The [KMS key name] with which the content of the Operation is encrypted. The expected format: projects/*/locations/*/keyRings/*/cryptoKeys/*. Will be empty string if google managed.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025年06月27日 UTC."],[],[]]