PrivateServiceConnectConfig

Represents configuration for private service connect.

Fields
enablePrivateServiceConnectboolean

Required. If true, expose the IndexEndpoint via private service connect.

projectAllowlist[]string

A list of Projects from which the forwarding rule will target the service attachment.

pscAutomationConfigs[]object (PSCAutomationConfig)

Optional. List of projects and networks where the PSC endpoints will be created. This field is used by Online Inference(Prediction) only.

serviceAttachmentstring

Output only. The name of the generated service attachment resource. This is only populated if the endpoint is deployed with PrivateServiceConnect.

JSON representation
{"enablePrivateServiceConnect":boolean,"projectAllowlist":[string],"pscAutomationConfigs":[{object (PSCAutomationConfig)}],"serviceAttachment":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-07-31 UTC.