Skip to content

Commit

Permalink
fix!: An existing resource pattern value `projects/{project}/buckets/…
Browse files Browse the repository at this point in the history
…{bucket}/managedFolders/{managedFolder=**}` to resource definition `storage.googleapis.com/ManagedFolder` is removed

feat: A new resource pattern value `projects/{project}/buckets/{bucket}/managedFolders/{managed_folder=**}` added to the resource definition `storage.googleapis.com/ManagedFolder`

PiperOrigin-RevId: 630439820
  • Loading branch information
Google APIs authored and copybara-github committed May 3, 2024
1 parent 65db386 commit d9a3161
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions google/storage/control/v2/storage_control.proto
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2023 Google LLC
// Copyright 2024 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -500,7 +500,7 @@ message GetStorageLayoutRequest {
message ManagedFolder {
option (google.api.resource) = {
type: "storage.googleapis.com/ManagedFolder"
pattern: "projects/{project}/buckets/{bucket}/managedFolders/{managedFolder=**}"
pattern: "projects/{project}/buckets/{bucket}/managedFolders/{managed_folder=**}"
plural: "managedFolders"
singular: "managedFolder"
};
Expand Down

0 comments on commit d9a3161

Please sign in to comment.