customConnectorType property

String? customConnectorType
getter/setter pair

Type of the custom connector.

Required. Possible string values are:

  • "CUSTOM_CONNECTOR_TYPE_UNSPECIFIED" : Connector type is not specified.
  • "OPEN_API" : OpenAPI connector.
  • "PROTO" : Proto connector.

Implementation

core.String? customConnectorType;