@@ -20,7 +20,7 @@ import "google/type/expr.proto";
2020
2121option cc_enable_arenas = true ;
2222option csharp_namespace = "Google.Cloud.Iam.V1" ;
23- option go_package = "google.golang.org/genproto/googleapis/ iam/v1;iam " ;
23+ option go_package = "cloud. google.com/go/ iam/apiv1/iampb;iampb " ;
2424option java_multiple_files = true ;
2525option java_outer_classname = "PolicyProto" ;
2626option java_package = "com.google.iam.v1" ;
@@ -41,7 +41,8 @@ option php_namespace = "Google\\Cloud\\Iam\\V1";
4141// only if the expression evaluates to `true`. A condition can add constraints
4242// based on attributes of the request, the resource, or both. To learn which
4343// resources support conditions in their IAM policies, see the
44- // [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies).
44+ // [IAM
45+ // documentation](https://cloud.google.com/iam/help/conditions/resource-policies).
4546//
4647// **JSON example:**
4748//
@@ -64,7 +65,8 @@ option php_namespace = "Google\\Cloud\\Iam\\V1";
6465// "condition": {
6566// "title": "expirable access",
6667// "description": "Does not grant access after Sep 2020",
67- // "expression": "request.time < timestamp('2020-10-01T00:00:00.000Z')",
68+ // "expression": "request.time <
69+ // timestamp('2020-10-01T00:00:00.000Z')",
6870// }
6971// }
7072// ],
@@ -117,7 +119,8 @@ message Policy {
117119 // specify any valid version or leave the field unset.
118120 //
119121 // To learn which resources support conditions in their IAM policies, see the
120- // [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies).
122+ // [IAM
123+ // documentation](https://cloud.google.com/iam/help/conditions/resource-policies).
121124 int32 version = 1 ;
122125
123126 // Associates a list of `members`, or principals, with a `role`. Optionally,
@@ -319,7 +322,8 @@ message AuditLogConfig {
319322
320323 // Specifies the identities that do not cause logging for this type of
321324 // permission.
322- // Follows the same format of [Binding.members][google.iam.v1.Binding.members].
325+ // Follows the same format of
326+ // [Binding.members][google.iam.v1.Binding.members].
323327 repeated string exempted_members = 2 ;
324328}
325329
0 commit comments