google-apis-cloudchannel_v1 0.34.0 → 0.35.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ed7b57552a9a39924062e494e0b6678f734b516b81ffe696e47806a41a29cce9
|
4
|
+
data.tar.gz: a742e49391660578a6718458312bededc30bffda9b08b32993739030e7bdd6db
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8310795fc40a52be8b348b75e77d5245f2d0085fbc9816ac31d91169ddf5357ec4be3639d9730eb5487d8c87a6cb1948b873dfe7425972bd8c8360e2256ce756
|
7
|
+
data.tar.gz: 42474660d59164fbdb66162144d3276a99108c172ce728da81c439a3b74a3ab16b7bc5ae46cb1e611a9b24b08a5f81e2a60c436ab136dc31fb25741586b8fea0
|
data/CHANGELOG.md
CHANGED
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module CloudchannelV1
|
18
18
|
# Version of the google-apis-cloudchannel_v1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.35.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 = "20230314"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -632,8 +632,8 @@ module Google
|
|
632
632
|
# associated with the given account. * INTERNAL: Any non-user error related to
|
633
633
|
# technical issues in the backend. In this case, contact Cloud Channel support.
|
634
634
|
# Return Value: If successful, the ChannelPartnerRepricingConfig resources. The
|
635
|
-
# data for each resource is displayed in the ascending order of: *
|
636
|
-
#
|
635
|
+
# data for each resource is displayed in the ascending order of: * Channel
|
636
|
+
# Partner ID * RepricingConfig.effective_invoice_month *
|
637
637
|
# ChannelPartnerRepricingConfig.update_time If unsuccessful, returns an error.
|
638
638
|
# @param [String] parent
|
639
639
|
# Required. The resource name of the account's ChannelPartnerLink. Parent uses
|
@@ -1626,7 +1626,7 @@ module Google
|
|
1626
1626
|
# the given account. * INTERNAL: Any non-user error related to technical issues
|
1627
1627
|
# in the backend. In this case, contact Cloud Channel support. Return Value: If
|
1628
1628
|
# successful, the CustomerRepricingConfig resources. The data for each resource
|
1629
|
-
# is displayed in the ascending order of: *
|
1629
|
+
# is displayed in the ascending order of: * Customer ID * RepricingConfig.
|
1630
1630
|
# EntitlementGranularity.entitlement * RepricingConfig.effective_invoice_month *
|
1631
1631
|
# CustomerRepricingConfig.update_time If unsuccessful, returns an error.
|
1632
1632
|
# @param [String] parent
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-cloudchannel_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.35.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-03-
|
11
|
+
date: 2023-03-19 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-cloudchannel_v1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-cloudchannel_v1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-cloudchannel_v1/v0.35.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudchannel_v1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|