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

3918 GCS NIO readAttributes returns CloudStorageObjectAttributes for directory like objects #4261

Closed
wants to merge 31 commits into from
Closed
Changes from 1 commit
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
dfa999f
3918: Added checking of attributes size for 0
Dec 27, 2018
0a108e4
3918: Added a unit test
Dec 27, 2018
4834660
3918: Fixed codestyle error
Dec 28, 2018
9bf5b35
Ignore testRotateFromCustomerEncryptionToKmsKeyWithCustomerEncryption…
JesseLovelace Dec 28, 2018
31971fb
Fix NPE in BQ's StandardTableDefinition (#4247)
nktaushanov Dec 28, 2018
36fbd97
Bigtable: add a separate callable for point reads (#4264)
igorbernstein2 Dec 28, 2018
e9ea3d9
Spanner: closed watch-dog daemon threads spawned by Spanner client (#…
javabrown Dec 31, 2018
fb2b690
Fix Kokoro release jobs (#4225)
chingor13 Jan 2, 2019
6e2c2dd
Pub/Sub: Add message abandonment (#4250)
charlesliqlogic Jan 2, 2019
70d7efb
BigQuery: Fix Maximum Bytes Billed property. (#4262)
Jan 2, 2019
f526a44
Update UsePubSubEmulatorSnippet.java (#4256)
kenfesta Jan 2, 2019
63a9cb7
Logging: disable severity based flush on write by default (#4254)
ajaaym Jan 2, 2019
7978818
Docs: Fix maven site generation (#4232)
chingor13 Jan 2, 2019
b7c1878
Bigtable: deprecate the use of typesafe names (#4257)
igorbernstein2 Jan 3, 2019
2b9f530
Fixed cannot call public methods in via reflection (#4249)
charlesliqlogic Jan 3, 2019
73e93c0
BigQuery : Fix numBytes, numRows in TableInfo/Table (#4271)
Jan 3, 2019
eb6c4d2
Cloud Bigtable: helloWorld sample (#4274)
elisheva-qlogic Jan 3, 2019
b2a95a0
Add .tmpl extension for README.md so releasetool is not confused (#4280)
chingor13 Jan 3, 2019
c367308
Release v0.75.0 (#4282)
kolea2 Jan 3, 2019
6d56b8c
Bump next snapshot (#4286)
kolea2 Jan 3, 2019
ca7054e
Fix #4284 NPE for getZone (#4289)
ajaaym Jan 4, 2019
ba4ba16
Regenerate securitycenter client (#4290)
yoshi-automation Jan 4, 2019
28720b5
Bigtable admin: deprecate typesafe names part 2 (#4258)
igorbernstein2 Jan 4, 2019
978f3b7
Regenerate iamcredentials client (#4277)
yoshi-automation Jan 7, 2019
f28bbcc
Revert "Pub/Sub: Add message abandonment (#4250)" (#4297)
chingor13 Jan 7, 2019
d2302cd
updated links (#4287)
romlogic Jan 7, 2019
395b016
Release v0.76.0 (#4298)
chingor13 Jan 8, 2019
e4db5fd
3918: Added checking of attributes size for 0
Dec 27, 2018
3cbdcd7
3918: Added a unit test
Dec 27, 2018
8fb687f
3918: Fixed codestyle error
Dec 28, 2018
d6ea4d5
Merge branch '3918' of https://github.com/andrey-qlogic/google-cloud-…
Jan 8, 2019
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

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -34,8 +34,8 @@ message Source {
// "organizations/123/sources/456"
string name = 1;

// The sources display name.
// A sources display name must be unique amongst its siblings, for example,
// The source's display name.
// A source's display name must be unique amongst its siblings, for example,
// two sources with the same parent can't share the same display name.
// The display name must start and end with a letter or digit, may contain
// letters, digits, spaces, hyphens, and underscores, and can be no longer
35 changes: 20 additions & 15 deletions google-cloud-clients/google-cloud-securitycenter/synth.metadata
Original file line number Diff line number Diff line change
@@ -1,27 +1,32 @@
{
"updateTime": "2019-01-04T08:46:44.268721Z",
"sources": [
{
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "5a57f0c13a358b2b15452bf2d67453774a5f6d4f",
"internalRef": "221837528"
"generator": {
"name": "artman",
"version": "0.16.4",
"dockerImage": "googleapis/artman@sha256:8b45fae963557c3299921037ecbb86f0689f41b1b4aea73408ebc50562cb2857"
}
},
{
"git": {
"name": "googleapis-private",
"remote": "https://github.com/googleapis/googleapis-private.git",
"sha": "6aa8e1a447bb8d0367150356a28cb4d3f2332641",
"internalRef": "221340946"
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "4930597beb4d26be020513af985506b39d4b73cd",
"internalRef": "227765328"
}
},
}
],
"destinations": [
{
"generator": {
"name": "artman",
"version": "0.16.0",
"dockerImage": "googleapis/artman@sha256:90f9d15e9bad675aeecd586725bce48f5667ffe7d5fc4d1e96d51ff34304815b"
"client": {
"source": "googleapis",
"apiName": "securitycenter",
"apiVersion": "v1beta1",
"language": "java",
"generator": "gapic",
"config": "google/cloud/securitycenter/artman_securitycenter_v1beta1.yaml"
}
}
]
}
}