Skip to content

Commit 1377e4b

Browse files
yoshi-automationJustinBeckwith
authored andcommitted
docs: update return type in jsdoc for Buffers (#159)
1 parent 4fd52d6 commit 1377e4b

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
*
7272
* This object should have the same structure as [Binding]{@link google.iam.v1.Binding}
7373
*
74-
* @property {string} etag
74+
* @property {Buffer} etag
7575
* `etag` is used for optimistic concurrency control as a way to help
7676
* prevent simultaneous updates of a policy from overwriting each other.
7777
* It is strongly suggested that systems make use of the `etag` in the

packages/google-cloud-asset/src/v1/doc/google/protobuf/doc_any.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@
125125
* Schemes other than `http`, `https` (or the empty scheme) might be
126126
* used with implementation specific semantics.
127127
*
128-
* @property {string} value
128+
* @property {Buffer} value
129129
* Must be a valid serialized protocol buffer of the above specified type.
130130
*
131131
* @typedef Any

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
*
7272
* This object should have the same structure as [Binding]{@link google.iam.v1.Binding}
7373
*
74-
* @property {string} etag
74+
* @property {Buffer} etag
7575
* `etag` is used for optimistic concurrency control as a way to help
7676
* prevent simultaneous updates of a policy from overwriting each other.
7777
* It is strongly suggested that systems make use of the `etag` in the

packages/google-cloud-asset/src/v1beta1/doc/google/protobuf/doc_any.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@
125125
* Schemes other than `http`, `https` (or the empty scheme) might be
126126
* used with implementation specific semantics.
127127
*
128-
* @property {string} value
128+
* @property {Buffer} value
129129
* Must be a valid serialized protocol buffer of the above specified type.
130130
*
131131
* @typedef Any

packages/google-cloud-asset/synth.metadata

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
{
2-
"updateTime": "2019-06-05T14:12:31.290419Z",
2+
"updateTime": "2019-06-12T11:09:03.735749Z",
33
"sources": [
44
{
55
"generator": {
66
"name": "artman",
7-
"version": "0.23.1",
8-
"dockerImage": "googleapis/artman@sha256:9d5cae1454da64ac3a87028f8ef486b04889e351c83bb95e83b8fab3959faed0"
7+
"version": "0.24.1",
8+
"dockerImage": "googleapis/artman@sha256:6018498e15310260dc9b03c9d576608908ed9fbabe42e1494ff3d827fea27b19"
99
}
1010
},
1111
{
1212
"git": {
1313
"name": "googleapis",
1414
"remote": "https://github.com/googleapis/googleapis.git",
15-
"sha": "47c142a7cecc6efc9f6f8af804b8be55392b795b",
16-
"internalRef": "251635729"
15+
"sha": "f117dac435e96ebe58d85280a3faf2350c4d4219",
16+
"internalRef": "252714985"
1717
}
1818
},
1919
{

0 commit comments

Comments
 (0)