Skip to content

Commit 087c564

Browse files
feat(connectors): update the api
#### connectors:v1 The following keys were added: - schemas.ConfigVariableTemplate.properties.multipleSelectConfig.$ref (Total Keys: 1) - schemas.Connector.properties.connectorType (Total Keys: 2) - schemas.MultipleSelectConfig (Total Keys: 6) - schemas.MultipleSelectOption (Total Keys: 5) #### connectors:v2 The following keys were deleted: - resources.projects.resources.locations.resources.connections.resources.entityTypes.resources.entitieswithacls.methods.list (Total Keys: 15) - schemas.Operation (Total Keys: 9) - schemas.Status (Total Keys: 8)
1 parent 98c9cff commit 087c564

6 files changed

+302
-110
lines changed

docs/dyn/connectors_v1.projects.locations.global_.customConnectors.customConnectorVersions.html

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,18 @@ <h3>Method Details</h3>
192192
&quot;isAdvanced&quot;: True or False, # Indicates if current template is part of advanced settings
193193
&quot;key&quot;: &quot;A String&quot;, # Key of the config variable.
194194
&quot;locationType&quot;: &quot;A String&quot;, # Optional. Location Tyep denotes where this value should be sent in BYOC connections.
195+
&quot;multipleSelectConfig&quot;: { # MultipleSelectConfig represents the multiple options for a config variable. # Optional. MultipleSelectConfig represents the multiple options for a config variable.
196+
&quot;allowCustomValues&quot;: True or False, # Optional. Allow custom values.
197+
&quot;multipleSelectOptions&quot;: [ # Required. Multiple select options.
198+
{ # MultiplSelecteOption represents the single option for a config variable.
199+
&quot;description&quot;: &quot;A String&quot;, # Optional. Value of the option.
200+
&quot;displayName&quot;: &quot;A String&quot;, # Required. Display name of the option.
201+
&quot;key&quot;: &quot;A String&quot;, # Required. Key of the option.
202+
&quot;preselected&quot;: True or False, # Optional. Indicates if the option is preselected.
203+
},
204+
],
205+
&quot;valueSeparator&quot;: &quot;A String&quot;, # Required. Value separator.
206+
},
195207
&quot;required&quot;: True or False, # Flag represents that this `ConfigVariable` must be provided for a connection.
196208
&quot;requiredCondition&quot;: { # 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.
197209
&quot;fieldComparisons&quot;: [ # A list of fields to be compared.
@@ -383,6 +395,18 @@ <h3>Method Details</h3>
383395
&quot;isAdvanced&quot;: True or False, # Indicates if current template is part of advanced settings
384396
&quot;key&quot;: &quot;A String&quot;, # Key of the config variable.
385397
&quot;locationType&quot;: &quot;A String&quot;, # Optional. Location Tyep denotes where this value should be sent in BYOC connections.
398+
&quot;multipleSelectConfig&quot;: { # MultipleSelectConfig represents the multiple options for a config variable. # Optional. MultipleSelectConfig represents the multiple options for a config variable.
399+
&quot;allowCustomValues&quot;: True or False, # Optional. Allow custom values.
400+
&quot;multipleSelectOptions&quot;: [ # Required. Multiple select options.
401+
{ # MultiplSelecteOption represents the single option for a config variable.
402+
&quot;description&quot;: &quot;A String&quot;, # Optional. Value of the option.
403+
&quot;displayName&quot;: &quot;A String&quot;, # Required. Display name of the option.
404+
&quot;key&quot;: &quot;A String&quot;, # Required. Key of the option.
405+
&quot;preselected&quot;: True or False, # Optional. Indicates if the option is preselected.
406+
},
407+
],
408+
&quot;valueSeparator&quot;: &quot;A String&quot;, # Required. Value separator.
409+
},
386410
&quot;required&quot;: True or False, # Flag represents that this `ConfigVariable` must be provided for a connection.
387411
&quot;requiredCondition&quot;: { # 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.
388412
&quot;fieldComparisons&quot;: [ # A list of fields to be compared.
@@ -549,6 +573,18 @@ <h3>Method Details</h3>
549573
&quot;isAdvanced&quot;: True or False, # Indicates if current template is part of advanced settings
550574
&quot;key&quot;: &quot;A String&quot;, # Key of the config variable.
551575
&quot;locationType&quot;: &quot;A String&quot;, # Optional. Location Tyep denotes where this value should be sent in BYOC connections.
576+
&quot;multipleSelectConfig&quot;: { # MultipleSelectConfig represents the multiple options for a config variable. # Optional. MultipleSelectConfig represents the multiple options for a config variable.
577+
&quot;allowCustomValues&quot;: True or False, # Optional. Allow custom values.
578+
&quot;multipleSelectOptions&quot;: [ # Required. Multiple select options.
579+
{ # MultiplSelecteOption represents the single option for a config variable.
580+
&quot;description&quot;: &quot;A String&quot;, # Optional. Value of the option.
581+
&quot;displayName&quot;: &quot;A String&quot;, # Required. Display name of the option.
582+
&quot;key&quot;: &quot;A String&quot;, # Required. Key of the option.
583+
&quot;preselected&quot;: True or False, # Optional. Indicates if the option is preselected.
584+
},
585+
],
586+
&quot;valueSeparator&quot;: &quot;A String&quot;, # Required. Value separator.
587+
},
552588
&quot;required&quot;: True or False, # Flag represents that this `ConfigVariable` must be provided for a connection.
553589
&quot;requiredCondition&quot;: { # 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.
554590
&quot;fieldComparisons&quot;: [ # A list of fields to be compared.

docs/dyn/connectors_v1.projects.locations.providers.connectors.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ <h3>Method Details</h3>
113113

114114
{ # Connectors indicates a specific connector type, e.x. Salesforce, SAP etc.
115115
&quot;category&quot;: &quot;A String&quot;, # Output only. Category of the connector.
116+
&quot;connectorType&quot;: &quot;A String&quot;, # Output only. The type of the connector.
116117
&quot;createTime&quot;: &quot;A String&quot;, # Output only. Created time.
117118
&quot;description&quot;: &quot;A String&quot;, # Output only. Description of the resource.
118119
&quot;displayName&quot;: &quot;A String&quot;, # Output only. Display name.
@@ -164,6 +165,7 @@ <h3>Method Details</h3>
164165
&quot;connectors&quot;: [ # A list of connectors.
165166
{ # Connectors indicates a specific connector type, e.x. Salesforce, SAP etc.
166167
&quot;category&quot;: &quot;A String&quot;, # Output only. Category of the connector.
168+
&quot;connectorType&quot;: &quot;A String&quot;, # Output only. The type of the connector.
167169
&quot;createTime&quot;: &quot;A String&quot;, # Output only. Created time.
168170
&quot;description&quot;: &quot;A String&quot;, # Output only. Description of the resource.
169171
&quot;displayName&quot;: &quot;A String&quot;, # Output only. Display name.

0 commit comments

Comments
 (0)