Skip to content

Commit bc9d698

Browse files
Google APIscopybara-github
authored andcommitted
feat: add field ReasoningEngineSpec.service_account
feat: add field ReasoningEngine.encryption_spec PiperOrigin-RevId: 789364610
1 parent 3958f43 commit bc9d698

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

google/cloud/aiplatform/v1beta1/reasoning_engine.proto

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ package google.cloud.aiplatform.v1beta1;
1818

1919
import "google/api/field_behavior.proto";
2020
import "google/api/resource.proto";
21+
import "google/cloud/aiplatform/v1beta1/encryption_spec.proto";
2122
import "google/cloud/aiplatform/v1beta1/env_var.proto";
2223
import "google/protobuf/struct.proto";
2324
import "google/protobuf/timestamp.proto";
@@ -132,6 +133,11 @@ message ReasoningEngine {
132133
// context.
133134
ReasoningEngineContextSpec context_spec = 9
134135
[(google.api.field_behavior) = OPTIONAL];
136+
137+
// Customer-managed encryption key spec for a ReasoningEngine. If set, this
138+
// ReasoningEngine and all sub-resources of this ReasoningEngine will be
139+
// secured by this key.
140+
EncryptionSpec encryption_spec = 11;
135141
}
136142

137143
// Configuration for how Agent Engine sub-resources should manage context.

0 commit comments

Comments
 (0)