Skip to content

Commit e13abb2

Browse files
feat: Automated regeneration of serviceusage v1beta1 client (googleapis#22021)
Auto-created at 2025-03-09 10:24:50 +0000 using the toys pull request generator.
1 parent dbad86f commit e13abb2

File tree

3 files changed

+12
-14
lines changed

3 files changed

+12
-14
lines changed

generated/google-apis-serviceusage_v1beta1/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release history for google-apis-serviceusage_v1beta1
22

3+
### v0.64.0 (2025-03-09)
4+
5+
* Regenerated from discovery document revision 20250227
6+
37
### v0.63.0 (2025-02-26)
48

59
* Regenerated from discovery document revision 20250218

generated/google-apis-serviceusage_v1beta1/lib/google/apis/serviceusage_v1beta1/classes.rb

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5737,21 +5737,15 @@ def update!(**args)
57375737
end
57385738
end
57395739

5740-
# Usage configuration rules for the service. NOTE: Under development. Use this
5741-
# rule to configure unregistered calls for the service. Unregistered calls are
5742-
# calls that do not contain consumer project identity. (Example: calls that do
5743-
# not contain an API key). By default, API methods do not allow unregistered
5744-
# calls, and each method call must be identified by a consumer project identity.
5745-
# Use this rule to allow/disallow unregistered calls. Example of an API that
5746-
# wants to allow unregistered calls for entire service. usage: rules: - selector:
5747-
# "*" allow_unregistered_calls: true Example of a method that wants to allow
5748-
# unregistered calls. usage: rules: - selector: "google.example.library.v1.
5749-
# LibraryService.CreateBook" allow_unregistered_calls: true
5740+
# Usage configuration rules for the service.
57505741
class UsageRule
57515742
include Google::Apis::Core::Hashable
57525743

5753-
# If true, the selected method allows unregistered calls, e.g. calls that don't
5754-
# identify any user or application.
5744+
# Use this rule to configure unregistered calls for the service. Unregistered
5745+
# calls are calls that do not contain consumer project identity. (Example: calls
5746+
# that do not contain an API key). WARNING: By default, API methods do not allow
5747+
# unregistered calls, and each method call must be identified by a consumer
5748+
# project identity.
57555749
# Corresponds to the JSON property `allowUnregisteredCalls`
57565750
# @return [Boolean]
57575751
attr_accessor :allow_unregistered_calls

generated/google-apis-serviceusage_v1beta1/lib/google/apis/serviceusage_v1beta1/gem_version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ module Google
1616
module Apis
1717
module ServiceusageV1beta1
1818
# Version of the google-apis-serviceusage_v1beta1 gem
19-
GEM_VERSION = "0.63.0"
19+
GEM_VERSION = "0.64.0"
2020

2121
# Version of the code generator used to generate this client
2222
GENERATOR_VERSION = "0.16.0"
2323

2424
# Revision of the discovery document this client was generated from
25-
REVISION = "20250218"
25+
REVISION = "20250227"
2626
end
2727
end
2828
end

0 commit comments

Comments
 (0)