Skip to content

Commit 9e8a28b

Browse files
yoshi-automationsduskis
authored andcommitted
---
yaml --- r: 12735 b: refs/heads/autosynth-dataproc c: ba4ba16 h: refs/heads/master i: 12733: 94d4e58 12731: 3349ba2 12727: 67804c4 12719: 1b95809 12703: 07508ed 12671: 25f38ac
1 parent 0ea85f6 commit 9e8a28b

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
@@ -114,7 +114,7 @@ refs/tags/v0.66.0: ed6a3f57cbdaa20339a1995f7d7d53b172a5b8ef
114114
refs/tags/v0.67.0: 30b56f02092efc6f3c3667650ea8b8825003e0b7
115115
refs/heads/autosynth-compute: 986ec89964354eeecb8d259ddc23c85c75e4df5b
116116
refs/heads/autosynth-container: d0346e84b1f26e3dc10444450a998f357a43bcef
117-
refs/heads/autosynth-dataproc: ca7054e8a887ff9f542a8bda6344b5111902f299
117+
refs/heads/autosynth-dataproc: ba4ba16b4d056c720dca3e0f5f568e79986acd51
118118
refs/heads/autosynth-monitoring: 28bf7ca67c0aab4815884e5d6253aaa8aa3baa1c
119119
refs/heads/autosynth-pubsub: 5a23c921229ede711e9fb37341ecd08a6f8ff216
120120
refs/heads/autosynth-video-intelligence: 3e8faeeee2f803271529bd6e89b621c1ca098628

branches/autosynth-dataproc/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-dataproc/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-dataproc/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)