Skip to content

Commit a23804b

Browse files
feat(connectors): update the api
#### connectors:v1 The following keys were added: - schemas.EventingConfig.properties.proxyDestinationConfig.$ref (Total Keys: 1) - schemas.EventingConfigTemplate.properties.proxyDestinationConfig.$ref (Total Keys: 1) - schemas.RegionalSettings.properties.provisioned (Total Keys: 2)
1 parent e12e7c5 commit a23804b

6 files changed

+84
-7
lines changed

docs/dyn/connectors_v1.projects.locations.connections.html

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -419,6 +419,16 @@ <h3>Method Details</h3>
419419
},
420420
},
421421
&quot;privateConnectivityEnabled&quot;: True or False, # Optional. Private Connectivity Enabled.
422+
&quot;proxyDestinationConfig&quot;: { # Define the Connectors target endpoint. # Optional. Proxy for Eventing auto-registration.
423+
&quot;destinations&quot;: [ # The destinations for the key.
424+
{
425+
&quot;host&quot;: &quot;A String&quot;, # For publicly routable host.
426+
&quot;port&quot;: 42, # The port is the target port number that is accepted by the destination.
427+
&quot;serviceAttachment&quot;: &quot;A String&quot;, # PSC service attachments. Format: projects/*/regions/*/serviceAttachments/*
428+
},
429+
],
430+
&quot;key&quot;: &quot;A String&quot;, # The key is the destination identifier that is supported by the Connector.
431+
},
422432
&quot;registrationDestinationConfig&quot;: { # Define the Connectors target endpoint. # Registration endpoint for auto registration.
423433
&quot;destinations&quot;: [ # The destinations for the key.
424434
{
@@ -857,6 +867,16 @@ <h3>Method Details</h3>
857867
},
858868
},
859869
&quot;privateConnectivityEnabled&quot;: True or False, # Optional. Private Connectivity Enabled.
870+
&quot;proxyDestinationConfig&quot;: { # Define the Connectors target endpoint. # Optional. Proxy for Eventing auto-registration.
871+
&quot;destinations&quot;: [ # The destinations for the key.
872+
{
873+
&quot;host&quot;: &quot;A String&quot;, # For publicly routable host.
874+
&quot;port&quot;: 42, # The port is the target port number that is accepted by the destination.
875+
&quot;serviceAttachment&quot;: &quot;A String&quot;, # PSC service attachments. Format: projects/*/regions/*/serviceAttachments/*
876+
},
877+
],
878+
&quot;key&quot;: &quot;A String&quot;, # The key is the destination identifier that is supported by the Connector.
879+
},
860880
&quot;registrationDestinationConfig&quot;: { # Define the Connectors target endpoint. # Registration endpoint for auto registration.
861881
&quot;destinations&quot;: [ # The destinations for the key.
862882
{
@@ -1314,6 +1334,16 @@ <h3>Method Details</h3>
13141334
},
13151335
},
13161336
&quot;privateConnectivityEnabled&quot;: True or False, # Optional. Private Connectivity Enabled.
1337+
&quot;proxyDestinationConfig&quot;: { # Define the Connectors target endpoint. # Optional. Proxy for Eventing auto-registration.
1338+
&quot;destinations&quot;: [ # The destinations for the key.
1339+
{
1340+
&quot;host&quot;: &quot;A String&quot;, # For publicly routable host.
1341+
&quot;port&quot;: 42, # The port is the target port number that is accepted by the destination.
1342+
&quot;serviceAttachment&quot;: &quot;A String&quot;, # PSC service attachments. Format: projects/*/regions/*/serviceAttachments/*
1343+
},
1344+
],
1345+
&quot;key&quot;: &quot;A String&quot;, # The key is the destination identifier that is supported by the Connector.
1346+
},
13171347
&quot;registrationDestinationConfig&quot;: { # Define the Connectors target endpoint. # Registration endpoint for auto registration.
13181348
&quot;destinations&quot;: [ # The destinations for the key.
13191349
{
@@ -1725,6 +1755,16 @@ <h3>Method Details</h3>
17251755
},
17261756
},
17271757
&quot;privateConnectivityEnabled&quot;: True or False, # Optional. Private Connectivity Enabled.
1758+
&quot;proxyDestinationConfig&quot;: { # Define the Connectors target endpoint. # Optional. Proxy for Eventing auto-registration.
1759+
&quot;destinations&quot;: [ # The destinations for the key.
1760+
{
1761+
&quot;host&quot;: &quot;A String&quot;, # For publicly routable host.
1762+
&quot;port&quot;: 42, # The port is the target port number that is accepted by the destination.
1763+
&quot;serviceAttachment&quot;: &quot;A String&quot;, # PSC service attachments. Format: projects/*/regions/*/serviceAttachments/*
1764+
},
1765+
],
1766+
&quot;key&quot;: &quot;A String&quot;, # The key is the destination identifier that is supported by the Connector.
1767+
},
17281768
&quot;registrationDestinationConfig&quot;: { # Define the Connectors target endpoint. # Registration endpoint for auto registration.
17291769
&quot;destinations&quot;: [ # The destinations for the key.
17301770
{

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ <h3>Method Details</h3>
247247
&quot;a_key&quot;: &quot;A String&quot;,
248248
},
249249
&quot;name&quot;: &quot;A String&quot;, # Output only. Identifier. Resource name of the Version. Format: projects/{project}/locations/{location}/customConnectors/{custom_connector}/customConnectorVersions/{custom_connector_version}
250-
&quot;serviceAccount&quot;: &quot;A String&quot;, # Required. Service account used by runtime plane to access auth config secrets.
250+
&quot;serviceAccount&quot;: &quot;A String&quot;, # Optional. Service account used by runtime plane to access auth config secrets.
251251
&quot;specLocation&quot;: &quot;A String&quot;, # Optional. Location of the custom connector spec.
252252
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. Updated time.
253253
}
@@ -468,7 +468,7 @@ <h3>Method Details</h3>
468468
&quot;a_key&quot;: &quot;A String&quot;,
469469
},
470470
&quot;name&quot;: &quot;A String&quot;, # Output only. Identifier. Resource name of the Version. Format: projects/{project}/locations/{location}/customConnectors/{custom_connector}/customConnectorVersions/{custom_connector_version}
471-
&quot;serviceAccount&quot;: &quot;A String&quot;, # Required. Service account used by runtime plane to access auth config secrets.
471+
&quot;serviceAccount&quot;: &quot;A String&quot;, # Optional. Service account used by runtime plane to access auth config secrets.
472472
&quot;specLocation&quot;: &quot;A String&quot;, # Optional. Location of the custom connector spec.
473473
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. Updated time.
474474
}</pre>
@@ -629,7 +629,7 @@ <h3>Method Details</h3>
629629
&quot;a_key&quot;: &quot;A String&quot;,
630630
},
631631
&quot;name&quot;: &quot;A String&quot;, # Output only. Identifier. Resource name of the Version. Format: projects/{project}/locations/{location}/customConnectors/{custom_connector}/customConnectorVersions/{custom_connector_version}
632-
&quot;serviceAccount&quot;: &quot;A String&quot;, # Required. Service account used by runtime plane to access auth config secrets.
632+
&quot;serviceAccount&quot;: &quot;A String&quot;, # Optional. Service account used by runtime plane to access auth config secrets.
633633
&quot;specLocation&quot;: &quot;A String&quot;, # Optional. Location of the custom connector spec.
634634
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. Updated time.
635635
},
@@ -801,7 +801,7 @@ <h3>Method Details</h3>
801801
&quot;a_key&quot;: &quot;A String&quot;,
802802
},
803803
&quot;name&quot;: &quot;A String&quot;, # Output only. Identifier. Resource name of the Version. Format: projects/{project}/locations/{location}/customConnectors/{custom_connector}/customConnectorVersions/{custom_connector_version}
804-
&quot;serviceAccount&quot;: &quot;A String&quot;, # Required. Service account used by runtime plane to access auth config secrets.
804+
&quot;serviceAccount&quot;: &quot;A String&quot;, # Optional. Service account used by runtime plane to access auth config secrets.
805805
&quot;specLocation&quot;: &quot;A String&quot;, # Optional. Location of the custom connector spec.
806806
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. Updated time.
807807
}

