diff --git a/docs/manifest.json b/docs/manifest.json index c68ca246b012..09fdb29a0719 100644 --- a/docs/manifest.json +++ b/docs/manifest.json @@ -11,6 +11,7 @@ "name": "google/cloud", "defaultService": "servicebuilder", "versions": [ + "v0.24.0", "v0.23.0", "v0.22.0", "v0.21.1", @@ -45,6 +46,7 @@ "name": "google/cloud-bigquery", "defaultService": "bigquery/bigqueryclient", "versions": [ + "v0.1.0", "master" ] }, @@ -53,6 +55,7 @@ "name": "google/cloud-core", "defaultService": "core/readme", "versions": [ + "v0.1.0", "master" ] }, @@ -61,6 +64,7 @@ "name": "google/cloud-datastore", "defaultService": "datastore/datastoreclient", "versions": [ + "v0.1.0", "master" ] }, @@ -69,6 +73,7 @@ "name": "google/cloud-error-reporting", "defaultService": "errorreporting/readme", "versions": [ + "v0.1.0", "master" ] }, @@ -77,6 +82,7 @@ "name": "google/cloud-logging", "defaultService": "logging/loggingclient", "versions": [ + "v0.1.0", "master" ] }, @@ -85,6 +91,7 @@ "name": "google/cloud-monitoring", "defaultService": "monitoring/readme", "versions": [ + "v0.1.0", "master" ] }, @@ -93,6 +100,7 @@ "name": "google/cloud-natural-language", "defaultService": "naturallanguage/naturallanguageclient", "versions": [ + "v0.1.0", "master" ] }, @@ -101,6 +109,7 @@ "name": "google/cloud-pubsub", "defaultService": "pubsub/pubsubclient", "versions": [ + "v0.1.0", "master" ] }, @@ -109,6 +118,7 @@ "name": "google/cloud-speech", "defaultService": "speech/speechclient", "versions": [ + "v0.1.0", "master" ] }, @@ -117,6 +127,7 @@ "name": "google/cloud-storage", "defaultService": "storage/storageclient", "versions": [ + "v0.1.0", "master" ] }, @@ -125,6 +136,7 @@ "name": "google/cloud-translate", "defaultService": "translate/translateclient", "versions": [ + "v0.1.0", "master" ] }, @@ -133,6 +145,7 @@ "name": "google/cloud-vision", "defaultService": "vision/visionclient", "versions": [ + "v0.1.0", "master" ] } diff --git a/src/BigQuery/BigQueryClient.php b/src/BigQuery/BigQueryClient.php index 9f867b0f7a65..2e8f7eee4f43 100644 --- a/src/BigQuery/BigQueryClient.php +++ b/src/BigQuery/BigQueryClient.php @@ -43,7 +43,7 @@ class BigQueryClient use ClientTrait; use JobConfigurationTrait; - const VERSION = 'master'; + const VERSION = '0.1.0'; const SCOPE = 'https://www.googleapis.com/auth/bigquery'; const INSERT_SCOPE = 'https://www.googleapis.com/auth/bigquery.insertdata'; diff --git a/src/BigQuery/VERSION b/src/BigQuery/VERSION new file mode 100644 index 000000000000..6c6aa7cb0918 --- /dev/null +++ b/src/BigQuery/VERSION @@ -0,0 +1 @@ +0.1.0 \ No newline at end of file diff --git a/src/Core/VERSION b/src/Core/VERSION new file mode 100644 index 000000000000..6c6aa7cb0918 --- /dev/null +++ b/src/Core/VERSION @@ -0,0 +1 @@ +0.1.0 \ No newline at end of file diff --git a/src/Datastore/DatastoreClient.php b/src/Datastore/DatastoreClient.php index f10d2e6ffe1b..2c1fbab84b10 100644 --- a/src/Datastore/DatastoreClient.php +++ b/src/Datastore/DatastoreClient.php @@ -78,7 +78,7 @@ class DatastoreClient use ClientTrait; use DatastoreTrait; - const VERSION = 'master'; + const VERSION = '0.1.0'; const FULL_CONTROL_SCOPE = 'https://www.googleapis.com/auth/datastore'; diff --git a/src/Datastore/VERSION b/src/Datastore/VERSION new file mode 100644 index 000000000000..6c6aa7cb0918 --- /dev/null +++ b/src/Datastore/VERSION @@ -0,0 +1 @@ +0.1.0 \ No newline at end of file diff --git a/src/ErrorReporting/VERSION b/src/ErrorReporting/VERSION new file mode 100644 index 000000000000..6c6aa7cb0918 --- /dev/null +++ b/src/ErrorReporting/VERSION @@ -0,0 +1 @@ +0.1.0 \ No newline at end of file diff --git a/src/Logging/LoggingClient.php b/src/Logging/LoggingClient.php index 35c091e92c70..287de7085a33 100644 --- a/src/Logging/LoggingClient.php +++ b/src/Logging/LoggingClient.php @@ -63,7 +63,7 @@ class LoggingClient { use ClientTrait; - const VERSION = 'master'; + const VERSION = '0.1.0'; 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/src/Logging/VERSION b/src/Logging/VERSION new file mode 100644 index 000000000000..6c6aa7cb0918 --- /dev/null +++ b/src/Logging/VERSION @@ -0,0 +1 @@ +0.1.0 \ No newline at end of file diff --git a/src/Monitoring/VERSION b/src/Monitoring/VERSION new file mode 100644 index 000000000000..6c6aa7cb0918 --- /dev/null +++ b/src/Monitoring/VERSION @@ -0,0 +1 @@ +0.1.0 \ No newline at end of file diff --git a/src/NaturalLanguage/NaturalLanguageClient.php b/src/NaturalLanguage/NaturalLanguageClient.php index 7af4af6d81f1..9a16a98005e4 100644 --- a/src/NaturalLanguage/NaturalLanguageClient.php +++ b/src/NaturalLanguage/NaturalLanguageClient.php @@ -41,7 +41,7 @@ class NaturalLanguageClient { use ClientTrait; - const VERSION = 'master'; + const VERSION = '0.1.0'; const FULL_CONTROL_SCOPE = 'https://www.googleapis.com/auth/cloud-platform'; diff --git a/src/NaturalLanguage/VERSION b/src/NaturalLanguage/VERSION new file mode 100644 index 000000000000..6c6aa7cb0918 --- /dev/null +++ b/src/NaturalLanguage/VERSION @@ -0,0 +1 @@ +0.1.0 \ No newline at end of file diff --git a/src/PubSub/PubSubClient.php b/src/PubSub/PubSubClient.php index 4fc1b93b4036..1b545b0d830c 100644 --- a/src/PubSub/PubSubClient.php +++ b/src/PubSub/PubSubClient.php @@ -79,7 +79,7 @@ class PubSubClient use IncomingMessageTrait; use ResourceNameTrait; - const VERSION = 'master'; + const VERSION = '0.1.0'; const FULL_CONTROL_SCOPE = 'https://www.googleapis.com/auth/pubsub'; diff --git a/src/PubSub/VERSION b/src/PubSub/VERSION new file mode 100644 index 000000000000..6c6aa7cb0918 --- /dev/null +++ b/src/PubSub/VERSION @@ -0,0 +1 @@ +0.1.0 \ No newline at end of file diff --git a/src/ServiceBuilder.php b/src/ServiceBuilder.php index e58352b765cc..4e06c8a967b5 100644 --- a/src/ServiceBuilder.php +++ b/src/ServiceBuilder.php @@ -48,7 +48,7 @@ */ class ServiceBuilder { - const VERSION = '0.23.0'; + const VERSION = '0.24.0'; /** * @var array Configuration options to be used between clients. diff --git a/src/Speech/SpeechClient.php b/src/Speech/SpeechClient.php index 5b042bbdd6b2..fb986666c6be 100644 --- a/src/Speech/SpeechClient.php +++ b/src/Speech/SpeechClient.php @@ -50,7 +50,7 @@ class SpeechClient { use ClientTrait; - const VERSION = 'master'; + const VERSION = '0.1.0'; const SCOPE = 'https://www.googleapis.com/auth/cloud-platform'; diff --git a/src/Speech/VERSION b/src/Speech/VERSION new file mode 100644 index 000000000000..6c6aa7cb0918 --- /dev/null +++ b/src/Speech/VERSION @@ -0,0 +1 @@ +0.1.0 \ No newline at end of file diff --git a/src/Storage/StorageClient.php b/src/Storage/StorageClient.php index 417dfb136836..0515f74948bb 100644 --- a/src/Storage/StorageClient.php +++ b/src/Storage/StorageClient.php @@ -38,7 +38,7 @@ class StorageClient { use ClientTrait; - const VERSION = 'master'; + const VERSION = '0.1.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'; diff --git a/src/Storage/VERSION b/src/Storage/VERSION new file mode 100644 index 000000000000..6c6aa7cb0918 --- /dev/null +++ b/src/Storage/VERSION @@ -0,0 +1 @@ +0.1.0 \ No newline at end of file diff --git a/src/Translate/TranslateClient.php b/src/Translate/TranslateClient.php index c0f3b02b7ef9..aaf2b9649722 100644 --- a/src/Translate/TranslateClient.php +++ b/src/Translate/TranslateClient.php @@ -51,7 +51,7 @@ class TranslateClient { use ClientTrait; - const VERSION = 'master'; + const VERSION = '0.1.0'; const ENGLISH_LANGUAGE_CODE = 'en'; diff --git a/src/Translate/VERSION b/src/Translate/VERSION new file mode 100644 index 000000000000..6c6aa7cb0918 --- /dev/null +++ b/src/Translate/VERSION @@ -0,0 +1 @@ +0.1.0 \ No newline at end of file diff --git a/src/Vision/VERSION b/src/Vision/VERSION new file mode 100644 index 000000000000..6c6aa7cb0918 --- /dev/null +++ b/src/Vision/VERSION @@ -0,0 +1 @@ +0.1.0 \ No newline at end of file diff --git a/src/Vision/VisionClient.php b/src/Vision/VisionClient.php index 2010fdbaa66a..f492d935c7bd 100644 --- a/src/Vision/VisionClient.php +++ b/src/Vision/VisionClient.php @@ -42,7 +42,7 @@ class VisionClient use ClientTrait; use ValidateTrait; - const VERSION = 'master'; + const VERSION = '0.1.0'; const FULL_CONTROL_SCOPE = 'https://www.googleapis.com/auth/cloud-platform';