ConnectorConfig interface Stay organized with collections Save and categorize content based on your preferences.
Interface representing a Data Connect connector configuration.
Signature:
exportinterfaceConnectorConfigProperties
| Property | Type | Description |
|---|---|---|
| connector | string | Name of the Data Connect connector. |
| location | string | Location ID of the Data Connect service. |
| serviceId | string | Service ID of the Data Connect service. |
ConnectorConfig.connector
Name of the Data Connect connector.
Signature:
connector?:string;ConnectorConfig.location
Location ID of the Data Connect service.
Signature:
location:string;ConnectorConfig.serviceId
Service ID of the Data Connect service.
Signature:
serviceId:string;Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-11-05 UTC.