File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed
google/cloud/modelarmor/v1 Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -334,7 +334,18 @@ message FloorSetting {
334334 };
335335
336336 // message describing FloorSetting Metadata
337- message FloorSettingMetadata {}
337+ 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+ }
338349
339350 // Integrated service for which the floor setting is applicable.
340351 enum IntegratedService {
You can’t perform that action at this time.
0 commit comments