Skip to content

Commit 7027911

Browse files
feat(connectors): update the api
#### connectors:v1 The following keys were added: - schemas.CustomConnector.properties.allMarketplaceVersions (Total Keys: 3) - schemas.CustomConnector.properties.publishedMarketplaceVersions (Total Keys: 3) - schemas.CustomConnectorVersion.properties.partnerMetadata.$ref (Total Keys: 1) - schemas.CustomConnectorVersion.properties.publishStatus (Total Keys: 2) - schemas.EventingRuntimeData.properties.webhookSubscriptions (Total Keys: 2) - schemas.PartnerMetadata (Total Keys: 19) - schemas.PublishStatus (Total Keys: 11) - schemas.WebhookSubscriptions (Total Keys: 5)
1 parent ff99963 commit 7027911

4 files changed

+378
-1
lines changed

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

Lines changed: 130 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -505,6 +505,32 @@ <h3>Method Details</h3>
505505
&quot;nextRefreshTime&quot;: &quot;A String&quot;, # Output only. Next webhook refresh time. Will be null if refresh is not supported.
506506
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. Timestamp when the webhook was last updated.
507507
},
508+
&quot;webhookSubscriptions&quot;: { # WebhookSubscriptions has details of webhook subscriptions. # Output only. Webhook subscriptions.
509+
&quot;webhookData&quot;: [ # Output only. Webhook data.
510+
{ # WebhookData has details of webhook configuration.
511+
&quot;additionalVariables&quot;: [ # Output only. Additional webhook related field values.
512+
{ # ConfigVariable represents a configuration variable present in a Connection. or AuthConfig.
513+
&quot;boolValue&quot;: True or False, # Value is a bool.
514+
&quot;encryptionKeyValue&quot;: { # Encryption Key value. # Value is a Encryption Key.
515+
&quot;kmsKeyName&quot;: &quot;A String&quot;, # 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.
516+
&quot;type&quot;: &quot;A String&quot;, # Type.
517+
},
518+
&quot;intValue&quot;: &quot;A String&quot;, # Value is an integer
519+
&quot;key&quot;: &quot;A String&quot;, # Key of the config variable.
520+
&quot;secretValue&quot;: { # Secret provides a reference to entries in Secret Manager. # Value is a secret.
521+
&quot;secretVersion&quot;: &quot;A String&quot;, # The resource name of the secret version in the format, format as: `projects/*/secrets/*/versions/*`.
522+
},
523+
&quot;stringValue&quot;: &quot;A String&quot;, # Value is a string.
524+
},
525+
],
526+
&quot;createTime&quot;: &quot;A String&quot;, # Output only. Timestamp when the webhook was created.
527+
&quot;id&quot;: &quot;A String&quot;, # Output only. ID to uniquely identify webhook.
528+
&quot;name&quot;: &quot;A String&quot;, # Output only. Name of the Webhook
529+
&quot;nextRefreshTime&quot;: &quot;A String&quot;, # Output only. Next webhook refresh time. Will be null if refresh is not supported.
530+
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. Timestamp when the webhook was last updated.
531+
},
532+
],
533+
},
508534
},
509535
&quot;host&quot;: &quot;A String&quot;, # Output only. The name of the Hostname of the Service Directory service with TLS.
510536
&quot;imageLocation&quot;: &quot;A String&quot;, # Output only. GCR location where the runtime image is stored. formatted like: gcr.io/{bucketName}/{imageName}
@@ -1007,6 +1033,32 @@ <h3>Method Details</h3>
10071033
&quot;nextRefreshTime&quot;: &quot;A String&quot;, # Output only. Next webhook refresh time. Will be null if refresh is not supported.
10081034
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. Timestamp when the webhook was last updated.
10091035
},
1036+
&quot;webhookSubscriptions&quot;: { # WebhookSubscriptions has details of webhook subscriptions. # Output only. Webhook subscriptions.
1037+
&quot;webhookData&quot;: [ # Output only. Webhook data.
1038+
{ # WebhookData has details of webhook configuration.
1039+
&quot;additionalVariables&quot;: [ # Output only. Additional webhook related field values.
1040+
{ # ConfigVariable represents a configuration variable present in a Connection. or AuthConfig.
1041+
&quot;boolValue&quot;: True or False, # Value is a bool.
1042+
&quot;encryptionKeyValue&quot;: { # Encryption Key value. # Value is a Encryption Key.
1043+
&quot;kmsKeyName&quot;: &quot;A String&quot;, # 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.
1044+
&quot;type&quot;: &quot;A String&quot;, # Type.
1045+
},
1046+
&quot;intValue&quot;: &quot;A String&quot;, # Value is an integer
1047+
&quot;key&quot;: &quot;A String&quot;, # Key of the config variable.
1048+
&quot;secretValue&quot;: { # Secret provides a reference to entries in Secret Manager. # Value is a secret.
1049+
&quot;secretVersion&quot;: &quot;A String&quot;, # The resource name of the secret version in the format, format as: `projects/*/secrets/*/versions/*`.
1050+
},
1051+
&quot;stringValue&quot;: &quot;A String&quot;, # Value is a string.
1052+
},
1053+
],
1054+
&quot;createTime&quot;: &quot;A String&quot;, # Output only. Timestamp when the webhook was created.
1055+
&quot;id&quot;: &quot;A String&quot;, # Output only. ID to uniquely identify webhook.
1056+
&quot;name&quot;: &quot;A String&quot;, # Output only. Name of the Webhook
1057+
&quot;nextRefreshTime&quot;: &quot;A String&quot;, # Output only. Next webhook refresh time. Will be null if refresh is not supported.
1058+
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. Timestamp when the webhook was last updated.
1059+
},
1060+
],
1061+
},
10101062
},
10111063
&quot;host&quot;: &quot;A String&quot;, # Output only. The name of the Hostname of the Service Directory service with TLS.
10121064
&quot;imageLocation&quot;: &quot;A String&quot;, # Output only. GCR location where the runtime image is stored. formatted like: gcr.io/{bucketName}/{imageName}
@@ -1528,6 +1580,32 @@ <h3>Method Details</h3>
15281580
&quot;nextRefreshTime&quot;: &quot;A String&quot;, # Output only. Next webhook refresh time. Will be null if refresh is not supported.
15291581
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. Timestamp when the webhook was last updated.
15301582
},
1583+
&quot;webhookSubscriptions&quot;: { # WebhookSubscriptions has details of webhook subscriptions. # Output only. Webhook subscriptions.
1584+
&quot;webhookData&quot;: [ # Output only. Webhook data.
1585+
{ # WebhookData has details of webhook configuration.
1586+
&quot;additionalVariables&quot;: [ # Output only. Additional webhook related field values.
1587+
{ # ConfigVariable represents a configuration variable present in a Connection. or AuthConfig.
1588+
&quot;boolValue&quot;: True or False, # Value is a bool.
1589+
&quot;encryptionKeyValue&quot;: { # Encryption Key value. # Value is a Encryption Key.
1590+
&quot;kmsKeyName&quot;: &quot;A String&quot;, # 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.
1591+
&quot;type&quot;: &quot;A String&quot;, # Type.
1592+
},
1593+
&quot;intValue&quot;: &quot;A String&quot;, # Value is an integer
1594+
&quot;key&quot;: &quot;A String&quot;, # Key of the config variable.
1595+
&quot;secretValue&quot;: { # Secret provides a reference to entries in Secret Manager. # Value is a secret.
1596+
&quot;secretVersion&quot;: &quot;A String&quot;, # The resource name of the secret version in the format, format as: `projects/*/secrets/*/versions/*`.
1597+
},
1598+
&quot;stringValue&quot;: &quot;A String&quot;, # Value is a string.
1599+
},
1600+
],
1601+
&quot;createTime&quot;: &quot;A String&quot;, # Output only. Timestamp when the webhook was created.
1602+
&quot;id&quot;: &quot;A String&quot;, # Output only. ID to uniquely identify webhook.
1603+
&quot;name&quot;: &quot;A String&quot;, # Output only. Name of the Webhook
1604+
&quot;nextRefreshTime&quot;: &quot;A String&quot;, # Output only. Next webhook refresh time. Will be null if refresh is not supported.
1605+
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. Timestamp when the webhook was last updated.
1606+
},
1607+
],
1608+
},
15311609
},
15321610
&quot;host&quot;: &quot;A String&quot;, # Output only. The name of the Hostname of the Service Directory service with TLS.
15331611
&quot;imageLocation&quot;: &quot;A String&quot;, # Output only. GCR location where the runtime image is stored. formatted like: gcr.io/{bucketName}/{imageName}
@@ -2003,6 +2081,32 @@ <h3>Method Details</h3>
20032081
&quot;nextRefreshTime&quot;: &quot;A String&quot;, # Output only. Next webhook refresh time. Will be null if refresh is not supported.
20042082
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. Timestamp when the webhook was last updated.
20052083
},
2084+
&quot;webhookSubscriptions&quot;: { # WebhookSubscriptions has details of webhook subscriptions. # Output only. Webhook subscriptions.
2085+
&quot;webhookData&quot;: [ # Output only. Webhook data.
2086+
{ # WebhookData has details of webhook configuration.
2087+
&quot;additionalVariables&quot;: [ # Output only. Additional webhook related field values.
2088+
{ # ConfigVariable represents a configuration variable present in a Connection. or AuthConfig.
2089+
&quot;boolValue&quot;: True or False, # Value is a bool.
2090+
&quot;encryptionKeyValue&quot;: { # Encryption Key value. # Value is a Encryption Key.
2091+
&quot;kmsKeyName&quot;: &quot;A String&quot;, # 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.
2092+
&quot;type&quot;: &quot;A String&quot;, # Type.
2093+
},
2094+
&quot;intValue&quot;: &quot;A String&quot;, # Value is an integer
2095+
&quot;key&quot;: &quot;A String&quot;, # Key of the config variable.
2096+
&quot;secretValue&quot;: { # Secret provides a reference to entries in Secret Manager. # Value is a secret.
2097+
&quot;secretVersion&quot;: &quot;A String&quot;, # The resource name of the secret version in the format, format as: `projects/*/secrets/*/versions/*`.
2098+
},
2099+
&quot;stringValue&quot;: &quot;A String&quot;, # Value is a string.
2100+
},
2101+
],
2102+
&quot;createTime&quot;: &quot;A String&quot;, # Output only. Timestamp when the webhook was created.
2103+
&quot;id&quot;: &quot;A String&quot;, # Output only. ID to uniquely identify webhook.
2104+
&quot;name&quot;: &quot;A String&quot;, # Output only. Name of the Webhook
2105+
&quot;nextRefreshTime&quot;: &quot;A String&quot;, # Output only. Next webhook refresh time. Will be null if refresh is not supported.
2106+
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. Timestamp when the webhook was last updated.
2107+
},
2108+
],
2109+
},
20062110
},
20072111
&quot;host&quot;: &quot;A String&quot;, # Output only. The name of the Hostname of the Service Directory service with TLS.
20082112
&quot;imageLocation&quot;: &quot;A String&quot;, # Output only. GCR location where the runtime image is stored. formatted like: gcr.io/{bucketName}/{imageName}
@@ -2613,6 +2717,32 @@ <h3>Method Details</h3>
26132717
&quot;nextRefreshTime&quot;: &quot;A String&quot;, # Output only. Next webhook refresh time. Will be null if refresh is not supported.
26142718
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. Timestamp when the webhook was last updated.
26152719
},
2720+
&quot;webhookSubscriptions&quot;: { # WebhookSubscriptions has details of webhook subscriptions. # Output only. Webhook subscriptions.
2721+
&quot;webhookData&quot;: [ # Output only. Webhook data.
2722+
{ # WebhookData has details of webhook configuration.
2723+
&quot;additionalVariables&quot;: [ # Output only. Additional webhook related field values.
2724+
{ # ConfigVariable represents a configuration variable present in a Connection. or AuthConfig.
2725+
&quot;boolValue&quot;: True or False, # Value is a bool.
2726+
&quot;encryptionKeyValue&quot;: { # Encryption Key value. # Value is a Encryption Key.
2727+
&quot;kmsKeyName&quot;: &quot;A String&quot;, # 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.
2728+
&quot;type&quot;: &quot;A String&quot;, # Type.
2729+
},
2730+
&quot;intValue&quot;: &quot;A String&quot;, # Value is an integer
2731+
&quot;key&quot;: &quot;A String&quot;, # Key of the config variable.
2732+
&quot;secretValue&quot;: { # Secret provides a reference to entries in Secret Manager. # Value is a secret.
2733+
&quot;secretVersion&quot;: &quot;A String&quot;, # The resource name of the secret version in the format, format as: `projects/*/secrets/*/versions/*`.
2734+
},
2735+
&quot;stringValue&quot;: &quot;A String&quot;, # Value is a string.
2736+
},
2737+
],
2738+
&quot;createTime&quot;: &quot;A String&quot;, # Output only. Timestamp when the webhook was created.
2739+
&quot;id&quot;: &quot;A String&quot;, # Output only. ID to uniquely identify webhook.
2740+
&quot;name&quot;: &quot;A String&quot;, # Output only. Name of the Webhook
2741+
&quot;nextRefreshTime&quot;: &quot;A String&quot;, # Output only. Next webhook refresh time. Will be null if refresh is not supported.
2742+
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. Timestamp when the webhook was last updated.
2743+
},
2744+
],
2745+
},
26162746
},
26172747
&quot;host&quot;: &quot;A String&quot;, # Output only. The name of the Hostname of the Service Directory service with TLS.
26182748
&quot;imageLocation&quot;: &quot;A String&quot;, # Output only. GCR location where the runtime image is stored. formatted like: gcr.io/{bucketName}/{imageName}

0 commit comments

Comments
 (0)