File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
google/cloud/aiplatform/v1beta1 Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ package google.cloud.aiplatform.v1beta1;
1818
1919import "google/api/field_behavior.proto" ;
2020import "google/api/resource.proto" ;
21+ import "google/cloud/aiplatform/v1beta1/encryption_spec.proto" ;
2122import "google/cloud/aiplatform/v1beta1/env_var.proto" ;
2223import "google/protobuf/struct.proto" ;
2324import "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.
You can’t perform that action at this time.
0 commit comments