Skip to content

Commit 7745bcc

Browse files
yoshi-automationsduskis
authored andcommitted
---
yaml --- r: 14667 b: refs/heads/autosynth-asset c: ba4ba16 h: refs/heads/master i: 14665: f0974a9 14663: 8c57b72
1 parent 63565bf commit 7745bcc

5 files changed

Lines changed: 41 additions & 36 deletions

File tree

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ refs/heads/autosynth-vision: b8e47d76578b5f150ef530072ea7e485e2b02ca0
122122
refs/heads/spanner: b01127f885b4611bf1852abb0ce481eeb7fcc131
123123
refs/tags/v0.68.0: 9cc799fcf68c82ab431d425fefa58ef615ce8e5b
124124
refs/tags/v0.69.0: 78f67a29e8b9c46ba01de566a2eae0fd1c03edea
125-
refs/heads/autosynth-asset: ca7054e8a887ff9f542a8bda6344b5111902f299
125+
refs/heads/autosynth-asset: ba4ba16b4d056c720dca3e0f5f568e79986acd51
126126
refs/heads/autosynth-automl: d4315b3596bac160e3439432c54435f44b09953e
127127
refs/heads/autosynth-bigquerydatatransfer: 2a9f3938237f85a8919602d74011326580ff387f
128128
refs/heads/autosynth-bigquerystorage: 99aee05df348f39d98b6fb23c292006f1d2a6c28

branches/autosynth-asset/google-api-grpc/proto-google-cloud-securitycenter-v1beta1/src/main/java/com/google/cloud/securitycenter/v1beta1/Source.java

Lines changed: 14 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

branches/autosynth-asset/google-api-grpc/proto-google-cloud-securitycenter-v1beta1/src/main/java/com/google/cloud/securitycenter/v1beta1/SourceOrBuilder.java

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

branches/autosynth-asset/google-api-grpc/proto-google-cloud-securitycenter-v1beta1/src/main/proto/google/cloud/securitycenter/v1beta1/source.proto

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ message Source {
3434
// "organizations/123/sources/456"
3535
string name = 1;
3636

37-
// The sources display name.
38-
// A sources display name must be unique amongst its siblings, for example,
37+
// The source's display name.
38+
// A source's display name must be unique amongst its siblings, for example,
3939
// two sources with the same parent can't share the same display name.
4040
// The display name must start and end with a letter or digit, may contain
4141
// letters, digits, spaces, hyphens, and underscores, and can be no longer
Lines changed: 20 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,32 @@
11
{
2+
"updateTime": "2019-01-04T08:46:44.268721Z",
23
"sources": [
34
{
4-
"git": {
5-
"name": "googleapis",
6-
"remote": "https://github.com/googleapis/googleapis.git",
7-
"sha": "5a57f0c13a358b2b15452bf2d67453774a5f6d4f",
8-
"internalRef": "221837528"
5+
"generator": {
6+
"name": "artman",
7+
"version": "0.16.4",
8+
"dockerImage": "googleapis/artman@sha256:8b45fae963557c3299921037ecbb86f0689f41b1b4aea73408ebc50562cb2857"
99
}
1010
},
1111
{
1212
"git": {
13-
"name": "googleapis-private",
14-
"remote": "https://github.com/googleapis/googleapis-private.git",
15-
"sha": "6aa8e1a447bb8d0367150356a28cb4d3f2332641",
16-
"internalRef": "221340946"
13+
"name": "googleapis",
14+
"remote": "https://github.com/googleapis/googleapis.git",
15+
"sha": "4930597beb4d26be020513af985506b39d4b73cd",
16+
"internalRef": "227765328"
1717
}
18-
},
18+
}
19+
],
20+
"destinations": [
1921
{
20-
"generator": {
21-
"name": "artman",
22-
"version": "0.16.0",
23-
"dockerImage": "googleapis/artman@sha256:90f9d15e9bad675aeecd586725bce48f5667ffe7d5fc4d1e96d51ff34304815b"
22+
"client": {
23+
"source": "googleapis",
24+
"apiName": "securitycenter",
25+
"apiVersion": "v1beta1",
26+
"language": "java",
27+
"generator": "gapic",
28+
"config": "google/cloud/securitycenter/artman_securitycenter_v1beta1.yaml"
2429
}
2530
}
2631
]
27-
}
32+
}

0 commit comments

Comments
 (0)