Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 49958ae

Browse files
committedJan 4, 2024
feat(cloudchannel): update the api
#### cloudchannel:v1 The following keys were added: - resources.accounts.resources.reportJobs (Total Keys: 2) - resources.accounts.resources.reports (Total Keys: 3) - schemas.GoogleCloudChannelV1Column.deprecated (Total Keys: 1) - schemas.GoogleCloudChannelV1DateRange.deprecated (Total Keys: 1) - schemas.GoogleCloudChannelV1FetchReportResultsRequest.deprecated (Total Keys: 1) - schemas.GoogleCloudChannelV1FetchReportResultsResponse.deprecated (Total Keys: 1) - schemas.GoogleCloudChannelV1ListReportsResponse.deprecated (Total Keys: 1) - schemas.GoogleCloudChannelV1Report.deprecated (Total Keys: 1) - schemas.GoogleCloudChannelV1ReportJob.deprecated (Total Keys: 1) - schemas.GoogleCloudChannelV1ReportResultsMetadata.deprecated (Total Keys: 1) - schemas.GoogleCloudChannelV1ReportStatus.deprecated (Total Keys: 1) - schemas.GoogleCloudChannelV1ReportValue.deprecated (Total Keys: 1) - schemas.GoogleCloudChannelV1Row.deprecated (Total Keys: 1) - schemas.GoogleCloudChannelV1RunReportJobRequest.deprecated (Total Keys: 1) - schemas.GoogleCloudChannelV1RunReportJobResponse.deprecated (Total Keys: 1) - schemas.GoogleCloudChannelV1alpha1Column.deprecated (Total Keys: 1) - schemas.GoogleCloudChannelV1alpha1DateRange.deprecated (Total Keys: 1) - schemas.GoogleCloudChannelV1alpha1Report.deprecated (Total Keys: 1) - schemas.GoogleCloudChannelV1alpha1ReportJob.deprecated (Total Keys: 1) - schemas.GoogleCloudChannelV1alpha1ReportResultsMetadata.deprecated (Total Keys: 1) - schemas.GoogleCloudChannelV1alpha1ReportStatus.deprecated (Total Keys: 1) - schemas.GoogleCloudChannelV1alpha1RunReportJobResponse.deprecated (Total Keys: 1)
1 parent e4026be commit 49958ae

File tree

3 files changed

+35
-10
lines changed

3 files changed

+35
-10
lines changed
 

