google-apis-serviceusage_v1 0.41.0 → 0.42.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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d05eabc9008c5d385778a6c8a48591b0a5f9f3d6dba9c3d811d27e9434975be3
|
|
4
|
+
data.tar.gz: c4172764270829c82094a5463c11b68c4669e6c34d8028995803db1a73888c2d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 79d82421a237b620ccb5e2e6992573b33db2ed6c1083aca3e48307079dce854bf2116d9dd0fc8ca689f8ca75ede17b6522076b3d72c507065f70576c05a15d2a
|
|
7
|
+
data.tar.gz: 7d07f664509d0f02894165654aabf5d0b561c0727818a293c5e1f94cee0ea5f537698caaa3322da9dfb4a81ab23a960d6eb91dc3d488e17d81ecfbf91bb0a5b3
|
data/CHANGELOG.md
CHANGED
|
@@ -3660,13 +3660,13 @@ module Google
|
|
|
3660
3660
|
# @return [String]
|
|
3661
3661
|
attr_accessor :name
|
|
3662
3662
|
|
|
3663
|
-
# The normal response of the operation
|
|
3664
|
-
#
|
|
3665
|
-
#
|
|
3666
|
-
#
|
|
3667
|
-
#
|
|
3668
|
-
#
|
|
3669
|
-
#
|
|
3663
|
+
# The normal, successful response of the operation. If the original method
|
|
3664
|
+
# returns no data on success, such as `Delete`, the response is `google.protobuf.
|
|
3665
|
+
# Empty`. If the original method is standard `Get`/`Create`/`Update`, the
|
|
3666
|
+
# response should be the resource. For other methods, the response should have
|
|
3667
|
+
# the type `XxxResponse`, where `Xxx` is the original method name. For example,
|
|
3668
|
+
# if the original method name is `TakeSnapshot()`, the inferred response type is
|
|
3669
|
+
# `TakeSnapshotResponse`.
|
|
3670
3670
|
# Corresponds to the JSON property `response`
|
|
3671
3671
|
# @return [Hash<String,Object>]
|
|
3672
3672
|
attr_accessor :response
|
|
@@ -4457,19 +4457,6 @@ module Google
|
|
|
4457
4457
|
end
|
|
4458
4458
|
end
|
|
4459
4459
|
|
|
4460
|
-
# Metadata for the `UpdateConsumerPolicyLRO` method.
|
|
4461
|
-
class UpdateConsumerPolicyLroMetadata
|
|
4462
|
-
include Google::Apis::Core::Hashable
|
|
4463
|
-
|
|
4464
|
-
def initialize(**args)
|
|
4465
|
-
update!(**args)
|
|
4466
|
-
end
|
|
4467
|
-
|
|
4468
|
-
# Update properties of this object
|
|
4469
|
-
def update!(**args)
|
|
4470
|
-
end
|
|
4471
|
-
end
|
|
4472
|
-
|
|
4473
4460
|
# Metadata for the `UpdateConsumerPolicy` method.
|
|
4474
4461
|
class UpdateConsumerPolicyMetadata
|
|
4475
4462
|
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.
|
|
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 = "
|
|
25
|
+
REVISION = "20230806"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -652,12 +652,6 @@ module Google
|
|
|
652
652
|
include Google::Apis::Core::JsonObjectSupport
|
|
653
653
|
end
|
|
654
654
|
|
|
655
|
-
class UpdateConsumerPolicyLroMetadata
|
|
656
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
657
|
-
|
|
658
|
-
include Google::Apis::Core::JsonObjectSupport
|
|
659
|
-
end
|
|
660
|
-
|
|
661
655
|
class UpdateConsumerPolicyMetadata
|
|
662
656
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
663
657
|
|
|
@@ -1748,12 +1742,6 @@ module Google
|
|
|
1748
1742
|
end
|
|
1749
1743
|
end
|
|
1750
1744
|
|
|
1751
|
-
class UpdateConsumerPolicyLroMetadata
|
|
1752
|
-
# @private
|
|
1753
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1754
|
-
end
|
|
1755
|
-
end
|
|
1756
|
-
|
|
1757
1745
|
class UpdateConsumerPolicyMetadata
|
|
1758
1746
|
# @private
|
|
1759
1747
|
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.
|
|
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-
|
|
11
|
+
date: 2023-08-20 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.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-serviceusage_v1/v0.42.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: []
|