Skip to content

Commit 212ec1d

Browse files
yoshi-automationcallmehiphop
authored andcommitted
fix: import long into proto ts declaration file (#167)
1 parent 166c19b commit 212ec1d

File tree

4 files changed

+18
-15
lines changed

4 files changed

+18
-15
lines changed

packages/google-cloud-securitycenter/protos/protos.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
import * as Long from "long";
12
import * as $protobuf from "protobufjs";
23
/** Namespace google. */
34
export namespace google {

packages/google-cloud-securitycenter/src/v1/doc/google/iam/v1/doc_policy.js

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -82,12 +82,13 @@
8282
*
8383
* Operations affecting conditional bindings must specify version 3. This can
8484
* 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.
8687
* Operations on non-conditional policies may specify any valid value or
8788
* leave the field unset.
8889
*
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.
9192
*
9293
* @property {Object[]} bindings
9394
* Associates a list of `members` to a `role`. Optionally may specify a
@@ -107,8 +108,8 @@
107108
*
108109
* If no `etag` is provided in the call to `setIamPolicy`, then the existing
109110
* 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.
112113
*
113114
* @typedef Policy
114115
* @memberof google.iam.v1

packages/google-cloud-securitycenter/src/v1beta1/doc/google/iam/v1/doc_policy.js

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -82,12 +82,13 @@
8282
*
8383
* Operations affecting conditional bindings must specify version 3. This can
8484
* 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.
8687
* Operations on non-conditional policies may specify any valid value or
8788
* leave the field unset.
8889
*
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.
9192
*
9293
* @property {Object[]} bindings
9394
* Associates a list of `members` to a `role`. Optionally may specify a
@@ -107,8 +108,8 @@
107108
*
108109
* If no `etag` is provided in the call to `setIamPolicy`, then the existing
109110
* 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.
112113
*
113114
* @typedef Policy
114115
* @memberof google.iam.v1

packages/google-cloud-securitycenter/synth.metadata

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
{
2-
"updateTime": "2019-11-01T19:19:57.284036Z",
2+
"updateTime": "2019-11-12T12:24:06.540194Z",
33
"sources": [
44
{
55
"generator": {
66
"name": "artman",
7-
"version": "0.41.0",
8-
"dockerImage": "googleapis/artman@sha256:75b38a3b073a7b243545f2332463096624c802bb1e56b8cb6f22ba1ecd325fa9"
7+
"version": "0.41.1",
8+
"dockerImage": "googleapis/artman@sha256:545c758c76c3f779037aa259023ec3d1ef2d57d2c8cd00a222cb187d63ceac5e"
99
}
1010
},
1111
{
1212
"git": {
1313
"name": "googleapis",
1414
"remote": "https://github.com/googleapis/googleapis.git",
15-
"sha": "bba93d7148ff203d400a4929cd0fbc7dafd8dae2",
16-
"internalRef": "277920288"
15+
"sha": "f69562be0608904932bdcfbc5ad8b9a22d9dceb8",
16+
"internalRef": "279774957"
1717
}
1818
},
1919
{

0 commit comments

Comments
 (0)