We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 637e2a0 commit 16a1580Copy full SHA for 16a1580
1 file changed
google/cloud/aiplatform/v1beta1/service_networking.proto
@@ -56,6 +56,13 @@ message PrivateServiceConnectConfig {
56
// attachment.
57
repeated string project_allowlist = 2;
58
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
+
66
// Output only. The name of the generated service attachment resource.
67
// This is only populated if the endpoint is deployed with
68
// PrivateServiceConnect.
0 commit comments