We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db658a1 commit 71d04acCopy full SHA for 71d04ac
1 file changed
google/cloud/modelarmor/v1/service.proto
@@ -334,7 +334,18 @@ message FloorSetting {
334
};
335
336
// message describing FloorSetting Metadata
337
- message FloorSettingMetadata {}
+ message FloorSettingMetadata {
338
+ // Metadata to enable multi language detection via floor setting.
339
+ message MultiLanguageDetection {
340
+ // Required. If true, multi language detection will be enabled.
341
+ bool enable_multi_language_detection = 1
342
+ [(google.api.field_behavior) = REQUIRED];
343
+ }
344
+
345
+ // Optional. Metadata for multi language detection.
346
+ MultiLanguageDetection multi_language_detection = 1
347
+ [(google.api.field_behavior) = OPTIONAL];
348
349
350
// Integrated service for which the floor setting is applicable.
351
enum IntegratedService {
0 commit comments