Skip to content

Commit

Permalink
chore(main): release 0.271.0
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Jan 6, 2025
1 parent b536921 commit b2d0c30
Show file tree
Hide file tree
Showing 38 changed files with 462 additions and 66 deletions.
2 changes: 1 addition & 1 deletion Batch/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.1.5
1.1.6
396 changes: 396 additions & 0 deletions CHANGELOG.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion CloudCommonProtos/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.6.0
0.7.0
2 changes: 1 addition & 1 deletion CommonProtos/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.8.3
4.9.0
2 changes: 1 addition & 1 deletion CommonProtos/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "google/common-protos",
"type": "library",
"description": "Google API Common Protos for PHP",
"version": "4.8.3",
"version": "4.9.0",
"keywords": [
"google"
],
Expand Down
2 changes: 1 addition & 1 deletion Compute/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.22.0
1.22.1
2 changes: 1 addition & 1 deletion ContactCenterInsights/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.2.1
2.3.0
2 changes: 1 addition & 1 deletion Core/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.60.1
1.61.0
2 changes: 1 addition & 1 deletion DataCatalog/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.2.1
2.2.2
2 changes: 1 addition & 1 deletion Dataflow/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.6.6
0.7.0
2 changes: 1 addition & 1 deletion Dataform/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.4.7
0.5.0
2 changes: 1 addition & 1 deletion Dataplex/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.1.1
1.2.0
2 changes: 1 addition & 1 deletion Dialogflow/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.17.2
1.18.0
2 changes: 1 addition & 1 deletion Firestore/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.47.2
1.47.3
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.47.2';
const VERSION = '1.47.3';

const DEFAULT_DATABASE = '(default)';

Expand Down
2 changes: 1 addition & 1 deletion GkeMultiCloud/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.1.2
1.2.0
2 changes: 1 addition & 1 deletion Kms/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.1.4
2.1.5
2 changes: 1 addition & 1 deletion LifeSciences/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.6.8
0.7.0
2 changes: 1 addition & 1 deletion Logging/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.31.3
1.32.0
2 changes: 1 addition & 1 deletion Logging/src/LoggingClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ class LoggingClient
use ArrayTrait;
use ClientTrait;

const VERSION = '1.31.3';
const VERSION = '1.32.0';

const FULL_CONTROL_SCOPE = 'https://www.googleapis.com/auth/logging.admin';
const READ_ONLY_SCOPE = 'https://www.googleapis.com/auth/logging.read';
Expand Down
2 changes: 1 addition & 1 deletion MediaTranslation/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.4.5
0.5.0
2 changes: 1 addition & 1 deletion Monitoring/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.12.1
1.13.0
2 changes: 1 addition & 1 deletion OracleDatabase/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.2
0.1.3
2 changes: 1 addition & 1 deletion Parallelstore/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.8.1
0.8.2
2 changes: 1 addition & 1 deletion PrivateCatalog/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.4.6
0.4.7
2 changes: 1 addition & 1 deletion RecommendationEngine/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.7.7
0.8.0
2 changes: 1 addition & 1 deletion ServiceHealth/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2.1
0.2.2
2 changes: 1 addition & 1 deletion ShoppingCss/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.3.3
0.4.0
2 changes: 1 addition & 1 deletion ShoppingMerchantReviews/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.0
0.1.1
2 changes: 1 addition & 1 deletion Spanner/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.91.0
1.92.0
2 changes: 1 addition & 1 deletion Spanner/src/SpannerClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ class SpannerClient
use LROTrait;
use ValidateTrait;

const VERSION = '1.91.0';
const VERSION = '1.92.0';

const FULL_CONTROL_SCOPE = 'https://www.googleapis.com/auth/spanner.data';
const ADMIN_SCOPE = 'https://www.googleapis.com/auth/spanner.admin';
Expand Down
2 changes: 1 addition & 1 deletion Speech/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.19.2
1.20.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.19.2';
const VERSION = '1.20.0';

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

Expand Down
2 changes: 1 addition & 1 deletion Storage/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.45.0
1.46.0
2 changes: 1 addition & 1 deletion Storage/src/StorageClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ class StorageClient
use ArrayTrait;
use ClientTrait;

const VERSION = '1.45.0';
const VERSION = '1.46.0';

