Skip to content

Commit 2f16fa5

Browse files
build: [Many APIs] add scripts to publish to Bazel Central Registry (BCR) (#14161)
- [ ] Regenerate this pull request now. BEGIN_COMMIT_OVERRIDE build: add scripts to publish to Bazel Central Registry (BCR) chore: regenerate gapic yaml and service yaml for privilegedaccessmanager by augmentation configs chore: regenerate gapic yaml and service yaml for recaptchaenterprise beta by augmentation chore: regenerate gapic yaml and service yaml for recaptchaenterprise by augmentation configs chore: regenerate gapic yaml and service yaml for config by augmentation configs chore: regenerate gapic yaml and service yaml for metastore alpha by augmentation configs build: include all contents of the .bcr folder feat: Remove private preview label from Model Armor protos feat: add a FooBar API feat: add the VeoTuningSpec docs: update comments for rpc BatchCreatePullRequestComments, ResolvePullRequestComments and UnresolvePullRequestComments build: include .bazelignore in this repository END_COMMIT_OVERRIDE PiperOrigin-RevId: 788097378 chore: regenerate gapic yaml and service yaml for privilegedaccessmanager by augmentation configs PiperOrigin-RevId: 788127000 chore: regenerate gapic yaml and service yaml for recaptchaenterprise beta by augmentation configs PiperOrigin-RevId: 788127088 chore: regenerate gapic yaml and service yaml for recaptchaenterprise by augmentation configs PiperOrigin-RevId: 788127191 chore: regenerate gapic yaml and service yaml for config by augmentation configs PiperOrigin-RevId: 788127291 chore: regenerate gapic yaml and service yaml for metastore alpha by augmentation configs PiperOrigin-RevId: 788127383 build: include all contents of the .bcr folder PiperOrigin-RevId: 788127546 feat: Remove private preview label from Model Armor protos PiperOrigin-RevId: 788251106 feat: add a FooBar API PiperOrigin-RevId: 788269006 feat: add the VeoTuningSpec PiperOrigin-RevId: 788536453 docs: update comments for rpc BatchCreatePullRequestComments, ResolvePullRequestComments and UnresolvePullRequestComments PiperOrigin-RevId: 788541778 build: include .bazelignore in this repository PiperOrigin-RevId: 788552876 Source-Link: googleapis/googleapis@8e5eb7e Source-Link: googleapis/googleapis-gen@c594542 Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLWNvbmZpZy8uT3dsQm90LnlhbWwiLCJoIjoiYzU5NDU0MjQ1ZmRjMmI4YWM4MjlmNzZiNGM3OTcyZTQzYjQ2Yzc2ZCJ9 Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLWRhdGFwcm9jLW1ldGFzdG9yZS8uT3dsQm90LnlhbWwiLCJoIjoiYzU5NDU0MjQ1ZmRjMmI4YWM4MjlmNzZiNGM3OTcyZTQzYjQ2Yzc2ZCJ9 Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLXByaXZpbGVnZWRhY2Nlc3NtYW5hZ2VyLy5Pd2xCb3QueWFtbCIsImgiOiJjNTk0NTQyNDVmZGMyYjhhYzgyOWY3NmI0Yzc5NzJlNDNiNDZjNzZkIn0= Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLXNlY3VyZXNvdXJjZW1hbmFnZXIvLk93bEJvdC55YW1sIiwiaCI6ImM1OTQ1NDI0NWZkYzJiOGFjODI5Zjc2YjRjNzk3MmU0M2I0NmM3NmQifQ== --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent 6396720 commit 2f16fa5

File tree

44 files changed

+120
-32
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+120
-32
lines changed

packages/google-cloud-config/google/cloud/config/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "0.1.19" # {x-release-please-version}
16+
__version__ = "0.0.0" # {x-release-please-version}

packages/google-cloud-config/google/cloud/config_v1/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "0.1.19" # {x-release-please-version}
16+
__version__ = "0.0.0" # {x-release-please-version}

packages/google-cloud-config/google/cloud/config_v1/services/config/async_client.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
Type,
2929
Union,
3030
)
31+
import uuid
3132

3233
from google.api_core import exceptions as core_exceptions
3334
from google.api_core import gapic_v1

packages/google-cloud-config/google/cloud/config_v1/services/config/client.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
Union,
3333
cast,
3434
)
35+
import uuid
3536
import warnings
3637

3738
from google.api_core import client_options as client_options_lib

packages/google-cloud-config/samples/generated_samples/snippet_metadata_google.cloud.config.v1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
],
99
"language": "PYTHON",
1010
"name": "google-cloud-config",
11-
"version": "0.1.19"
11+
"version": "0.1.0"
1212
},
1313
"snippets": [
1414
{

packages/google-cloud-config/tests/unit/gapic/config_v1/test_config.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
# limitations under the License.
1515
#
1616
import os
17+
import re
1718

1819
# try/except added for compatibility with python < 3.8
1920
try:

packages/google-cloud-dataproc-metastore/google/cloud/metastore/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "1.18.3" # {x-release-please-version}
16+
__version__ = "0.0.0" # {x-release-please-version}

packages/google-cloud-dataproc-metastore/google/cloud/metastore_v1/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "1.18.3" # {x-release-please-version}
16+
__version__ = "0.0.0" # {x-release-please-version}

packages/google-cloud-dataproc-metastore/google/cloud/metastore_v1/services/dataproc_metastore/async_client.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
Type,
2929
Union,
3030
)
31+
import uuid
3132

3233
from google.api_core import exceptions as core_exceptions
3334
from google.api_core import gapic_v1

packages/google-cloud-dataproc-metastore/google/cloud/metastore_v1/services/dataproc_metastore/client.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
Union,
3333
cast,
3434
)
35+
import uuid
3536
import warnings
3637

3738
from google.api_core import client_options as client_options_lib

0 commit comments

Comments
 (0)