Skip to content

Commit

Permalink
chore: promote new-surface libraries to v1 (#7440)
Browse files Browse the repository at this point in the history
  • Loading branch information
bshaffer committed Jun 21, 2024
1 parent 634b673 commit 84c9b26
Show file tree
Hide file tree
Showing 53 changed files with 220 additions and 284 deletions.
24 changes: 12 additions & 12 deletions .repo-metadata-full.json
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@
"CommerceConsumerProcurement": {
"language": "php",
"distribution_name": "google/cloud-commerce-consumer-procurement",
"release_level": "preview",
"release_level": "stable",
"client_documentation": "https://cloud.google.com/php/docs/reference/cloud-commerce-consumer-procurement/latest",
"library_type": "GAPIC_AUTO",
"api_shortname": "cloudcommerceconsumerprocurement"
Expand Down Expand Up @@ -397,7 +397,7 @@
"Config": {
"language": "php",
"distribution_name": "google/cloud-config",
"release_level": "preview",
"release_level": "stable",
"client_documentation": "https://cloud.google.com/php/docs/reference/cloud-config/latest",
"library_type": "GAPIC_AUTO",
"api_shortname": "config"
Expand Down Expand Up @@ -624,7 +624,7 @@
"EdgeNetwork": {
"language": "php",
"distribution_name": "google/cloud-edgenetwork",
"release_level": "preview",
"release_level": "stable",
"client_documentation": "https://cloud.google.com/php/docs/reference/cloud-edgenetwork/latest",
"library_type": "GAPIC_AUTO",
"api_shortname": "edgenetwork"
Expand Down Expand Up @@ -898,7 +898,7 @@
"MigrationCenter": {
"language": "php",
"distribution_name": "google/cloud-migrationcenter",
"release_level": "preview",
"release_level": "stable",
"client_documentation": "https://cloud.google.com/php/docs/reference/cloud-migrationcenter/latest",
"library_type": "GAPIC_AUTO",
"api_shortname": "migrationcenter"
Expand All @@ -914,7 +914,7 @@
"NetApp": {
"language": "php",
"distribution_name": "google/cloud-netapp",
"release_level": "preview",
"release_level": "stable",
"client_documentation": "https://cloud.google.com/php/docs/reference/cloud-netapp/latest",
"library_type": "GAPIC_AUTO",
"api_shortname": "netapp"
Expand Down Expand Up @@ -1010,7 +1010,7 @@
"PolicySimulator": {
"language": "php",
"distribution_name": "google/cloud-policysimulator",
"release_level": "preview",
"release_level": "stable",
"client_documentation": "https://cloud.google.com/php/docs/reference/cloud-policysimulator/latest",
"library_type": "GAPIC_AUTO",
"api_shortname": "policysimulator"
Expand Down Expand Up @@ -1058,15 +1058,15 @@
"Quotas": {
"language": "php",
"distribution_name": "google/cloud-quotas",
"release_level": "preview",
"release_level": "stable",
"client_documentation": "https://cloud.google.com/php/docs/reference/cloud-quotas/latest",
"library_type": "GAPIC_AUTO",
"api_shortname": "cloudquotas"
},
"RapidMigrationAssessment": {
"language": "php",
"distribution_name": "google/cloud-rapidmigrationassessment",
"release_level": "preview",
"release_level": "stable",
"client_documentation": "https://cloud.google.com/php/docs/reference/cloud-rapidmigrationassessment/latest",
"library_type": "GAPIC_AUTO",
"api_shortname": "rapidmigrationassessment"
Expand Down Expand Up @@ -1162,7 +1162,7 @@
"SecureSourceManager": {
"language": "php",
"distribution_name": "google/cloud-securesourcemanager",
"release_level": "preview",
"release_level": "stable",
"client_documentation": "https://cloud.google.com/php/docs/reference/cloud-securesourcemanager/latest",
"library_type": "GAPIC_AUTO",
"api_shortname": "securesourcemanager"
Expand All @@ -1178,7 +1178,7 @@
"SecurityCenterManagement": {
"language": "php",
"distribution_name": "google/cloud-securitycentermanagement",
"release_level": "preview",
"release_level": "stable",
"client_documentation": "https://cloud.google.com/php/docs/reference/cloud-securitycentermanagement/latest",
"library_type": "GAPIC_AUTO",
"api_shortname": "securitycentermanagement"
Expand Down Expand Up @@ -1401,7 +1401,7 @@
"Support": {
"language": "php",
"distribution_name": "google/cloud-support",
"release_level": "preview",
"release_level": "stable",
"client_documentation": "https://cloud.google.com/php/docs/reference/cloud-support/latest",
"library_type": "GAPIC_AUTO",
"api_shortname": "cloudsupport"
Expand All @@ -1425,7 +1425,7 @@
"TelcoAutomation": {
"language": "php",
"distribution_name": "google/cloud-telcoautomation",
"release_level": "preview",
"release_level": "stable",
"client_documentation": "https://cloud.google.com/php/docs/reference/cloud-telcoautomation/latest",
"library_type": "GAPIC_AUTO",
"api_shortname": "telcoautomation"
Expand Down
3 changes: 2 additions & 1 deletion CommerceConsumerProcurement/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ See the [samples directory](https://github.com/googleapis/google-cloud-php-comme

### Version

This component is considered alpha. As such, it is still a work-in-progress and is more likely to get backwards-incompatible updates.
This component is considered GA (generally available). As such, it will not introduce backwards-incompatible changes in
any minor or patch releases. We will address issues and requests with the highest priority.

### Next Steps

Expand Down
8 changes: 1 addition & 7 deletions CommerceConsumerProcurement/owlbot.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,7 @@
# Added so that we can pass copy_excludes in the owlbot_main() call
_tracked_paths.add(src)

php.owlbot_main(
src=src,
dest=dest,
copy_excludes=[
src / "**/[A-Z]*_*.php",
]
)
php.owlbot_main(src=src, dest=dest)

# remove class_alias code
s.replace(
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/*
* Copyright 2023 Google LLC
* Copyright 2024 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 Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/*
* Copyright 2023 Google LLC
* Copyright 2024 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 Down
3 changes: 2 additions & 1 deletion Config/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ See the [samples directory](https://github.com/googleapis/google-cloud-php-confi

### Version

This component is considered alpha. As such, it is still a work-in-progress and is more likely to get backwards-incompatible updates.
This component is considered GA (generally available). As such, it will not introduce backwards-incompatible changes in
any minor or patch releases. We will address issues and requests with the highest priority.

### Next Steps

Expand Down
8 changes: 1 addition & 7 deletions Config/owlbot.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,7 @@
# Added so that we can pass copy_excludes in the owlbot_main() call
_tracked_paths.add(src)

php.owlbot_main(
src=src,
dest=dest,
copy_excludes=[
src / "**/[A-Z]*_*.php",
]
)
php.owlbot_main(src=src, dest=dest)

# remove class_alias code
s.replace(
Expand Down
2 changes: 1 addition & 1 deletion Config/src/V1/Client/ConfigClient.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/*
* Copyright 2023 Google LLC
* Copyright 2024 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 Down
2 changes: 1 addition & 1 deletion Config/tests/Unit/V1/Client/ConfigClientTest.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/*
* Copyright 2023 Google LLC
* Copyright 2024 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 Down
3 changes: 2 additions & 1 deletion EdgeNetwork/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ See the [samples directory](https://github.com/googleapis/google-cloud-php-edgen

### Version

This component is considered alpha. As such, it is still a work-in-progress and is more likely to get backwards-incompatible updates.
This component is considered GA (generally available). As such, it will not introduce backwards-incompatible changes in
any minor or patch releases. We will address issues and requests with the highest priority.

### Next Steps

Expand Down
8 changes: 1 addition & 7 deletions EdgeNetwork/owlbot.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,7 @@
# Added so that we can pass copy_excludes in the owlbot_main() call
_tracked_paths.add(src)

php.owlbot_main(
src=src,
dest=dest,
copy_excludes=[
src / "**/[A-Z]*_*.php",
]
)
php.owlbot_main(src=src, dest=dest)

# remove class_alias code
s.replace(
Expand Down
2 changes: 1 addition & 1 deletion EdgeNetwork/src/V1/Client/EdgeNetworkClient.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/*
* Copyright 2023 Google LLC
* Copyright 2024 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 Down
2 changes: 1 addition & 1 deletion EdgeNetwork/tests/Unit/V1/Client/EdgeNetworkClientTest.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/*
* Copyright 2023 Google LLC
* Copyright 2024 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 Down
3 changes: 2 additions & 1 deletion MigrationCenter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ See the [samples directory](https://github.com/googleapis/google-cloud-php-migra

### Version

This component is considered alpha. As such, it is still a work-in-progress and is more likely to get backwards-incompatible updates.
This component is considered GA (generally available). As such, it will not introduce backwards-incompatible changes in
any minor or patch releases. We will address issues and requests with the highest priority.

### Next Steps

Expand Down
8 changes: 1 addition & 7 deletions MigrationCenter/owlbot.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,7 @@
# Added so that we can pass copy_excludes in the owlbot_main() call
_tracked_paths.add(src)

php.owlbot_main(
src=src,
dest=dest,
copy_excludes=[
src / "**/[A-Z]*_*.php",
]
)
php.owlbot_main(src=src, dest=dest)

# remove class_alias code
s.replace(
Expand Down
2 changes: 1 addition & 1 deletion MigrationCenter/src/V1/Client/MigrationCenterClient.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/*
* Copyright 2023 Google LLC
* Copyright 2024 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 Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/*
* Copyright 2023 Google LLC
* Copyright 2024 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 Down
3 changes: 2 additions & 1 deletion NetApp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ See the [samples directory](https://github.com/googleapis/google-cloud-php-netap

### Version

This component is considered alpha. As such, it is still a work-in-progress and is more likely to get backwards-incompatible updates.
This component is considered GA (generally available). As such, it will not introduce backwards-incompatible changes in
any minor or patch releases. We will address issues and requests with the highest priority.

### Next Steps

Expand Down
8 changes: 1 addition & 7 deletions NetApp/owlbot.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,7 @@
# Added so that we can pass copy_excludes in the owlbot_main() call
_tracked_paths.add(src)

php.owlbot_main(
src=src,
dest=dest,
copy_excludes=[
src / "**/[A-Z]*_*.php",
]
)
php.owlbot_main(src=src, dest=dest)

# remove class_alias code
s.replace(
Expand Down
2 changes: 1 addition & 1 deletion NetApp/src/V1/Client/NetAppClient.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/*
* Copyright 2023 Google LLC
* Copyright 2024 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 Down
2 changes: 1 addition & 1 deletion NetApp/tests/Unit/V1/Client/NetAppClientTest.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/*
* Copyright 2023 Google LLC
* Copyright 2024 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 Down
3 changes: 2 additions & 1 deletion PolicySimulator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ See the [samples directory](https://github.com/googleapis/google-cloud-php-polic

### Version

This component is considered alpha. As such, it is still a work-in-progress and is more likely to get backwards-incompatible updates.
This component is considered GA (generally available). As such, it will not introduce backwards-incompatible changes in
any minor or patch releases. We will address issues and requests with the highest priority.

### Next Steps

Expand Down
8 changes: 1 addition & 7 deletions PolicySimulator/owlbot.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,7 @@
# Added so that we can pass copy_excludes in the owlbot_main() call
_tracked_paths.add(src)

php.owlbot_main(
src=src,
dest=dest,
copy_excludes=[
src / "**/[A-Z]*_*.php",
]
)
php.owlbot_main(src=src, dest=dest)

# remove class_alias code
s.replace(
Expand Down
2 changes: 1 addition & 1 deletion PolicySimulator/src/V1/Client/SimulatorClient.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/*
* Copyright 2023 Google LLC
* Copyright 2024 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 Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/*
* Copyright 2023 Google LLC
* Copyright 2024 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 Down
3 changes: 2 additions & 1 deletion Quotas/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ See the [samples directory](https://github.com/googleapis/google-cloud-php-quota

### Version

This component is considered alpha. As such, it is still a work-in-progress and is more likely to get backwards-incompatible updates.
This component is considered GA (generally available). As such, it will not introduce backwards-incompatible changes in
any minor or patch releases. We will address issues and requests with the highest priority.

### Next Steps

Expand Down
8 changes: 1 addition & 7 deletions Quotas/owlbot.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,7 @@
# Added so that we can pass copy_excludes in the owlbot_main() call
_tracked_paths.add(src)

php.owlbot_main(
src=src,
dest=dest,
copy_excludes=[
src / "**/[A-Z]*_*.php",
]
)
php.owlbot_main(src=src, dest=dest)

# remove class_alias code
s.replace(
Expand Down
2 changes: 1 addition & 1 deletion Quotas/src/V1/Client/CloudQuotasClient.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/*
* Copyright 2023 Google LLC
* Copyright 2024 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 Down
2 changes: 1 addition & 1 deletion Quotas/tests/Unit/V1/Client/CloudQuotasClientTest.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/*
* Copyright 2023 Google LLC
* Copyright 2024 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 Down
Loading

0 comments on commit 84c9b26

Please sign in to comment.