google-apis-cloudchannel_v1 0.46.0 → 0.47.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: 168ec02068102dcbb64dd9608f842b08078b1806f48fbddc5dae6e487af10c1d
|
|
4
|
+
data.tar.gz: b22b2f3454cf1d6f336877b74c22c5fecff790bb9de080bfdb9d077ad22a4214
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 86a8d5b4e60bb3158aaf2128e71afaf10a855dd7bdfa5c751cb9cef9b7b91f879209fde62c9337a61716adcfd376f94f5416bc3be2e2902dcb4925e6b57a6f3c
|
|
7
|
+
data.tar.gz: 4e6db0fabf566e01e27a2d3a53e1281a6efc5720cf2cac8c5cefabed0a4fc18808d8e6879aac68234f013c6f83c107027eb1681a1e94fc82a1ae7719a16008d7
|
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.47.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 = "20231220"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -2402,6 +2402,8 @@ module Google
|
|
|
2402
2402
|
end
|
|
2403
2403
|
|
|
2404
2404
|
# Retrieves data generated by CloudChannelReportsService.RunReportJob.
|
|
2405
|
+
# Deprecated: Please use [Export Channel Services data to BigQuery](https://
|
|
2406
|
+
# cloud.google.com/channel/docs/rebilling/export-data-to-bigquery) instead.
|
|
2405
2407
|
# @param [String] report_job
|
|
2406
2408
|
# Required. The report job created by CloudChannelReportsService.RunReportJob.
|
|
2407
2409
|
# Report_job uses the format: accounts/`account_id`/reportJobs/`report_job_id`
|
|
@@ -2436,7 +2438,9 @@ module Google
|
|
|
2436
2438
|
end
|
|
2437
2439
|
|
|
2438
2440
|
# Lists the reports that RunReportJob can run. These reports include an ID, a
|
|
2439
|
-
# description, and the list of columns that will be in the result.
|
|
2441
|
+
# description, and the list of columns that will be in the result. Deprecated:
|
|
2442
|
+
# Please use [Export Channel Services data to BigQuery](https://cloud.google.com/
|
|
2443
|
+
# channel/docs/rebilling/export-data-to-bigquery) instead.
|
|
2440
2444
|
# @param [String] parent
|
|
2441
2445
|
# Required. The resource name of the partner account to list available reports
|
|
2442
2446
|
# for. Parent uses the format: accounts/`account_id`
|
|
@@ -2493,7 +2497,9 @@ module Google
|
|
|
2493
2497
|
# call the GetOperation method of CloudChannelOperationsService. The Operation
|
|
2494
2498
|
# metadata contains an instance of OperationMetadata. To get the results of
|
|
2495
2499
|
# report generation, call CloudChannelReportsService.FetchReportResults with the
|
|
2496
|
-
# RunReportJobResponse.report_job.
|
|
2500
|
+
# RunReportJobResponse.report_job. Deprecated: Please use [Export Channel
|
|
2501
|
+
# Services data to BigQuery](https://cloud.google.com/channel/docs/rebilling/
|
|
2502
|
+
# export-data-to-bigquery) instead.
|
|
2497
2503
|
# @param [String] name
|
|
2498
2504
|
# Required. The report's resource name. Specifies the account and report used to
|
|
2499
2505
|
# generate report data. The report_id identifier is a UID (for example, `
|
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.47.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-12-24 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.47.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: []
|