Skip to content

Commit

Permalink
docs: update the comments in the protos (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation authored and JustinBeckwith committed Jan 4, 2019
1 parent e911853 commit 82532a1
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
* "organizations/123/sources/456"
*
* @property {string} displayName
* 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
Expand Down
10 changes: 5 additions & 5 deletions packages/google-cloud-securitycenter/synth.metadata
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
{
"updateTime": "2018-12-08T12:21:42.100694Z",
"updateTime": "2019-01-04T12:09:24.971220Z",
"sources": [
{
"generator": {
"name": "artman",
"version": "0.16.2",
"dockerImage": "googleapis/artman@sha256:2f6b261ee7fe1aedf238991c93a20b3820de37a343d0cacf3e3e9555c2aaf2ea"
"version": "0.16.4",
"dockerImage": "googleapis/artman@sha256:8b45fae963557c3299921037ecbb86f0689f41b1b4aea73408ebc50562cb2857"
}
},
{
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "6f6505a69b2b0a1260c93e890d636eefb859e76e",
"internalRef": "224530961"
"sha": "4930597beb4d26be020513af985506b39d4b73cd",
"internalRef": "227765328"
}
},
{
Expand Down

0 comments on commit 82532a1

Please sign in to comment.