Skip to content

Commit 8ad7ab1

Browse files
authoredNov 7, 2020
fix: do not modify options object, use defaultScopes (#819)
* fix: do not modify options object, use defaultScopes Regenerated the library using gapic-generator-typescript v1.2.1. * fix(deps): require google-gax ^2.9.2 * fix: generated pack test
1 parent 49102b4 commit 8ad7ab1

13 files changed

+5826
-5579
lines changed
 

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"dot-prop": "^6.0.0",
5656
"escape-string-regexp": "^4.0.0",
5757
"extend": "^3.0.2",
58-
"google-gax": "^2.6.1",
58+
"google-gax": "^2.9.2",
5959
"is": "^3.0.1",
6060
"is-utf8": "^0.2.1",
6161
"lodash.snakecase": "^4.1.1",

‎protos/google/bigtable/admin/v2/bigtable_instance_admin.proto

+6-5
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2019 Google LLC.
1+
// Copyright 2020 Google LLC
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.
@@ -11,7 +11,6 @@
1111
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
14-
//
1514

1615
syntax = "proto3";
1716

@@ -565,9 +564,11 @@ message DeleteAppProfileRequest {
565564
}
566565
];
567566

568-
// If true, ignore safety checks when deleting the app profile.
569-
bool ignore_warnings = 2;
567+
// Required. If true, ignore safety checks when deleting the app profile.
568+
bool ignore_warnings = 2 [(google.api.field_behavior) = REQUIRED];
570569
}
571570

572571
// The metadata for the Operation returned by UpdateAppProfile.
573-
message UpdateAppProfileMetadata {}
572+
message UpdateAppProfileMetadata {
573+
574+
}

‎protos/google/bigtable/admin/v2/bigtable_table_admin.proto

+168-159
Large diffs are not rendered by default.

‎protos/protos.d.ts

+1,401-1,401
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎protos/protos.js

+3,510-3,510
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎protos/protos.json

+96-81
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)