Skip to content

Commit 1b56b7a

Browse files
feat: Automated regeneration of servicenetworking v1 client (googleapis#22030)
Auto-created at 2025-03-09 10:33:21 +0000 using the toys pull request generator.
1 parent 60422fc commit 1b56b7a

File tree

3 files changed

+12
-14
lines changed

3 files changed

+12
-14
lines changed

generated/google-apis-servicenetworking_v1/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-servicenetworking_v1
22

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

59
* Regenerated from discovery document revision 20250218

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

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5217,21 +5217,15 @@ def update!(**args)
52175217
end
52185218
end
52195219

5220-
# Usage configuration rules for the service. NOTE: Under development. Use this
5221-
# rule to configure unregistered calls for the service. Unregistered calls are
5222-
# calls that do not contain consumer project identity. (Example: calls that do
5223-
# not contain an API key). By default, API methods do not allow unregistered
5224-
# calls, and each method call must be identified by a consumer project identity.
5225-
# Use this rule to allow/disallow unregistered calls. Example of an API that
5226-
# wants to allow unregistered calls for entire service. usage: rules: - selector:
5227-
# "*" allow_unregistered_calls: true Example of a method that wants to allow
5228-
# unregistered calls. usage: rules: - selector: "google.example.library.v1.
5229-
# LibraryService.CreateBook" allow_unregistered_calls: true
5220+
# Usage configuration rules for the service.
52305221
class UsageRule
52315222
include Google::Apis::Core::Hashable
52325223

5233-
# If true, the selected method allows unregistered calls, e.g. calls that don't
5234-
# identify any user or application.
5224+
# Use this rule to configure unregistered calls for the service. Unregistered
5225+
# calls are calls that do not contain consumer project identity. (Example: calls
5226+
# that do not contain an API key). WARNING: By default, API methods do not allow
5227+
# unregistered calls, and each method call must be identified by a consumer
5228+
# project identity.
52355229
# Corresponds to the JSON property `allowUnregisteredCalls`
52365230
# @return [Boolean]
52375231
attr_accessor :allow_unregistered_calls

generated/google-apis-servicenetworking_v1/lib/google/apis/servicenetworking_v1/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 ServicenetworkingV1
1818
# Version of the google-apis-servicenetworking_v1 gem
19-
GEM_VERSION = "0.72.0"
19+
GEM_VERSION = "0.73.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 = "20250302"
2626
end
2727
end
2828
end

0 commit comments

Comments
 (0)