From 5dedfae4a499e90f6da806eb3536811e7c319a41 Mon Sep 17 00:00:00 2001 From: Google APIs Date: Mon, 10 Aug 2020 12:17:49 -0700 Subject: [PATCH] chore: set C#, PHP, and Ruby namespaces in proto options PiperOrigin-RevId: 325860295 --- google/cloud/policytroubleshooter/v1/checker.proto | 3 +++ google/cloud/policytroubleshooter/v1/explanations.proto | 7 +++++++ 2 files changed, 10 insertions(+) diff --git a/google/cloud/policytroubleshooter/v1/checker.proto b/google/cloud/policytroubleshooter/v1/checker.proto index 6fae32d1..1b20892e 100644 --- a/google/cloud/policytroubleshooter/v1/checker.proto +++ b/google/cloud/policytroubleshooter/v1/checker.proto @@ -22,10 +22,13 @@ import "google/api/annotations.proto"; import "google/api/client.proto"; option cc_enable_arenas = true; +option csharp_namespace = "Google.Cloud.PolicyTroubleshooter.V1"; option go_package = "google.golang.org/genproto/googleapis/cloud/policytroubleshooter/v1;policytroubleshooter"; option java_multiple_files = true; option java_outer_classname = "IAMCheckerProto"; option java_package = "com.google.cloud.policytroubleshooter.v1"; +option php_namespace = "Google\\Cloud\\PolicyTroubleshooter\\V1"; +option ruby_package = "Google::Cloud::PolicyTroubleshooter::V1"; // IAM Policy Troubleshooter service. // diff --git a/google/cloud/policytroubleshooter/v1/explanations.proto b/google/cloud/policytroubleshooter/v1/explanations.proto index 7fe73689..bfabe42c 100644 --- a/google/cloud/policytroubleshooter/v1/explanations.proto +++ b/google/cloud/policytroubleshooter/v1/explanations.proto @@ -21,7 +21,14 @@ import "google/api/field_behavior.proto"; import "google/iam/v1/policy.proto"; import "google/type/expr.proto"; +option cc_enable_arenas = true; +option csharp_namespace = "Google.Cloud.PolicyTroubleshooter.V1"; option go_package = "google.golang.org/genproto/googleapis/cloud/policytroubleshooter/v1;policytroubleshooter"; +option java_multiple_files = true; +option java_outer_classname = "ExplanationsProto"; +option java_package = "com.google.cloud.policytroubleshooter.v1"; +option php_namespace = "Google\\Cloud\\PolicyTroubleshooter\\V1"; +option ruby_package = "Google::Cloud::PolicyTroubleshooter::V1"; // Information about the member, resource, and permission to check. message AccessTuple {