Skip to content

Added a document for the time filter on BigQueryClient->jobs()#1183

Merged
dwsupplee merged 1 commit intogoogleapis:masterfrom
tmatsuo:bigquery-job-list-filter
Jul 20, 2018
Merged

Added a document for the time filter on BigQueryClient->jobs()#1183
dwsupplee merged 1 commit intogoogleapis:masterfrom
tmatsuo:bigquery-job-list-filter

Conversation

@tmatsuo
Copy link
Copy Markdown
Contributor

@tmatsuo tmatsuo commented Jul 19, 2018

@tmatsuo tmatsuo requested a review from dwsupplee July 19, 2018 23:11
@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Jul 19, 2018
@dwsupplee dwsupplee added the api: bigquery Issues related to the BigQuery API. label Jul 20, 2018
@dwsupplee dwsupplee merged commit c358e8c into googleapis:master Jul 20, 2018
$jobId = $job->id();
$creationTime = $info['statistics']['creationTime'];
$jobs = self::$client->jobs([
'maxCreationTime' => $creationTime + 1000,

This comment was marked as spam.

@tmatsuo tmatsuo deleted the bigquery-job-list-filter branch July 20, 2018 17:45
sduskis pushed a commit that referenced this pull request Jul 23, 2018
* Add isRacy() to SafeSearch (#1166)

The SafeSearch class included `is` functions for each SafeSearch feature (adult, spoof, medical, violence), but was missing Racy. This Pull Request adds `isRacy()` to the SafeSearch class.

* Exclude component vendor folder from snippet coverage (#1168)

cc @tmatsuo

* Allow context to handle Throwable interface (#1164)

* Add getServiceAccount to the BigQueryClient (#1167)

* Add getServiceAccount to the BigQueryClient

See:
https://cloud.google.com/bigquery/docs/reference/rest/v2/projects/getServiceAccount

* Added $options to getServiceAccount and fixed the indent

* Use single quote

* Add snippet test

* Comment update, use self instead of $this

* Comment update

* Prepare v0.71.0 (#1169)

* Prepare v0.71.0

* patch release for Logging

* Correct version for Logging

* [Kms] Regenerate with the new gapic config (#1165)

* Update for the new gapic configuration

* Docs update for the new and nicer namespace

* Removed the files with the old namespace

* Use the new namespace in the code sample

Add back the deprecated files

* Changed the wording for the deprecation warning

* Fix firestore queries (#1161)

* Bump gax to 0.35 (#1170)

* Add an interactive release builder. (#1160)

* Add an interactive release builder.

* Create build directory if it doesn't exist

* Add getServiceAccount method to StorageClient (#1173)

* Re-generate library using Tasks/synth.py (#1174)

* Re-generate library using Tasks/synth.py

* Use new namespace in user visible area, tweak the deprecation wording

* Add support for Numeric type (#1172)

* Add support for Numeric type

* Added a cast in Numeric's constructor, added system tests

* Allow '123.' and '.123', update tests

* [Breaking Change] Add support for Document Snapshots in Firestore Query Cursors (#1162)

cc @schmidt-sebastian

Extracted from #923 and updated to address pull request comments.

Breaking change is the standardization in Query of using `InvalidArgumentException`, replacing various throws of `BadMethodCallException`.

Closes #851.

* Fix Storage Requesterpays system tests (#1180)

The requester pays system tests have been broken for some time. This change fixes them.

* Bandaid for protobuf 4761 (#1176)

* Temporary workaround for protobuf extension issue

protocolbuffers/protobuf#4761

* Bump gax to 0.36

* Configure comparators for the unit test

* Revert back to normal TestCase

* Install protobuf extension in the PHP 7.2 test runner

* Revert to TestCase

* Prepare v0.72.0 (#1181)

* Added a document for the time filter on BigQueryClient->jobs() (#1183)

* Narrowed the time filter in the system test (#1185)

* Re-generate library using BigQueryDataTransfer/synth.py (#1184)

* Re-generate library using BigQueryDataTransfer/synth.py

* Tweak the wording on the deprecation warning

Also use the new namespace in the sample code

* pin auth version until we have a way to silence warnings (#1189)
@jdpedrie jdpedrie mentioned this pull request Aug 8, 2018
jdpedrie added a commit that referenced this pull request Aug 8, 2018
## Google Cloud PHP v0.73.0

### google/cloud-bigquery v1.4.1

* Added documentation for BigQuery job time filter. (#1183)
* Updated tests to conform to linting requirements. (#1192)

### google/cloud-bigquerydatatransfer v0.7.0

* Updated BigQueryDataTransfer generated client. (#1184)

### google/cloud-core v1.22.0

* Updated Symfony Lock Adapter to provide better exception messaging and context. (#1204)
* Added support for custom headers on resumable uploaders. (#1111)
* Updated tests to conform to linting requirements. (#1192)

### google/cloud-datastore v1.5.5

* Updated tests to conform to linting requirements. (#1192)

### google/cloud-debugger v0.12.3

* Updated tests to conform to linting requirements. (#1192)

### google/cloud-error-reporting v0.11.3

* Updated tests to conform to linting requirements. (#1192)

### google/cloud-firestore v0.12.1

* Updated tests to conform to linting requirements. (#1192)

### google/cloud-language v0.15.3

* Updated tests to conform to linting requirements. (#1192)

### google/cloud-logging v1.12.6

* Updated tests to conform to linting requirements. (#1192)

### google/cloud-pubsub v1.4.2

* Updated tests to conform to linting requirements. (#1192)

### google/cloud-spanner v1.6.3

* Fixed a bug which prevented field values from being set to `null`. (#1201)
* Updated tests to conform to linting requirements. (#1192)

### google/cloud-speech v0.16.0

* **BREAKING CHANGE** Removed deprecated v1beta1 client for Cloud Speech and update generated clients. (#1196)
* Updated tests to conform to linting requirements. (#1192)

### google/cloud-storage v1.7.0

* Improve Storage Signed URL support. Added support for CORS headers and improved validation of inputs. (#1111)
* Updated tests to conform to linting requirements. (#1192)

### google/cloud-text-to-speech v0.1.2

* Updated tests to conform to linting requirements. (#1192)

### google/cloud-trace v0.10.3

* Updated tests to conform to linting requirements. (#1192)

### google/cloud-translate v1.2.4

* Updated tests to conform to linting requirements. (#1192)

### google/cloud-vision v0.15.2

* Updated tests to conform to linting requirements. (#1192)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

api: bigquery Issues related to the BigQuery API. cla: yes This human has signed the Contributor License Agreement.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants