From acb6ef962e86b26a1f4719f3ba4920311eb1bd70 Mon Sep 17 00:00:00 2001 From: John Pedrie Date: Tue, 18 Dec 2018 12:17:02 -0500 Subject: [PATCH 1/2] Preapre v0.90.0 --- Asset/VERSION | 2 +- BigQueryDataTransfer/VERSION | 2 +- Bigtable/VERSION | 2 +- Bigtable/src/BigtableClient.php | 2 +- CommonProtos/VERSION | 1 + Container/VERSION | 2 +- Core/VERSION | 2 +- Dataproc/VERSION | 2 +- Datastore/VERSION | 2 +- Datastore/src/DatastoreClient.php | 2 +- Debugger/VERSION | 2 +- Debugger/src/DebuggerClient.php | 2 +- Dialogflow/VERSION | 2 +- Dlp/VERSION | 2 +- ErrorReporting/VERSION | 2 +- Firestore/VERSION | 2 +- Firestore/src/FirestoreClient.php | 2 +- Iot/VERSION | 2 +- Kms/VERSION | 2 +- Language/VERSION | 2 +- Language/src/LanguageClient.php | 2 +- Logging/VERSION | 2 +- Logging/src/LoggingClient.php | 2 +- Monitoring/VERSION | 2 +- OsLogin/VERSION | 2 +- PubSub/VERSION | 2 +- PubSub/src/PubSubClient.php | 2 +- Redis/VERSION | 2 +- Spanner/VERSION | 2 +- Spanner/src/SpannerClient.php | 2 +- Speech/VERSION | 2 +- Speech/src/SpeechClient.php | 2 +- Tasks/VERSION | 2 +- TextToSpeech/VERSION | 2 +- Trace/VERSION | 2 +- Trace/src/TraceClient.php | 2 +- VideoIntelligence/VERSION | 2 +- Vision/VERSION | 2 +- Vision/src/VisionClient.php | 2 +- composer.json | 62 ++++++++++++++++--------------- docs/manifest.json | 29 +++++++++++++++ src/ServiceBuilder.php | 2 +- src/Version.php | 2 +- 43 files changed, 103 insertions(+), 69 deletions(-) create mode 100644 CommonProtos/VERSION diff --git a/Asset/VERSION b/Asset/VERSION index 446ba66e7eb4..def9a01548a2 100644 --- a/Asset/VERSION +++ b/Asset/VERSION @@ -1 +1 @@ -0.1.4 \ No newline at end of file +0.1.5 \ No newline at end of file diff --git a/BigQueryDataTransfer/VERSION b/BigQueryDataTransfer/VERSION index fab77af2a1a7..fcbb5375b7e1 100644 --- a/BigQueryDataTransfer/VERSION +++ b/BigQueryDataTransfer/VERSION @@ -1 +1 @@ -0.8.3 \ No newline at end of file +0.8.4 \ No newline at end of file diff --git a/Bigtable/VERSION b/Bigtable/VERSION index f76f9131742e..b3ec1638fda7 100644 --- a/Bigtable/VERSION +++ b/Bigtable/VERSION @@ -1 +1 @@ -0.9.2 \ No newline at end of file +0.9.3 \ No newline at end of file diff --git a/Bigtable/src/BigtableClient.php b/Bigtable/src/BigtableClient.php index cf86a149c00d..471c1b7576be 100644 --- a/Bigtable/src/BigtableClient.php +++ b/Bigtable/src/BigtableClient.php @@ -40,7 +40,7 @@ class BigtableClient { use ArrayTrait; - const VERSION = '0.9.2'; + const VERSION = '0.9.3'; /** * @var GapicClient diff --git a/CommonProtos/VERSION b/CommonProtos/VERSION new file mode 100644 index 000000000000..6c6aa7cb0918 --- /dev/null +++ b/CommonProtos/VERSION @@ -0,0 +1 @@ +0.1.0 \ No newline at end of file diff --git a/Container/VERSION b/Container/VERSION index c18d72be3037..53a48a1e8c64 100644 --- a/Container/VERSION +++ b/Container/VERSION @@ -1 +1 @@ -0.8.1 \ No newline at end of file +0.8.2 \ No newline at end of file diff --git a/Core/VERSION b/Core/VERSION index f2538f8b59f6..7c819a961514 100644 --- a/Core/VERSION +++ b/Core/VERSION @@ -1 +1 @@ -1.25.0 \ No newline at end of file +1.25.1 \ No newline at end of file diff --git a/Dataproc/VERSION b/Dataproc/VERSION index 8adc70fdd9d6..c18d72be3037 100644 --- a/Dataproc/VERSION +++ b/Dataproc/VERSION @@ -1 +1 @@ -0.8.0 \ No newline at end of file +0.8.1 \ No newline at end of file diff --git a/Datastore/VERSION b/Datastore/VERSION index 0edd95ce6435..ce6a70b9d84c 100644 --- a/Datastore/VERSION +++ b/Datastore/VERSION @@ -1 +1 @@ -1.5.10 \ No newline at end of file +1.6.0 \ No newline at end of file diff --git a/Datastore/src/DatastoreClient.php b/Datastore/src/DatastoreClient.php index c36c56fdcdd9..459b238a71bc 100644 --- a/Datastore/src/DatastoreClient.php +++ b/Datastore/src/DatastoreClient.php @@ -79,7 +79,7 @@ class DatastoreClient use ClientTrait; use DatastoreTrait; - const VERSION = '1.5.10'; + const VERSION = '1.6.0'; const FULL_CONTROL_SCOPE = 'https://www.googleapis.com/auth/datastore'; diff --git a/Debugger/VERSION b/Debugger/VERSION index 92e0c7438b9e..3b7660ac767b 100644 --- a/Debugger/VERSION +++ b/Debugger/VERSION @@ -1 +1 @@ -0.16.1 \ No newline at end of file +0.16.2 \ No newline at end of file diff --git a/Debugger/src/DebuggerClient.php b/Debugger/src/DebuggerClient.php index ffbccf4447c0..8662c64f148b 100644 --- a/Debugger/src/DebuggerClient.php +++ b/Debugger/src/DebuggerClient.php @@ -39,7 +39,7 @@ class DebuggerClient { use ClientTrait; - const VERSION = '0.16.1'; + const VERSION = '0.16.2'; const FULL_CONTROL_SCOPE = 'https://www.googleapis.com/auth/cloud-platform'; const READ_ONLY_SCOPE = 'https://www.googleapis.com/auth/debugger.readonly'; diff --git a/Dialogflow/VERSION b/Dialogflow/VERSION index 5d4294b9120c..2411653a5008 100644 --- a/Dialogflow/VERSION +++ b/Dialogflow/VERSION @@ -1 +1 @@ -0.5.1 \ No newline at end of file +0.5.2 \ No newline at end of file diff --git a/Dlp/VERSION b/Dlp/VERSION index 8076af51c002..a12760eb1717 100644 --- a/Dlp/VERSION +++ b/Dlp/VERSION @@ -1 +1 @@ -0.15.1 \ No newline at end of file +0.15.2 \ No newline at end of file diff --git a/ErrorReporting/VERSION b/ErrorReporting/VERSION index e96a87111cbb..d61567cd134a 100644 --- a/ErrorReporting/VERSION +++ b/ErrorReporting/VERSION @@ -1 +1 @@ -0.12.2 \ No newline at end of file +0.12.3 \ No newline at end of file diff --git a/Firestore/VERSION b/Firestore/VERSION index d36c4986fbcd..a9884047d79f 100644 --- a/Firestore/VERSION +++ b/Firestore/VERSION @@ -1 +1 @@ -0.15.6 \ No newline at end of file +0.15.7 \ No newline at end of file diff --git a/Firestore/src/FirestoreClient.php b/Firestore/src/FirestoreClient.php index cf6a581c6ac1..2050469e75c5 100644 --- a/Firestore/src/FirestoreClient.php +++ b/Firestore/src/FirestoreClient.php @@ -55,7 +55,7 @@ class FirestoreClient use SnapshotTrait; use ValidateTrait; - const VERSION = '0.15.6'; + const VERSION = '0.15.7'; const DEFAULT_DATABASE = '(default)'; diff --git a/Iot/VERSION b/Iot/VERSION index 79a2734bbf3d..5d4294b9120c 100644 --- a/Iot/VERSION +++ b/Iot/VERSION @@ -1 +1 @@ -0.5.0 \ No newline at end of file +0.5.1 \ No newline at end of file diff --git a/Kms/VERSION b/Kms/VERSION index f7abe273d307..70d5b25fa873 100644 --- a/Kms/VERSION +++ b/Kms/VERSION @@ -1 +1 @@ -0.4.2 \ No newline at end of file +0.4.3 \ No newline at end of file diff --git a/Language/VERSION b/Language/VERSION index 3b7660ac767b..6b4966ddeb40 100644 --- a/Language/VERSION +++ b/Language/VERSION @@ -1 +1 @@ -0.16.2 \ No newline at end of file +0.16.3 \ No newline at end of file diff --git a/Language/src/LanguageClient.php b/Language/src/LanguageClient.php index 49a8d688f371..87602153510b 100644 --- a/Language/src/LanguageClient.php +++ b/Language/src/LanguageClient.php @@ -44,7 +44,7 @@ class LanguageClient use ClientTrait; use RetryDeciderTrait; - const VERSION = '0.16.2'; + const VERSION = '0.16.3'; const FULL_CONTROL_SCOPE = 'https://www.googleapis.com/auth/cloud-platform'; diff --git a/Logging/VERSION b/Logging/VERSION index 30f101cbefad..a32d5a6adbc8 100644 --- a/Logging/VERSION +++ b/Logging/VERSION @@ -1 +1 @@ -1.14.1 \ No newline at end of file +1.14.2 \ No newline at end of file diff --git a/Logging/src/LoggingClient.php b/Logging/src/LoggingClient.php index f0b21246e036..0a11b86954bb 100644 --- a/Logging/src/LoggingClient.php +++ b/Logging/src/LoggingClient.php @@ -70,7 +70,7 @@ class LoggingClient use ArrayTrait; use ClientTrait; - const VERSION = '1.14.1'; + const VERSION = '1.14.2'; const FULL_CONTROL_SCOPE = 'https://www.googleapis.com/auth/logging.admin'; const READ_ONLY_SCOPE = 'https://www.googleapis.com/auth/logging.read'; diff --git a/Monitoring/VERSION b/Monitoring/VERSION index 51de3305bb38..0548fb4e9b2f 100644 --- a/Monitoring/VERSION +++ b/Monitoring/VERSION @@ -1 +1 @@ -0.13.0 \ No newline at end of file +0.14.0 \ No newline at end of file diff --git a/OsLogin/VERSION b/OsLogin/VERSION index d5cc44d1d3f2..b09a54cb9bc8 100644 --- a/OsLogin/VERSION +++ b/OsLogin/VERSION @@ -1 +1 @@ -0.7.2 \ No newline at end of file +0.7.3 \ No newline at end of file diff --git a/PubSub/VERSION b/PubSub/VERSION index 081af9a10f3f..0a182f2e3af7 100644 --- a/PubSub/VERSION +++ b/PubSub/VERSION @@ -1 +1 @@ -1.7.1 \ No newline at end of file +1.7.2 \ No newline at end of file diff --git a/PubSub/src/PubSubClient.php b/PubSub/src/PubSubClient.php index 069c6f3bc480..f60a566a2016 100644 --- a/PubSub/src/PubSubClient.php +++ b/PubSub/src/PubSubClient.php @@ -85,7 +85,7 @@ class PubSubClient use IncomingMessageTrait; use ResourceNameTrait; - const VERSION = '1.7.1'; + const VERSION = '1.7.2'; const FULL_CONTROL_SCOPE = 'https://www.googleapis.com/auth/pubsub'; diff --git a/Redis/VERSION b/Redis/VERSION index b300caa32a15..c8a5397fb80f 100644 --- a/Redis/VERSION +++ b/Redis/VERSION @@ -1 +1 @@ -0.4.4 \ No newline at end of file +0.4.5 \ No newline at end of file diff --git a/Spanner/VERSION b/Spanner/VERSION index 0a5af26df3fd..674378088088 100644 --- a/Spanner/VERSION +++ b/Spanner/VERSION @@ -1 +1 @@ -1.11.3 +1.11.4 \ No newline at end of file diff --git a/Spanner/src/SpannerClient.php b/Spanner/src/SpannerClient.php index 5aebe7bff14e..0e4ccb8a3132 100644 --- a/Spanner/src/SpannerClient.php +++ b/Spanner/src/SpannerClient.php @@ -78,7 +78,7 @@ class SpannerClient use LROTrait; use ValidateTrait; - const VERSION = '1.11.3'; + const VERSION = '1.11.4'; const FULL_CONTROL_SCOPE = 'https://www.googleapis.com/auth/spanner.data'; const ADMIN_SCOPE = 'https://www.googleapis.com/auth/spanner.admin'; diff --git a/Speech/VERSION b/Speech/VERSION index 6b2d58c8ef35..7211b157c694 100644 --- a/Speech/VERSION +++ b/Speech/VERSION @@ -1 +1 @@ -0.18.1 \ No newline at end of file +0.18.2 \ No newline at end of file diff --git a/Speech/src/SpeechClient.php b/Speech/src/SpeechClient.php index fef682e2ba15..d8d31638c92b 100644 --- a/Speech/src/SpeechClient.php +++ b/Speech/src/SpeechClient.php @@ -43,7 +43,7 @@ class SpeechClient { use ClientTrait; - const VERSION = '0.18.1'; + const VERSION = '0.18.2'; const SCOPE = 'https://www.googleapis.com/auth/cloud-platform'; diff --git a/Tasks/VERSION b/Tasks/VERSION index 5d4294b9120c..2411653a5008 100644 --- a/Tasks/VERSION +++ b/Tasks/VERSION @@ -1 +1 @@ -0.5.1 \ No newline at end of file +0.5.2 \ No newline at end of file diff --git a/TextToSpeech/VERSION b/TextToSpeech/VERSION index a1e1395acab0..84aa3a7dd73b 100644 --- a/TextToSpeech/VERSION +++ b/TextToSpeech/VERSION @@ -1 +1 @@ -0.1.7 \ No newline at end of file +0.1.8 \ No newline at end of file diff --git a/Trace/VERSION b/Trace/VERSION index aac2dacab4fe..e96a87111cbb 100644 --- a/Trace/VERSION +++ b/Trace/VERSION @@ -1 +1 @@ -0.12.1 \ No newline at end of file +0.12.2 \ No newline at end of file diff --git a/Trace/src/TraceClient.php b/Trace/src/TraceClient.php index d81ea8bf25e0..4bd691b305d5 100644 --- a/Trace/src/TraceClient.php +++ b/Trace/src/TraceClient.php @@ -44,7 +44,7 @@ class TraceClient { use ClientTrait; - const VERSION = '0.12.1'; + const VERSION = '0.12.2'; const FULL_CONTROL_SCOPE = 'https://www.googleapis.com/auth/cloud-platform'; diff --git a/VideoIntelligence/VERSION b/VideoIntelligence/VERSION index cb174d58a534..d2d61a7e8e43 100644 --- a/VideoIntelligence/VERSION +++ b/VideoIntelligence/VERSION @@ -1 +1 @@ -1.2.1 \ No newline at end of file +1.2.2 \ No newline at end of file diff --git a/Vision/VERSION b/Vision/VERSION index 3f46c4d1821c..45591013636e 100644 --- a/Vision/VERSION +++ b/Vision/VERSION @@ -1 +1 @@ -0.19.0 \ No newline at end of file +0.19.1 \ No newline at end of file diff --git a/Vision/src/VisionClient.php b/Vision/src/VisionClient.php index bf3dd2e521de..c81d4b489223 100644 --- a/Vision/src/VisionClient.php +++ b/Vision/src/VisionClient.php @@ -43,7 +43,7 @@ class VisionClient use ClientTrait; use ValidateTrait; - const VERSION = '0.19.0'; + const VERSION = '0.19.1'; const FULL_CONTROL_SCOPE = 'https://www.googleapis.com/auth/cloud-platform'; diff --git a/composer.json b/composer.json index 405874d974ca..b0fbc97b8404 100644 --- a/composer.json +++ b/composer.json @@ -67,36 +67,37 @@ "swaggest/json-schema": "^0.12.0" }, "replace": { - "google/cloud-asset": "0.1.4", + "google/cloud-asset": "0.1.5", "google/cloud-bigquery": "1.4.6", - "google/cloud-bigquerydatatransfer": "0.8.3", - "google/cloud-bigtable": "0.9.2", - "google/cloud-container": "0.8.1", - "google/cloud-core": "1.25.0", - "google/cloud-dataproc": "0.8.0", - "google/cloud-datastore": "1.5.10", - "google/cloud-debugger": "0.16.1", - "google/cloud-dialogflow": "0.5.1", - "google/cloud-dlp": "0.15.1", - "google/cloud-error-reporting": "0.12.2", - "google/cloud-firestore": "0.15.6", - "google/cloud-iot": "0.5.0", - "google/cloud-kms": "0.4.2", - "google/cloud-language": "0.16.2", - "google/cloud-logging": "1.14.1", - "google/cloud-monitoring": "0.13.0", - "google/cloud-oslogin": "0.7.2", - "google/cloud-pubsub": "1.7.1", - "google/cloud-redis": "0.4.4", - "google/cloud-spanner": "1.11.3", - "google/cloud-speech": "0.18.1", + "google/cloud-bigquerydatatransfer": "0.8.4", + "google/cloud-bigtable": "0.9.3", + "google/cloud-container": "0.8.2", + "google/cloud-core": "1.25.1", + "google/cloud-dataproc": "0.8.1", + "google/cloud-datastore": "1.6.0", + "google/cloud-debugger": "0.16.2", + "google/cloud-dialogflow": "0.5.2", + "google/cloud-dlp": "0.15.2", + "google/cloud-error-reporting": "0.12.3", + "google/cloud-firestore": "0.15.7", + "google/cloud-iot": "0.5.1", + "google/cloud-kms": "0.4.3", + "google/cloud-language": "0.16.3", + "google/cloud-logging": "1.14.2", + "google/cloud-monitoring": "0.14.0", + "google/cloud-oslogin": "0.7.3", + "google/cloud-pubsub": "1.7.2", + "google/cloud-redis": "0.4.5", + "google/cloud-spanner": "1.11.4", + "google/cloud-speech": "0.18.2", "google/cloud-storage": "1.10.0", - "google/cloud-tasks": "0.5.1", - "google/cloud-text-to-speech": "0.1.7", - "google/cloud-trace": "0.12.1", + "google/cloud-tasks": "0.5.2", + "google/cloud-text-to-speech": "0.1.8", + "google/cloud-trace": "0.12.2", "google/cloud-translate": "1.2.7", - "google/cloud-videointelligence": "1.2.1", - "google/cloud-vision": "0.19.0" + "google/cloud-videointelligence": "1.2.2", + "google/cloud-vision": "0.19.1", + "google/cloud-common-protos": "0.1.0" }, "suggest": { "opis/closure": "May be used to serialize closures to process jobs in the batch daemon. Please require version ^3.", @@ -104,7 +105,10 @@ }, "autoload": { "psr-4": { - "Google\\Cloud\\": ["src", "CommonProtos/src"], + "Google\\Cloud\\": [ + "src", + "CommonProtos/src" + ], "Google\\Cloud\\Asset\\": "Asset/src", "Google\\Cloud\\BigQuery\\": "BigQuery/src", "Google\\Cloud\\BigQuery\\DataTransfer\\": "BigQueryDataTransfer/src", @@ -220,4 +224,4 @@ ] } } -} +} \ No newline at end of file diff --git a/docs/manifest.json b/docs/manifest.json index eb5e70a7b5fe..eecbc0709dd0 100644 --- a/docs/manifest.json +++ b/docs/manifest.json @@ -11,6 +11,7 @@ "name": "google/cloud", "defaultService": "servicebuilder", "versions": [ + "v0.90.0", "v0.89.0", "v0.88.0", "v0.87.0", @@ -131,6 +132,7 @@ "name": "google/cloud-asset", "defaultService": "asset/readme", "versions": [ + "v0.1.5", "v0.1.4", "v0.1.3", "v0.1.2", @@ -181,6 +183,7 @@ "name": "google/cloud-bigquerydatatransfer", "defaultService": "bigquerydatatransfer/readme", "versions": [ + "v0.8.4", "v0.8.3", "v0.8.2", "v0.8.1", @@ -205,6 +208,7 @@ "name": "google/cloud-bigtable", "defaultService": "bigtable/readme", "versions": [ + "v0.9.3", "v0.9.2", "v0.9.1", "v0.9.0", @@ -238,6 +242,7 @@ "name": "google/cloud-common-protos", "defaultService": "commonprotos/readme", "versions": [ + "v0.1.0", "master" ] }, @@ -246,6 +251,7 @@ "name": "google/cloud-container", "defaultService": "container/readme", "versions": [ + "v0.8.2", "v0.8.1", "v0.8.0", "v0.7.0", @@ -277,6 +283,7 @@ "name": "google/cloud-core", "defaultService": "core/servicebuilder", "versions": [ + "v1.25.1", "v1.25.0", "v1.24.0", "v1.23.8", @@ -343,6 +350,7 @@ "name": "google/cloud-dataproc", "defaultService": "dataproc/readme", "versions": [ + "v0.8.1", "v0.8.0", "v0.7.0", "v0.6.2", @@ -373,6 +381,7 @@ "name": "google/cloud-datastore", "defaultService": "datastore/datastoreclient", "versions": [ + "v1.6.0", "v1.5.10", "v1.5.9", "v1.5.8", @@ -406,6 +415,7 @@ "name": "google/cloud-debugger", "defaultService": "debugger/debuggerclient", "versions": [ + "v0.16.2", "v0.16.1", "v0.16.0", "v0.15.0", @@ -438,6 +448,7 @@ "name": "google/cloud-dialogflow", "defaultService": "dialogflow/readme", "versions": [ + "v0.5.2", "v0.5.1", "v0.5.0", "v0.4.0", @@ -459,6 +470,7 @@ "name": "google/cloud-dlp", "defaultService": "dlp/readme", "versions": [ + "v0.15.2", "v0.15.1", "v0.15.0", "v0.14.0", @@ -499,6 +511,7 @@ "name": "google/cloud-error-reporting", "defaultService": "errorreporting/readme", "versions": [ + "v0.12.3", "v0.12.2", "v0.12.1", "v0.12.0", @@ -544,6 +557,7 @@ "name": "google/cloud-firestore", "defaultService": "firestore/firestoreclient", "versions": [ + "v0.15.7", "v0.15.6", "v0.15.5", "v0.15.4", @@ -589,6 +603,7 @@ "name": "google/cloud-iot", "defaultService": "iot/readme", "versions": [ + "v0.5.1", "v0.5.0", "v0.4.1", "v0.4.0", @@ -611,6 +626,7 @@ "name": "google/cloud-kms", "defaultService": "kms/readme", "versions": [ + "v0.4.3", "v0.4.2", "v0.4.1", "v0.4.0", @@ -629,6 +645,7 @@ "name": "google/cloud-language", "defaultService": "language/languageclient", "versions": [ + "v0.16.3", "v0.16.2", "v0.16.1", "v0.16.0", @@ -673,6 +690,7 @@ "name": "google/cloud-logging", "defaultService": "logging/loggingclient", "versions": [ + "v1.14.2", "v1.14.1", "v1.14.0", "v1.13.0", @@ -724,6 +742,7 @@ "name": "google/cloud-monitoring", "defaultService": "monitoring/readme", "versions": [ + "v0.14.0", "v0.13.0", "v0.12.2", "v0.12.1", @@ -767,6 +786,7 @@ "name": "google/cloud-oslogin", "defaultService": "oslogin/readme", "versions": [ + "v0.7.3", "v0.7.2", "v0.7.1", "v0.7.0", @@ -796,6 +816,7 @@ "name": "google/cloud-pubsub", "defaultService": "pubsub/pubsubclient", "versions": [ + "v1.7.2", "v1.7.1", "v1.7.0", "v1.6.0", @@ -847,6 +868,7 @@ "name": "google/cloud-redis", "defaultService": "redis/readme", "versions": [ + "v0.4.5", "v0.4.4", "v0.4.3", "v0.4.2", @@ -870,6 +892,7 @@ "name": "google/cloud-spanner", "defaultService": "spanner/spannerclient", "versions": [ + "v1.11.4", "v1.11.3", "v1.11.2", "v1.11.1", @@ -925,6 +948,7 @@ "name": "google/cloud-speech", "defaultService": "speech/speechclient", "versions": [ + "v0.18.2", "v0.18.1", "v0.18.0", "v0.17.1", @@ -1009,6 +1033,7 @@ "name": "google/cloud-tasks", "defaultService": "tasks/readme", "versions": [ + "v0.5.2", "v0.5.1", "v0.5.0", "v0.4.1", @@ -1026,6 +1051,7 @@ "name": "google/cloud-text-to-speech", "defaultService": "texttospeech/readme", "versions": [ + "v0.1.8", "v0.1.7", "v0.1.6", "v0.1.5", @@ -1042,6 +1068,7 @@ "name": "google/cloud-trace", "defaultService": "trace/traceclient", "versions": [ + "v0.12.2", "v0.12.1", "v0.12.0", "v0.11.0", @@ -1105,6 +1132,7 @@ "name": "google/cloud-videointelligence", "defaultService": "videointelligence/readme", "versions": [ + "v1.2.2", "v1.2.1", "v1.2.0", "v1.1.0", @@ -1151,6 +1179,7 @@ "name": "google/cloud-vision", "defaultService": "vision/visionclient", "versions": [ + "v0.19.1", "v0.19.0", "v0.18.0", "v0.17.2", diff --git a/src/ServiceBuilder.php b/src/ServiceBuilder.php index 19f4ed9f26b8..f7eaaacbc612 100644 --- a/src/ServiceBuilder.php +++ b/src/ServiceBuilder.php @@ -30,5 +30,5 @@ class ServiceBuilder extends CoreServiceBuilder /** * @deprecated */ - const VERSION = '0.89.0'; + const VERSION = '0.90.0'; } diff --git a/src/Version.php b/src/Version.php index 76ef5be8fd34..e68f5af3829d 100644 --- a/src/Version.php +++ b/src/Version.php @@ -22,5 +22,5 @@ */ class Version { - const VERSION = '0.89.0'; + const VERSION = '0.90.0'; } From 7df75b25d02a92c1a4eb7a34694ad6c0381af4bc Mon Sep 17 00:00:00 2001 From: John Pedrie Date: Tue, 18 Dec 2018 12:34:21 -0500 Subject: [PATCH 2/2] Fix incorrect class name in Datastore Generated Client Documentation --- Datastore/src/V1/Gapic/DatastoreGapicClient.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Datastore/src/V1/Gapic/DatastoreGapicClient.php b/Datastore/src/V1/Gapic/DatastoreGapicClient.php index e2a6e269f3aa..551f7b4f481b 100644 --- a/Datastore/src/V1/Gapic/DatastoreGapicClient.php +++ b/Datastore/src/V1/Gapic/DatastoreGapicClient.php @@ -28,11 +28,11 @@ use Google\ApiCore\ApiException; use Google\ApiCore\CredentialsWrapper; -use Google\ApiCore\FetchAuthTokenInterface; use Google\ApiCore\GapicClientTrait; use Google\ApiCore\RetrySettings; use Google\ApiCore\Transport\TransportInterface; use Google\ApiCore\ValidationException; +use Google\Auth\FetchAuthTokenInterface; use Google\Cloud\Datastore\V1\AllocateIdsRequest; use Google\Cloud\Datastore\V1\AllocateIdsResponse; use Google\Cloud\Datastore\V1\BeginTransactionRequest;