google-apis-serviceusage_v1beta1 0.41.0 → 0.42.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 532ff5e2226a8c40acdc2618fa0c882210857d5561534eb0e78b9c12cb7d845e
4
- data.tar.gz: 335f51556cc775d0e095c47175eb93b6abd31a590e4acd24764abbc7ff8c88ee
3
+ metadata.gz: 7c6d1d1dbf36f315449b1154c3b0d9e5e79a0bfc0e0b13f933258b6a256e64f9
4
+ data.tar.gz: 11348e80f1c1052be3ae99940c33249d0470c05bd79530df5748cb0c245e1a12
5
5
  SHA512:
6
- metadata.gz: 5a39e445e786b6a2f9e4b3cc53ca82bebffd3596690ec4e306e5553d058f20cf987809b950bdd70c4cab11b6f67717de81817d69181db5b3b7255127f0a32de4
7
- data.tar.gz: d17cf9790e9c788cf89d2cb2ebea2d0330a171351454288a9a383a172f15a0a8a3692034cf5f2d9f7b6ebe4ab35faac5ccaab5d4d06a2493a85a84672ed318f2
6
+ metadata.gz: b7d512bc0ab32611bef4d94308fce420cc0f89d68264c4117c37fa3485a556d0b11d3d8c799925420e299da105757aee2631be2a393b793e2c8b2a77ff29676b
7
+ data.tar.gz: 3bc5128250d5eb2f95fc614e825291d2b5b59a681e42287a84d26d7f1876797f3239bb25ea87f5c197861e1feea94f945a510708074cb453425876ce7ea0588a
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-serviceusage_v1beta1
2
2
 
3
+ ### v0.42.0 (2023-07-16)
4
+
5
+ * Regenerated from discovery document revision 20230710
6
+
3
7
  ### v0.41.0 (2023-06-25)
4
8
 
5
9
  * Regenerated from discovery document revision 20230619
@@ -4882,6 +4882,19 @@ module Google
4882
4882
  end
4883
4883
  end
4884
4884
 
4885
+ # Metadata for the `UpdateConsumerPolicy` method.
4886
+ class UpdateConsumerPolicyMetadata
4887
+ include Google::Apis::Core::Hashable
4888
+
4889
+ def initialize(**args)
4890
+ update!(**args)
4891
+ end
4892
+
4893
+ # Update properties of this object
4894
+ def update!(**args)
4895
+ end
4896
+ end
4897
+
4885
4898
  # Configuration controlling usage of a service.
4886
4899
  class Usage
4887
4900
  include Google::Apis::Core::Hashable
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ServiceusageV1beta1
18
18
  # Version of the google-apis-serviceusage_v1beta1 gem
19
- GEM_VERSION = "0.41.0"
19
+ GEM_VERSION = "0.42.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
@@ -700,6 +700,12 @@ module Google
700
700
  include Google::Apis::Core::JsonObjectSupport
701
701
  end
702
702
 
703
+ class UpdateConsumerPolicyMetadata
704
+ class Representation < Google::Apis::Core::JsonRepresentation; end
705
+
706
+ include Google::Apis::Core::JsonObjectSupport
707
+ end
708
+
703
709
  class Usage
704
710
  class Representation < Google::Apis::Core::JsonRepresentation; end
705
711
 
@@ -1887,6 +1893,12 @@ module Google
1887
1893
  end
1888
1894
  end
1889
1895
 
1896
+ class UpdateConsumerPolicyMetadata
1897
+ # @private
1898
+ class Representation < Google::Apis::Core::JsonRepresentation
1899
+ end
1900
+ end
1901
+
1890
1902
  class Usage
1891
1903
  # @private
1892
1904
  class Representation < Google::Apis::Core::JsonRepresentation
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-serviceusage_v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.41.0
4
+ version: 0.42.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_v1beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-serviceusage_v1beta1/v0.41.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-serviceusage_v1beta1/v0.42.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-serviceusage_v1beta1
63
63
  post_install_message:
64
64
  rdoc_options: []