Skip to content

Commit

Permalink
fix: do not modify options object, use defaultScopes (#819)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
alexander-fenster committed Nov 7, 2020
1 parent 49102b4 commit 8ad7ab1
Show file tree
Hide file tree
Showing 13 changed files with 5,826 additions and 5,579 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -55,7 +55,7 @@
"dot-prop": "^6.0.0",
"escape-string-regexp": "^4.0.0",
"extend": "^3.0.2",
"google-gax": "^2.6.1",
"google-gax": "^2.9.2",
"is": "^3.0.1",
"is-utf8": "^0.2.1",
"lodash.snakecase": "^4.1.1",
Expand Down
11 changes: 6 additions & 5 deletions protos/google/bigtable/admin/v2/bigtable_instance_admin.proto
@@ -1,4 +1,4 @@
// Copyright 2019 Google LLC.
// Copyright 2020 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand All @@ -11,7 +11,6 @@
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
//

syntax = "proto3";

Expand Down Expand Up @@ -565,9 +564,11 @@ message DeleteAppProfileRequest {
}
];

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

// The metadata for the Operation returned by UpdateAppProfile.
message UpdateAppProfileMetadata {}
message UpdateAppProfileMetadata {

}
327 changes: 168 additions & 159 deletions protos/google/bigtable/admin/v2/bigtable_table_admin.proto

Large diffs are not rendered by default.

2,802 changes: 1,401 additions & 1,401 deletions protos/protos.d.ts

Large diffs are not rendered by default.

7,020 changes: 3,510 additions & 3,510 deletions protos/protos.js

Large diffs are not rendered by default.

177 changes: 96 additions & 81 deletions protos/protos.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8ad7ab1

Please sign in to comment.