google-apis-serviceusage_v1 0.39.0 → 0.40.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 269d53883d1569167e022553bd9b8257bf1664f4eb65e845f90d4f9beb9cb4e4
4
- data.tar.gz: 0a77817ecf57ad25c3214b1c7bf1128722034ddc441cd4157c03923b9b840b2a
3
+ metadata.gz: 773226d956951a7cd5d27e49a9537c67ffb60540487bd471bff588efc2ca3e3e
4
+ data.tar.gz: 2f9c44323d19263279c3833c3a8feaa5dc0fb60bb4aa72ee30ab8691aae6d3d6
5
5
  SHA512:
6
- metadata.gz: 7d6fbe5ea8399d996f8b82c35c779977043254e1c59586193b652fc83b0cb6831e14ebcc1d4093f74a8fdf19c0449046786b3a39a018d2389bff76e7861966d8
7
- data.tar.gz: 47af9c095497c2a4d7eeabaf1f9dc1e279a3c4503a797d8fdffb6f7a57731de73f73f6b721bb1c9fa59d13094f6dcec878af8e606b972ff0515723714caac6db
6
+ metadata.gz: b22afc2cf5ba9e7514dc371c57748826e7a9bb4629b4b4713b0d61d689c41908a506e5f54c78a58d01db4d39f7531877043835f73826df582a9da9ee61934ede
7
+ data.tar.gz: d69eaf3a14b7215d507406f926165a50a8104dd836e66458b27d8bf50ffc4f37c33471ea07d919f6f5bdb398d47a1d97a306efab29d8cc934574916216d0eb1e
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-serviceusage_v1
2
2
 
3
+ ### v0.40.0 (2023-07-16)
4
+
5
+ * Regenerated from discovery document revision 20230710
6
+
3
7
  ### v0.39.0 (2023-06-25)
4
8
 
5
9
  * Regenerated from discovery document revision 20230619
@@ -4392,6 +4392,19 @@ module Google
4392
4392
  end
4393
4393
  end
4394
4394
 
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
+
4395
4408
  # Configuration controlling usage of a service.
4396
4409
  class Usage
4397
4410
  include Google::Apis::Core::Hashable
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ServiceusageV1
18
18
  # Version of the google-apis-serviceusage_v1 gem
19
- GEM_VERSION = "0.39.0"
19
+ GEM_VERSION = "0.40.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230619"
25
+ REVISION = "20230710"
26
26
  end
27
27
  end
28
28
  end
@@ -646,6 +646,12 @@ module Google
646
646
  include Google::Apis::Core::JsonObjectSupport
647
647
  end
648
648
 
649
+ class UpdateConsumerPolicyMetadata
650
+ class Representation < Google::Apis::Core::JsonRepresentation; end
651
+
652
+ include Google::Apis::Core::JsonObjectSupport
653
+ end
654
+
649
655
  class Usage
650
656
  class Representation < Google::Apis::Core::JsonRepresentation; end
651
657
 
@@ -1716,6 +1722,12 @@ module Google
1716
1722
  end
1717
1723
  end
1718
1724
 
1725
+ class UpdateConsumerPolicyMetadata
1726
+ # @private
1727
+ class Representation < Google::Apis::Core::JsonRepresentation
1728
+ end
1729
+ end
1730
+
1719
1731
  class Usage
1720
1732
  # @private
1721
1733
  class Representation < Google::Apis::Core::JsonRepresentation
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-serviceusage_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.39.0
4
+ version: 0.40.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-06-25 00:00:00.000000000 Z
11
+ date: 2023-07-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-serviceusage_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-serviceusage_v1/v0.39.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-serviceusage_v1/v0.40.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-serviceusage_v1
63
63
  post_install_message:
64
64
  rdoc_options: []