Skip to content

Commit 16a1580

Browse files
Google APIscopybara-github
authored andcommitted
feat: add enable_secure_private_service_connect in service attachment
PiperOrigin-RevId: 681172589
1 parent 637e2a0 commit 16a1580

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

google/cloud/aiplatform/v1beta1/service_networking.proto

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,13 @@ message PrivateServiceConnectConfig {
5656
// attachment.
5757
repeated string project_allowlist = 2;
5858

59+
// Optional. If set to true, enable secure private service connect with IAM
60+
// authorization. Otherwise, private service connect will be done without
61+
// authorization. Note latency will be slightly increased if authorization is
62+
// enabled.
63+
bool enable_secure_private_service_connect = 4
64+
[(google.api.field_behavior) = OPTIONAL];
65+
5966
// Output only. The name of the generated service attachment resource.
6067
// This is only populated if the endpoint is deployed with
6168
// PrivateServiceConnect.

0 commit comments

Comments
 (0)