google-apis-serviceusage_v1beta1 0.43.0 → 0.44.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: 7f0530b36ffea7ca499bf59dce98e3e3a928deeea7b7e35f5f56a32cf3c55733
4
- data.tar.gz: b8a2f3ec7fc28f0c32d623269c0ea3626a699345ce7cd8e3e3c93ede136dc1ec
3
+ metadata.gz: c7df1100f794f8957e6ef3736e693958c42c41fb278a6ee5fb7787e1411feed1
4
+ data.tar.gz: edc2524318d819466554ed46d539b843740a6bc34c825ce6b4cba3bf7fc61d9e
5
5
  SHA512:
6
- metadata.gz: 97aebc943cab5ae72ab48630257158f829b8585464d8e3a3594ef9109c9db7db6eeb66264b534057fc6e2bc8f14ef6827a75817a3578a9c48e12fdb2e0b8bcf1
7
- data.tar.gz: 84b148d7f355a462d27ad6d94b130ec3d16bf89ee027d844a3cbd07291a749872cba6cd8fff396e4df03296d3e2ed002e7176b3264fd80923f3e862d4fe0ff17
6
+ metadata.gz: ca83642f4089b9ee7a589fc78c9e2ff8b016af6899206816d784bde89aa4810da8843747de328f6a9555c00e19894bc70d1b5c5af6d5404e880ae1fb50416210
7
+ data.tar.gz: e889e4ad2b2a05a659cbc869e8ab1df95d64da3389a94db4ab386fbf42844bce2af8ff9237bbcf3ba543cd5b85d1e738552f8bae6b326192aecf01d8df6c27b0
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-serviceusage_v1beta1
2
2
 
3
+ ### v0.44.0 (2023-08-13)
4
+
5
+ * Regenerated from discovery document revision 20230806
6
+
3
7
  ### v0.43.0 (2023-07-23)
4
8
 
5
9
  * Regenerated from discovery document revision 20230719
@@ -3887,13 +3887,13 @@ module Google
3887
3887
  # @return [String]
3888
3888
  attr_accessor :name
3889
3889
 
3890
- # The normal response of the operation in case of success. If the original
3891
- # method returns no data on success, such as `Delete`, the response is `google.
3892
- # protobuf.Empty`. If the original method is standard `Get`/`Create`/`Update`,
3893
- # the response should be the resource. For other methods, the response should
3894
- # have the type `XxxResponse`, where `Xxx` is the original method name. For
3895
- # example, if the original method name is `TakeSnapshot()`, the inferred
3896
- # response type is `TakeSnapshotResponse`.
3890
+ # The normal, successful response of the operation. If the original method
3891
+ # returns no data on success, such as `Delete`, the response is `google.protobuf.
3892
+ # Empty`. If the original method is standard `Get`/`Create`/`Update`, the
3893
+ # response should be the resource. For other methods, the response should have
3894
+ # the type `XxxResponse`, where `Xxx` is the original method name. For example,
3895
+ # if the original method name is `TakeSnapshot()`, the inferred response type is
3896
+ # `TakeSnapshotResponse`.
3897
3897
  # Corresponds to the JSON property `response`
3898
3898
  # @return [Hash<String,Object>]
3899
3899
  attr_accessor :response
@@ -4947,19 +4947,6 @@ module Google
4947
4947
  end
4948
4948
  end
4949
4949
 
4950
- # Metadata for the `UpdateConsumerPolicyLRO` method.
4951
- class UpdateConsumerPolicyLroMetadata
4952
- include Google::Apis::Core::Hashable
4953
-
4954
- def initialize(**args)
4955
- update!(**args)
4956
- end
4957
-
4958
- # Update properties of this object
4959
- def update!(**args)
4960
- end
4961
- end
4962
-
4963
4950
  # Metadata for the `UpdateConsumerPolicy` method.
4964
4951
  class UpdateConsumerPolicyMetadata
4965
4952
  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.43.0"
19
+ GEM_VERSION = "0.44.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 = "20230719"
25
+ REVISION = "20230806"
26
26
  end
27
27
  end
28
28
  end
@@ -706,12 +706,6 @@ module Google
706
706
  include Google::Apis::Core::JsonObjectSupport
707
707
  end
708
708
 
709
- class UpdateConsumerPolicyLroMetadata
710
- class Representation < Google::Apis::Core::JsonRepresentation; end
711
-
712
- include Google::Apis::Core::JsonObjectSupport
713
- end
714
-
715
709
  class UpdateConsumerPolicyMetadata
716
710
  class Representation < Google::Apis::Core::JsonRepresentation; end
717
711
 
@@ -1919,12 +1913,6 @@ module Google
1919
1913
  end
1920
1914
  end
1921
1915
 
1922
- class UpdateConsumerPolicyLroMetadata
1923
- # @private
1924
- class Representation < Google::Apis::Core::JsonRepresentation
1925
- end
1926
- end
1927
-
1928
1916
  class UpdateConsumerPolicyMetadata
1929
1917
  # @private
1930
1918
  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.43.0
4
+ version: 0.44.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-07-23 00:00:00.000000000 Z
11
+ date: 2023-08-13 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.43.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-serviceusage_v1beta1/v0.44.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: []