You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 16, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: proto-google-cloud-assured-workloads-v1beta1/src/main/java/com/google/cloud/assuredworkloads/v1beta1/AssuredworkloadsProto.java
+53-52Lines changed: 53 additions & 52 deletions
Original file line number
Diff line number
Diff line change
@@ -129,7 +129,7 @@ public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() {
Copy file name to clipboardExpand all lines: proto-google-cloud-assured-workloads-v1beta1/src/main/java/com/google/cloud/assuredworkloads/v1beta1/Workload.java
+44Lines changed: 44 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -410,6 +410,26 @@ public enum ComplianceRegime implements com.google.protobuf.ProtocolMessageEnum
410
410
* <code>US_REGIONAL_ACCESS = 5;</code>
411
411
*/
412
412
US_REGIONAL_ACCESS(5),
413
+
/**
414
+
*
415
+
*
416
+
* <pre>
417
+
* Health Insurance Portability and Accountability Act controls
418
+
* </pre>
419
+
*
420
+
* <code>HIPAA = 6;</code>
421
+
*/
422
+
HIPAA(6),
423
+
/**
424
+
*
425
+
*
426
+
* <pre>
427
+
* Health Information Trust Alliance controls
428
+
* </pre>
429
+
*
430
+
* <code>HITRUST = 7;</code>
431
+
*/
432
+
HITRUST(7),
413
433
UNRECOGNIZED(-1),
414
434
;
415
435
@@ -473,6 +493,26 @@ public enum ComplianceRegime implements com.google.protobuf.ProtocolMessageEnum
473
493
* <code>US_REGIONAL_ACCESS = 5;</code>
474
494
*/
475
495
publicstaticfinalintUS_REGIONAL_ACCESS_VALUE = 5;
496
+
/**
497
+
*
498
+
*
499
+
* <pre>
500
+
* Health Insurance Portability and Accountability Act controls
501
+
* </pre>
502
+
*
503
+
* <code>HIPAA = 6;</code>
504
+
*/
505
+
publicstaticfinalintHIPAA_VALUE = 6;
506
+
/**
507
+
*
508
+
*
509
+
* <pre>
510
+
* Health Information Trust Alliance controls
511
+
* </pre>
512
+
*
513
+
* <code>HITRUST = 7;</code>
514
+
*/
515
+
publicstaticfinalintHITRUST_VALUE = 7;
476
516
477
517
publicfinalintgetNumber() {
478
518
if (this == UNRECOGNIZED) {
@@ -510,6 +550,10 @@ public static ComplianceRegime forNumber(int value) {
Copy file name to clipboardExpand all lines: proto-google-cloud-assured-workloads-v1beta1/src/main/proto/google/cloud/assuredworkloads/v1beta1/assuredworkloads_v1beta1.proto
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -323,6 +323,12 @@ message Workload {
323
323
324
324
// Assured Workloads For US Regions data protection controls
325
325
US_REGIONAL_ACCESS=5;
326
+
327
+
// Health Insurance Portability and Accountability Act controls
0 commit comments