Skip to content

Commit b789f79

Browse files
Google APIscopybara-github
authored andcommitted
fix!: Fix the version casing in the C# namespace option
BREAKING CHANGE: This would break any C# code already generated, but this file is very new, so is unlikely to break anyone. PiperOrigin-RevId: 315933871
1 parent a19b46e commit b789f79

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

google/cloud/securitycenter/v1p1beta1/resource.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ package google.cloud.securitycenter.v1p1beta1;
1818

1919
import "google/api/annotations.proto";
2020

21-
option csharp_namespace = "Google.Cloud.SecurityCenter.V1p1Beta1";
21+
option csharp_namespace = "Google.Cloud.SecurityCenter.V1P1Beta1";
2222
option go_package = "google.golang.org/genproto/googleapis/cloud/securitycenter/v1p1beta1;securitycenter";
2323
option java_multiple_files = true;
2424
option java_outer_classname = "ResourceProto";

0 commit comments

Comments
 (0)