From 5c65bb4da92e93d3b64267cfa58c3fbc1c1c0a08 Mon Sep 17 00:00:00 2001 From: "copybara-service[bot]" <56741989+copybara-service[bot]@users.noreply.github.com> Date: Tue, 18 Apr 2023 14:12:30 -0400 Subject: [PATCH] fix: Fix Ruby and PHP namespaces (#499) PiperOrigin-RevId: 522709585 Co-authored-by: Copybara Bot --- proto/google/events/cloud/apigateway/v1/data.proto | 2 ++ proto/google/events/cloud/apigateway/v1/events.proto | 2 ++ proto/google/events/cloud/apigeeregistry/v1/data.proto | 2 ++ proto/google/events/cloud/apigeeregistry/v1/events.proto | 2 ++ proto/google/events/cloud/audit/v1/data.proto | 2 ++ proto/google/events/cloud/audit/v1/events.proto | 2 ++ .../google/events/cloud/beyondcorp/appconnections/v1/data.proto | 2 ++ .../events/cloud/beyondcorp/appconnections/v1/events.proto | 2 ++ .../google/events/cloud/beyondcorp/appconnectors/v1/data.proto | 2 ++ .../events/cloud/beyondcorp/appconnectors/v1/events.proto | 2 ++ proto/google/events/cloud/beyondcorp/appgateways/v1/data.proto | 2 ++ .../google/events/cloud/beyondcorp/appgateways/v1/events.proto | 2 ++ .../cloud/beyondcorp/clientconnectorservices/v1/data.proto | 2 ++ .../cloud/beyondcorp/clientconnectorservices/v1/events.proto | 2 ++ .../google/events/cloud/beyondcorp/clientgateways/v1/data.proto | 2 ++ .../events/cloud/beyondcorp/clientgateways/v1/events.proto | 2 ++ proto/google/events/cloud/certificatemanager/v1/data.proto | 2 ++ proto/google/events/cloud/certificatemanager/v1/events.proto | 2 ++ proto/google/events/cloud/cloudbuild/v1/data.proto | 2 ++ proto/google/events/cloud/cloudbuild/v1/events.proto | 2 ++ proto/google/events/cloud/clouddms/v1/data.proto | 2 ++ proto/google/events/cloud/clouddms/v1/events.proto | 2 ++ proto/google/events/cloud/dataflow/v1beta3/data.proto | 2 ++ proto/google/events/cloud/dataflow/v1beta3/events.proto | 2 ++ proto/google/events/cloud/datafusion/v1/data.proto | 2 ++ proto/google/events/cloud/datafusion/v1/events.proto | 2 ++ proto/google/events/cloud/datastream/v1/data.proto | 2 ++ proto/google/events/cloud/datastream/v1/events.proto | 2 ++ proto/google/events/cloud/eventarc/v1/data.proto | 2 ++ proto/google/events/cloud/eventarc/v1/events.proto | 2 ++ proto/google/events/cloud/firestore/v1/data.proto | 2 ++ proto/google/events/cloud/firestore/v1/events.proto | 2 ++ proto/google/events/cloud/functions/v2/data.proto | 2 ++ proto/google/events/cloud/functions/v2/events.proto | 2 ++ proto/google/events/cloud/iot/v1/data.proto | 2 ++ proto/google/events/cloud/iot/v1/events.proto | 2 ++ proto/google/events/cloud/memcache/v1/data.proto | 2 ++ proto/google/events/cloud/memcache/v1/events.proto | 2 ++ proto/google/events/cloud/pubsub/v1/data.proto | 2 ++ proto/google/events/cloud/pubsub/v1/events.proto | 2 ++ proto/google/events/cloud/scheduler/v1/data.proto | 2 ++ proto/google/events/cloud/scheduler/v1/events.proto | 2 ++ proto/google/events/cloud/storage/v1/data.proto | 2 ++ proto/google/events/cloud/storage/v1/events.proto | 2 ++ proto/google/events/cloud/workflows/v1/data.proto | 2 ++ proto/google/events/cloud/workflows/v1/events.proto | 2 ++ proto/google/events/cloudevent.proto | 2 ++ proto/google/events/firebase/analytics/v1/data.proto | 2 ++ proto/google/events/firebase/analytics/v1/events.proto | 2 ++ proto/google/events/firebase/auth/v1/data.proto | 2 ++ proto/google/events/firebase/auth/v1/events.proto | 2 ++ proto/google/events/firebase/database/v1/data.proto | 2 ++ proto/google/events/firebase/database/v1/events.proto | 2 ++ .../events/firebase/firebasealerts/v1/cloud_event_payload.proto | 2 ++ proto/google/events/firebase/firebasealerts/v1/data.proto | 2 ++ proto/google/events/firebase/firebasealerts/v1/events.proto | 2 ++ proto/google/events/firebase/remoteconfig/v1/data.proto | 2 ++ proto/google/events/firebase/remoteconfig/v1/events.proto | 2 ++ proto/google/events/firebase/testlab/v1/data.proto | 2 ++ proto/google/events/firebase/testlab/v1/events.proto | 2 ++ 60 files changed, 120 insertions(+) diff --git a/proto/google/events/cloud/apigateway/v1/data.proto b/proto/google/events/cloud/apigateway/v1/data.proto index 7d71ded3..1b92c0a4 100644 --- a/proto/google/events/cloud/apigateway/v1/data.proto +++ b/proto/google/events/cloud/apigateway/v1/data.proto @@ -19,6 +19,8 @@ package google.events.cloud.apigateway.v1; import "google/protobuf/timestamp.proto"; option csharp_namespace = "Google.Events.Protobuf.Cloud.ApiGateway.V1"; +option php_namespace = "Google\\Events\\Cloud\\ApiGateway\\V1"; +option ruby_package = "Google::Events::Cloud::ApiGateway::V1"; // An API that can be served by one or more Gateways. message Api { diff --git a/proto/google/events/cloud/apigateway/v1/events.proto b/proto/google/events/cloud/apigateway/v1/events.proto index 14e20a00..d78640d1 100644 --- a/proto/google/events/cloud/apigateway/v1/events.proto +++ b/proto/google/events/cloud/apigateway/v1/events.proto @@ -20,6 +20,8 @@ import "google/events/cloud/apigateway/v1/data.proto"; import "google/events/cloudevent.proto"; option csharp_namespace = "Google.Events.Protobuf.Cloud.ApiGateway.V1"; +option php_namespace = "Google\\Events\\Cloud\\ApiGateway\\V1"; +option ruby_package = "Google::Events::Cloud::ApiGateway::V1"; option (google.events.cloud_event_product) = "API Gateway"; option (google.events.cloud_event_extension_attribute) = { name: "gateway" diff --git a/proto/google/events/cloud/apigeeregistry/v1/data.proto b/proto/google/events/cloud/apigeeregistry/v1/data.proto index b86db2d5..79d6e6d3 100644 --- a/proto/google/events/cloud/apigeeregistry/v1/data.proto +++ b/proto/google/events/cloud/apigeeregistry/v1/data.proto @@ -19,6 +19,8 @@ package google.events.cloud.apigeeregistry.v1; import "google/protobuf/timestamp.proto"; option csharp_namespace = "Google.Events.Protobuf.Cloud.ApigeeRegistry.V1"; +option php_namespace = "Google\\Events\\Cloud\\ApigeeRegistry\\V1"; +option ruby_package = "Google::Events::Cloud::ApigeeRegistry::V1"; // An Instance represents the instance resources of the Registry. // Currently, only one instance is allowed for each project. diff --git a/proto/google/events/cloud/apigeeregistry/v1/events.proto b/proto/google/events/cloud/apigeeregistry/v1/events.proto index 78fce6d9..4959a18c 100644 --- a/proto/google/events/cloud/apigeeregistry/v1/events.proto +++ b/proto/google/events/cloud/apigeeregistry/v1/events.proto @@ -20,6 +20,8 @@ import "google/events/cloud/apigeeregistry/v1/data.proto"; import "google/events/cloudevent.proto"; option csharp_namespace = "Google.Events.Protobuf.Cloud.ApigeeRegistry.V1"; +option php_namespace = "Google\\Events\\Cloud\\ApigeeRegistry\\V1"; +option ruby_package = "Google::Events::Cloud::ApigeeRegistry::V1"; option (google.events.cloud_event_product) = "Apigee Registry"; option (google.events.cloud_event_extension_attribute) = { name: "instance" diff --git a/proto/google/events/cloud/audit/v1/data.proto b/proto/google/events/cloud/audit/v1/data.proto index 25d8e947..4a2ecc78 100644 --- a/proto/google/events/cloud/audit/v1/data.proto +++ b/proto/google/events/cloud/audit/v1/data.proto @@ -23,6 +23,8 @@ import "google/rpc/context/attribute_context.proto"; import "google/rpc/status.proto"; option csharp_namespace = "Google.Events.Protobuf.Cloud.Audit.V1"; +option php_namespace = "Google\\Events\\Cloud\\Audit\\V1"; +option ruby_package = "Google::Events::Cloud::Audit::V1"; // The data within all Cloud Audit Logs log entry events. message LogEntryData { diff --git a/proto/google/events/cloud/audit/v1/events.proto b/proto/google/events/cloud/audit/v1/events.proto index 3b68a67c..a9d99251 100644 --- a/proto/google/events/cloud/audit/v1/events.proto +++ b/proto/google/events/cloud/audit/v1/events.proto @@ -20,6 +20,8 @@ import "google/events/cloud/audit/v1/data.proto"; import "google/events/cloudevent.proto"; option csharp_namespace = "Google.Events.Protobuf.Cloud.Audit.V1"; +option php_namespace = "Google\\Events\\Cloud\\Audit\\V1"; +option ruby_package = "Google::Events::Cloud::Audit::V1"; option (google.events.cloud_event_product) = "Cloud Audit Logs"; option (google.events.cloud_event_extension_attribute) = { diff --git a/proto/google/events/cloud/beyondcorp/appconnections/v1/data.proto b/proto/google/events/cloud/beyondcorp/appconnections/v1/data.proto index cbb2a901..feb2c598 100644 --- a/proto/google/events/cloud/beyondcorp/appconnections/v1/data.proto +++ b/proto/google/events/cloud/beyondcorp/appconnections/v1/data.proto @@ -19,6 +19,8 @@ package google.events.cloud.beyondcorp.appconnections.v1; import "google/protobuf/timestamp.proto"; option csharp_namespace = "Google.Events.Protobuf.Cloud.BeyondCorp.AppConnections.V1"; +option php_namespace = "Google\\Events\\Cloud\\BeyondCorp\\AppConnections\\V1"; +option ruby_package = "Google::Events::Cloud::BeyondCorp::AppConnections::V1"; // A BeyondCorp AppConnection resource represents a BeyondCorp protected // AppConnection to a remote application. It creates all the necessary GCP diff --git a/proto/google/events/cloud/beyondcorp/appconnections/v1/events.proto b/proto/google/events/cloud/beyondcorp/appconnections/v1/events.proto index 7ba4c884..6cbb646e 100644 --- a/proto/google/events/cloud/beyondcorp/appconnections/v1/events.proto +++ b/proto/google/events/cloud/beyondcorp/appconnections/v1/events.proto @@ -20,6 +20,8 @@ import "google/events/cloud/beyondcorp/appconnections/v1/data.proto"; import "google/events/cloudevent.proto"; option csharp_namespace = "Google.Events.Protobuf.Cloud.BeyondCorp.AppConnections.V1"; +option php_namespace = "Google\\Events\\Cloud\\BeyondCorp\\AppConnections\\V1"; +option ruby_package = "Google::Events::Cloud::BeyondCorp::AppConnections::V1"; option (google.events.cloud_event_product) = "BeyondCorp"; option (google.events.cloud_event_extension_attribute) = { name: "appconnection" diff --git a/proto/google/events/cloud/beyondcorp/appconnectors/v1/data.proto b/proto/google/events/cloud/beyondcorp/appconnectors/v1/data.proto index d75ec597..24783fcd 100644 --- a/proto/google/events/cloud/beyondcorp/appconnectors/v1/data.proto +++ b/proto/google/events/cloud/beyondcorp/appconnectors/v1/data.proto @@ -19,6 +19,8 @@ package google.events.cloud.beyondcorp.appconnectors.v1; import "google/protobuf/timestamp.proto"; option csharp_namespace = "Google.Events.Protobuf.Cloud.BeyondCorp.AppConnectors.V1"; +option php_namespace = "Google\\Events\\Cloud\\BeyondCorp\\AppConnectors\\V1"; +option ruby_package = "Google::Events::Cloud::BeyondCorp::AppConnectors::V1"; // ResourceInfo represents the information/status of an app connector resource. // Such as: diff --git a/proto/google/events/cloud/beyondcorp/appconnectors/v1/events.proto b/proto/google/events/cloud/beyondcorp/appconnectors/v1/events.proto index 8ac797e9..074d0def 100644 --- a/proto/google/events/cloud/beyondcorp/appconnectors/v1/events.proto +++ b/proto/google/events/cloud/beyondcorp/appconnectors/v1/events.proto @@ -20,6 +20,8 @@ import "google/events/cloud/beyondcorp/appconnectors/v1/data.proto"; import "google/events/cloudevent.proto"; option csharp_namespace = "Google.Events.Protobuf.Cloud.BeyondCorp.AppConnectors.V1"; +option php_namespace = "Google\\Events\\Cloud\\BeyondCorp\\AppConnectors\\V1"; +option ruby_package = "Google::Events::Cloud::BeyondCorp::AppConnectors::V1"; option (google.events.cloud_event_product) = "BeyondCorp"; option (google.events.cloud_event_extension_attribute) = { name: "appconnector" diff --git a/proto/google/events/cloud/beyondcorp/appgateways/v1/data.proto b/proto/google/events/cloud/beyondcorp/appgateways/v1/data.proto index 5ce2ff69..3bfbc14a 100644 --- a/proto/google/events/cloud/beyondcorp/appgateways/v1/data.proto +++ b/proto/google/events/cloud/beyondcorp/appgateways/v1/data.proto @@ -19,6 +19,8 @@ package google.events.cloud.beyondcorp.appgateways.v1; import "google/protobuf/timestamp.proto"; option csharp_namespace = "Google.Events.Protobuf.Cloud.BeyondCorp.AppGateways.V1"; +option php_namespace = "Google\\Events\\Cloud\\BeyondCorp\\AppGateways\\V1"; +option ruby_package = "Google::Events::Cloud::BeyondCorp::AppGateways::V1"; // A BeyondCorp AppGateway resource represents a BeyondCorp protected AppGateway // to a remote application. It creates all the necessary GCP components needed diff --git a/proto/google/events/cloud/beyondcorp/appgateways/v1/events.proto b/proto/google/events/cloud/beyondcorp/appgateways/v1/events.proto index 1f489b62..44aa87d7 100644 --- a/proto/google/events/cloud/beyondcorp/appgateways/v1/events.proto +++ b/proto/google/events/cloud/beyondcorp/appgateways/v1/events.proto @@ -20,6 +20,8 @@ import "google/events/cloud/beyondcorp/appgateways/v1/data.proto"; import "google/events/cloudevent.proto"; option csharp_namespace = "Google.Events.Protobuf.Cloud.BeyondCorp.AppGateways.V1"; +option php_namespace = "Google\\Events\\Cloud\\BeyondCorp\\AppGateways\\V1"; +option ruby_package = "Google::Events::Cloud::BeyondCorp::AppGateways::V1"; option (google.events.cloud_event_product) = "BeyondCorp"; option (google.events.cloud_event_extension_attribute) = { name: "appgateway" diff --git a/proto/google/events/cloud/beyondcorp/clientconnectorservices/v1/data.proto b/proto/google/events/cloud/beyondcorp/clientconnectorservices/v1/data.proto index 09f7567f..72478c8b 100644 --- a/proto/google/events/cloud/beyondcorp/clientconnectorservices/v1/data.proto +++ b/proto/google/events/cloud/beyondcorp/clientconnectorservices/v1/data.proto @@ -19,6 +19,8 @@ package google.events.cloud.beyondcorp.clientconnectorservices.v1; import "google/protobuf/timestamp.proto"; option csharp_namespace = "Google.Events.Protobuf.Cloud.BeyondCorp.ClientConnectorServices.V1"; +option php_namespace = "Google\\Events\\Cloud\\BeyondCorp\\ClientConnectorServices\\V1"; +option ruby_package = "Google::Events::Cloud::BeyondCorp::ClientConnectorServices::V1"; // Message describing ClientConnectorService object. message ClientConnectorService { diff --git a/proto/google/events/cloud/beyondcorp/clientconnectorservices/v1/events.proto b/proto/google/events/cloud/beyondcorp/clientconnectorservices/v1/events.proto index 90eade76..c8ea2bb7 100644 --- a/proto/google/events/cloud/beyondcorp/clientconnectorservices/v1/events.proto +++ b/proto/google/events/cloud/beyondcorp/clientconnectorservices/v1/events.proto @@ -20,6 +20,8 @@ import "google/events/cloud/beyondcorp/clientconnectorservices/v1/data.proto"; import "google/events/cloudevent.proto"; option csharp_namespace = "Google.Events.Protobuf.Cloud.BeyondCorp.ClientConnectorServices.V1"; +option php_namespace = "Google\\Events\\Cloud\\BeyondCorp\\ClientConnectorServices\\V1"; +option ruby_package = "Google::Events::Cloud::BeyondCorp::ClientConnectorServices::V1"; option (google.events.cloud_event_product) = "BeyondCorp"; option (google.events.cloud_event_extension_attribute) = { name: "clientconnectorservice" diff --git a/proto/google/events/cloud/beyondcorp/clientgateways/v1/data.proto b/proto/google/events/cloud/beyondcorp/clientgateways/v1/data.proto index 66932c8e..63dad9f5 100644 --- a/proto/google/events/cloud/beyondcorp/clientgateways/v1/data.proto +++ b/proto/google/events/cloud/beyondcorp/clientgateways/v1/data.proto @@ -19,6 +19,8 @@ package google.events.cloud.beyondcorp.clientgateways.v1; import "google/protobuf/timestamp.proto"; option csharp_namespace = "Google.Events.Protobuf.Cloud.BeyondCorp.ClientGateways.V1"; +option php_namespace = "Google\\Events\\Cloud\\BeyondCorp\\ClientGateways\\V1"; +option ruby_package = "Google::Events::Cloud::BeyondCorp::ClientGateways::V1"; // Message describing ClientGateway object. message ClientGateway { diff --git a/proto/google/events/cloud/beyondcorp/clientgateways/v1/events.proto b/proto/google/events/cloud/beyondcorp/clientgateways/v1/events.proto index 791cda5c..2438910f 100644 --- a/proto/google/events/cloud/beyondcorp/clientgateways/v1/events.proto +++ b/proto/google/events/cloud/beyondcorp/clientgateways/v1/events.proto @@ -20,6 +20,8 @@ import "google/events/cloud/beyondcorp/clientgateways/v1/data.proto"; import "google/events/cloudevent.proto"; option csharp_namespace = "Google.Events.Protobuf.Cloud.BeyondCorp.ClientGateways.V1"; +option php_namespace = "Google\\Events\\Cloud\\BeyondCorp\\ClientGateways\\V1"; +option ruby_package = "Google::Events::Cloud::BeyondCorp::ClientGateways::V1"; option (google.events.cloud_event_product) = "BeyondCorp"; option (google.events.cloud_event_extension_attribute) = { name: "clientgateway" diff --git a/proto/google/events/cloud/certificatemanager/v1/data.proto b/proto/google/events/cloud/certificatemanager/v1/data.proto index dfb46703..442aa79d 100644 --- a/proto/google/events/cloud/certificatemanager/v1/data.proto +++ b/proto/google/events/cloud/certificatemanager/v1/data.proto @@ -20,6 +20,8 @@ import "google/protobuf/duration.proto"; import "google/protobuf/timestamp.proto"; option csharp_namespace = "Google.Events.Protobuf.Cloud.CertificateManager.V1"; +option php_namespace = "Google\\Events\\Cloud\\CertificateManager\\V1"; +option ruby_package = "Google::Events::Cloud::CertificateManager::V1"; // CertificateIssuanceConfig specifies how to issue and manage a certificate. message CertificateIssuanceConfig { diff --git a/proto/google/events/cloud/certificatemanager/v1/events.proto b/proto/google/events/cloud/certificatemanager/v1/events.proto index c0f63e3d..562c6a98 100644 --- a/proto/google/events/cloud/certificatemanager/v1/events.proto +++ b/proto/google/events/cloud/certificatemanager/v1/events.proto @@ -20,6 +20,8 @@ import "google/events/cloud/certificatemanager/v1/data.proto"; import "google/events/cloudevent.proto"; option csharp_namespace = "Google.Events.Protobuf.Cloud.CertificateManager.V1"; +option php_namespace = "Google\\Events\\Cloud\\CertificateManager\\V1"; +option ruby_package = "Google::Events::Cloud::CertificateManager::V1"; option (google.events.cloud_event_product) = "Certificate Manager"; option (google.events.cloud_event_extension_attribute) = { name: "certificate" diff --git a/proto/google/events/cloud/cloudbuild/v1/data.proto b/proto/google/events/cloud/cloudbuild/v1/data.proto index 63c63603..aae1a92a 100644 --- a/proto/google/events/cloud/cloudbuild/v1/data.proto +++ b/proto/google/events/cloud/cloudbuild/v1/data.proto @@ -20,6 +20,8 @@ import "google/protobuf/duration.proto"; import "google/protobuf/timestamp.proto"; option csharp_namespace = "Google.Events.Protobuf.Cloud.CloudBuild.V1"; +option php_namespace = "Google\\Events\\Cloud\\CloudBuild\\V1"; +option ruby_package = "Google::Events::Cloud::CloudBuild::V1"; // Build event data for Google Cloud Platform API operations. message BuildEventData { diff --git a/proto/google/events/cloud/cloudbuild/v1/events.proto b/proto/google/events/cloud/cloudbuild/v1/events.proto index eadea575..b99c94eb 100644 --- a/proto/google/events/cloud/cloudbuild/v1/events.proto +++ b/proto/google/events/cloud/cloudbuild/v1/events.proto @@ -20,6 +20,8 @@ import "google/events/cloud/cloudbuild/v1/data.proto"; import "google/events/cloudevent.proto"; option csharp_namespace = "Google.Events.Protobuf.Cloud.CloudBuild.V1"; +option php_namespace = "Google\\Events\\Cloud\\CloudBuild\\V1"; +option ruby_package = "Google::Events::Cloud::CloudBuild::V1"; option (google.events.cloud_event_product) = "Cloud Build"; // The CloudEvent raised when your build's state changes. diff --git a/proto/google/events/cloud/clouddms/v1/data.proto b/proto/google/events/cloud/clouddms/v1/data.proto index ddf2850d..bb9cc37a 100644 --- a/proto/google/events/cloud/clouddms/v1/data.proto +++ b/proto/google/events/cloud/clouddms/v1/data.proto @@ -22,6 +22,8 @@ import "google/protobuf/wrappers.proto"; import "google/rpc/status.proto"; option csharp_namespace = "Google.Events.Protobuf.Cloud.CloudDms.V1"; +option php_namespace = "Google\\Events\\Cloud\\CloudDms\\V1"; +option ruby_package = "Google::Events::Cloud::CloudDMS::V1"; // SSL configuration information. message SslConfig { diff --git a/proto/google/events/cloud/clouddms/v1/events.proto b/proto/google/events/cloud/clouddms/v1/events.proto index 73859a1b..d4a62c10 100644 --- a/proto/google/events/cloud/clouddms/v1/events.proto +++ b/proto/google/events/cloud/clouddms/v1/events.proto @@ -20,6 +20,8 @@ import "google/events/cloud/clouddms/v1/data.proto"; import "google/events/cloudevent.proto"; option csharp_namespace = "Google.Events.Protobuf.Cloud.CloudDms.V1"; +option php_namespace = "Google\\Events\\Cloud\\CloudDms\\V1"; +option ruby_package = "Google::Events::Cloud::CloudDMS::V1"; option (google.events.cloud_event_product) = "Database Migration"; option (google.events.cloud_event_extension_attribute) = { name: "migrationjob" diff --git a/proto/google/events/cloud/dataflow/v1beta3/data.proto b/proto/google/events/cloud/dataflow/v1beta3/data.proto index eeeb2716..8e5c621e 100644 --- a/proto/google/events/cloud/dataflow/v1beta3/data.proto +++ b/proto/google/events/cloud/dataflow/v1beta3/data.proto @@ -20,6 +20,8 @@ import "google/protobuf/struct.proto"; import "google/protobuf/timestamp.proto"; option csharp_namespace = "Google.Events.Protobuf.Cloud.Dataflow.V1Beta3"; +option php_namespace = "Google\\Events\\Cloud\\Dataflow\\V1beta3"; +option ruby_package = "Google::Events::Cloud::Dataflow::V1beta3"; // Describes the environment in which a Dataflow Job runs. message Environment { diff --git a/proto/google/events/cloud/dataflow/v1beta3/events.proto b/proto/google/events/cloud/dataflow/v1beta3/events.proto index 5e9a3586..52715bcd 100644 --- a/proto/google/events/cloud/dataflow/v1beta3/events.proto +++ b/proto/google/events/cloud/dataflow/v1beta3/events.proto @@ -20,6 +20,8 @@ import "google/events/cloud/dataflow/v1beta3/data.proto"; import "google/events/cloudevent.proto"; option csharp_namespace = "Google.Events.Protobuf.Cloud.Dataflow.V1Beta3"; +option php_namespace = "Google\\Events\\Cloud\\Dataflow\\V1beta3"; +option ruby_package = "Google::Events::Cloud::Dataflow::V1beta3"; option (google.events.cloud_event_product) = "Cloud Dataflow"; option (google.events.cloud_event_extension_attribute) = { name: "job" diff --git a/proto/google/events/cloud/datafusion/v1/data.proto b/proto/google/events/cloud/datafusion/v1/data.proto index a67fb2b3..930f3ed5 100644 --- a/proto/google/events/cloud/datafusion/v1/data.proto +++ b/proto/google/events/cloud/datafusion/v1/data.proto @@ -19,6 +19,8 @@ package google.events.cloud.datafusion.v1; import "google/protobuf/timestamp.proto"; option csharp_namespace = "Google.Events.Protobuf.Cloud.DataFusion.V1"; +option php_namespace = "Google\\Events\\Cloud\\DataFusion\\V1"; +option ruby_package = "Google::Events::Cloud::DataFusion::V1"; // Network configuration for a Data Fusion instance. These configurations // are used for peering with the customer network. Configurations are optional diff --git a/proto/google/events/cloud/datafusion/v1/events.proto b/proto/google/events/cloud/datafusion/v1/events.proto index c020cf82..719d7b94 100644 --- a/proto/google/events/cloud/datafusion/v1/events.proto +++ b/proto/google/events/cloud/datafusion/v1/events.proto @@ -20,6 +20,8 @@ import "google/events/cloud/datafusion/v1/data.proto"; import "google/events/cloudevent.proto"; option csharp_namespace = "Google.Events.Protobuf.Cloud.DataFusion.V1"; +option php_namespace = "Google\\Events\\Cloud\\DataFusion\\V1"; +option ruby_package = "Google::Events::Cloud::DataFusion::V1"; option (google.events.cloud_event_product) = "Cloud Data Fusion"; option (google.events.cloud_event_extension_attribute) = { name: "instance" diff --git a/proto/google/events/cloud/datastream/v1/data.proto b/proto/google/events/cloud/datastream/v1/data.proto index 38d39515..3170a67e 100644 --- a/proto/google/events/cloud/datastream/v1/data.proto +++ b/proto/google/events/cloud/datastream/v1/data.proto @@ -20,6 +20,8 @@ import "google/protobuf/duration.proto"; import "google/protobuf/timestamp.proto"; option csharp_namespace = "Google.Events.Protobuf.Cloud.Datastream.V1"; +option php_namespace = "Google\\Events\\Cloud\\Datastream\\V1"; +option ruby_package = "Google::Events::Cloud::Datastream::V1"; // Oracle database profile. message OracleProfile { diff --git a/proto/google/events/cloud/datastream/v1/events.proto b/proto/google/events/cloud/datastream/v1/events.proto index dbbd9ff9..d728cffb 100644 --- a/proto/google/events/cloud/datastream/v1/events.proto +++ b/proto/google/events/cloud/datastream/v1/events.proto @@ -20,6 +20,8 @@ import "google/events/cloud/datastream/v1/data.proto"; import "google/events/cloudevent.proto"; option csharp_namespace = "Google.Events.Protobuf.Cloud.Datastream.V1"; +option php_namespace = "Google\\Events\\Cloud\\Datastream\\V1"; +option ruby_package = "Google::Events::Cloud::Datastream::V1"; option (google.events.cloud_event_product) = "Datastream"; option (google.events.cloud_event_extension_attribute) = { name: "connectionprofile" diff --git a/proto/google/events/cloud/eventarc/v1/data.proto b/proto/google/events/cloud/eventarc/v1/data.proto index ed211379..5d82659c 100644 --- a/proto/google/events/cloud/eventarc/v1/data.proto +++ b/proto/google/events/cloud/eventarc/v1/data.proto @@ -20,6 +20,8 @@ import "google/protobuf/timestamp.proto"; import "google/rpc/code.proto"; option csharp_namespace = "Google.Events.Protobuf.Cloud.Eventarc.V1"; +option php_namespace = "Google\\Events\\Cloud\\Eventarc\\V1"; +option ruby_package = "Google::Events::Cloud::Eventarc::V1"; // A representation of the Channel resource. // A Channel is a resource on which event providers publish their events. diff --git a/proto/google/events/cloud/eventarc/v1/events.proto b/proto/google/events/cloud/eventarc/v1/events.proto index 094caffc..3e4a710a 100644 --- a/proto/google/events/cloud/eventarc/v1/events.proto +++ b/proto/google/events/cloud/eventarc/v1/events.proto @@ -20,6 +20,8 @@ import "google/events/cloud/eventarc/v1/data.proto"; import "google/events/cloudevent.proto"; option csharp_namespace = "Google.Events.Protobuf.Cloud.Eventarc.V1"; +option php_namespace = "Google\\Events\\Cloud\\Eventarc\\V1"; +option ruby_package = "Google::Events::Cloud::Eventarc::V1"; option (google.events.cloud_event_product) = "Eventarc"; option (google.events.cloud_event_extension_attribute) = { name: "trigger" diff --git a/proto/google/events/cloud/firestore/v1/data.proto b/proto/google/events/cloud/firestore/v1/data.proto index c8d26533..dfda8c2b 100644 --- a/proto/google/events/cloud/firestore/v1/data.proto +++ b/proto/google/events/cloud/firestore/v1/data.proto @@ -21,6 +21,8 @@ import "google/protobuf/timestamp.proto"; import "google/type/latlng.proto"; option csharp_namespace = "Google.Events.Protobuf.Cloud.Firestore.V1"; +option php_namespace = "Google\\Events\\Cloud\\Firestore\\V1"; +option ruby_package = "Google::Events::Cloud::Firestore::V1"; // The data within all Firestore document events. message DocumentEventData { diff --git a/proto/google/events/cloud/firestore/v1/events.proto b/proto/google/events/cloud/firestore/v1/events.proto index 2d330b8c..e2c40548 100644 --- a/proto/google/events/cloud/firestore/v1/events.proto +++ b/proto/google/events/cloud/firestore/v1/events.proto @@ -20,6 +20,8 @@ import "google/events/cloud/firestore/v1/data.proto"; import "google/events/cloudevent.proto"; option csharp_namespace = "Google.Events.Protobuf.Cloud.Firestore.V1"; +option php_namespace = "Google\\Events\\Cloud\\Firestore\\V1"; +option ruby_package = "Google::Events::Cloud::Firestore::V1"; option (google.events.cloud_event_product) = "Cloud Firestore"; // The CloudEvent raised when a Firestore document is created. diff --git a/proto/google/events/cloud/functions/v2/data.proto b/proto/google/events/cloud/functions/v2/data.proto index 4c420c89..ebd558c2 100644 --- a/proto/google/events/cloud/functions/v2/data.proto +++ b/proto/google/events/cloud/functions/v2/data.proto @@ -19,6 +19,8 @@ package google.events.cloud.functions.v2; import "google/protobuf/timestamp.proto"; option csharp_namespace = "Google.Events.Protobuf.Cloud.Functions.V2"; +option php_namespace = "Google\\Events\\Cloud\\Functions\\V2"; +option ruby_package = "Google::Events::Cloud::Functions::V2"; // Describes a Cloud Function that contains user computation executed in // response to an event. It encapsulates function and trigger configurations. diff --git a/proto/google/events/cloud/functions/v2/events.proto b/proto/google/events/cloud/functions/v2/events.proto index b51c3a86..44e602ff 100644 --- a/proto/google/events/cloud/functions/v2/events.proto +++ b/proto/google/events/cloud/functions/v2/events.proto @@ -20,6 +20,8 @@ import "google/events/cloud/functions/v2/data.proto"; import "google/events/cloudevent.proto"; option csharp_namespace = "Google.Events.Protobuf.Cloud.Functions.V2"; +option php_namespace = "Google\\Events\\Cloud\\Functions\\V2"; +option ruby_package = "Google::Events::Cloud::Functions::V2"; option (google.events.cloud_event_product) = "Cloud Functions"; option (google.events.cloud_event_extension_attribute) = { name: "function" diff --git a/proto/google/events/cloud/iot/v1/data.proto b/proto/google/events/cloud/iot/v1/data.proto index 242f5f75..aa45a742 100644 --- a/proto/google/events/cloud/iot/v1/data.proto +++ b/proto/google/events/cloud/iot/v1/data.proto @@ -20,6 +20,8 @@ import "google/protobuf/timestamp.proto"; import "google/rpc/status.proto"; option csharp_namespace = "Google.Events.Protobuf.Cloud.Iot.V1"; +option php_namespace = "Google\\Events\\Cloud\\Iot\\V1"; +option ruby_package = "Google::Events::Cloud::Iot::V1"; // The device resource. message Device { diff --git a/proto/google/events/cloud/iot/v1/events.proto b/proto/google/events/cloud/iot/v1/events.proto index a3dd9bfa..aeb1cb88 100644 --- a/proto/google/events/cloud/iot/v1/events.proto +++ b/proto/google/events/cloud/iot/v1/events.proto @@ -20,6 +20,8 @@ import "google/events/cloud/iot/v1/data.proto"; import "google/events/cloudevent.proto"; option csharp_namespace = "Google.Events.Protobuf.Cloud.Iot.V1"; +option php_namespace = "Google\\Events\\Cloud\\Iot\\V1"; +option ruby_package = "Google::Events::Cloud::Iot::V1"; option (google.events.cloud_event_product) = "Cloud IoT"; option (google.events.cloud_event_extension_attribute) = { name: "device" diff --git a/proto/google/events/cloud/memcache/v1/data.proto b/proto/google/events/cloud/memcache/v1/data.proto index 12d41249..505f0304 100644 --- a/proto/google/events/cloud/memcache/v1/data.proto +++ b/proto/google/events/cloud/memcache/v1/data.proto @@ -22,6 +22,8 @@ import "google/type/dayofweek.proto"; import "google/type/timeofday.proto"; option csharp_namespace = "Google.Events.Protobuf.Cloud.Memcache.V1"; +option php_namespace = "Google\\Events\\Cloud\\Memcache\\V1"; +option ruby_package = "Google::Events::Cloud::Memcache::V1"; // A Memorystore for Memcached instance message Instance { diff --git a/proto/google/events/cloud/memcache/v1/events.proto b/proto/google/events/cloud/memcache/v1/events.proto index 5ac4c869..4832ffec 100644 --- a/proto/google/events/cloud/memcache/v1/events.proto +++ b/proto/google/events/cloud/memcache/v1/events.proto @@ -20,6 +20,8 @@ import "google/events/cloud/memcache/v1/data.proto"; import "google/events/cloudevent.proto"; option csharp_namespace = "Google.Events.Protobuf.Cloud.Memcache.V1"; +option php_namespace = "Google\\Events\\Cloud\\Memcache\\V1"; +option ruby_package = "Google::Events::Cloud::Memcache::V1"; option (google.events.cloud_event_product) = "Cloud Memorystore for Memcached"; option (google.events.cloud_event_extension_attribute) = { name: "instance" diff --git a/proto/google/events/cloud/pubsub/v1/data.proto b/proto/google/events/cloud/pubsub/v1/data.proto index fbf1a671..d4794bcb 100644 --- a/proto/google/events/cloud/pubsub/v1/data.proto +++ b/proto/google/events/cloud/pubsub/v1/data.proto @@ -19,6 +19,8 @@ package google.events.cloud.pubsub.v1; import "google/protobuf/timestamp.proto"; option csharp_namespace = "Google.Events.Protobuf.Cloud.PubSub.V1"; +option php_namespace = "Google\\Events\\Cloud\\PubSub\\V1"; +option ruby_package = "Google::Events::Cloud::PubSub::V1"; // The event data when a message is published to a topic. message MessagePublishedData { diff --git a/proto/google/events/cloud/pubsub/v1/events.proto b/proto/google/events/cloud/pubsub/v1/events.proto index 7d65e170..e4ac2d7b 100644 --- a/proto/google/events/cloud/pubsub/v1/events.proto +++ b/proto/google/events/cloud/pubsub/v1/events.proto @@ -20,6 +20,8 @@ import "google/events/cloud/pubsub/v1/data.proto"; import "google/events/cloudevent.proto"; option csharp_namespace = "Google.Events.Protobuf.Cloud.PubSub.V1"; +option php_namespace = "Google\\Events\\Cloud\\PubSub\\V1"; +option ruby_package = "Google::Events::Cloud::PubSub::V1"; option (google.events.cloud_event_product) = "Cloud Pub/Sub"; option (google.events.cloud_event_extension_attribute) = { diff --git a/proto/google/events/cloud/scheduler/v1/data.proto b/proto/google/events/cloud/scheduler/v1/data.proto index 6a7fbe7b..107cfb1e 100644 --- a/proto/google/events/cloud/scheduler/v1/data.proto +++ b/proto/google/events/cloud/scheduler/v1/data.proto @@ -17,6 +17,8 @@ syntax = "proto3"; package google.events.cloud.scheduler.v1; option csharp_namespace = "Google.Events.Protobuf.Cloud.Scheduler.V1"; +option php_namespace = "Google\\Events\\Cloud\\Scheduler\\V1"; +option ruby_package = "Google::Events::Cloud::Scheduler::V1"; // Scheduler job data. message SchedulerJobData { diff --git a/proto/google/events/cloud/scheduler/v1/events.proto b/proto/google/events/cloud/scheduler/v1/events.proto index e196482f..52afe55f 100644 --- a/proto/google/events/cloud/scheduler/v1/events.proto +++ b/proto/google/events/cloud/scheduler/v1/events.proto @@ -20,6 +20,8 @@ import "google/events/cloud/scheduler/v1/data.proto"; import "google/events/cloudevent.proto"; option csharp_namespace = "Google.Events.Protobuf.Cloud.Scheduler.V1"; +option php_namespace = "Google\\Events\\Cloud\\Scheduler\\V1"; +option ruby_package = "Google::Events::Cloud::Scheduler::V1"; option (google.events.cloud_event_product) = "Cloud Scheduler"; // The CloudEvent raised when a Scheduler job is executed. diff --git a/proto/google/events/cloud/storage/v1/data.proto b/proto/google/events/cloud/storage/v1/data.proto index 0b7b36e6..cac7593b 100644 --- a/proto/google/events/cloud/storage/v1/data.proto +++ b/proto/google/events/cloud/storage/v1/data.proto @@ -19,6 +19,8 @@ package google.events.cloud.storage.v1; import "google/protobuf/timestamp.proto"; option csharp_namespace = "Google.Events.Protobuf.Cloud.Storage.V1"; +option php_namespace = "Google\\Events\\Cloud\\Storage\\V1"; +option ruby_package = "Google::Events::Cloud::Storage::V1"; // An object within Google Cloud Storage. message StorageObjectData { diff --git a/proto/google/events/cloud/storage/v1/events.proto b/proto/google/events/cloud/storage/v1/events.proto index 6abc9f49..9485f341 100644 --- a/proto/google/events/cloud/storage/v1/events.proto +++ b/proto/google/events/cloud/storage/v1/events.proto @@ -20,6 +20,8 @@ import "google/events/cloud/storage/v1/data.proto"; import "google/events/cloudevent.proto"; option csharp_namespace = "Google.Events.Protobuf.Cloud.Storage.V1"; +option php_namespace = "Google\\Events\\Cloud\\Storage\\V1"; +option ruby_package = "Google::Events::Cloud::Storage::V1"; option (google.events.cloud_event_product) = "Cloud Storage"; // The CloudEvent raised when an object is finalized in Google Cloud Storage. diff --git a/proto/google/events/cloud/workflows/v1/data.proto b/proto/google/events/cloud/workflows/v1/data.proto index 2ef16a5c..2c3aa5bc 100644 --- a/proto/google/events/cloud/workflows/v1/data.proto +++ b/proto/google/events/cloud/workflows/v1/data.proto @@ -19,6 +19,8 @@ package google.events.cloud.workflows.v1; import "google/protobuf/timestamp.proto"; option csharp_namespace = "Google.Events.Protobuf.Cloud.Workflows.V1"; +option php_namespace = "Google\\Events\\Cloud\\Workflows\\V1"; +option ruby_package = "Google::Events::Cloud::Workflows::V1"; // Workflow program to be executed by Workflows. message Workflow { diff --git a/proto/google/events/cloud/workflows/v1/events.proto b/proto/google/events/cloud/workflows/v1/events.proto index 9f5f62ac..fe4c0188 100644 --- a/proto/google/events/cloud/workflows/v1/events.proto +++ b/proto/google/events/cloud/workflows/v1/events.proto @@ -20,6 +20,8 @@ import "google/events/cloud/workflows/v1/data.proto"; import "google/events/cloudevent.proto"; option csharp_namespace = "Google.Events.Protobuf.Cloud.Workflows.V1"; +option php_namespace = "Google\\Events\\Cloud\\Workflows\\V1"; +option ruby_package = "Google::Events::Cloud::Workflows::V1"; option (google.events.cloud_event_product) = "Workflows"; option (google.events.cloud_event_extension_attribute) = { name: "workflow" diff --git a/proto/google/events/cloudevent.proto b/proto/google/events/cloudevent.proto index 6890d7e1..34392804 100644 --- a/proto/google/events/cloudevent.proto +++ b/proto/google/events/cloudevent.proto @@ -20,6 +20,8 @@ import "google/protobuf/descriptor.proto"; option csharp_namespace = "Google.Events.Protobuf"; option java_multiple_files = true; +option php_namespace = "Google\\Events"; +option ruby_package = "Google::Events"; extend google.protobuf.MessageOptions { // The CloudEvent type (e.g. "google.cloud.storage.object.v1.finalized") diff --git a/proto/google/events/firebase/analytics/v1/data.proto b/proto/google/events/firebase/analytics/v1/data.proto index 01541712..51a19e18 100644 --- a/proto/google/events/firebase/analytics/v1/data.proto +++ b/proto/google/events/firebase/analytics/v1/data.proto @@ -17,6 +17,8 @@ syntax = "proto3"; package google.events.firebase.analytics.v1; option csharp_namespace = "Google.Events.Protobuf.Firebase.Analytics.V1"; +option php_namespace = "Google\\Events\\Firebase\\Analytics\\V1"; +option ruby_package = "Google::Events::Firebase::Analytics::V1"; // The data within Firebase Analytics log events. message AnalyticsLogData { diff --git a/proto/google/events/firebase/analytics/v1/events.proto b/proto/google/events/firebase/analytics/v1/events.proto index 500b5606..7d343247 100644 --- a/proto/google/events/firebase/analytics/v1/events.proto +++ b/proto/google/events/firebase/analytics/v1/events.proto @@ -20,6 +20,8 @@ import "google/events/cloudevent.proto"; import "google/events/firebase/analytics/v1/data.proto"; option csharp_namespace = "Google.Events.Protobuf.Firebase.Analytics.V1"; +option php_namespace = "Google\\Events\\Firebase\\Analytics\\V1"; +option ruby_package = "Google::Events::Firebase::Analytics::V1"; option (google.events.cloud_event_product) = "Google Analytics for Firebase"; // The CloudEvent raised when a Firebase Analytics log is written. diff --git a/proto/google/events/firebase/auth/v1/data.proto b/proto/google/events/firebase/auth/v1/data.proto index ea3f642f..12334d3a 100644 --- a/proto/google/events/firebase/auth/v1/data.proto +++ b/proto/google/events/firebase/auth/v1/data.proto @@ -20,6 +20,8 @@ import "google/protobuf/struct.proto"; import "google/protobuf/timestamp.proto"; option csharp_namespace = "Google.Events.Protobuf.Firebase.Auth.V1"; +option php_namespace = "Google\\Events\\Firebase\\Auth\\V1"; +option ruby_package = "Google::Events::Firebase::Auth::V1"; // The data within all Firebase Auth events. message AuthEventData { diff --git a/proto/google/events/firebase/auth/v1/events.proto b/proto/google/events/firebase/auth/v1/events.proto index 131950e4..317d7ec9 100644 --- a/proto/google/events/firebase/auth/v1/events.proto +++ b/proto/google/events/firebase/auth/v1/events.proto @@ -20,6 +20,8 @@ import "google/events/cloudevent.proto"; import "google/events/firebase/auth/v1/data.proto"; option csharp_namespace = "Google.Events.Protobuf.Firebase.Auth.V1"; +option php_namespace = "Google\\Events\\Firebase\\Auth\\V1"; +option ruby_package = "Google::Events::Firebase::Auth::V1"; option (google.events.cloud_event_product) = "Firebase Authentication"; // The CloudEvent raised when a Firebase user is created. diff --git a/proto/google/events/firebase/database/v1/data.proto b/proto/google/events/firebase/database/v1/data.proto index 75d57f13..8ec20cb1 100644 --- a/proto/google/events/firebase/database/v1/data.proto +++ b/proto/google/events/firebase/database/v1/data.proto @@ -19,6 +19,8 @@ package google.events.firebase.database.v1; import "google/protobuf/struct.proto"; option csharp_namespace = "Google.Events.Protobuf.Firebase.Database.V1"; +option php_namespace = "Google\\Events\\Firebase\\Database\\V1"; +option ruby_package = "Google::Events::Firebase::Database::V1"; // The data within all Firebase Real Time Database reference events. message ReferenceEventData { diff --git a/proto/google/events/firebase/database/v1/events.proto b/proto/google/events/firebase/database/v1/events.proto index e72c023f..d0da4ba8 100644 --- a/proto/google/events/firebase/database/v1/events.proto +++ b/proto/google/events/firebase/database/v1/events.proto @@ -20,6 +20,8 @@ import "google/events/cloudevent.proto"; import "google/events/firebase/database/v1/data.proto"; option csharp_namespace = "Google.Events.Protobuf.Firebase.Database.V1"; +option php_namespace = "Google\\Events\\Firebase\\Database\\V1"; +option ruby_package = "Google::Events::Firebase::Database::V1"; option (google.events.cloud_event_product) = "Firebase Realtime Database"; option (google.events.cloud_event_extension_attribute) = { name: "instance" diff --git a/proto/google/events/firebase/firebasealerts/v1/cloud_event_payload.proto b/proto/google/events/firebase/firebasealerts/v1/cloud_event_payload.proto index 1ebf76a3..cadbc0fb 100644 --- a/proto/google/events/firebase/firebasealerts/v1/cloud_event_payload.proto +++ b/proto/google/events/firebase/firebasealerts/v1/cloud_event_payload.proto @@ -22,6 +22,8 @@ import "google/type/date.proto"; option csharp_namespace = "Google.Events.Protobuf.Firebase.FirebaseAlerts.V1"; option java_package = "com.google.events.firebase.firebasealerts.v1"; option java_outer_classname = "CloudEventPayloadProto"; +option php_namespace = "Google\\Events\\Firebase\\FirebaseAlerts\\V1"; +option ruby_package = "Google::Events::Firebase::FirebaseAlerts::V1"; // -- Crashlytics diff --git a/proto/google/events/firebase/firebasealerts/v1/data.proto b/proto/google/events/firebase/firebasealerts/v1/data.proto index 9b4a519c..bd5ee084 100644 --- a/proto/google/events/firebase/firebasealerts/v1/data.proto +++ b/proto/google/events/firebase/firebasealerts/v1/data.proto @@ -20,6 +20,8 @@ import "google/protobuf/struct.proto"; import "google/protobuf/timestamp.proto"; option csharp_namespace = "Google.Events.Protobuf.Firebase.FirebaseAlerts.V1"; +option php_namespace = "Google\\Events\\Firebase\\FirebaseAlerts\\V1"; +option ruby_package = "Google::Events::Firebase::FirebaseAlerts::V1"; // The data within all Firebase Alerts. message AlertData { diff --git a/proto/google/events/firebase/firebasealerts/v1/events.proto b/proto/google/events/firebase/firebasealerts/v1/events.proto index d6526bf6..5df41bc4 100644 --- a/proto/google/events/firebase/firebasealerts/v1/events.proto +++ b/proto/google/events/firebase/firebasealerts/v1/events.proto @@ -20,6 +20,8 @@ import "google/events/cloudevent.proto"; import "google/events/firebase/firebasealerts/v1/data.proto"; option csharp_namespace = "Google.Events.Protobuf.Firebase.FirebaseAlerts.V1"; +option php_namespace = "Google\\Events\\Firebase\\FirebaseAlerts\\V1"; +option ruby_package = "Google::Events::Firebase::FirebaseAlerts::V1"; option (google.events.cloud_event_product) = "Firebase Alerts"; option (google.events.cloud_event_extension_attribute) = { name: "alerttype" diff --git a/proto/google/events/firebase/remoteconfig/v1/data.proto b/proto/google/events/firebase/remoteconfig/v1/data.proto index a03a28c6..7b9fdf31 100644 --- a/proto/google/events/firebase/remoteconfig/v1/data.proto +++ b/proto/google/events/firebase/remoteconfig/v1/data.proto @@ -21,6 +21,8 @@ import "google/protobuf/timestamp.proto"; option csharp_namespace = "Google.Events.Protobuf.Firebase.RemoteConfig.V1"; option java_package = "com.google.events.firebase.remoteconfig.v1"; option java_outer_classname = "DataProto"; +option php_namespace = "Google\\Events\\Firebase\\RemoteConfig\\V1"; +option ruby_package = "Google::Events::Firebase::RemoteConfig::V1"; // The data within all Firebase Remote Config events. message RemoteConfigEventData { diff --git a/proto/google/events/firebase/remoteconfig/v1/events.proto b/proto/google/events/firebase/remoteconfig/v1/events.proto index 7ca7360f..eb2cb0a0 100644 --- a/proto/google/events/firebase/remoteconfig/v1/events.proto +++ b/proto/google/events/firebase/remoteconfig/v1/events.proto @@ -20,6 +20,8 @@ import "google/events/cloudevent.proto"; import "google/events/firebase/remoteconfig/v1/data.proto"; option csharp_namespace = "Google.Events.Protobuf.Firebase.RemoteConfig.V1"; +option php_namespace = "Google\\Events\\Firebase\\RemoteConfig\\V1"; +option ruby_package = "Google::Events::Firebase::RemoteConfig::V1"; option (google.events.cloud_event_product) = "Firebase Remote Config"; // The CloudEvent raised when a Remote Config is updated diff --git a/proto/google/events/firebase/testlab/v1/data.proto b/proto/google/events/firebase/testlab/v1/data.proto index 63c6b054..eef15229 100644 --- a/proto/google/events/firebase/testlab/v1/data.proto +++ b/proto/google/events/firebase/testlab/v1/data.proto @@ -22,6 +22,8 @@ option csharp_namespace = "Google.Events.Protobuf.Firebase.TestLab.V1"; option java_package = "com.google.events.firebase.testlab.v1"; option java_outer_classname = "DataProto"; option java_multiple_files = true; +option php_namespace = "Google\\Events\\Firebase\\TestLab\\V1"; +option ruby_package = "Google::Events::Firebase::TestLab::V1"; // The data within all Firebase test matrix events. message TestMatrixEventData { diff --git a/proto/google/events/firebase/testlab/v1/events.proto b/proto/google/events/firebase/testlab/v1/events.proto index e5a225ef..0ee2a24e 100644 --- a/proto/google/events/firebase/testlab/v1/events.proto +++ b/proto/google/events/firebase/testlab/v1/events.proto @@ -20,6 +20,8 @@ import "google/events/cloudevent.proto"; import "google/events/firebase/testlab/v1/data.proto"; option csharp_namespace = "Google.Events.Protobuf.Firebase.TestLab.V1"; +option php_namespace = "Google\\Events\\Firebase\\TestLab\\V1"; +option ruby_package = "Google::Events::Firebase::TestLab::V1"; option (google.events.cloud_event_product) = "Firebase Test Lab"; // The CloudEvent raised when a TestMatrix is completed