Skip to content

Commit 035f9dd

Browse files
yoshi-automationsduskis
authored andcommitted
---
yaml --- r: 14311 b: refs/heads/autosynth-video-intelligence c: ba4ba16 h: refs/heads/master i: 14309: 3f1f3c6 14307: fa0fb43 14303: 353dcf0
1 parent fd090b2 commit 035f9dd

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
@@ -117,7 +117,7 @@ refs/heads/autosynth-container: f6384095f50b31bfc8208542a49181e158d3681c
117117
refs/heads/autosynth-dataproc: bc74a8841bc1693d7945d991d15979df550b1fd1
118118
refs/heads/autosynth-monitoring: e67db7395a868e5f6ecc3476eb4a91c47abd4234
119119
refs/heads/autosynth-pubsub: fd363d13793a853214eb8193c922b28c54e7a6b3
120-
refs/heads/autosynth-video-intelligence: ca7054e8a887ff9f542a8bda6344b5111902f299
120+
refs/heads/autosynth-video-intelligence: ba4ba16b4d056c720dca3e0f5f568e79986acd51
121121
refs/heads/autosynth-vision: d758c43ba2ef4f4f7ad07b722617cb39fe3f29db
122122
refs/heads/spanner: 54a5e197bfe0a004e13c190427f46c3413ab572d
123123
refs/tags/v0.68.0: 9cc799fcf68c82ab431d425fefa58ef615ce8e5b

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