From 255c1a8e3561006bed60fc9cfbb23e104f573d3a Mon Sep 17 00:00:00 2001 From: Google APIs Date: Mon, 7 Jun 2021 19:19:45 -0700 Subject: [PATCH] feat!:Publish Cloud ResourceSettings v1 API PiperOrigin-RevId: 378057924 --- google/cloud/resourcesettings/v1/resource_settings.proto | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/google/cloud/resourcesettings/v1/resource_settings.proto b/google/cloud/resourcesettings/v1/resource_settings.proto index 16ba32e74e..c2e7f7dba6 100644 --- a/google/cloud/resourcesettings/v1/resource_settings.proto +++ b/google/cloud/resourcesettings/v1/resource_settings.proto @@ -27,6 +27,11 @@ option java_multiple_files = true; option java_outer_classname = "ResourceSettingsProto"; option java_package = "com.google.cloud.resourcesettings.v1"; +// Client library namespace +option csharp_namespace = "Google.Cloud.ResourceSettings.V1"; +option php_namespace = "Google\\Cloud\\ResourceSettings\\V1"; +option ruby_package = "Google::Cloud::ResourceSettings::V1"; + // An interface to interact with resource settings and setting values throughout // the resource hierarchy. //