File tree Expand file tree Collapse file tree 5 files changed +32
-2
lines changed
generated/google-apis-serviceusage_v1
lib/google/apis/serviceusage_v1 Expand file tree Collapse file tree 5 files changed +32
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
2828end
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments