You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/dyn/connectors_v1.projects.locations.global_.customConnectors.customConnectorVersions.html
+36Lines changed: 36 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -192,6 +192,18 @@ <h3>Method Details</h3>
192
192
"isAdvanced": True or False, # Indicates if current template is part of advanced settings
193
193
"key": "A String", # Key of the config variable.
194
194
"locationType": "A String", # Optional. Location Tyep denotes where this value should be sent in BYOC connections.
195
+
"multipleSelectConfig": { # MultipleSelectConfig represents the multiple options for a config variable. # Optional. MultipleSelectConfig represents the multiple options for a config variable.
196
+
"allowCustomValues": True or False, # Optional. Allow custom values.
{ # MultiplSelecteOption represents the single option for a config variable.
199
+
"description": "A String", # Optional. Value of the option.
200
+
"displayName": "A String", # Required. Display name of the option.
201
+
"key": "A String", # Required. Key of the option.
202
+
"preselected": True or False, # Optional. Indicates if the option is preselected.
203
+
},
204
+
],
205
+
"valueSeparator": "A String", # Required. Value separator.
206
+
},
195
207
"required": True or False, # Flag represents that this `ConfigVariable` must be provided for a connection.
196
208
"requiredCondition": { # Struct for representing boolean expressions. # Condition under which a field would be required. The condition can be represented in the form of a logical expression.
197
209
"fieldComparisons": [ # A list of fields to be compared.
@@ -383,6 +395,18 @@ <h3>Method Details</h3>
383
395
"isAdvanced": True or False, # Indicates if current template is part of advanced settings
384
396
"key": "A String", # Key of the config variable.
385
397
"locationType": "A String", # Optional. Location Tyep denotes where this value should be sent in BYOC connections.
398
+
"multipleSelectConfig": { # MultipleSelectConfig represents the multiple options for a config variable. # Optional. MultipleSelectConfig represents the multiple options for a config variable.
399
+
"allowCustomValues": True or False, # Optional. Allow custom values.
{ # MultiplSelecteOption represents the single option for a config variable.
402
+
"description": "A String", # Optional. Value of the option.
403
+
"displayName": "A String", # Required. Display name of the option.
404
+
"key": "A String", # Required. Key of the option.
405
+
"preselected": True or False, # Optional. Indicates if the option is preselected.
406
+
},
407
+
],
408
+
"valueSeparator": "A String", # Required. Value separator.
409
+
},
386
410
"required": True or False, # Flag represents that this `ConfigVariable` must be provided for a connection.
387
411
"requiredCondition": { # Struct for representing boolean expressions. # Condition under which a field would be required. The condition can be represented in the form of a logical expression.
388
412
"fieldComparisons": [ # A list of fields to be compared.
@@ -549,6 +573,18 @@ <h3>Method Details</h3>
549
573
"isAdvanced": True or False, # Indicates if current template is part of advanced settings
550
574
"key": "A String", # Key of the config variable.
551
575
"locationType": "A String", # Optional. Location Tyep denotes where this value should be sent in BYOC connections.
576
+
"multipleSelectConfig": { # MultipleSelectConfig represents the multiple options for a config variable. # Optional. MultipleSelectConfig represents the multiple options for a config variable.
577
+
"allowCustomValues": True or False, # Optional. Allow custom values.
{ # MultiplSelecteOption represents the single option for a config variable.
580
+
"description": "A String", # Optional. Value of the option.
581
+
"displayName": "A String", # Required. Display name of the option.
582
+
"key": "A String", # Required. Key of the option.
583
+
"preselected": True or False, # Optional. Indicates if the option is preselected.
584
+
},
585
+
],
586
+
"valueSeparator": "A String", # Required. Value separator.
587
+
},
552
588
"required": True or False, # Flag represents that this `ConfigVariable` must be provided for a connection.
553
589
"requiredCondition": { # Struct for representing boolean expressions. # Condition under which a field would be required. The condition can be represented in the form of a logical expression.
554
590
"fieldComparisons": [ # A list of fields to be compared.
0 commit comments