Skip to content

Commit

Permalink
feat: Consumer Procurement API v1
Browse files Browse the repository at this point in the history
fix: correct csharp, php, and ruby package namespaces for order.proto
PiperOrigin-RevId: 551246266
  • Loading branch information
Google APIs authored and Copybara-Service committed Jul 26, 2023
1 parent f823915 commit c87770d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions google/cloud/commerce/consumer/procurement/v1/order.proto
Expand Up @@ -20,9 +20,12 @@ import "google/api/field_behavior.proto";
import "google/api/resource.proto";
import "google/protobuf/timestamp.proto";

option csharp_namespace = "Google.Cloud.Commerce.Consumer.Procurement.V1";
option go_package = "cloud.google.com/go/commerce/consumer/procurement/apiv1/procurementpb;procurementpb";
option java_multiple_files = true;
option java_package = "com.google.cloud.commerce.consumer.procurement.v1";
option php_namespace = "Google\\Cloud\\Commerce\\Consumer\\Procurement\\V1";
option ruby_package = "Google::Cloud::Commerce::Consumer::Procurement::V1";
option (google.api.resource_definition) = {
type: "commerceoffercatalog.googleapis.com/Offer"
pattern: "services/{service}/standardOffers/{offer}"
Expand Down

0 comments on commit c87770d

Please sign in to comment.