Skip to content

Commit 4967815

Browse files
Google APIscopybara-github
authored andcommitted
fix: fixed resource_reference for name in GetProjectBillingInfo
PiperOrigin-RevId: 563189185
1 parent eda81ef commit 4967815

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

google/cloud/billing/v1/cloud_billing.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@ message GetProjectBillingInfoRequest {
378378
string name = 1 [
379379
(google.api.field_behavior) = REQUIRED,
380380
(google.api.resource_reference) = {
381-
type: "cloudbilling.googleapis.com/ProjectBillingInfo"
381+
type: "cloudresourcemanager.googleapis.com/Project"
382382
}
383383
];
384384
}

0 commit comments

Comments
 (0)