Skip to content

Commit

Permalink
chore: auto-gen by protobufs
Browse files Browse the repository at this point in the history
triggered by commit: d5cda5c
  • Loading branch information
droplet-bot committed Feb 26, 2024
1 parent 6c5a610 commit 31dda72
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions openapiv2/vdp/service.swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4179,13 +4179,16 @@ definitions:
- COMPONENT_TYPE_CONNECTOR_DATA
- COMPONENT_TYPE_CONNECTOR_BLOCKCHAIN
- COMPONENT_TYPE_OPERATOR
- COMPONENT_TYPE_CONNECTOR_APPLICATION
description: |-
ComponentType defines the component type based on its task features.
- COMPONENT_TYPE_CONNECTOR_AI: Connect with an AI model.
- COMPONENT_TYPE_CONNECTOR_DATA: Connect with a remote data source.
- COMPONENT_TYPE_CONNECTOR_BLOCKCHAIN: Connect with a blockchain service.
- COMPONENT_TYPE_CONNECTOR_BLOCKCHAIN: Blockchain connector is deprecated by
COMPONENT_TYPE_CONNECTOR_APPLICATION.
- COMPONENT_TYPE_OPERATOR: Manipulate data.
- COMPONENT_TYPE_CONNECTOR_APPLICATION: Connect with an external application.
v1betaConnectOrganizationConnectorResponse:
type: object
properties:
Expand Down Expand Up @@ -4419,15 +4422,17 @@ definitions:
- CONNECTOR_TYPE_BLOCKCHAIN
- CONNECTOR_TYPE_DATA
- CONNECTOR_TYPE_OPERATOR
- CONNECTOR_TYPE_APPLICATION
description: |-
ConnectorType defines the connector type based on its task features.
- CONNECTOR_TYPE_SOURCE: Source connector.
- CONNECTOR_TYPE_DESTINATION: Destination connector.
- CONNECTOR_TYPE_AI: AI connector.
- CONNECTOR_TYPE_BLOCKCHAIN: Blockchain connector.
- CONNECTOR_TYPE_BLOCKCHAIN: Blockchain connector is deprecated by CONNECTOR_TYPE_APPLICATION.
- CONNECTOR_TYPE_DATA: Data connector.
- CONNECTOR_TYPE_OPERATOR: Operator connector.
- CONNECTOR_TYPE_APPLICATION: Application connector.
v1betaConnectorView:
type: string
enum:
Expand Down

0 comments on commit 31dda72

Please sign in to comment.