Skip to content

Commit

Permalink
break into multiple lines
Browse files Browse the repository at this point in the history
  • Loading branch information
ddelgrosso1 committed Oct 4, 2024
1 parent 736079e commit 854861e
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion generator/generator_config.textproto
Original file line number Diff line number Diff line change
Expand Up @@ -3683,7 +3683,18 @@ service {
"WriteObject"
]
omit_repo_metadata: true
omitted_rpcs: ["GetServiceAccount", "CreateHmacKey", "DeleteHmacKey", "GetHmacKey", "ListHmacKeys", "UpdateHmacKey", "DeleteNotificationConfig", "GetNotificationConfig", "CreateNotificationConfig", "ListNotificationConfigs"]
omitted_rpcs: [
"GetServiceAccount",
"CreateHmacKey",
"DeleteHmacKey",
"GetHmacKey",
"ListHmacKeys",
"UpdateHmacKey",
"DeleteNotificationConfig",
"GetNotificationConfig",
"CreateNotificationConfig",
"ListNotificationConfigs"
]
}
# Storage Control
Expand Down

0 comments on commit 854861e

Please sign in to comment.