Skip to content

Commit 061a28b

Browse files
yoshi-automationjkwlui
authored andcommitted
[CHANGE ME] Re-generated to pick up changes in the API or client library generator. (#505)
1 parent f58dbf7 commit 061a28b

File tree

4 files changed

+49
-5
lines changed

4 files changed

+49
-5
lines changed

src/v2/bigtable_instance_admin_client.js

+5
Original file line numberDiff line numberDiff line change
@@ -1722,6 +1722,11 @@ class BigtableInstanceAdminClient {
17221722
* @param {string} request.resource
17231723
* REQUIRED: The resource for which the policy is being requested.
17241724
* See the operation documentation for the appropriate value for this field.
1725+
* @param {Object} [request.options]
1726+
* OPTIONAL: A `GetPolicyOptions` object for specifying options to
1727+
* `GetIamPolicy`. This field is only used by Cloud IAM.
1728+
*
1729+
* This object should have the same structure as [GetPolicyOptions]{@link google.iam.v1.GetPolicyOptions}
17251730
* @param {Object} [options]
17261731
* Optional parameters. You can override the default settings for this call, e.g, timeout,
17271732
* retries, paginations, etc. See [gax.CallOptions]{@link https://googleapis.github.io/gax-nodejs/interfaces/CallOptions.html} for the details.

src/v2/doc/google/iam/v1/doc_iam_policy.js

+6
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,12 @@ const SetIamPolicyRequest = {
4545
* REQUIRED: The resource for which the policy is being requested.
4646
* See the operation documentation for the appropriate value for this field.
4747
*
48+
* @property {Object} options
49+
* OPTIONAL: A `GetPolicyOptions` object for specifying options to
50+
* `GetIamPolicy`. This field is only used by Cloud IAM.
51+
*
52+
* This object should have the same structure as [GetPolicyOptions]{@link google.iam.v1.GetPolicyOptions}
53+
*
4854
* @typedef GetIamPolicyRequest
4955
* @memberof google.iam.v1
5056
* @see [google.iam.v1.GetIamPolicyRequest definition in proto format]{@link https://github.com/googleapis/googleapis/blob/master/google/iam/v1/iam_policy.proto}
+33
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
// Copyright 2019 Google LLC
2+
//
3+
// Licensed under the Apache License, Version 2.0 (the "License");
4+
// you may not use this file except in compliance with the License.
5+
// You may obtain a copy of the License at
6+
//
7+
// https://www.apache.org/licenses/LICENSE-2.0
8+
//
9+
// Unless required by applicable law or agreed to in writing, software
10+
// distributed under the License is distributed on an "AS IS" BASIS,
11+
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+
// See the License for the specific language governing permissions and
13+
// limitations under the License.
14+
15+
// Note: this file is purely for documentation. Any contents are not expected
16+
// to be loaded as the JS file.
17+
18+
/**
19+
* Encapsulates settings provided to GetIamPolicy.
20+
*
21+
* @property {number} requestedPolicyVersion
22+
* Optional. The policy format version to be returned.
23+
* Acceptable values are 0 and 1.
24+
* If the value is 0, or the field is omitted, policy format version 1 will be
25+
* returned.
26+
*
27+
* @typedef GetPolicyOptions
28+
* @memberof google.iam.v1
29+
* @see [google.iam.v1.GetPolicyOptions definition in proto format]{@link https://github.com/googleapis/googleapis/blob/master/google/iam/v1/options.proto}
30+
*/
31+
const GetPolicyOptions = {
32+
// This is for documentation. Actual contents will be loaded by gRPC.
33+
};

synth.metadata

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
{
2-
"updateTime": "2019-06-21T22:02:08.661827Z",
2+
"updateTime": "2019-07-02T11:34:58.420382Z",
33
"sources": [
44
{
55
"generator": {
66
"name": "artman",
7-
"version": "0.29.0",
8-
"dockerImage": "googleapis/artman@sha256:b79c8c20ee51e5302686c9d1294672d59290df1489be93749ef17d0172cc508d"
7+
"version": "0.29.3",
8+
"dockerImage": "googleapis/artman@sha256:8900f94a81adaab0238965aa8a7b3648791f4f3a95ee65adc6a56cfcc3753101"
99
}
1010
},
1111
{
1212
"git": {
1313
"name": "googleapis",
1414
"remote": "https://github.com/googleapis/googleapis.git",
15-
"sha": "de1150ccad2a3daa4e265a0948bec54fdf9c8b54",
16-
"internalRef": "254446031"
15+
"sha": "5322233f8cbec4d3f8c17feca2507ef27d4a07c9",
16+
"internalRef": "256042411"
1717
}
1818
},
1919
{

0 commit comments

Comments
 (0)