Skip to content

Commit

Permalink
chore: update code formatting (#86)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation authored and JustinBeckwith committed Apr 26, 2019
1 parent 954eb6f commit 1139ee6
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ option go_package = "google.golang.org/genproto/googleapis/cloud/securitycenter/
option java_multiple_files = true;
option java_package = "com.google.cloud.securitycenter.v1";
option php_namespace = "Google\\Cloud\\SecurityCenter\\V1";
option ruby_package = "Google::Cloud::SecurityCenter::V1";

// Cloud Security Command Center's (Cloud SCC) representation of a Google Cloud
// Platform (GCP) resource.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ option go_package = "google.golang.org/genproto/googleapis/cloud/securitycenter/
option java_multiple_files = true;
option java_package = "com.google.cloud.securitycenter.v1";
option php_namespace = "Google\\Cloud\\SecurityCenter\\V1";
option ruby_package = "Google::Cloud::SecurityCenter::V1";

// Cloud Security Command Center (Cloud SCC) finding.
//
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ option go_package = "google.golang.org/genproto/googleapis/cloud/securitycenter/
option java_multiple_files = true;
option java_package = "com.google.cloud.securitycenter.v1";
option php_namespace = "Google\\Cloud\\SecurityCenter\\V1";
option ruby_package = "Google::Cloud::SecurityCenter::V1";

// User specified settings that are attached to the Cloud Security Command
// Center (Cloud SCC) organization.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ option go_package = "google.golang.org/genproto/googleapis/cloud/securitycenter/
option java_multiple_files = true;
option java_package = "com.google.cloud.securitycenter.v1";
option php_namespace = "Google\\Cloud\\SecurityCenter\\V1";
option ruby_package = "Google::Cloud::SecurityCenter::V1";

// User specified security marks that are attached to the parent Cloud Security
// Command Center (Cloud SCC) resource. Security marks are scoped within a Cloud
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ option go_package = "google.golang.org/genproto/googleapis/cloud/securitycenter/
option java_multiple_files = true;
option java_package = "com.google.cloud.securitycenter.v1";
option php_namespace = "Google\\Cloud\\SecurityCenter\\V1";
option ruby_package = "Google::Cloud::SecurityCenter::V1";

// Cloud Security Command Center's (Cloud SCC) finding source. A finding source
// is an entity or a mechanism that can produce a finding. A source is like a
Expand Down
6 changes: 3 additions & 3 deletions packages/google-cloud-securitycenter/synth.metadata
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"updateTime": "2019-04-11T11:21:27.131524Z",
"updateTime": "2019-04-18T11:20:31.265935Z",
"sources": [
{
"generator": {
Expand All @@ -12,8 +12,8 @@
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "fecf169b1b202e7acd8c0bd3b1d1f5e52747fd63",
"internalRef": "242946317"
"sha": "d35ca3509160f09d3b0cc5360531751d95f3e292",
"internalRef": "244086609"
}
},
{
Expand Down

0 comments on commit 1139ee6

Please sign in to comment.