Synchronize new proto/yaml changes.
PiperOrigin-RevId: 262167956
This commit is contained in:
parent
6d29882872
commit
3a1b46a666
|
|
@ -113,7 +113,7 @@ message GetIamPolicyRequest {
|
|||
|
||||
// OPTIONAL: A `GetPolicyOptions` object for specifying options to
|
||||
// `GetIamPolicy`. This field is only used by Cloud IAM.
|
||||
GetPolicyOptions options = 2;
|
||||
google.iam.v1.GetPolicyOptions options = 2;
|
||||
}
|
||||
|
||||
// Request message for `TestIamPermissions` method.
|
||||
|
|
|
|||
|
|
@ -90,7 +90,7 @@ message Policy {
|
|||
// ensure that their change will be applied to the same version of the policy.
|
||||
//
|
||||
// If no `etag` is provided in the call to `setIamPolicy`, then the existing
|
||||
// policy is overwritten blindly.
|
||||
// policy is overwritten.
|
||||
bytes etag = 3;
|
||||
}
|
||||
|
||||
|
|
@ -110,7 +110,7 @@ message Binding {
|
|||
// who is authenticated with a Google account or a service account.
|
||||
//
|
||||
// * `user:{emailid}`: An email address that represents a specific Google
|
||||
// account. For example, `alice@gmail.com` .
|
||||
// account. For example, `alice@example.com` .
|
||||
//
|
||||
//
|
||||
// * `serviceAccount:{emailid}`: An email address that represents a service
|
||||
|
|
@ -171,8 +171,8 @@ message BindingDelta {
|
|||
// Required
|
||||
string member = 3;
|
||||
|
||||
// Unimplemented. The condition that is associated with this binding.
|
||||
// This field is logged only for Cloud Audit Logging.
|
||||
// The condition that is associated with this binding. This field is logged
|
||||
// only for Cloud Audit Logging.
|
||||
google.type.Expr condition = 4;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue