Skip to content

Commit

Permalink
Prepare v0.102.0 (#1965)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdpedrie authored May 23, 2019
1 parent fa5761e commit da356f0
Show file tree
Hide file tree
Showing 18 changed files with 36 additions and 25 deletions.
2 changes: 1 addition & 1 deletion AutoMl/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 Debugger/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.18.3
0.18.4
2 changes: 1 addition & 1 deletion Debugger/src/DebuggerClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ class DebuggerClient
{
use ClientTrait;

const VERSION = '0.18.3';
const VERSION = '0.18.4';

const FULL_CONTROL_SCOPE = 'https://www.googleapis.com/auth/cloud-platform';
const READ_ONLY_SCOPE = 'https://www.googleapis.com/auth/debugger.readonly';
Expand Down
2 changes: 1 addition & 1 deletion Dialogflow/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.8.2
0.8.3
2 changes: 1 addition & 1 deletion Firestore/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.5.2
1.6.0
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.5.2';
const VERSION = '1.6.0';

const DEFAULT_DATABASE = '(default)';

Expand Down
2 changes: 1 addition & 1 deletion Language/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.19.2
0.19.3
2 changes: 1 addition & 1 deletion Language/src/LanguageClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ class LanguageClient
ClientTrait::jsonDecode insteadof RetryDeciderTrait;
}

const VERSION = '0.19.2';
const VERSION = '0.19.3';

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

Expand Down
2 changes: 1 addition & 1 deletion Speech/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.23.3
0.24.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 = '0.23.3';
const VERSION = '0.24.0';

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

Expand Down
2 changes: 1 addition & 1 deletion Tasks/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.2
1.1.0
2 changes: 1 addition & 1 deletion Vision/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.22.2
0.22.3
2 changes: 1 addition & 1 deletion Vision/src/VisionClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ class VisionClient
use ClientTrait;
use ValidateTrait;

const VERSION = '0.22.2';
const VERSION = '0.22.3';

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

Expand Down
1 change: 1 addition & 0 deletions WebSecurityScanner/VERSION
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
0.1.0
20 changes: 10 additions & 10 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
},
"replace": {
"google/cloud-asset": "0.3.3",
"google/cloud-automl": "0.2.1",
"google/cloud-automl": "0.2.2",
"google/cloud-bigquery": "1.6.0",
"google/cloud-bigquerydatatransfer": "0.10.4",
"google/cloud-bigtable": "0.12.4",
Expand All @@ -78,14 +78,14 @@
"google/cloud-core": "1.28.0",
"google/cloud-dataproc": "0.11.3",
"google/cloud-datastore": "1.9.3",
"google/cloud-debugger": "0.18.3",
"google/cloud-dialogflow": "0.8.2",
"google/cloud-debugger": "0.18.4",
"google/cloud-dialogflow": "0.8.3",
"google/cloud-dlp": "0.18.4",
"google/cloud-error-reporting": "0.14.4",
"google/cloud-firestore": "1.5.2",
"google/cloud-firestore": "1.6.0",
"google/cloud-iot": "0.7.4",
"google/cloud-kms": "1.3.4",
"google/cloud-language": "0.19.2",
"google/cloud-language": "0.19.3",
"google/cloud-logging": "1.16.4",
"google/cloud-monitoring": "0.16.4",
"google/cloud-oslogin": "0.9.4",
Expand All @@ -94,17 +94,17 @@
"google/cloud-scheduler": "1.0.1",
"google/cloud-security-center": "0.1.1",
"google/cloud-spanner": "1.15.3",
"google/cloud-speech": "0.23.3",
"google/cloud-speech": "0.24.0",
"google/cloud-storage": "1.12.1",
"google/cloud-talent": "0.4.0",
"google/cloud-tasks": "1.0.2",
"google/cloud-tasks": "1.1.0",
"google/cloud-text-to-speech": "0.4.3",
"google/cloud-trace": "0.14.3",
"google/cloud-translate": "1.2.9",
"google/cloud-videointelligence": "1.5.3",
"google/cloud-vision": "0.22.2",
"google/cloud-vision": "0.22.3",
"google/cloud-web-risk": "0.1.1",
"google/cloud-web-security-scanner": "master"
"google/cloud-web-security-scanner": "0.1.0"
},
"suggest": {
"opis/closure": "May be used to serialize closures to process jobs in the batch daemon. Please require version ^3.",
Expand Down Expand Up @@ -253,4 +253,4 @@
]
}
}
}
}
10 changes: 10 additions & 0 deletions docs/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"name": "google/cloud",
"defaultService": "servicebuilder",
"versions": [
"v0.102.0",
"v0.101.1",
"v0.101.0",
"v0.100.0",
Expand Down Expand Up @@ -166,6 +167,7 @@
"name": "google/cloud-automl",
"defaultService": "automl/readme",
"versions": [
"v0.2.2",
"v0.2.1",
"v0.2.0",
"v0.1.0",
Expand Down Expand Up @@ -492,6 +494,7 @@
"name": "google/cloud-debugger",
"defaultService": "debugger/debuggerclient",
"versions": [
"v0.18.4",
"v0.18.3",
"v0.18.2",
"v0.18.1",
Expand Down Expand Up @@ -531,6 +534,7 @@
"name": "google/cloud-dialogflow",
"defaultService": "dialogflow/readme",
"versions": [
"v0.8.3",
"v0.8.2",
"v0.8.1",
"v0.8.0",
Expand Down Expand Up @@ -665,6 +669,7 @@
"name": "google/cloud-firestore",
"defaultService": "firestore/firestoreclient",
"versions": [
"v1.6.0",
"v1.5.2",
"v1.5.1",
"v1.5.0",
Expand Down Expand Up @@ -781,6 +786,7 @@
"name": "google/cloud-language",
"defaultService": "language/languageclient",
"versions": [
"v0.19.3",
"v0.19.2",
"v0.19.1",
"v0.19.0",
Expand Down Expand Up @@ -1170,6 +1176,7 @@
"name": "google/cloud-speech",
"defaultService": "speech/speechclient",
"versions": [
"v0.24.0",
"v0.23.3",
"v0.23.2",
"v0.23.1",
Expand Down Expand Up @@ -1281,6 +1288,7 @@
"name": "google/cloud-tasks",
"defaultService": "tasks/readme",
"versions": [
"v1.1.0",
"v1.0.2",
"v1.0.1",
"v1.0.0",
Expand Down Expand Up @@ -1462,6 +1470,7 @@
"name": "google/cloud-vision",
"defaultService": "vision/visionclient",
"versions": [
"v0.22.3",
"v0.22.2",
"v0.22.1",
"v0.22.0",
Expand Down Expand Up @@ -1527,6 +1536,7 @@
"name": "google/cloud-web-security-scanner",
"defaultService": "websecurityscanner/readme",
"versions": [
"v0.1.0",
"master"
]
}
Expand Down
2 changes: 1 addition & 1 deletion src/ServiceBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ class ServiceBuilder extends CoreServiceBuilder
/**
* @deprecated
*/
const VERSION = '0.101.1';
const VERSION = '0.102.0';
}
2 changes: 1 addition & 1 deletion src/Version.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@
*/
class Version
{
const VERSION = '0.101.1';
const VERSION = '0.102.0';
}

0 comments on commit da356f0

Please sign in to comment.