Skip to content

Commit

Permalink
chore(main): release 0.252.0
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Jul 25, 2024
1 parent 3019e14 commit b1240d7
Show file tree
Hide file tree
Showing 41 changed files with 680 additions and 77 deletions.
2 changes: 1 addition & 1 deletion AccessContextManager/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.5.5
1.0.0
2 changes: 1 addition & 1 deletion AiPlatform/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.0
1.1.0
2 changes: 1 addition & 1 deletion AnalyticsAdmin/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.22.5
0.23.0
2 changes: 1 addition & 1 deletion ApigeeRegistry/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.5.5
1.0.0
2 changes: 1 addition & 1 deletion AppsChat/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2.0
0.3.0
2 changes: 1 addition & 1 deletion Batch/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.17.0
1.0.0
2 changes: 1 addition & 1 deletion BigQueryMigration/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.0
1.1.0
2 changes: 1 addition & 1 deletion Bigtable/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.0.1
2.1.0
2 changes: 1 addition & 1 deletion BinaryAuthorization/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.0
1.0.1
603 changes: 603 additions & 0 deletions CHANGELOG.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion ConfidentialComputing/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.0
1.1.0
2 changes: 1 addition & 1 deletion Container/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.32.0
1.33.0
2 changes: 1 addition & 1 deletion ContainerAnalysis/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.0
1.0.1
2 changes: 1 addition & 1 deletion Datastore/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.29.1
1.29.2
2 changes: 1 addition & 1 deletion Datastore/src/DatastoreClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ class DatastoreClient
use ClientTrait;
use DatastoreTrait;

const VERSION = '1.29.1';
const VERSION = '1.29.2';

const FULL_CONTROL_SCOPE = 'https://www.googleapis.com/auth/datastore';

Expand Down
2 changes: 1 addition & 1 deletion DatastoreAdmin/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.8.5
1.0.0
2 changes: 1 addition & 1 deletion Deploy/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.0
1.1.0
2 changes: 1 addition & 1 deletion DialogflowCx/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.3.4
0.4.0
2 changes: 1 addition & 1 deletion Dlp/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.15.1
1.16.0
2 changes: 1 addition & 1 deletion ErrorReporting/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.22.6
0.22.7
2 changes: 1 addition & 1 deletion EventarcPublishing/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.6.4
1.0.0
2 changes: 1 addition & 1 deletion Firestore/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.44.0
1.44.1
2 changes: 1 addition & 1 deletion Firestore/src/FirestoreClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ class FirestoreClient
use SnapshotTrait;
use ValidateTrait;

const VERSION = '1.44.0';
const VERSION = '1.44.1';

const DEFAULT_DATABASE = '(default)';

Expand Down
2 changes: 1 addition & 1 deletion GeoCommonProtos/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.0
0.2.0
2 changes: 1 addition & 1 deletion Iam/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.5.5
1.0.0
2 changes: 1 addition & 1 deletion KmsInventory/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.4.5
1.0.0
2 changes: 1 addition & 1 deletion MapsFleetEngineDelivery/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.1
0.1.2
2 changes: 1 addition & 1 deletion NetworkServices/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.1
0.2.0
2 changes: 1 addition & 1 deletion PrivilegedAccessManager/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.0
0.1.0
2 changes: 1 addition & 1 deletion PubSub/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.4.0
2.5.0
2 changes: 1 addition & 1 deletion PubSub/src/PubSubClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ class PubSubClient
use ApiHelperTrait;
use ClientOptionsTrait;

const VERSION = '2.4.0';
const VERSION = '2.5.0';

const FULL_CONTROL_SCOPE = 'https://www.googleapis.com/auth/pubsub';

