ConnectorConfig interface

Interface representing a Data Connect connector configuration.

Signature:

exportinterfaceConnectorConfig

Properties

PropertyTypeDescription
connectorstringName of the Data Connect connector.
locationstringLocation ID of the Data Connect service.
serviceIdstringService 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.