Skip to content

Commit f540d42

Browse files
yoshi-automationbusunkim96
authored andcommitted
Add Ruby package configuration in protos (via synth). (googleapis#7741)
1 parent 3e28997 commit f540d42

File tree

11 files changed

+18
-13
lines changed

11 files changed

+18
-13
lines changed

securitycenter/google/cloud/securitycenter_v1/proto/asset.proto

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ option go_package = "google.golang.org/genproto/googleapis/cloud/securitycenter/
2727
option java_multiple_files = true;
2828
option java_package = "com.google.cloud.securitycenter.v1";
2929
option php_namespace = "Google\\Cloud\\SecurityCenter\\V1";
30+
option ruby_package = "Google::Cloud::SecurityCenter::V1";
3031

3132
// Cloud Security Command Center's (Cloud SCC) representation of a Google Cloud
3233
// Platform (GCP) resource.

securitycenter/google/cloud/securitycenter_v1/proto/asset_pb2.py

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

securitycenter/google/cloud/securitycenter_v1/proto/finding.proto

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ option go_package = "google.golang.org/genproto/googleapis/cloud/securitycenter/
2727
option java_multiple_files = true;
2828
option java_package = "com.google.cloud.securitycenter.v1";
2929
option php_namespace = "Google\\Cloud\\SecurityCenter\\V1";
30+
option ruby_package = "Google::Cloud::SecurityCenter::V1";
3031

3132
// Cloud Security Command Center (Cloud SCC) finding.
3233
//

securitycenter/google/cloud/securitycenter_v1/proto/finding_pb2.py

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

securitycenter/google/cloud/securitycenter_v1/proto/organization_settings.proto

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ option go_package = "google.golang.org/genproto/googleapis/cloud/securitycenter/
2424
option java_multiple_files = true;
2525
option java_package = "com.google.cloud.securitycenter.v1";
2626
option php_namespace = "Google\\Cloud\\SecurityCenter\\V1";
27+
option ruby_package = "Google::Cloud::SecurityCenter::V1";
2728

2829
// User specified settings that are attached to the Cloud Security Command
2930
// Center (Cloud SCC) organization.

securitycenter/google/cloud/securitycenter_v1/proto/organization_settings_pb2.py

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

securitycenter/google/cloud/securitycenter_v1/proto/security_marks.proto

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ option go_package = "google.golang.org/genproto/googleapis/cloud/securitycenter/
2424
option java_multiple_files = true;
2525
option java_package = "com.google.cloud.securitycenter.v1";
2626
option php_namespace = "Google\\Cloud\\SecurityCenter\\V1";
27+
option ruby_package = "Google::Cloud::SecurityCenter::V1";
2728

2829
// User specified security marks that are attached to the parent Cloud Security
2930
// Command Center (Cloud SCC) resource. Security marks are scoped within a Cloud

securitycenter/google/cloud/securitycenter_v1/proto/security_marks_pb2.py

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

securitycenter/google/cloud/securitycenter_v1/proto/source.proto

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ option go_package = "google.golang.org/genproto/googleapis/cloud/securitycenter/
2424
option java_multiple_files = true;
2525
option java_package = "com.google.cloud.securitycenter.v1";
2626
option php_namespace = "Google\\Cloud\\SecurityCenter\\V1";
27+
option ruby_package = "Google::Cloud::SecurityCenter::V1";
2728

2829
// Cloud Security Command Center's (Cloud SCC) finding source. A finding source
2930
// is an entity or a mechanism that can produce a finding. A source is like a

securitycenter/google/cloud/securitycenter_v1/proto/source_pb2.py

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

0 commit comments

Comments
 (0)