Proto commits in hashicorp/terraform-provider-google-beta

These 29 commits are when the Protocol Buffers files have changed:

Commit:ef14794
Author:The Magician
Committer:GitHub

Merge pull request #8785 from GoogleCloudPlatform/main_sync (#6169) Signed-off-by: Modular Magician <magic-modules@google.com>

The documentation is generated from this commit.

Commit:336976b
Author:The Magician
Committer:GitHub

Cleanup deprecated folders (#8720) (#6147) * Remove folder resources and data_sources * Remove utility files * Move more utility files * Fix tgc * Import provider package in tgc * Remove utils files Signed-off-by: Modular Magician <magic-modules@google.com>

The documentation is generated from this commit.

Commit:af87056
Author:The Magician
Committer:GitHub

Merge pull request #8747 from GoogleCloudPlatform/main_sync (#6144) Signed-off-by: Modular Magician <magic-modules@google.com>

Commit:28a5ecd
Author:The Magician
Committer:GitHub

Move acc tests to service package (mmv1 + related handwritten) (#8378) (#6055) * Generate Mmv1 test files to the service packages * Fix test-fixtures * Copy test-fixtures in service packages * Replace test-fixtures path * Fix rebasing errors * Fix function usage * Fix test TestAccBigQueryExternalDataTable_objectTable * Fix test-fixtures * Keep deprecated utility functions * Move tests * Fixing rebasing error * Move more tests to the service packages * Add back resource_resourcemanager_lien_test.go * Change package name * Fix test-fixtures * Fix the test-fixtures Signed-off-by: Modular Magician <magic-modules@google.com>

Commit:e926497
Author:The Magician
Committer:GitHub

Add support for API Gateway gRPC (#6120) (#4388) Signed-off-by: Modular Magician <magic-modules@google.com>

Commit:c2f2118
Author:megan07
Committer:GitHub

remove vendor directory, update makefile etc (#2066) * remove vendor directory, update makefile * update golangci.yml * more changes to makefile * update makefile

This commit does not contain any .proto files.

Commit:b869481
Author:Megan Bang
Committer:Megan Bang

remove vendor directory, update makefile

This commit does not contain any .proto files.

Commit:2fe7047
Author:megan07
Committer:GitHub

Revert "remove vendor directory, update makefile (#2003)" (#2060) This reverts commit d89b74601ca06654dd848430095f228bb5e88135.

Commit:306d1df
Author:megan07
Committer:GitHub

Revert "remove vendor directory, update makefile (#2003)" This reverts commit d89b74601ca06654dd848430095f228bb5e88135.

Commit:d89b746
Author:megan07
Committer:GitHub

remove vendor directory, update makefile (#2003) * remove vendor directory, update makefile * update golangci.yml * more changes to makefile * update makefile

This commit does not contain any .proto files.

Commit:190ced4
Author:Dana Hoffman
Committer:GitHub

update SDK to v1.11 (#2031)

Commit:654ecdc
Author:Riley Karson
Committer:GitHub

Use Go Mod for golangci-lint, use old rev of golangci-lint (#1199)

Commit:dc3fc90
Author:Nathan McKinley
Committer:GitHub

Vendor upgrades required to upgrade to the provider SDK. (#1195)

Commit:138039c
Author:Dana Hoffman
Committer:GitHub

vendor terraform 0.12.2 (#861)

Commit:d93397e
Author:Riley Karson
Committer:GitHub

Vendor 0.12 SDK (#605) ```bash GO111MODULE=on go get github.com/hashicorp/terraform@pluginsdk-v0.12-early7 GO111MODULE=on go mod vendor GO111MODULE=on go mod tidy ```

Commit:86ff24c
Author:Riley Karson
Committer:Riley Karson

Vendor 0.12 SDK @ ccd62283fbfc5bac912ded15a78f9b23b0689a5a

Commit:dd7b263
Author:Riley Karson
Committer:GitHub

Revert the 0.12 SDK (#483) We aren't ready to release a `0.12` SDK based build because of these issues: • https://github.com/hashicorp/terraform/issues/20505 • https://github.com/hashicorp/terraform/issues/20507 • https://github.com/hashicorp/terraform/issues/20506 • https://github.com/hashicorp/terraform/issues/20504

Commit:d9fd7ec
Author:Paddy
Committer:GitHub

Upgrade to 0.12 SDK (#467) * Update to use the 0.12 SDK * Fix cloud.google.com/go version * Update to new 0.12 tag.

Commit:33950ed
Author:Paddy Carver

Update to use the 0.12 SDK

Commit:b298213
Author:Nathan McKinley
Committer:GitHub

Revert "Update cloud.google.com/go/ and hashicorp/terraform. (#278)" (#284) This reverts commit 09df2a60a95aab20da6658b9e0942b999c81ef14, which contains 0.12-alpha4, which is broken in surprising ways.

Commit:2338485
Author:Nathan McKinley

Revert "Update cloud.google.com/go/ and hashicorp/terraform. (#278)" This reverts commit 09df2a60a95aab20da6658b9e0942b999c81ef14, which contains 0.12-alpha4, which is broken in surprising ways.

Commit:af81d2f
Author:Nathan McKinley
Committer:GitHub

Revert "Update cloud.google.com/go/ and hashicorp/terraform. (#278)" This reverts commit 09df2a60a95aab20da6658b9e0942b999c81ef14.

Commit:09df2a6
Author:Nathan McKinley
Committer:GitHub

Update cloud.google.com/go/ and hashicorp/terraform. (#278)

Commit:39ae3a5
Author:Nathan McKinley
Committer:Nathan McKinley

Update cloud.google.com/go/ and hashicorp/terraform.

Commit:937ed4a
Author:Paddy
Committer:Nathan McKinley

Switch to using Go modules. (#257) This migrates our vendor.json to use Go 1.11's modules system, and replaces the vendor folder with the output of go mod vendor. The vendored code should remain basically the same; I believe some tree shaking of packages and support scripts/licenses/READMEs/etc. happened. This also fixes Travis and our Makefile to no longer use govendor. This replaces #241, but against @ndmckinley's 2.0.0 merge branch.

Commit:771c2f8
Author:Chris Hawk
Committer:Dana Hoffman

Update vendored deps (#1967) I'm working on Stackdriver monitoring in another branch, which required updating `google.golang.org/genproto`, which required updating `google.golang.org/grpc`, which required updating `github.com/golang/protobuf`, and so on. This PR updates all of the Google-provided deps to their latest versions. In addition, there is: - A change in config.go to reflect an updated type name - Five files changed by `make fmt` Tested with `make build`, `make test`, and `make testacc`.

Commit:06356c2
Author:Dana Hoffman
Committer:GitHub

Revendor hashicorp/terraform (#697) * revendor hashicorp/terraform @0.10.1 * revendor hashicorp/go-plugin

Commit:5a71aa3
Author:Riley Karson

Vendor dependencies for Bigtable client.

Commit:aa9478d
Author:Jake Champlin

Transfer of provider code