File tree 4 files changed +18
-15
lines changed
packages/google-cloud-securitycenter
v1beta1/doc/google/iam/v1 4 files changed +18
-15
lines changed Original file line number Diff line number Diff line change
1
+ import * as Long from "long";
1
2
import * as $protobuf from "protobufjs";
2
3
/** Namespace google. */
3
4
export namespace google {
Original file line number Diff line number Diff line change 82
82
*
83
83
* Operations affecting conditional bindings must specify version 3. This can
84
84
* be either setting a conditional policy, modifying a conditional binding,
85
- * or removing a conditional binding from the stored conditional policy.
85
+ * or removing a binding (conditional or unconditional) from the stored
86
+ * conditional policy.
86
87
* Operations on non-conditional policies may specify any valid value or
87
88
* leave the field unset.
88
89
*
89
- * If no etag is provided in the call to `setIamPolicy`, any version
90
- * compliance checks on the incoming and/or stored policy is skipped.
90
+ * If no etag is provided in the call to `setIamPolicy`, version compliance
91
+ * checks against the stored policy is skipped.
91
92
*
92
93
* @property {Object[] } bindings
93
94
* Associates a list of `members` to a `role`. Optionally may specify a
107
108
*
108
109
* If no `etag` is provided in the call to `setIamPolicy`, then the existing
109
110
* policy is overwritten. Due to blind-set semantics of an etag-less policy,
110
- * 'setIamPolicy' will not fail even if either of incoming or stored policy
111
- * does not meet the version requirements .
111
+ * 'setIamPolicy' will not fail even if the incoming policy version does not
112
+ * meet the requirements for modifying the stored policy .
112
113
*
113
114
* @typedef Policy
114
115
* @memberof google.iam.v1
Original file line number Diff line number Diff line change 82
82
*
83
83
* Operations affecting conditional bindings must specify version 3. This can
84
84
* be either setting a conditional policy, modifying a conditional binding,
85
- * or removing a conditional binding from the stored conditional policy.
85
+ * or removing a binding (conditional or unconditional) from the stored
86
+ * conditional policy.
86
87
* Operations on non-conditional policies may specify any valid value or
87
88
* leave the field unset.
88
89
*
89
- * If no etag is provided in the call to `setIamPolicy`, any version
90
- * compliance checks on the incoming and/or stored policy is skipped.
90
+ * If no etag is provided in the call to `setIamPolicy`, version compliance
91
+ * checks against the stored policy is skipped.
91
92
*
92
93
* @property {Object[] } bindings
93
94
* Associates a list of `members` to a `role`. Optionally may specify a
107
108
*
108
109
* If no `etag` is provided in the call to `setIamPolicy`, then the existing
109
110
* policy is overwritten. Due to blind-set semantics of an etag-less policy,
110
- * 'setIamPolicy' will not fail even if either of incoming or stored policy
111
- * does not meet the version requirements .
111
+ * 'setIamPolicy' will not fail even if the incoming policy version does not
112
+ * meet the requirements for modifying the stored policy .
112
113
*
113
114
* @typedef Policy
114
115
* @memberof google.iam.v1
Original file line number Diff line number Diff line change 1
1
{
2
- "updateTime": "2019-11-01T19:19:57.284036Z ",
2
+ "updateTime": "2019-11-12T12:24:06.540194Z ",
3
3
"sources": [
4
4
{
5
5
"generator": {
6
6
"name": "artman",
7
- "version": "0.41.0 ",
8
- "dockerImage": "googleapis/artman@sha256:75b38a3b073a7b243545f2332463096624c802bb1e56b8cb6f22ba1ecd325fa9 "
7
+ "version": "0.41.1 ",
8
+ "dockerImage": "googleapis/artman@sha256:545c758c76c3f779037aa259023ec3d1ef2d57d2c8cd00a222cb187d63ceac5e "
9
9
}
10
10
},
11
11
{
12
12
"git": {
13
13
"name": "googleapis",
14
14
"remote": "https://github.com/googleapis/googleapis.git",
15
- "sha": "bba93d7148ff203d400a4929cd0fbc7dafd8dae2 ",
16
- "internalRef": "277920288 "
15
+ "sha": "f69562be0608904932bdcfbc5ad8b9a22d9dceb8 ",
16
+ "internalRef": "279774957 "
17
17
}
18
18
},
19
19
{
You can’t perform that action at this time.
0 commit comments