docs/dyn/connectors_v1.projects.locations.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,7 @@ <h3>Method Details</h3>
179179
],
180180
&quot;egressMode&quot;: &quot;A String&quot;, # Optional. Egress mode for the network.
181181
},
182+
&quot;provisioned&quot;: True or False, # Output only. Specifies whether the region is provisioned.
182183
}</pre>
183184
</div>
184185

@@ -280,6 +281,7 @@ <h3>Method Details</h3>
280281
],
281282
&quot;egressMode&quot;: &quot;A String&quot;, # Optional. Egress mode for the network.
282283
},
284+
&quot;provisioned&quot;: True or False, # Output only. Specifies whether the region is provisioned.
283285
}
284286

285287
updateMask: string, Required. The list of fields to update.

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

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -511,6 +511,17 @@ <h3>Method Details</h3>
511511
&quot;displayName&quot;: &quot;A String&quot;, # Display name for authentication template.
512512
},
513513
],
514+
&quot;proxyDestinationConfig&quot;: { # DestinationConfigTemplate defines required destinations supported by the Connector. # Proxy destination config template.
515+
&quot;defaultPort&quot;: 42, # The default port.
516+
&quot;description&quot;: &quot;A String&quot;, # Description.
517+
&quot;displayName&quot;: &quot;A String&quot;, # Display name of the parameter.
518+
&quot;isAdvanced&quot;: True or False, # Whether the current destination tempalate is part of Advanced settings
519+
&quot;key&quot;: &quot;A String&quot;, # Key of the destination.
520+
&quot;max&quot;: 42, # The maximum number of destinations supported for this key.
521+
&quot;min&quot;: 42, # The minimum number of destinations supported for this key.
522+
&quot;portFieldType&quot;: &quot;A String&quot;, # Whether port number should be provided by customers.
523+
&quot;regexPattern&quot;: &quot;A String&quot;, # Regex pattern for host.
524+
},
514525
&quot;registrationDestinationConfig&quot;: { # DestinationConfigTemplate defines required destinations supported by the Connector. # Registration host destination config template.
515526
&quot;defaultPort&quot;: 42, # The default port.
516527
&quot;description&quot;: &quot;A String&quot;, # Description.
@@ -1046,6 +1057,17 @@ <h3>Method Details</h3>
10461057
&quot;displayName&quot;: &quot;A String&quot;, # Display name for authentication template.
10471058
},
10481059
],
1060+
&quot;proxyDestinationConfig&quot;: { # DestinationConfigTemplate defines required destinations supported by the Connector. # Proxy destination config template.
1061+
&quot;defaultPort&quot;: 42, # The default port.
1062+
&quot;description&quot;: &quot;A String&quot;, # Description.
1063+
&quot;displayName&quot;: &quot;A String&quot;, # Display name of the parameter.
1064+
&quot;isAdvanced&quot;: True or False, # Whether the current destination tempalate is part of Advanced settings
1065+
&quot;key&quot;: &quot;A String&quot;, # Key of the destination.
1066+
&quot;max&quot;: 42, # The maximum number of destinations supported for this key.
1067+
&quot;min&quot;: 42, # The minimum number of destinations supported for this key.
1068+
&quot;portFieldType&quot;: &quot;A String&quot;, # Whether port number should be provided by customers.
1069+
&quot;regexPattern&quot;: &quot;A String&quot;, # Regex pattern for host.
1070+
},
10491071
&quot;registrationDestinationConfig&quot;: { # DestinationConfigTemplate defines required destinations supported by the Connector. # Registration host destination config template.
10501072
&quot;defaultPort&quot;: 42, # The default port.
10511073
&quot;description&quot;: &quot;A String&quot;, # Description.

googleapiclient/discovery_cache/documents/connectors.v1.json

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2354,7 +2354,7 @@
23542354
}
23552355
}
23562356
},
2357-
"revision": "20240104",
2357+
"revision": "20240116",
23582358
"rootUrl": "https://connectors.googleapis.com/",
23592359
"schemas": {
23602360
"AuditConfig": {
@@ -3434,7 +3434,7 @@
34343434
"type": "string"
34353435
},
34363436
"serviceAccount": {
3437-
"description": "Required. Service account used by runtime plane to access auth config secrets.",
3437+
"description": "Optional. Service account used by runtime plane to access auth config secrets.",
34383438
"type": "string"
34393439
},
34403440
"specLocation": {
@@ -3957,6 +3957,10 @@
39573957
"description": "Optional. Private Connectivity Enabled.",
39583958
"type": "boolean"
39593959
},
3960+
"proxyDestinationConfig": {
3961+
"$ref": "DestinationConfig",
3962+
"description": "Optional. Proxy for Eventing auto-registration."
3963+
},
39603964
"registrationDestinationConfig": {
39613965
"$ref": "DestinationConfig",
39623966
"description": "Registration endpoint for auto registration."
@@ -4023,6 +4027,10 @@
40234027
},
40244028
"type": "array"
40254029
},
4030+
"proxyDestinationConfig": {
4031+
"$ref": "DestinationConfigTemplate",
4032+
"description": "Proxy destination config template."
4033+
},
40264034
"registrationDestinationConfig": {
40274035
"$ref": "DestinationConfigTemplate",
40284036
"description": "Registration host destination config template."
@@ -6004,6 +6012,11 @@ false
60046012
"networkConfig": {
60056013
"$ref": "NetworkConfig",
60066014
"description": "Optional. Regional network config."
6015+
},
6016+
"provisioned": {
6017+
"description": "Output only. Specifies whether the region is provisioned.",
6018+
"readOnly": true,
6019+
"type": "boolean"
60076020
}
60086021
},
60096022
"type": "object"

googleapiclient/discovery_cache/documents/connectors.v2.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -660,7 +660,7 @@
660660
}
661661
}
662662
},
663-
"revision": "20240104",
663+
"revision": "20240116",
664664
"rootUrl": "https://connectors.googleapis.com/",
665665
"schemas": {
666666
"AccessCredentials": {

0 commit comments

Comments
 (0)