Skip to content

Commit

Permalink
feat(connectors): update the api
Browse files Browse the repository at this point in the history
#### connectors:v1

The following keys were deleted:
- resources.projects.resources.locations.resources.global.resources.customConnectors.resources.customConnectorVersions.methods.delete (Total Keys: 11)
- resources.projects.resources.locations.resources.global.resources.customConnectors.resources.customConnectorVersions.methods.patch (Total Keys: 15)
- schemas.EventingConfig.properties.triggerConfigVariables (Total Keys: 2)

The following keys were added:
- resources.projects.resources.locations.resources.customConnectors.methods.validateCustomConnectorSpec (Total Keys: 12)
- schemas.DestinationConfigTemplate.properties.autocompleteSuggestions (Total Keys: 2)
- schemas.EventSubscription.properties.triggerConfigVariables (Total Keys: 2)
- schemas.EventingRuntimeData.properties.webhookData (Total Keys: 2)
- schemas.ValidateCustomConnectorSpecRequest (Total Keys: 5)
- schemas.ValidateCustomConnectorSpecResponse (Total Keys: 3)
- schemas.WebhookData (Total Keys: 18)
  • Loading branch information
yoshi-automation committed Mar 12, 2024
1 parent 16ae716 commit db74343
Show file tree
Hide file tree
Showing 8 changed files with 472 additions and 351 deletions.
Expand Up @@ -140,6 +140,21 @@ <h3>Method Details</h3>
},
&quot;subscriber&quot;: &quot;A String&quot;, # Optional. name of the Subscriber for the current EventSubscription.
&quot;subscriberLink&quot;: &quot;A String&quot;, # Optional. Link for Subscriber of the current EventSubscription.
&quot;triggerConfigVariables&quot;: [ # Optional. Configuration for configuring the trigger
{ # ConfigVariable represents a configuration variable present in a Connection. or AuthConfig.
&quot;boolValue&quot;: True or False, # Value is a bool.
&quot;encryptionKeyValue&quot;: { # Encryption Key value. # Value is a Encryption Key.
&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.
&quot;type&quot;: &quot;A String&quot;, # Type.
},
&quot;intValue&quot;: &quot;A String&quot;, # Value is an integer
&quot;key&quot;: &quot;A String&quot;, # Key of the config variable.
&quot;secretValue&quot;: { # Secret provides a reference to entries in Secret Manager. # Value is a secret.
&quot;secretVersion&quot;: &quot;A String&quot;, # The resource name of the secret version in the format, format as: `projects/*/secrets/*/versions/*`.
},
&quot;stringValue&quot;: &quot;A String&quot;, # Value is a string.
},
],
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. Updated time.
}

Expand Down Expand Up @@ -249,6 +264,21 @@ <h3>Method Details</h3>
},
&quot;subscriber&quot;: &quot;A String&quot;, # Optional. name of the Subscriber for the current EventSubscription.
&quot;subscriberLink&quot;: &quot;A String&quot;, # Optional. Link for Subscriber of the current EventSubscription.
&quot;triggerConfigVariables&quot;: [ # Optional. Configuration for configuring the trigger
{ # ConfigVariable represents a configuration variable present in a Connection. or AuthConfig.
&quot;boolValue&quot;: True or False, # Value is a bool.
&quot;encryptionKeyValue&quot;: { # Encryption Key value. # Value is a Encryption Key.
&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.
&quot;type&quot;: &quot;A String&quot;, # Type.
},
&quot;intValue&quot;: &quot;A String&quot;, # Value is an integer
&quot;key&quot;: &quot;A String&quot;, # Key of the config variable.
&quot;secretValue&quot;: { # Secret provides a reference to entries in Secret Manager. # Value is a secret.
&quot;secretVersion&quot;: &quot;A String&quot;, # The resource name of the secret version in the format, format as: `projects/*/secrets/*/versions/*`.
},
&quot;stringValue&quot;: &quot;A String&quot;, # Value is a string.
},
],
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. Updated time.
}</pre>
</div>
Expand Down Expand Up @@ -300,6 +330,21 @@ <h3>Method Details</h3>
},
&quot;subscriber&quot;: &quot;A String&quot;, # Optional. name of the Subscriber for the current EventSubscription.
&quot;subscriberLink&quot;: &quot;A String&quot;, # Optional. Link for Subscriber of the current EventSubscription.
&quot;triggerConfigVariables&quot;: [ # Optional. Configuration for configuring the trigger
{ # ConfigVariable represents a configuration variable present in a Connection. or AuthConfig.
&quot;boolValue&quot;: True or False, # Value is a bool.
&quot;encryptionKeyValue&quot;: { # Encryption Key value. # Value is a Encryption Key.
&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.
&quot;type&quot;: &quot;A String&quot;, # Type.
},
&quot;intValue&quot;: &quot;A String&quot;, # Value is an integer
&quot;key&quot;: &quot;A String&quot;, # Key of the config variable.
&quot;secretValue&quot;: { # Secret provides a reference to entries in Secret Manager. # Value is a secret.
&quot;secretVersion&quot;: &quot;A String&quot;, # The resource name of the secret version in the format, format as: `projects/*/secrets/*/versions/*`.
},
&quot;stringValue&quot;: &quot;A String&quot;, # Value is a string.
},
],
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. Updated time.
},
],
Expand Down Expand Up @@ -360,6 +405,21 @@ <h3>Method Details</h3>
},
&quot;subscriber&quot;: &quot;A String&quot;, # Optional. name of the Subscriber for the current EventSubscription.
&quot;subscriberLink&quot;: &quot;A String&quot;, # Optional. Link for Subscriber of the current EventSubscription.
&quot;triggerConfigVariables&quot;: [ # Optional. Configuration for configuring the trigger
{ # ConfigVariable represents a configuration variable present in a Connection. or AuthConfig.
&quot;boolValue&quot;: True or False, # Value is a bool.
&quot;encryptionKeyValue&quot;: { # Encryption Key value. # Value is a Encryption Key.
&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.
&quot;type&quot;: &quot;A String&quot;, # Type.
},
&quot;intValue&quot;: &quot;A String&quot;, # Value is an integer
&quot;key&quot;: &quot;A String&quot;, # Key of the config variable.
&quot;secretValue&quot;: { # Secret provides a reference to entries in Secret Manager. # Value is a secret.
&quot;secretVersion&quot;: &quot;A String&quot;, # The resource name of the secret version in the format, format as: `projects/*/secrets/*/versions/*`.
},
&quot;stringValue&quot;: &quot;A String&quot;, # Value is a string.
},
],
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. Updated time.
}

Expand Down

0 comments on commit db74343

Please sign in to comment.