Skip to content

Commit

Permalink
Merge branch 'master' into regen_gocloud
Browse files Browse the repository at this point in the history
  • Loading branch information
codyoss authored Jan 19, 2021
2 parents 2801849 + 93d0ebc commit 3985266
Show file tree
Hide file tree
Showing 6 changed files with 1,125 additions and 0 deletions.
10 changes: 10 additions & 0 deletions bigtable/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changes

## [1.7.0](https://github.com/googleapis/google-cloud-go/compare/bigtable/v1.6.0...v1.7.0) (2021-01-19)


### Features

* **bigtable:** Add a DirectPath fallback integration test ([#3384](https://github.com/googleapis/google-cloud-go/issues/3384)) ([e6684c3](https://github.com/googleapis/google-cloud-go/commit/e6684c39599221e9a1e22a790305e42e8ce5d903))
* **bigtable:** attempt DirectPath by default ([#3558](https://github.com/googleapis/google-cloud-go/issues/3558)) ([330a3f4](https://github.com/googleapis/google-cloud-go/commit/330a3f489e3c534f647549be11f342997243ec3b))
* **bigtable:** Backup Level IAM ([#3222](https://github.com/googleapis/google-cloud-go/issues/3222)) ([c77c822](https://github.com/googleapis/google-cloud-go/commit/c77c822b5aadb0f5f3ae9381acafdee496047f8a))
* **bigtable:** run E2E test over DirectPath ([#3116](https://github.com/googleapis/google-cloud-go/issues/3116)) ([948452c](https://github.com/googleapis/google-cloud-go/commit/948452ce896d3f44c0e22cdaf69e122f26a3c912))

## v1.6.0
- Add support partial results in InstanceAdminClient.Instances. In the case of
partial availability, available instances will be returned along with an
Expand Down
8 changes: 8 additions & 0 deletions internal/.repo-metadata-full.json
Original file line number Diff line number Diff line change
Expand Up @@ -671,6 +671,14 @@
"docs_url": "https://pkg.go.dev/cloud.google.com/go/redis/apiv1beta1",
"release_level": "beta"
},
"cloud.google.com/go/resourcemanager/apiv2": {
"distribution_name": "cloud.google.com/go/resourcemanager/apiv2",
"description": "Cloud Resource Manager API",
"language": "Go",
"client_library_type": "generated",
"docs_url": "https://pkg.go.dev/cloud.google.com/go/resourcemanager/apiv2",
"release_level": "beta"
},
"cloud.google.com/go/retail/apiv2": {
"distribution_name": "cloud.google.com/go/retail/apiv2",
"description": "Retail API",
Expand Down
8 changes: 8 additions & 0 deletions internal/gapicgen/generator/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -899,6 +899,14 @@ var microgenGapicConfigs = []*microgenConfig{
// GA after 2021/02/08
releaseLevel: "beta",
},
{
inputDirectoryPath: "google/cloud/resourcemanager/v2",
pkg: "resourcemanager",
importPath: "cloud.google.com/go/resourcemanager/apiv2",
apiServiceConfigPath: "google/cloud/resourcemanager/v2/cloudresourcemanager_v2.yaml",
// GA after 2021/02/19
releaseLevel: "beta",
},

// Non-Cloud APIs
{
Expand Down
118 changes: 118 additions & 0 deletions resourcemanager/apiv2/doc.go

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

Loading

0 comments on commit 3985266

Please sign in to comment.