Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Preapre v0.90.0 #1578

Merged
merged 2 commits into from
Dec 18, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Asset/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.4
0.1.5
2 changes: 1 addition & 1 deletion BigQueryDataTransfer/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.8.3
0.8.4
2 changes: 1 addition & 1 deletion Bigtable/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.9.2
0.9.3
2 changes: 1 addition & 1 deletion Bigtable/src/BigtableClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ class BigtableClient
{
use ArrayTrait;

const VERSION = '0.9.2';
const VERSION = '0.9.3';

/**
* @var GapicClient
Expand Down
1 change: 1 addition & 0 deletions CommonProtos/VERSION
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
0.1.0
2 changes: 1 addition & 1 deletion Container/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 Core/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.25.0
1.25.1
2 changes: 1 addition & 1 deletion Dataproc/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.8.0
0.8.1
2 changes: 1 addition & 1 deletion Datastore/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.5.10
1.6.0
2 changes: 1 addition & 1 deletion Datastore/src/DatastoreClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -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';

Expand Down
2 changes: 1 addition & 1 deletion Datastore/src/V1/Gapic/DatastoreGapicClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion Debugger/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.16.1
0.16.2
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.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';
Expand Down
2 changes: 1 addition & 1 deletion Dialogflow/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.5.1
0.5.2
2 changes: 1 addition & 1 deletion Dlp/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.15.1
0.15.2
2 changes: 1 addition & 1 deletion ErrorReporting/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.12.2
0.12.3
2 changes: 1 addition & 1 deletion Firestore/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.15.6
0.15.7
2 changes: 1 addition & 1 deletion Firestore/src/FirestoreClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ class FirestoreClient
use SnapshotTrait;
use ValidateTrait;

const VERSION = '0.15.6';
const VERSION = '0.15.7';

const DEFAULT_DATABASE = '(default)';

Expand Down
2 changes: 1 addition & 1 deletion Iot/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.5.0
0.5.1
2 changes: 1 addition & 1 deletion Kms/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.4.2
0.4.3
2 changes: 1 addition & 1 deletion Language/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.16.2
0.16.3
2 changes: 1 addition & 1 deletion Language/src/LanguageClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -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';

Expand Down
2 changes: 1 addition & 1 deletion Logging/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.14.1
1.14.2
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.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';
Expand Down
2 changes: 1 addition & 1 deletion Monitoring/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.13.0
0.14.0
2 changes: 1 addition & 1 deletion OsLogin/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.7.2
0.7.3
2 changes: 1 addition & 1 deletion PubSub/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.7.1
1.7.2
2 changes: 1 addition & 1 deletion PubSub/src/PubSubClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -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';

Expand Down
2 changes: 1 addition & 1 deletion Redis/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.4.4
0.4.5
2 changes: 1 addition & 1 deletion Spanner/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.11.3
1.11.4
2 changes: 1 addition & 1 deletion Spanner/src/SpannerClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down
2 changes: 1 addition & 1 deletion Speech/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.18.1
0.18.2
2 changes: 1 addition & 1 deletion Speech/src/SpeechClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -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';

Expand Down
2 changes: 1 addition & 1 deletion Tasks/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.5.1
0.5.2
2 changes: 1 addition & 1 deletion TextToSpeech/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.7
0.1.8
2 changes: 1 addition & 1 deletion Trace/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.12.1
0.12.2
2 changes: 1 addition & 1 deletion Trace/src/TraceClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -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';

Expand Down
2 changes: 1 addition & 1 deletion VideoIntelligence/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.2.1
1.2.2
2 changes: 1 addition & 1 deletion Vision/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.19.0
0.19.1
2 changes: 1 addition & 1 deletion Vision/src/VisionClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -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';

Expand Down
62 changes: 33 additions & 29 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,44 +67,48 @@
"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.",
"phpseclib/phpseclib": "May be used in place of OpenSSL for creating signed Cloud Storage URLs. Please require version ^2."
},
"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",
Expand Down Expand Up @@ -220,4 +224,4 @@
]
}
}
}
}
Loading