Vertex AI documentation is no longer being updated Vertex AI's services are now part of Gemini Enterprise Agent Platform. See the most up-to-date information in the Agent Platform documentation .
Send feedback
PrivateServiceConnectConfig
Stay organized with collections
Save and categorize content based on your preferences.
Represents configuration for private service connect.
Fields
enablePrivateServiceConnect
boolean
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.
Optional. List of projects and networks where the PSC endpoints will be created. This field is used by Online Inference(Prediction) only.
serviceAttachment
string
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
}
Send feedback
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 2025-07-31 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-31 UTC."],[],[]]