docs: Marking MODIFIED_CUSTOMER_INITIATED_ACCESS and MODIFIED_GOOGLE_… · googleapis/googleapis@f814267

@@ -1070,6 +1070,11 @@ enum AccessReason {

10701070

// No reason is expected for this key request.

10711071

REASON_NOT_EXPECTED = 7;

107210721073+

// Deprecated: This code is no longer generated by Google Cloud. The

1074+

// GOOGLE_RESPONSE_TO_PRODUCTION_ALERT justification codes available in both

1075+

// Key Access Justifications and Access Transparency logs provide

1076+

// customer-visible signals of emergency access in more precise contexts.

1077+

//

10731078

// Customer uses their account to perform any access to their own data which

10741079

// their IAM policy authorizes, and one of the following is true:

10751080

//

@@ -1078,8 +1083,13 @@ enum AccessReason {

10781083

// * A Google-initiated emergency access operation has interacted with a

10791084

// resource in the same project or folder as the currently accessed resource

10801085

// within the past 7 days.

1081-

MODIFIED_CUSTOMER_INITIATED_ACCESS = 8;

1086+

MODIFIED_CUSTOMER_INITIATED_ACCESS = 8 [deprecated = true];

108210871088+

// Deprecated: This code is no longer generated by Google Cloud. The

1089+

// GOOGLE_RESPONSE_TO_PRODUCTION_ALERT justification codes available in both

1090+

// Key Access Justifications and Access Transparency logs provide

1091+

// customer-visible signals of emergency access in more precise contexts.

1092+

//

10831093

// Google systems access customer data to help optimize the structure of the

10841094

// data or quality for future uses by the customer, and one of the following

10851095

// is true:

@@ -1089,7 +1099,7 @@ enum AccessReason {

10891099

// * A Google-initiated emergency access operation has interacted with a

10901100

// resource in the same project or folder as the currently accessed resource

10911101

// within the past 7 days.

1092-

MODIFIED_GOOGLE_INITIATED_SYSTEM_OPERATION = 9;

1102+

MODIFIED_GOOGLE_INITIATED_SYSTEM_OPERATION = 9 [deprecated = true];

1093110310941104

// Google-initiated access to maintain system reliability.

10951105

GOOGLE_RESPONSE_TO_PRODUCTION_ALERT = 10;