‎docs/dyn/cloudchannel_v1.accounts.reportJobs.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ <h2>Instance Methods</h2>
7979
<p class="firstline">Close httplib2 connections.</p>
8080
<p class="toc_element">
8181
<code><a href="#fetchReportResults">fetchReportResults(reportJob, body=None, x__xgafv=None)</a></code></p>
82-
<p class="firstline">Retrieves data generated by CloudChannelReportsService.RunReportJob.</p>
82+
<p class="firstline">Retrieves data generated by CloudChannelReportsService.RunReportJob. Deprecated: Please use [Export Channel Services data to BigQuery](https://cloud.google.com/channel/docs/rebilling/export-data-to-bigquery) instead.</p>
8383
<p class="toc_element">
8484
<code><a href="#fetchReportResults_next">fetchReportResults_next()</a></code></p>
8585
<p class="firstline">Retrieves the next page of results.</p>
@@ -91,7 +91,7 @@ <h3>Method Details</h3>
9191

9292
<div class="method">
9393
<code class="details" id="fetchReportResults">fetchReportResults(reportJob, body=None, x__xgafv=None)</code>
94-
<pre>Retrieves data generated by CloudChannelReportsService.RunReportJob.
94+
<pre>Retrieves data generated by CloudChannelReportsService.RunReportJob. Deprecated: Please use [Export Channel Services data to BigQuery](https://cloud.google.com/channel/docs/rebilling/export-data-to-bigquery) instead.
9595

9696
Args:
9797
reportJob: string, Required. The report job created by CloudChannelReportsService.RunReportJob. Report_job uses the format: accounts/{account_id}/reportJobs/{report_job_id} (required)

‎docs/dyn/cloudchannel_v1.accounts.reports.html

+4-4
Original file line numberDiff line numberDiff line change
@@ -79,13 +79,13 @@ <h2>Instance Methods</h2>
7979
<p class="firstline">Close httplib2 connections.</p>
8080
<p class="toc_element">
8181
<code><a href="#list">list(parent, languageCode=None, pageSize=None, pageToken=None, x__xgafv=None)</a></code></p>
82-
<p class="firstline">Lists the reports that RunReportJob can run. These reports include an ID, a description, and the list of columns that will be in the result.</p>
82+
<p class="firstline">Lists the reports that RunReportJob can run. These reports include an ID, a description, and the list of columns that will be in the result. Deprecated: Please use [Export Channel Services data to BigQuery](https://cloud.google.com/channel/docs/rebilling/export-data-to-bigquery) instead.</p>
8383
<p class="toc_element">
8484
<code><a href="#list_next">list_next()</a></code></p>
8585
<p class="firstline">Retrieves the next page of results.</p>
8686
<p class="toc_element">
8787
<code><a href="#run">run(name, body=None, x__xgafv=None)</a></code></p>
88-
<p class="firstline">Begins generation of data for a given report. The report identifier is a UID (for example, `613bf59q`). Possible error codes: * PERMISSION_DENIED: The user doesn't have access to this report. * INVALID_ARGUMENT: Required request parameters are missing or invalid. * NOT_FOUND: The report identifier was not found. * INTERNAL: Any non-user error related to a technical issue in the backend. Contact Cloud Channel support. * UNKNOWN: Any non-user error related to a technical issue in the backend. Contact Cloud Channel support. Return value: The ID of a long-running operation. To get the results of the operation, call the GetOperation method of CloudChannelOperationsService. The Operation metadata contains an instance of OperationMetadata. To get the results of report generation, call CloudChannelReportsService.FetchReportResults with the RunReportJobResponse.report_job.</p>
88+
<p class="firstline">Begins generation of data for a given report. The report identifier is a UID (for example, `613bf59q`). Possible error codes: * PERMISSION_DENIED: The user doesn't have access to this report. * INVALID_ARGUMENT: Required request parameters are missing or invalid. * NOT_FOUND: The report identifier was not found. * INTERNAL: Any non-user error related to a technical issue in the backend. Contact Cloud Channel support. * UNKNOWN: Any non-user error related to a technical issue in the backend. Contact Cloud Channel support. Return value: The ID of a long-running operation. To get the results of the operation, call the GetOperation method of CloudChannelOperationsService. The Operation metadata contains an instance of OperationMetadata. To get the results of report generation, call CloudChannelReportsService.FetchReportResults with the RunReportJobResponse.report_job. Deprecated: Please use [Export Channel Services data to BigQuery](https://cloud.google.com/channel/docs/rebilling/export-data-to-bigquery) instead.</p>
8989
<h3>Method Details</h3>
9090
<div class="method">
9191
<code class="details" id="close">close()</code>
@@ -94,7 +94,7 @@ <h3>Method Details</h3>
9494

9595
<div class="method">
9696
<code class="details" id="list">list(parent, languageCode=None, pageSize=None, pageToken=None, x__xgafv=None)</code>
97-
<pre>Lists the reports that RunReportJob can run. These reports include an ID, a description, and the list of columns that will be in the result.
97+
<pre>Lists the reports that RunReportJob can run. These reports include an ID, a description, and the list of columns that will be in the result. Deprecated: Please use [Export Channel Services data to BigQuery](https://cloud.google.com/channel/docs/rebilling/export-data-to-bigquery) instead.
9898

9999
Args:
100100
parent: string, Required. The resource name of the partner account to list available reports for. Parent uses the format: accounts/{account_id} (required)
@@ -144,7 +144,7 @@ <h3>Method Details</h3>
144144

145145
<div class="method">
146146
<code class="details" id="run">run(name, body=None, x__xgafv=None)</code>
147-
<pre>Begins generation of data for a given report. The report identifier is a UID (for example, `613bf59q`). Possible error codes: * PERMISSION_DENIED: The user doesn&#x27;t have access to this report. * INVALID_ARGUMENT: Required request parameters are missing or invalid. * NOT_FOUND: The report identifier was not found. * INTERNAL: Any non-user error related to a technical issue in the backend. Contact Cloud Channel support. * UNKNOWN: Any non-user error related to a technical issue in the backend. Contact Cloud Channel support. Return value: The ID of a long-running operation. To get the results of the operation, call the GetOperation method of CloudChannelOperationsService. The Operation metadata contains an instance of OperationMetadata. To get the results of report generation, call CloudChannelReportsService.FetchReportResults with the RunReportJobResponse.report_job.
147+
<pre>Begins generation of data for a given report. The report identifier is a UID (for example, `613bf59q`). Possible error codes: * PERMISSION_DENIED: The user doesn&#x27;t have access to this report. * INVALID_ARGUMENT: Required request parameters are missing or invalid. * NOT_FOUND: The report identifier was not found. * INTERNAL: Any non-user error related to a technical issue in the backend. Contact Cloud Channel support. * UNKNOWN: Any non-user error related to a technical issue in the backend. Contact Cloud Channel support. Return value: The ID of a long-running operation. To get the results of the operation, call the GetOperation method of CloudChannelOperationsService. The Operation metadata contains an instance of OperationMetadata. To get the results of report generation, call CloudChannelReportsService.FetchReportResults with the RunReportJobResponse.report_job. Deprecated: Please use [Export Channel Services data to BigQuery](https://cloud.google.com/channel/docs/rebilling/export-data-to-bigquery) instead.
148148

149149
Args:
150150
name: string, Required. The report&#x27;s resource name. Specifies the account and report used to generate report data. The report_id identifier is a UID (for example, `613bf59q`). Name uses the format: accounts/{account_id}/reports/{report_id} (required)

‎googleapiclient/discovery_cache/documents/cloudchannel.v1.json

+29-4
Original file line numberDiff line numberDiff line change
@@ -1773,9 +1773,11 @@
17731773
}
17741774
},
17751775
"reportJobs": {
1776+
"deprecated": true,
17761777
"methods": {
17771778
"fetchReportResults": {
1778-
"description": "Retrieves data generated by CloudChannelReportsService.RunReportJob.",
1779+
"deprecated": true,
1780+
"description": "Retrieves data generated by CloudChannelReportsService.RunReportJob. Deprecated: Please use [Export Channel Services data to BigQuery](https://cloud.google.com/channel/docs/rebilling/export-data-to-bigquery) instead.",
17791781
"flatPath": "v1/accounts/{accountsId}/reportJobs/{reportJobsId}:fetchReportResults",
17801782
"httpMethod": "POST",
17811783
"id": "cloudchannel.accounts.reportJobs.fetchReportResults",
@@ -1805,9 +1807,11 @@
18051807
}
18061808
},
18071809
"reports": {
1810+
"deprecated": true,
18081811
"methods": {
18091812
"list": {
1810-
"description": "Lists the reports that RunReportJob can run. These reports include an ID, a description, and the list of columns that will be in the result.",
1813+
"deprecated": true,
1814+
"description": "Lists the reports that RunReportJob can run. These reports include an ID, a description, and the list of columns that will be in the result. Deprecated: Please use [Export Channel Services data to BigQuery](https://cloud.google.com/channel/docs/rebilling/export-data-to-bigquery) instead.",
18111815
"flatPath": "v1/accounts/{accountsId}/reports",
18121816
"httpMethod": "GET",
18131817
"id": "cloudchannel.accounts.reports.list",
@@ -1848,7 +1852,8 @@
18481852
]
18491853
},
18501854
"run": {
1851-
"description": "Begins generation of data for a given report. The report identifier is a UID (for example, `613bf59q`). Possible error codes: * PERMISSION_DENIED: The user doesn't have access to this report. * INVALID_ARGUMENT: Required request parameters are missing or invalid. * NOT_FOUND: The report identifier was not found. * INTERNAL: Any non-user error related to a technical issue in the backend. Contact Cloud Channel support. * UNKNOWN: Any non-user error related to a technical issue in the backend. Contact Cloud Channel support. Return value: The ID of a long-running operation. To get the results of the operation, call the GetOperation method of CloudChannelOperationsService. The Operation metadata contains an instance of OperationMetadata. To get the results of report generation, call CloudChannelReportsService.FetchReportResults with the RunReportJobResponse.report_job.",
1855+
"deprecated": true,
1856+
"description": "Begins generation of data for a given report. The report identifier is a UID (for example, `613bf59q`). Possible error codes: * PERMISSION_DENIED: The user doesn't have access to this report. * INVALID_ARGUMENT: Required request parameters are missing or invalid. * NOT_FOUND: The report identifier was not found. * INTERNAL: Any non-user error related to a technical issue in the backend. Contact Cloud Channel support. * UNKNOWN: Any non-user error related to a technical issue in the backend. Contact Cloud Channel support. Return value: The ID of a long-running operation. To get the results of the operation, call the GetOperation method of CloudChannelOperationsService. The Operation metadata contains an instance of OperationMetadata. To get the results of report generation, call CloudChannelReportsService.FetchReportResults with the RunReportJobResponse.report_job. Deprecated: Please use [Export Channel Services data to BigQuery](https://cloud.google.com/channel/docs/rebilling/export-data-to-bigquery) instead.",
18521857
"flatPath": "v1/accounts/{accountsId}/reports/{reportsId}:run",
18531858
"httpMethod": "POST",
18541859
"id": "cloudchannel.accounts.reports.run",
@@ -2178,7 +2183,7 @@
21782183
}
21792184
}
21802185
},
2181-
"revision": "20231210",
2186+
"revision": "20240102",
21822187
"rootUrl": "https://cloudchannel.googleapis.com/",
21832188
"schemas": {
21842189
"GoogleCloudChannelV1ActivateEntitlementRequest": {
@@ -2550,6 +2555,7 @@
25502555
"type": "object"
25512556
},
25522557
"GoogleCloudChannelV1Column": {
2558+
"deprecated": true,
25532559
"description": "The definition of a report column. Specifies the data properties in the corresponding position of the report rows.",
25542560
"id": "GoogleCloudChannelV1Column",
25552561
"properties": {
@@ -2860,6 +2866,7 @@
28602866
"type": "object"
28612867
},
28622868
"GoogleCloudChannelV1DateRange": {
2869+
"deprecated": true,
28632870
"description": "A representation of usage or invoice date ranges.",
28642871
"id": "GoogleCloudChannelV1DateRange",
28652872
"properties": {
@@ -3226,6 +3233,7 @@
32263233
"type": "object"
32273234
},
32283235
"GoogleCloudChannelV1FetchReportResultsRequest": {
3236+
"deprecated": true,
32293237
"description": "Request message for CloudChannelReportsService.FetchReportResults.",
32303238
"id": "GoogleCloudChannelV1FetchReportResultsRequest",
32313239
"properties": {
@@ -3249,6 +3257,7 @@
32493257
"type": "object"
32503258
},
32513259
"GoogleCloudChannelV1FetchReportResultsResponse": {
3260+
"deprecated": true,
32523261
"description": "Response message for CloudChannelReportsService.FetchReportResults. Contains a tabular representation of the report results.",
32533262
"id": "GoogleCloudChannelV1FetchReportResultsResponse",
32543263
"properties": {
@@ -3482,6 +3491,7 @@
34823491
"type": "object"
34833492
},
34843493
"GoogleCloudChannelV1ListReportsResponse": {
3494+
"deprecated": true,
34853495
"description": "Response message for CloudChannelReportsService.ListReports.",
34863496
"id": "GoogleCloudChannelV1ListReportsResponse",
34873497
"properties": {
@@ -4265,6 +4275,7 @@
42654275
"type": "object"
42664276
},
42674277
"GoogleCloudChannelV1Report": {
4278+
"deprecated": true,
42684279
"description": "The ID and description of a report that was used to generate report data. For example, \"Google Cloud Daily Spend\", \"Google Workspace License Activity\", etc.",
42694280
"id": "GoogleCloudChannelV1Report",
42704281
"properties": {
@@ -4291,6 +4302,7 @@
42914302
"type": "object"
42924303
},
42934304
"GoogleCloudChannelV1ReportJob": {
4305+
"deprecated": true,
42944306
"description": "The result of a RunReportJob operation. Contains the name to use in FetchReportResultsRequest.report_job and the status of the operation.",
42954307
"id": "GoogleCloudChannelV1ReportJob",
42964308
"properties": {
@@ -4306,6 +4318,7 @@
43064318
"type": "object"
43074319
},
43084320
"GoogleCloudChannelV1ReportResultsMetadata": {
4321+
"deprecated": true,
43094322
"description": "The features describing the data. Returned by CloudChannelReportsService.RunReportJob and CloudChannelReportsService.FetchReportResults.",
43104323
"id": "GoogleCloudChannelV1ReportResultsMetadata",
43114324
"properties": {
@@ -4330,6 +4343,7 @@
43304343
"type": "object"
43314344
},
43324345
"GoogleCloudChannelV1ReportStatus": {
4346+
"deprecated": true,
43334347
"description": "Status of a report generation process.",
43344348
"id": "GoogleCloudChannelV1ReportStatus",
43354349
"properties": {
@@ -4365,6 +4379,7 @@
43654379
"type": "object"
43664380
},
43674381
"GoogleCloudChannelV1ReportValue": {
4382+
"deprecated": true,
43684383
"description": "A single report value.",
43694384
"id": "GoogleCloudChannelV1ReportValue",
43704385
"properties": {
@@ -4482,6 +4497,7 @@
44824497
"type": "object"
44834498
},
44844499
"GoogleCloudChannelV1Row": {
4500+
"deprecated": true,
44854501
"description": "A row of report values.",
44864502
"id": "GoogleCloudChannelV1Row",
44874503
"properties": {
@@ -4500,6 +4516,7 @@
45004516
"type": "object"
45014517
},
45024518
"GoogleCloudChannelV1RunReportJobRequest": {
4519+
"deprecated": true,
45034520
"description": "Request message for CloudChannelReportsService.RunReportJob.",
45044521
"id": "GoogleCloudChannelV1RunReportJobRequest",
45054522
"properties": {
@@ -4519,6 +4536,7 @@
45194536
"type": "object"
45204537
},
45214538
"GoogleCloudChannelV1RunReportJobResponse": {
4539+
"deprecated": true,
45224540
"description": "Response message for CloudChannelReportsService.RunReportJob.",
45234541
"id": "GoogleCloudChannelV1RunReportJobResponse",
45244542
"properties": {
@@ -4877,6 +4895,7 @@
48774895
"type": "object"
48784896
},
48794897
"GoogleCloudChannelV1alpha1Column": {
4898+
"deprecated": true,
48804899
"description": "The definition of a report column. Specifies the data properties in the corresponding position of the report rows.",
48814900
"id": "GoogleCloudChannelV1alpha1Column",
48824901
"properties": {
@@ -4962,6 +4981,7 @@
49624981
"type": "object"
49634982
},
49644983
"GoogleCloudChannelV1alpha1DateRange": {
4984+
"deprecated": true,
49654985
"description": "A representation of usage or invoice date ranges.",
49664986
"id": "GoogleCloudChannelV1alpha1DateRange",
49674987
"properties": {
@@ -5346,6 +5366,7 @@
53465366
"type": "object"
53475367
},
53485368
"GoogleCloudChannelV1alpha1Report": {
5369+
"deprecated": true,
53495370
"description": "The ID and description of a report that was used to generate report data. For example, \"Google Cloud Daily Spend\", \"Google Workspace License Activity\", etc.",
53505371
"id": "GoogleCloudChannelV1alpha1Report",
53515372
"properties": {
@@ -5372,6 +5393,7 @@
53725393
"type": "object"
53735394
},
53745395
"GoogleCloudChannelV1alpha1ReportJob": {
5396+
"deprecated": true,
53755397
"description": "The result of a RunReportJob operation. Contains the name to use in FetchReportResultsRequest.report_job and the status of the operation.",
53765398
"id": "GoogleCloudChannelV1alpha1ReportJob",
53775399
"properties": {
@@ -5387,6 +5409,7 @@
53875409
"type": "object"
53885410
},
53895411
"GoogleCloudChannelV1alpha1ReportResultsMetadata": {
5412+
"deprecated": true,
53905413
"description": "The features describing the data. Returned by CloudChannelReportsService.RunReportJob and CloudChannelReportsService.FetchReportResults.",
53915414
"id": "GoogleCloudChannelV1alpha1ReportResultsMetadata",
53925415
"properties": {
@@ -5411,6 +5434,7 @@
54115434
"type": "object"
54125435
},
54135436
"GoogleCloudChannelV1alpha1ReportStatus": {
5437+
"deprecated": true,
54145438
"description": "Status of a report generation process.",
54155439
"id": "GoogleCloudChannelV1alpha1ReportStatus",
54165440
"properties": {
@@ -5446,6 +5470,7 @@
54465470
"type": "object"
54475471
},
54485472
"GoogleCloudChannelV1alpha1RunReportJobResponse": {
5473+
"deprecated": true,
54495474
"description": "Response message for CloudChannelReportsService.RunReportJob.",
54505475
"id": "GoogleCloudChannelV1alpha1RunReportJobResponse",
54515476
"properties": {

0 commit comments

Comments
 (0)
Please sign in to comment.