Expand Down
2 changes: 1 addition & 1 deletion Run/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.0
1.1.0
2 changes: 1 addition & 1 deletion SecureSourceManager/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.0
1.1.0
2 changes: 1 addition & 1 deletion SecurityCenter/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.29.0
1.30.0
2 changes: 1 addition & 1 deletion Speech/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.18.3
1.19.0
2 changes: 1 addition & 1 deletion Speech/src/SpeechClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ class SpeechClient
{
use ClientTrait;

const VERSION = '1.18.3';
const VERSION = '1.19.0';

const SCOPE = 'https://www.googleapis.com/auth/cloud-platform';

Expand Down
2 changes: 1 addition & 1 deletion SqlAdmin/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.0
1.1.0
2 changes: 1 addition & 1 deletion VideoLiveStream/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.0
1.1.0
2 changes: 1 addition & 1 deletion VmwareEngine/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.0
1.1.0
2 changes: 1 addition & 1 deletion Workflows/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.0-RC1
1.0.0
76 changes: 38 additions & 38 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,20 +71,20 @@
"psr/log": ">=3"
},
"replace": {
"google/access-context-manager": "0.5.5",
"google/analytics-admin": "0.22.5",
"google/access-context-manager": "1.0.0",
"google/analytics-admin": "0.23.0",
"google/analytics-data": "0.17.1",
"google/apps-chat": "0.2.0",
"google/apps-chat": "0.3.0",
"google/apps-events-subscriptions": "0.1.3",
"google/apps-meet": "0.2.3",
"google/cloud-access-approval": "1.2.5",
"google/cloud-advisorynotifications": "1.0.0",
"google/cloud-ai-platform": "1.0.0",
"google/cloud-ai-platform": "1.1.0",
"google/cloud-alloydb": "1.0.0",
"google/cloud-api-gateway": "1.3.5",
"google/cloud-api-keys": "1.0.0",
"google/cloud-apigee-connect": "1.2.5",
"google/cloud-apigee-registry": "0.5.5",
"google/cloud-apigee-registry": "1.0.0",
"google/cloud-appengine-admin": "1.3.5",
"google/cloud-apphub": "0.1.3",
"google/cloud-artifact-registry": "1.0.0",
Expand All @@ -93,37 +93,37 @@
"google/cloud-automl": "1.6.5",
"google/cloud-backupdr": "0.2.0",
"google/cloud-bare-metal-solution": "1.0.0",
"google/cloud-batch": "0.17.0",
"google/cloud-batch": "1.0.0",
"google/cloud-beyondcorp-appconnections": "1.0.0",
"google/cloud-beyondcorp-appconnectors": "1.0.0",
"google/cloud-beyondcorp-appgateways": "1.0.0",
"google/cloud-beyondcorp-clientconnectorservices": "1.0.0",
"google/cloud-beyondcorp-clientgateways": "0.5.0",
"google/cloud-beyondcorp-clientgateways": "1.0.0",
"google/cloud-bigquery": "1.30.3",
"google/cloud-bigquery-analyticshub": "1.0.0",
"google/cloud-bigquery-connection": "1.5.5",
"google/cloud-bigquery-data-exchange": "0.4.5",
"google/cloud-bigquery-datapolicies": "1.0.0",
"google/cloud-bigquery-migration": "1.0.0",
"google/cloud-bigquery-migration": "1.1.0",
"google/cloud-bigquery-reservation": "1.3.5",
"google/cloud-bigquery-storage": "1.10.4",
"google/cloud-bigquerydatatransfer": "1.8.5",
"google/cloud-bigtable": "2.0.1",
"google/cloud-bigtable": "2.1.0",
"google/cloud-billing": "1.9.8",
"google/cloud-billing-budgets": "1.4.5",
"google/cloud-binary-authorization": "1.0.0",
"google/cloud-binary-authorization": "1.0.1",
"google/cloud-build": "1.0.0",
"google/cloud-certificate-manager": "1.0.0",
"google/cloud-channel": "1.9.5",
"google/cloud-cloudcontrolspartner": "0.1.4",
"google/cloud-commerce-consumer-procurement": "1.0.0",
"google/cloud-common-protos": "0.5.2",
"google/cloud-compute": "1.18.1",
"google/cloud-confidentialcomputing": "1.0.0",
"google/cloud-confidentialcomputing": "1.1.0",
"google/cloud-config": "1.0.0",
"google/cloud-contact-center-insights": "1.9.5",
"google/cloud-container": "1.32.0",
"google/cloud-container-analysis": "1.0.0",
"google/cloud-container": "1.33.0",
"google/cloud-container-analysis": "1.0.1",
"google/cloud-core": "1.59.0",
"google/cloud-data-catalog": "1.10.3",
"google/cloud-data-fusion": "1.0.0",
Expand All @@ -134,40 +134,40 @@
"google/cloud-dataplex": "1.0.0",
"google/cloud-dataproc": "3.14.0",
"google/cloud-dataproc-metastore": "1.0.0",
"google/cloud-datastore": "1.29.1",
"google/cloud-datastore-admin": "0.8.5",
"google/cloud-datastore": "1.29.2",
"google/cloud-datastore-admin": "1.0.0",
"google/cloud-datastream": "1.5.5",
"google/cloud-debugger": "1.8.8",
"google/cloud-deploy": "1.0.0",
"google/cloud-deploy": "1.1.0",
"google/cloud-developerconnect": "0.1.1",
"google/cloud-dialogflow": "1.12.3",
"google/cloud-dialogflow-cx": "0.3.4",
"google/cloud-dialogflow-cx": "0.4.0",
"google/cloud-discoveryengine": "1.0.0",
"google/cloud-dlp": "1.15.1",
"google/cloud-dlp": "1.16.0",
"google/cloud-dms": "1.5.5",
"google/cloud-document-ai": "1.13.1",
"google/cloud-domains": "1.0.0",
"google/cloud-edgenetwork": "1.1.0",
"google/cloud-error-reporting": "0.22.6",
"google/cloud-error-reporting": "0.22.7",
"google/cloud-essential-contacts": "1.0.0",
"google/cloud-eventarc": "1.3.5",
"google/cloud-eventarc-publishing": "0.6.4",
"google/cloud-eventarc-publishing": "1.0.0",
"google/cloud-filestore": "1.5.7",
"google/cloud-firestore": "1.44.0",
"google/cloud-firestore": "1.44.1",
"google/cloud-functions": "1.6.5",
"google/cloud-game-servers": "1.2.6",
"google/cloud-gke-backup": "1.0.0",
"google/cloud-gke-connect-gateway": "0.4.4",
"google/cloud-gke-hub": "1.0.0",
"google/cloud-gke-multi-cloud": "1.0.0",
"google/cloud-gsuite-addons": "1.0.0",
"google/cloud-iam": "0.5.5",
"google/cloud-iam": "1.0.0",
"google/cloud-iam-credentials": "1.2.5",
"google/cloud-iap": "1.4.5",
"google/cloud-ids": "1.0.0",
"google/cloud-iot": "1.7.5",
"google/cloud-kms": "1.23.0",
"google/cloud-kms-inventory": "0.4.5",
"google/cloud-kms-inventory": "1.0.0",
"google/cloud-language": "0.32.7",
"google/cloud-life-sciences": "0.6.6",
"google/cloud-logging": "1.30.3",
Expand All @@ -181,21 +181,21 @@
"google/cloud-network-connectivity": "1.5.5",
"google/cloud-network-management": "1.7.3",
"google/cloud-network-security": "1.0.0",
"google/cloud-networkservices": "0.1.1",
"google/cloud-networkservices": "0.2.0",
"google/cloud-notebooks": "1.0.0",
"google/cloud-optimization": "0.7.0",
"google/cloud-optimization": "1.0.0",
"google/cloud-orchestration-airflow": "1.6.4",
"google/cloud-org-policy": "0.7.0",
"google/cloud-org-policy": "1.0.0",
"google/cloud-osconfig": "1.3.5",
"google/cloud-oslogin": "1.9.6",
"google/cloud-parallelstore": "0.4.0",
"google/cloud-policy-troubleshooter": "1.3.4",
"google/cloud-policysimulator": "1.0.0",
"google/cloud-policytroubleshooter-iam": "0.2.5",
"google/cloud-private-catalog": "0.4.4",
"google/cloud-privilegedaccessmanager": "0.0.0",
"google/cloud-privilegedaccessmanager": "0.1.0",
"google/cloud-profiler": "1.4.3",
"google/cloud-pubsub": "2.4.0",
"google/cloud-pubsub": "2.5.0",
"google/cloud-quotas": "1.0.0",
"google/cloud-rapidmigrationassessment": "1.0.0",
"google/cloud-recaptcha-enterprise": "1.13.0",
Expand All @@ -206,11 +206,11 @@
"google/cloud-resource-manager": "1.0.0",
"google/cloud-resource-settings": "1.2.6",
"google/cloud-retail": "1.7.0",
"google/cloud-run": "1.0.0",
"google/cloud-run": "1.1.0",
"google/cloud-scheduler": "1.10.5",
"google/cloud-secret-manager": "1.15.2",
"google/cloud-securesourcemanager": "1.0.0",
"google/cloud-security-center": "1.29.0",
"google/cloud-securesourcemanager": "1.1.0",
"google/cloud-security-center": "1.30.0",
"google/cloud-security-private-ca": "1.7.3",
"google/cloud-security-public-ca": "1.0.0",
"google/cloud-securitycentermanagement": "1.0.0",
Expand All @@ -221,8 +221,8 @@
"google/cloud-servicehealth": "0.1.6",
"google/cloud-shell": "1.3.5",
"google/cloud-spanner": "1.82.0",
"google/cloud-speech": "1.18.3",
"google/cloud-sql-admin": "1.0.0",
"google/cloud-speech": "1.19.0",
"google/cloud-sql-admin": "1.1.0",
"google/cloud-storage": "1.42.1",
"google/cloud-storage-control": "1.0.0",
"google/cloud-storage-transfer": "1.4.5",
Expand All @@ -235,22 +235,22 @@
"google/cloud-tpu": "1.4.5",
"google/cloud-trace": "1.8.6",
"google/cloud-translate": "1.17.7",
"google/cloud-video-live-stream": "1.0.0",
"google/cloud-video-live-stream": "1.1.0",
"google/cloud-video-stitcher": "1.0.0",
"google/cloud-video-transcoder": "1.0.0",
"google/cloud-videointelligence": "1.15.5",
"google/cloud-vision": "1.9.4",
"google/cloud-vm-migration": "1.0.0",
"google/cloud-vmware-engine": "1.0.0",
"google/cloud-vmware-engine": "1.1.0",
"google/cloud-vpc-access": "1.3.5",
"google/cloud-web-risk": "1.5.5",
"google/cloud-web-security-scanner": "1.0.0",
"google/cloud-workflows": "1.0.0-RC1",
"google/geo-common-protos": "0.1.0",
"google/cloud-workflows": "1.0.0",
"google/geo-common-protos": "0.2.0",
"google/grafeas": "1.0.0",
"google/longrunning": "0.4.3",
"google/maps-fleetengine": "0.1.2",
"google/maps-fleetengine-delivery": "0.1.1",
"google/maps-fleetengine-delivery": "0.1.2",
"google/maps-routeoptimization": "0.1.0",
"google/shopping-common-protos": "0.4.0",
"google/shopping-css": "0.2.8",
Expand Down

0 comments on commit b1240d7

Please sign in to comment.