google-cloud-channel 1.3.0 → 1.3.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/lib/google/cloud/channel/version.rb +1 -1
- data/lib/google/cloud/channel.rb +8 -4
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 39c427a4d14a5412b71080f316996de1966dbd9e532dc85d45089bdb9f7648de
|
4
|
+
data.tar.gz: 9bbe98c8cd256cdd64ccfdf6c86e83d480cf6490e8b87dac3e0838bf735a9e73
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1976c9dccb416c96b7e8a8db78a92d0cf945a718c70598c772d3d7845ba1b0154bdb8f2b1e785a76f62c9369c81747de310fdab86e65411193c44eaa7573799c
|
7
|
+
data.tar.gz: 6a5be1491e7a6a4db011c9e73ffacb3c35800de01e0d372d573b3dbddd399a7360ed43e481676d6795faafe2d0c72af2c6d05edad7976b558e8be49a8ff22b64
|
data/README.md
CHANGED
@@ -16,7 +16,7 @@ for this library, google-cloud-channel, to see the convenience methods for
|
|
16
16
|
constructing client objects. Reference documentation for the client objects
|
17
17
|
themselves can be found in the client library documentation for the versioned
|
18
18
|
client gems:
|
19
|
-
[google-cloud-channel-v1](https://
|
19
|
+
[google-cloud-channel-v1](https://cloud.google.com/ruby/docs/reference/google-cloud-channel-v1/latest).
|
20
20
|
|
21
21
|
See also the [Product Documentation](https://cloud.google.com/channel)
|
22
22
|
for more usage information.
|
data/lib/google/cloud/channel.rb
CHANGED
@@ -48,7 +48,7 @@ module Google
|
|
48
48
|
# Create a new client object for CloudChannelReportsService.
|
49
49
|
#
|
50
50
|
# By default, this returns an instance of
|
51
|
-
# [Google::Cloud::Channel::V1::CloudChannelReportsService::Client](https://
|
51
|
+
# [Google::Cloud::Channel::V1::CloudChannelReportsService::Client](https://cloud.google.com/ruby/docs/reference/google-cloud-channel-v1/latest/Google-Cloud-Channel-V1-CloudChannelReportsService-Client)
|
52
52
|
# for a gRPC client for version V1 of the API.
|
53
53
|
# However, you can specify a different API version by passing it in the
|
54
54
|
# `version` parameter. If the CloudChannelReportsService service is
|
@@ -61,8 +61,12 @@ module Google
|
|
61
61
|
#
|
62
62
|
# CloudChannelReportsService lets Google Cloud resellers and
|
63
63
|
# distributors retrieve and combine a variety of data in Cloud Channel for
|
64
|
-
# multiple products (Google Cloud
|
65
|
-
#
|
64
|
+
# multiple products (Google Cloud, Google Voice, and Google Workspace.)
|
65
|
+
#
|
66
|
+
# Deprecated: This service is being deprecated. Please use [Export Channel
|
67
|
+
# Services data to
|
68
|
+
# BigQuery](https://cloud.google.com/channel/docs/rebilling/export-data-to-bigquery)
|
69
|
+
# instead.
|
66
70
|
#
|
67
71
|
# @param version [::String, ::Symbol] The API version to connect to. Optional.
|
68
72
|
# Defaults to `:v1`.
|
@@ -85,7 +89,7 @@ module Google
|
|
85
89
|
# Create a new client object for CloudChannelService.
|
86
90
|
#
|
87
91
|
# By default, this returns an instance of
|
88
|
-
# [Google::Cloud::Channel::V1::CloudChannelService::Client](https://
|
92
|
+
# [Google::Cloud::Channel::V1::CloudChannelService::Client](https://cloud.google.com/ruby/docs/reference/google-cloud-channel-v1/latest/Google-Cloud-Channel-V1-CloudChannelService-Client)
|
89
93
|
# for a gRPC client for version V1 of the API.
|
90
94
|
# However, you can specify a different API version by passing it in the
|
91
95
|
# `version` parameter. If the CloudChannelService service is
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-cloud-channel
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.3.
|
4
|
+
version: 1.3.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2024-01-03 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-cloud-channel-v1
|
@@ -190,7 +190,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
190
190
|
- !ruby/object:Gem::Version
|
191
191
|
version: '0'
|
192
192
|
requirements: []
|
193
|
-
rubygems_version: 3.
|
193
|
+
rubygems_version: 3.5.3
|
194
194
|
signing_key:
|
195
195
|
specification_version: 4
|
196
196
|
summary: API Client library for the Cloud Channel API
|