const FULL_CONTROL_SCOPE = 'https://www.googleapis.com/auth/devstorage.full_control';
const READ_ONLY_SCOPE = 'https://www.googleapis.com/auth/devstorage.read_only';
Expand Down
2 changes: 1 addition & 1 deletion StorageTransfer/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.0.2
2.1.0
2 changes: 1 addition & 1 deletion Talent/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.0.2
2.1.0
60 changes: 30 additions & 30 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
"google/cloud-automl": "2.0.3",
"google/cloud-backupdr": "0.4.2",
"google/cloud-bare-metal-solution": "1.0.2",
"google/cloud-batch": "1.1.5",
"google/cloud-batch": "1.1.6",
"google/cloud-beyondcorp-appconnections": "1.0.3",
"google/cloud-beyondcorp-appconnectors": "1.0.3",
"google/cloud-beyondcorp-appgateways": "1.0.3",
Expand All @@ -114,21 +114,21 @@
"google/cloud-channel": "2.1.2",
"google/cloud-cloudcontrolspartner": "0.2.2",
"google/cloud-commerce-consumer-procurement": "1.1.2",
"google/cloud-common-protos": "0.6.0",
"google/cloud-compute": "1.22.0",
"google/cloud-common-protos": "0.7.0",
"google/cloud-compute": "1.22.1",
"google/cloud-confidentialcomputing": "1.2.1",
"google/cloud-config": "1.1.0",
"google/cloud-contact-center-insights": "2.2.1",
"google/cloud-contact-center-insights": "2.3.0",
"google/cloud-container": "2.3.1",
"google/cloud-container-analysis": "1.0.3",
"google/cloud-core": "1.60.1",
"google/cloud-data-catalog": "2.2.1",
"google/cloud-core": "1.61.0",
"google/cloud-data-catalog": "2.2.2",
"google/cloud-data-fusion": "1.0.2",
"google/cloud-datacatalog-lineage": "1.0.2",
"google/cloud-dataflow": "0.6.6",
"google/cloud-dataform": "0.4.7",
"google/cloud-dataflow": "0.7.0",
"google/cloud-dataform": "0.5.0",
"google/cloud-datalabeling": "0.5.7",
"google/cloud-dataplex": "1.1.1",
"google/cloud-dataplex": "1.2.0",
"google/cloud-dataproc": "2.2.2",
"google/cloud-dataproc-metastore": "1.0.2",
"google/cloud-datastore": "1.32.2",
Expand All @@ -137,7 +137,7 @@
"google/cloud-debugger": "1.9.3",
"google/cloud-deploy": "1.5.1",
"google/cloud-developerconnect": "0.2.1",
"google/cloud-dialogflow": "1.17.2",
"google/cloud-dialogflow": "1.18.0",
"google/cloud-dialogflow-cx": "0.5.1",
"google/cloud-discoveryengine": "1.3.2",
"google/cloud-dlp": "2.2.2",
Expand All @@ -150,53 +150,53 @@
"google/cloud-eventarc": "2.1.3",
"google/cloud-eventarc-publishing": "1.1.2",
"google/cloud-filestore": "2.0.3",
"google/cloud-firestore": "1.47.2",
"google/cloud-firestore": "1.47.3",
"google/cloud-functions": "2.0.2",
"google/cloud-gke-backup": "1.0.2",
"google/cloud-gke-connect-gateway": "0.6.1",
"google/cloud-gke-hub": "1.0.2",
"google/cloud-gke-multi-cloud": "1.1.2",
"google/cloud-gke-multi-cloud": "1.2.0",
"google/cloud-gsuite-addons": "1.0.2",
"google/cloud-iam": "1.0.2",
"google/cloud-iam-credentials": "2.0.2",
"google/cloud-iap": "2.0.2",
"google/cloud-ids": "1.0.2",
"google/cloud-kms": "2.1.4",
"google/cloud-kms": "2.1.5",
"google/cloud-kms-inventory": "1.0.3",
"google/cloud-language": "0.34.2",
"google/cloud-life-sciences": "0.6.8",
"google/cloud-logging": "1.31.3",
"google/cloud-life-sciences": "0.7.0",
"google/cloud-logging": "1.32.0",
"google/cloud-managed-identities": "2.0.3",
"google/cloud-managedkafka": "0.2.1",
"google/cloud-media-translation": "0.4.5",
"google/cloud-media-translation": "0.5.0",
"google/cloud-memcache": "2.0.2",
"google/cloud-memorystore": "0.1.0",
"google/cloud-migrationcenter": "1.0.2",
"google/cloud-monitoring": "1.12.1",
"google/cloud-monitoring": "1.13.0",
"google/cloud-netapp": "1.2.1",
"google/cloud-network-connectivity": "2.1.1",
"google/cloud-network-management": "2.2.1",
"google/cloud-network-security": "1.0.2",
"google/cloud-networkservices": "0.2.2",
"google/cloud-notebooks": "1.0.2",
"google/cloud-optimization": "1.0.2",
"google/cloud-oracledatabase": "0.1.2",
"google/cloud-oracledatabase": "0.1.3",
"google/cloud-orchestration-airflow": "2.1.2",
"google/cloud-org-policy": "1.1.2",
"google/cloud-osconfig": "2.0.2",
"google/cloud-oslogin": "2.0.3",
"google/cloud-parallelstore": "0.8.1",
"google/cloud-parallelstore": "0.8.2",
"google/cloud-policy-troubleshooter": "2.0.3",
"google/cloud-policysimulator": "1.0.2",
"google/cloud-policytroubleshooter-iam": "0.2.8",
"google/cloud-private-catalog": "0.4.6",
"google/cloud-private-catalog": "0.4.7",
"google/cloud-privilegedaccessmanager": "0.1.3",
"google/cloud-profiler": "2.0.2",
"google/cloud-pubsub": "2.8.2",
"google/cloud-quotas": "1.1.1",
"google/cloud-rapidmigrationassessment": "1.0.2",
"google/cloud-recaptcha-enterprise": "1.17.2",
"google/cloud-recommendations-ai": "0.7.7",
"google/cloud-recommendations-ai": "0.8.0",
"google/cloud-recommender": "2.0.3",
"google/cloud-redis": "2.1.3",
"google/cloud-redis-cluster": "0.3.2",
Expand All @@ -215,17 +215,17 @@
"google/cloud-service-directory": "2.0.3",
"google/cloud-service-management": "2.0.2",
"google/cloud-service-usage": "2.0.2",
"google/cloud-servicehealth": "0.2.1",
"google/cloud-servicehealth": "0.2.2",
"google/cloud-shell": "2.0.3",
"google/cloud-spanner": "1.91.0",
"google/cloud-speech": "1.19.2",
"google/cloud-spanner": "1.92.0",
"google/cloud-speech": "1.20.0",
"google/cloud-sql-admin": "1.2.2",
"google/cloud-storage": "1.45.0",
"google/cloud-storage": "1.46.0",
"google/cloud-storage-control": "1.0.2",
"google/cloud-storage-transfer": "2.0.2",
"google/cloud-storage-transfer": "2.1.0",
"google/cloud-storageinsights": "1.0.2",
"google/cloud-support": "1.0.2",
"google/cloud-talent": "2.0.2",
"google/cloud-talent": "2.1.0",
"google/cloud-tasks": "1.15.2",
"google/cloud-telcoautomation": "1.0.2",
"google/cloud-text-to-speech": "1.12.2",
Expand All @@ -243,15 +243,15 @@
"google/cloud-web-risk": "2.0.2",
"google/cloud-web-security-scanner": "1.0.2",
"google/cloud-workflows": "1.0.2",
"google/common-protos": "4.8.3",
"google/common-protos": "4.9.0",
"google/geo-common-protos": "0.2.0",
"google/grafeas": "1.1.2",
"google/longrunning": "0.4.6",
"google/maps-fleetengine": "0.1.5",
"google/maps-fleetengine-delivery": "0.1.7",
"google/maps-routeoptimization": "0.3.2",
"google/shopping-common-protos": "0.4.0",
"google/shopping-css": "0.3.3",
"google/shopping-css": "0.4.0",
"google/shopping-merchant-accounts": "0.3.2",
"google/shopping-merchant-conversions": "0.1.4",
"google/shopping-merchant-datasources": "0.2.3",
Expand All @@ -262,7 +262,7 @@
"google/shopping-merchant-promotions": "0.1.2",
"google/shopping-merchant-quota": "0.1.5",
"google/shopping-merchant-reports": "0.8.3",
"google/shopping-merchant-reviews": "0.1.0",
"google/shopping-merchant-reviews": "0.1.1",
"googleads/ad-manager": "0.1.2",
"googleads/marketingplatform-admin": "0.1.3"
},
Expand Down

0 comments on commit b2d0c30

Please sign in to comment.