ConnectorConfig interface
Stay organized with collections
Save and categorize content based on your preferences.
Interface representing a Data Connect connector configuration.
Signature:
export interface ConnectorConfig
Properties
Property |
Type |
Description |
location |
string |
Location ID of the Data Connect service. |
serviceId |
string |
Service ID of the Data Connect service. |
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 the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-09-30 UTC.
[null,null,["Last updated 2024-09-30 UTC."],[],[],null,["Interface representing a Data Connect connector configuration.\n\n**Signature:** \n\n export interface ConnectorConfig \n\nProperties\n\nConnectorConfig.location\n\nLocation ID of the Data Connect service.\n\n**Signature:** \n\n location: string;\n\nConnectorConfig.serviceId\n\nService ID of the Data Connect service.\n\n**Signature:** \n\n serviceId: string;"]]