Skip to content

Commit 6c6c306

Browse files
feat: Automated regeneration of serviceusage v1 client (#15474)
Auto-created at 2023-07-16 10:42:57 +0000 using the toys pull request generator.
1 parent 9191ad0 commit 6c6c306

File tree

5 files changed

+32
-2
lines changed

5 files changed

+32
-2
lines changed

api_names_out.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -257261,6 +257261,7 @@
257261257261
"/serviceusage:v1/Type/syntax": syntax
257262257262
"/serviceusage:v1/UpdateAdminQuotaPolicyMetadata": update_admin_quota_policy_metadata
257263257263
"/serviceusage:v1/UpdateConsumerPolicyLROMetadata": update_consumer_policy_lro_metadata
257264+
"/serviceusage:v1/UpdateConsumerPolicyMetadata": update_consumer_policy_metadata
257264257265
"/serviceusage:v1/Usage": usage
257265257266
"/serviceusage:v1/Usage/producerNotificationChannel": producer_notification_channel
257266257267
"/serviceusage:v1/Usage/requirements": requirements

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

3+
### v0.40.0 (2023-07-16)
4+
5+
* Regenerated from discovery document revision 20230710
6+
37
### v0.39.0 (2023-06-25)
48

59
* Regenerated from discovery document revision 20230619

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

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4392,6 +4392,19 @@ def update!(**args)
43924392
end
43934393
end
43944394

4395+
# Metadata for the `UpdateConsumerPolicy` method.
4396+
class UpdateConsumerPolicyMetadata
4397+
include Google::Apis::Core::Hashable
4398+
4399+
def initialize(**args)
4400+
update!(**args)
4401+
end
4402+
4403+
# Update properties of this object
4404+
def update!(**args)
4405+
end
4406+
end
4407+
43954408
# Configuration controlling usage of a service.
43964409
class Usage
43974410
include Google::Apis::Core::Hashable

generated/google-apis-serviceusage_v1/lib/google/apis/serviceusage_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 ServiceusageV1
1818
# Version of the google-apis-serviceusage_v1 gem
19-
GEM_VERSION = "0.39.0"
19+
GEM_VERSION = "0.40.0"
2020

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

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

generated/google-apis-serviceusage_v1/lib/google/apis/serviceusage_v1/representations.rb

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -646,6 +646,12 @@ class Representation < Google::Apis::Core::JsonRepresentation; end
646646
include Google::Apis::Core::JsonObjectSupport
647647
end
648648

649+
class UpdateConsumerPolicyMetadata
650+
class Representation < Google::Apis::Core::JsonRepresentation; end
651+
652+
include Google::Apis::Core::JsonObjectSupport
653+
end
654+
649655
class Usage
650656
class Representation < Google::Apis::Core::JsonRepresentation; end
651657

@@ -1716,6 +1722,12 @@ class Representation < Google::Apis::Core::JsonRepresentation
17161722
end
17171723
end
17181724

1725+
class UpdateConsumerPolicyMetadata
1726+
# @private
1727+
class Representation < Google::Apis::Core::JsonRepresentation
1728+
end
1729+
end
1730+
17191731
class Usage
17201732
# @private
17211733
class Representation < Google::Apis::Core::JsonRepresentation

0 commit comments

Comments
 (0)