Skip to content

Commit

Permalink
fix: fixed resource_reference for name in GetProjectBillingInfo
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 563189185
  • Loading branch information
Google APIs authored and Copybara-Service committed Sep 6, 2023
1 parent eda81ef commit 4967815
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion google/cloud/billing/v1/cloud_billing.proto
Expand Up @@ -378,7 +378,7 @@ message GetProjectBillingInfoRequest {
string name = 1 [
(google.api.field_behavior) = REQUIRED,
(google.api.resource_reference) = {
type: "cloudbilling.googleapis.com/ProjectBillingInfo"
type: "cloudresourcemanager.googleapis.com/Project"
}
];
}
Expand Down

0 comments on commit 4967815

Please sign in to comment.