google-cloud-channel-v1 0.22.0 → 0.22.1

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: f31304dc6f21582d45a15345a2baf8f95e8b673c9ee361d74b8f25f0162b6dae
4
- data.tar.gz: d6766723d3b970849b034e6586c4cb77653402261a952b94994a8ef3984b1ad4
3
+ metadata.gz: 3b80a4dcdca9f823d4e0b883c1763ac190fc1f13e1c7a703d362a11542eba207
4
+ data.tar.gz: 3bf12e8c63942f31368c226fd3d23b952f6f1a72096e0e3dd98b3ca02ca933db
5
5
  SHA512:
6
- metadata.gz: 215ec9c6a35ebe36f184f6a4fefae509462d8b7712a057d6ef2e576f32f930bc1f4cfa0c87740a7f412f4d023a8502fca53404706ec0090b769570f199593222
7
- data.tar.gz: ce5f0e5504cca519fa1473a769cb943efa26b68fbac3faa7b40104b668777c2264cd06ee81482e0a6dff63e62325757349d7aa73da1ef79deb67226408b93d78
6
+ metadata.gz: e6098f15c53368da8a68caa30efbc0c04bbb1b7cd1b4e03668fd4cf0bb4fed0180cc5eff56d635ff9ad9654ecabe64f2ea46d1f9331b924c47bed2b28665b2dc
7
+ data.tar.gz: 8e1dc2c27e8207c0584376399de949a9f4f6b4d8200c6bd771361fff0bb5b7995d285192281d007f59718b6806c7bc408d4ba231fc9515ac584af7d17293abcc
@@ -31,6 +31,11 @@ module Google
31
31
  # distributors retrieve and combine a variety of data in Cloud Channel for
32
32
  # multiple products (Google Cloud, Google Voice, and Google Workspace.)
33
33
  #
34
+ # Deprecated: This service is being deprecated. Please use [Export Channel
35
+ # Services data to
36
+ # BigQuery](https://cloud.google.com/channel/docs/rebilling/export-data-to-bigquery)
37
+ # instead.
38
+ #
34
39
  class Client
35
40
  include Paths
36
41
 
@@ -43,6 +48,8 @@ module Google
43
48
  # See {::Google::Cloud::Channel::V1::CloudChannelReportsService::Client::Configuration}
44
49
  # for a description of the configuration fields.
45
50
  #
51
+ # @deprecated This service is deprecated and may be removed in the next major version update.
52
+ #
46
53
  # @example
47
54
  #
48
55
  # # Modify the configuration for all CloudChannelReportsService clients
@@ -187,6 +194,12 @@ module Google
187
194
  # with the
188
195
  # {::Google::Cloud::Channel::V1::RunReportJobResponse#report_job RunReportJobResponse.report_job}.
189
196
  #
197
+ # Deprecated: Please use [Export Channel Services data to
198
+ # BigQuery](https://cloud.google.com/channel/docs/rebilling/export-data-to-bigquery)
199
+ # instead.
200
+ #
201
+ # @deprecated This method is deprecated and may be removed in the next major version update.
202
+ #
190
203
  # @overload run_report_job(request, options = nil)
191
204
  # Pass arguments to `run_report_job` via a request object, either of type
192
205
  # {::Google::Cloud::Channel::V1::RunReportJobRequest} or an equivalent Hash.
@@ -303,6 +316,12 @@ module Google
303
316
  # Retrieves data generated by
304
317
  # {::Google::Cloud::Channel::V1::CloudChannelReportsService::Client#run_report_job CloudChannelReportsService.RunReportJob}.
305
318
  #
319
+ # Deprecated: Please use [Export Channel Services data to
320
+ # BigQuery](https://cloud.google.com/channel/docs/rebilling/export-data-to-bigquery)
321
+ # instead.
322
+ #
323
+ # @deprecated This method is deprecated and may be removed in the next major version update.
324
+ #
306
325
  # @overload fetch_report_results(request, options = nil)
307
326
  # Pass arguments to `fetch_report_results` via a request object, either of type
308
327
  # {::Google::Cloud::Channel::V1::FetchReportResultsRequest} or an equivalent Hash.
@@ -414,6 +433,12 @@ module Google
414
433
  # Lists the reports that RunReportJob can run. These reports include an ID,
415
434
  # a description, and the list of columns that will be in the result.
416
435
  #
436
+ # Deprecated: Please use [Export Channel Services data to
437
+ # BigQuery](https://cloud.google.com/channel/docs/rebilling/export-data-to-bigquery)
438
+ # instead.
439
+ #
440
+ # @deprecated This method is deprecated and may be removed in the next major version update.
441
+ #
417
442
  # @overload list_reports(request, options = nil)
418
443
  # Pass arguments to `list_reports` via a request object, either of type
419
444
  # {::Google::Cloud::Channel::V1::ListReportsRequest} or an equivalent Hash.
@@ -33,6 +33,11 @@ module Google
33
33
  # distributors retrieve and combine a variety of data in Cloud Channel for
34
34
  # multiple products (Google Cloud, Google Voice, and Google Workspace.)
35
35
  #
36
+ # Deprecated: This service is being deprecated. Please use [Export Channel
37
+ # Services data to
38
+ # BigQuery](https://cloud.google.com/channel/docs/rebilling/export-data-to-bigquery)
39
+ # instead.
40
+ #
36
41
  class Client
37
42
  include Paths
38
43
 
@@ -45,6 +50,8 @@ module Google
45
50
  # See {::Google::Cloud::Channel::V1::CloudChannelReportsService::Rest::Client::Configuration}
46
51
  # for a description of the configuration fields.
47
52
  #
53
+ # @deprecated This service is deprecated and may be removed in the next major version update.
54
+ #
48
55
  # @example
49
56
  #
50
57
  # # Modify the configuration for all CloudChannelReportsService clients
@@ -177,6 +184,10 @@ module Google
177
184
  # with the
178
185
  # {::Google::Cloud::Channel::V1::RunReportJobResponse#report_job RunReportJobResponse.report_job}.
179
186
  #
187
+ # Deprecated: Please use [Export Channel Services data to
188
+ # BigQuery](https://cloud.google.com/channel/docs/rebilling/export-data-to-bigquery)
189
+ # instead.
190
+ #
180
191
  # @overload run_report_job(request, options = nil)
181
192
  # Pass arguments to `run_report_job` via a request object, either of type
182
193
  # {::Google::Cloud::Channel::V1::RunReportJobRequest} or an equivalent Hash.
@@ -286,6 +297,10 @@ module Google
286
297
  # Retrieves data generated by
287
298
  # {::Google::Cloud::Channel::V1::CloudChannelReportsService::Rest::Client#run_report_job CloudChannelReportsService.RunReportJob}.
288
299
  #
300
+ # Deprecated: Please use [Export Channel Services data to
301
+ # BigQuery](https://cloud.google.com/channel/docs/rebilling/export-data-to-bigquery)
302
+ # instead.
303
+ #
289
304
  # @overload fetch_report_results(request, options = nil)
290
305
  # Pass arguments to `fetch_report_results` via a request object, either of type
291
306
  # {::Google::Cloud::Channel::V1::FetchReportResultsRequest} or an equivalent Hash.
@@ -390,6 +405,10 @@ module Google
390
405
  # Lists the reports that RunReportJob can run. These reports include an ID,
391
406
  # a description, and the list of columns that will be in the result.
392
407
  #
408
+ # Deprecated: Please use [Export Channel Services data to
409
+ # BigQuery](https://cloud.google.com/channel/docs/rebilling/export-data-to-bigquery)
410
+ # instead.
411
+ #
393
412
  # @overload list_reports(request, options = nil)
394
413
  # Pass arguments to `list_reports` via a request object, either of type
395
414
  # {::Google::Cloud::Channel::V1::ListReportsRequest} or an equivalent Hash.
@@ -36,6 +36,11 @@ module Google
36
36
  # distributors retrieve and combine a variety of data in Cloud Channel for
37
37
  # multiple products (Google Cloud, Google Voice, and Google Workspace.)
38
38
  #
39
+ # Deprecated: This service is being deprecated. Please use [Export Channel
40
+ # Services data to
41
+ # BigQuery](https://cloud.google.com/channel/docs/rebilling/export-data-to-bigquery)
42
+ # instead.
43
+ #
39
44
  # To load this service and instantiate a REST client:
40
45
  #
41
46
  # require "google/cloud/channel/v1/cloud_channel_reports_service/rest"
@@ -37,6 +37,11 @@ module Google
37
37
  # distributors retrieve and combine a variety of data in Cloud Channel for
38
38
  # multiple products (Google Cloud, Google Voice, and Google Workspace.)
39
39
  #
40
+ # Deprecated: This service is being deprecated. Please use [Export Channel
41
+ # Services data to
42
+ # BigQuery](https://cloud.google.com/channel/docs/rebilling/export-data-to-bigquery)
43
+ # instead.
44
+ #
40
45
  # @example Load this service and instantiate a gRPC client
41
46
  #
42
47
  # require "google/cloud/channel/v1/cloud_channel_reports_service"
@@ -17,7 +17,7 @@ require 'google/type/decimal_pb'
17
17
  require 'google/type/money_pb'
18
18
 
19
19
 
20
- descriptor_data = "\n-google/cloud/channel/v1/reports_service.proto\x12\x17google.cloud.channel.v1\x1a\x1cgoogle/api/annotations.proto\x1a\x17google/api/client.proto\x1a\x1fgoogle/api/field_behavior.proto\x1a\x19google/api/resource.proto\x1a(google/cloud/channel/v1/operations.proto\x1a#google/longrunning/operations.proto\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\x16google/type/date.proto\x1a\x1agoogle/type/datetime.proto\x1a\x19google/type/decimal.proto\x1a\x17google/type/money.proto\"\xbd\x01\n\x13RunReportJobRequest\x12\x38\n\x04name\x18\x01 \x01(\tB*\xe0\x41\x02\xfa\x41$\n\"cloudchannel.googleapis.com/Report\x12;\n\ndate_range\x18\x02 \x01(\x0b\x32\".google.cloud.channel.v1.DateRangeB\x03\xe0\x41\x01\x12\x13\n\x06\x66ilter\x18\x03 \x01(\tB\x03\xe0\x41\x01\x12\x1a\n\rlanguage_code\x18\x04 \x01(\tB\x03\xe0\x41\x01\"\x97\x01\n\x14RunReportJobResponse\x12\x36\n\nreport_job\x18\x01 \x01(\x0b\x32\".google.cloud.channel.v1.ReportJob\x12G\n\x0freport_metadata\x18\x02 \x01(\x0b\x32..google.cloud.channel.v1.ReportResultsMetadata\"\xac\x01\n\x19\x46\x65tchReportResultsRequest\x12\x41\n\nreport_job\x18\x01 \x01(\tB-\xe0\x41\x02\xfa\x41\'\n%cloudchannel.googleapis.com/ReportJob\x12\x16\n\tpage_size\x18\x02 \x01(\x05\x42\x03\xe0\x41\x01\x12\x17\n\npage_token\x18\x03 \x01(\tB\x03\xe0\x41\x01\x12\x1b\n\x0epartition_keys\x18\x04 \x03(\tB\x03\xe0\x41\x01\"\xaa\x01\n\x1a\x46\x65tchReportResultsResponse\x12G\n\x0freport_metadata\x18\x01 \x01(\x0b\x32..google.cloud.channel.v1.ReportResultsMetadata\x12*\n\x04rows\x18\x02 \x03(\x0b\x32\x1c.google.cloud.channel.v1.Row\x12\x17\n\x0fnext_page_token\x18\x03 \x01(\t\"v\n\x12ListReportsRequest\x12\x13\n\x06parent\x18\x01 \x01(\tB\x03\xe0\x41\x02\x12\x16\n\tpage_size\x18\x02 \x01(\x05\x42\x03\xe0\x41\x01\x12\x17\n\npage_token\x18\x03 \x01(\tB\x03\xe0\x41\x01\x12\x1a\n\rlanguage_code\x18\x04 \x01(\tB\x03\xe0\x41\x01\"`\n\x13ListReportsResponse\x12\x30\n\x07reports\x18\x01 \x03(\x0b\x32\x1f.google.cloud.channel.v1.Report\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\"\xb4\x01\n\tReportJob\x12\x11\n\x04name\x18\x01 \x01(\tB\x03\xe0\x41\x02\x12<\n\rreport_status\x18\x02 \x01(\x0b\x32%.google.cloud.channel.v1.ReportStatus:V\xea\x41S\n%cloudchannel.googleapis.com/ReportJob\x12*accounts/{account}/reportJobs/{report_job}\"\xd5\x01\n\x15ReportResultsMetadata\x12/\n\x06report\x18\x01 \x01(\x0b\x32\x1f.google.cloud.channel.v1.Report\x12\x11\n\trow_count\x18\x02 \x01(\x03\x12\x36\n\ndate_range\x18\x03 \x01(\x0b\x32\".google.cloud.channel.v1.DateRange\x12@\n\x14preceding_date_range\x18\x04 \x01(\x0b\x32\".google.cloud.channel.v1.DateRange\"\xdb\x01\n\x06\x43olumn\x12\x11\n\tcolumn_id\x18\x01 \x01(\t\x12\x14\n\x0c\x64isplay_name\x18\x02 \x01(\t\x12;\n\tdata_type\x18\x03 \x01(\x0e\x32(.google.cloud.channel.v1.Column.DataType\"k\n\x08\x44\x61taType\x12\x19\n\x15\x44\x41TA_TYPE_UNSPECIFIED\x10\x00\x12\n\n\x06STRING\x10\x01\x12\x07\n\x03INT\x10\x02\x12\x0b\n\x07\x44\x45\x43IMAL\x10\x03\x12\t\n\x05MONEY\x10\x04\x12\x08\n\x04\x44\x41TE\x10\x05\x12\r\n\tDATE_TIME\x10\x06\"\xd1\x01\n\tDateRange\x12\x34\n\x15usage_start_date_time\x18\x01 \x01(\x0b\x32\x15.google.type.DateTime\x12\x32\n\x13usage_end_date_time\x18\x02 \x01(\x0b\x32\x15.google.type.DateTime\x12-\n\x12invoice_start_date\x18\x03 \x01(\x0b\x32\x11.google.type.Date\x12+\n\x10invoice_end_date\x18\x04 \x01(\x0b\x32\x11.google.type.Date\"R\n\x03Row\x12\x34\n\x06values\x18\x01 \x03(\x0b\x32$.google.cloud.channel.v1.ReportValue\x12\x15\n\rpartition_key\x18\x02 \x01(\t\"\xf8\x01\n\x0bReportValue\x12\x16\n\x0cstring_value\x18\x01 \x01(\tH\x00\x12\x13\n\tint_value\x18\x02 \x01(\x03H\x00\x12-\n\rdecimal_value\x18\x03 \x01(\x0b\x32\x14.google.type.DecimalH\x00\x12)\n\x0bmoney_value\x18\x04 \x01(\x0b\x32\x12.google.type.MoneyH\x00\x12\'\n\ndate_value\x18\x05 \x01(\x0b\x32\x11.google.type.DateH\x00\x12\x30\n\x0f\x64\x61te_time_value\x18\x06 \x01(\x0b\x32\x15.google.type.DateTimeH\x00\x42\x07\n\x05value\"\xfd\x01\n\x0cReportStatus\x12:\n\x05state\x18\x01 \x01(\x0e\x32+.google.cloud.channel.v1.ReportStatus.State\x12.\n\nstart_time\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12,\n\x08\x65nd_time\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\"S\n\x05State\x12\x15\n\x11STATE_UNSPECIFIED\x10\x00\x12\x0b\n\x07STARTED\x10\x01\x12\x0b\n\x07WRITING\x10\x02\x12\r\n\tAVAILABLE\x10\x03\x12\n\n\x06\x46\x41ILED\x10\x04\"\xc6\x01\n\x06Report\x12\x11\n\x04name\x18\x01 \x01(\tB\x03\xe0\x41\x02\x12\x14\n\x0c\x64isplay_name\x18\x02 \x01(\t\x12\x30\n\x07\x63olumns\x18\x03 \x03(\x0b\x32\x1f.google.cloud.channel.v1.Column\x12\x13\n\x0b\x64\x65scription\x18\x04 \x01(\t:L\xea\x41I\n\"cloudchannel.googleapis.com/Report\x12#accounts/{account}/reports/{report}2\xa6\x05\n\x1a\x43loudChannelReportsService\x12\xb7\x01\n\x0cRunReportJob\x12,.google.cloud.channel.v1.RunReportJobRequest\x1a\x1d.google.longrunning.Operation\"Z\x82\xd3\xe4\x93\x02(\"#/v1/{name=accounts/*/reports/*}:run:\x01*\xca\x41)\n\x14RunReportJobResponse\x12\x11OperationMetadata\x12\xd2\x01\n\x12\x46\x65tchReportResults\x12\x32.google.cloud.channel.v1.FetchReportResultsRequest\x1a\x33.google.cloud.channel.v1.FetchReportResultsResponse\"S\x82\xd3\xe4\x93\x02@\";/v1/{report_job=accounts/*/reportJobs/*}:fetchReportResults:\x01*\xda\x41\nreport_job\x12\x9a\x01\n\x0bListReports\x12+.google.cloud.channel.v1.ListReportsRequest\x1a,.google.cloud.channel.v1.ListReportsResponse\"0\x82\xd3\xe4\x93\x02!\x12\x1f/v1/{parent=accounts/*}/reports\xda\x41\x06parent\x1a\\\xca\x41\x1b\x63loudchannel.googleapis.com\xd2\x41;https://www.googleapis.com/auth/apps.reports.usage.readonlyBk\n\x1b\x63om.google.cloud.channel.v1B\x13ReportsServiceProtoP\x01Z5cloud.google.com/go/channel/apiv1/channelpb;channelpbb\x06proto3"
20
+ descriptor_data = "\n-google/cloud/channel/v1/reports_service.proto\x12\x17google.cloud.channel.v1\x1a\x1cgoogle/api/annotations.proto\x1a\x17google/api/client.proto\x1a\x1fgoogle/api/field_behavior.proto\x1a\x19google/api/resource.proto\x1a(google/cloud/channel/v1/operations.proto\x1a#google/longrunning/operations.proto\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\x16google/type/date.proto\x1a\x1agoogle/type/datetime.proto\x1a\x19google/type/decimal.proto\x1a\x17google/type/money.proto\"\xc1\x01\n\x13RunReportJobRequest\x12\x38\n\x04name\x18\x01 \x01(\tB*\xe0\x41\x02\xfa\x41$\n\"cloudchannel.googleapis.com/Report\x12;\n\ndate_range\x18\x02 \x01(\x0b\x32\".google.cloud.channel.v1.DateRangeB\x03\xe0\x41\x01\x12\x13\n\x06\x66ilter\x18\x03 \x01(\tB\x03\xe0\x41\x01\x12\x1a\n\rlanguage_code\x18\x04 \x01(\tB\x03\xe0\x41\x01:\x02\x18\x01\"\x9b\x01\n\x14RunReportJobResponse\x12\x36\n\nreport_job\x18\x01 \x01(\x0b\x32\".google.cloud.channel.v1.ReportJob\x12G\n\x0freport_metadata\x18\x02 \x01(\x0b\x32..google.cloud.channel.v1.ReportResultsMetadata:\x02\x18\x01\"\xb0\x01\n\x19\x46\x65tchReportResultsRequest\x12\x41\n\nreport_job\x18\x01 \x01(\tB-\xe0\x41\x02\xfa\x41\'\n%cloudchannel.googleapis.com/ReportJob\x12\x16\n\tpage_size\x18\x02 \x01(\x05\x42\x03\xe0\x41\x01\x12\x17\n\npage_token\x18\x03 \x01(\tB\x03\xe0\x41\x01\x12\x1b\n\x0epartition_keys\x18\x04 \x03(\tB\x03\xe0\x41\x01:\x02\x18\x01\"\xae\x01\n\x1a\x46\x65tchReportResultsResponse\x12G\n\x0freport_metadata\x18\x01 \x01(\x0b\x32..google.cloud.channel.v1.ReportResultsMetadata\x12*\n\x04rows\x18\x02 \x03(\x0b\x32\x1c.google.cloud.channel.v1.Row\x12\x17\n\x0fnext_page_token\x18\x03 \x01(\t:\x02\x18\x01\"z\n\x12ListReportsRequest\x12\x13\n\x06parent\x18\x01 \x01(\tB\x03\xe0\x41\x02\x12\x16\n\tpage_size\x18\x02 \x01(\x05\x42\x03\xe0\x41\x01\x12\x17\n\npage_token\x18\x03 \x01(\tB\x03\xe0\x41\x01\x12\x1a\n\rlanguage_code\x18\x04 \x01(\tB\x03\xe0\x41\x01:\x02\x18\x01\"d\n\x13ListReportsResponse\x12\x30\n\x07reports\x18\x01 \x03(\x0b\x32\x1f.google.cloud.channel.v1.Report\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t:\x02\x18\x01\"\xb6\x01\n\tReportJob\x12\x11\n\x04name\x18\x01 \x01(\tB\x03\xe0\x41\x02\x12<\n\rreport_status\x18\x02 \x01(\x0b\x32%.google.cloud.channel.v1.ReportStatus:X\x18\x01\xea\x41S\n%cloudchannel.googleapis.com/ReportJob\x12*accounts/{account}/reportJobs/{report_job}\"\xd9\x01\n\x15ReportResultsMetadata\x12/\n\x06report\x18\x01 \x01(\x0b\x32\x1f.google.cloud.channel.v1.Report\x12\x11\n\trow_count\x18\x02 \x01(\x03\x12\x36\n\ndate_range\x18\x03 \x01(\x0b\x32\".google.cloud.channel.v1.DateRange\x12@\n\x14preceding_date_range\x18\x04 \x01(\x0b\x32\".google.cloud.channel.v1.DateRange:\x02\x18\x01\"\xdf\x01\n\x06\x43olumn\x12\x11\n\tcolumn_id\x18\x01 \x01(\t\x12\x14\n\x0c\x64isplay_name\x18\x02 \x01(\t\x12;\n\tdata_type\x18\x03 \x01(\x0e\x32(.google.cloud.channel.v1.Column.DataType\"k\n\x08\x44\x61taType\x12\x19\n\x15\x44\x41TA_TYPE_UNSPECIFIED\x10\x00\x12\n\n\x06STRING\x10\x01\x12\x07\n\x03INT\x10\x02\x12\x0b\n\x07\x44\x45\x43IMAL\x10\x03\x12\t\n\x05MONEY\x10\x04\x12\x08\n\x04\x44\x41TE\x10\x05\x12\r\n\tDATE_TIME\x10\x06:\x02\x18\x01\"\xd5\x01\n\tDateRange\x12\x34\n\x15usage_start_date_time\x18\x01 \x01(\x0b\x32\x15.google.type.DateTime\x12\x32\n\x13usage_end_date_time\x18\x02 \x01(\x0b\x32\x15.google.type.DateTime\x12-\n\x12invoice_start_date\x18\x03 \x01(\x0b\x32\x11.google.type.Date\x12+\n\x10invoice_end_date\x18\x04 \x01(\x0b\x32\x11.google.type.Date:\x02\x18\x01\"V\n\x03Row\x12\x34\n\x06values\x18\x01 \x03(\x0b\x32$.google.cloud.channel.v1.ReportValue\x12\x15\n\rpartition_key\x18\x02 \x01(\t:\x02\x18\x01\"\xfc\x01\n\x0bReportValue\x12\x16\n\x0cstring_value\x18\x01 \x01(\tH\x00\x12\x13\n\tint_value\x18\x02 \x01(\x03H\x00\x12-\n\rdecimal_value\x18\x03 \x01(\x0b\x32\x14.google.type.DecimalH\x00\x12)\n\x0bmoney_value\x18\x04 \x01(\x0b\x32\x12.google.type.MoneyH\x00\x12\'\n\ndate_value\x18\x05 \x01(\x0b\x32\x11.google.type.DateH\x00\x12\x30\n\x0f\x64\x61te_time_value\x18\x06 \x01(\x0b\x32\x15.google.type.DateTimeH\x00:\x02\x18\x01\x42\x07\n\x05value\"\x81\x02\n\x0cReportStatus\x12:\n\x05state\x18\x01 \x01(\x0e\x32+.google.cloud.channel.v1.ReportStatus.State\x12.\n\nstart_time\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12,\n\x08\x65nd_time\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\"S\n\x05State\x12\x15\n\x11STATE_UNSPECIFIED\x10\x00\x12\x0b\n\x07STARTED\x10\x01\x12\x0b\n\x07WRITING\x10\x02\x12\r\n\tAVAILABLE\x10\x03\x12\n\n\x06\x46\x41ILED\x10\x04:\x02\x18\x01\"\xc8\x01\n\x06Report\x12\x11\n\x04name\x18\x01 \x01(\tB\x03\xe0\x41\x02\x12\x14\n\x0c\x64isplay_name\x18\x02 \x01(\t\x12\x30\n\x07\x63olumns\x18\x03 \x03(\x0b\x32\x1f.google.cloud.channel.v1.Column\x12\x13\n\x0b\x64\x65scription\x18\x04 \x01(\t:N\x18\x01\xea\x41I\n\"cloudchannel.googleapis.com/Report\x12#accounts/{account}/reports/{report}2\xb2\x05\n\x1a\x43loudChannelReportsService\x12\xba\x01\n\x0cRunReportJob\x12,.google.cloud.channel.v1.RunReportJobRequest\x1a\x1d.google.longrunning.Operation\"]\x88\x02\x01\x82\xd3\xe4\x93\x02(\"#/v1/{name=accounts/*/reports/*}:run:\x01*\xca\x41)\n\x14RunReportJobResponse\x12\x11OperationMetadata\x12\xd5\x01\n\x12\x46\x65tchReportResults\x12\x32.google.cloud.channel.v1.FetchReportResultsRequest\x1a\x33.google.cloud.channel.v1.FetchReportResultsResponse\"V\x88\x02\x01\x82\xd3\xe4\x93\x02@\";/v1/{report_job=accounts/*/reportJobs/*}:fetchReportResults:\x01*\xda\x41\nreport_job\x12\x9d\x01\n\x0bListReports\x12+.google.cloud.channel.v1.ListReportsRequest\x1a,.google.cloud.channel.v1.ListReportsResponse\"3\x88\x02\x01\x82\xd3\xe4\x93\x02!\x12\x1f/v1/{parent=accounts/*}/reports\xda\x41\x06parent\x1a_\x88\x02\x01\xca\x41\x1b\x63loudchannel.googleapis.com\xd2\x41;https://www.googleapis.com/auth/apps.reports.usage.readonlyBk\n\x1b\x63om.google.cloud.channel.v1B\x13ReportsServiceProtoP\x01Z5cloud.google.com/go/channel/apiv1/channelpb;channelpbb\x06proto3"
21
21
 
22
22
  pool = Google::Protobuf::DescriptorPool.generated_pool
23
23
 
@@ -27,6 +27,11 @@ module Google
27
27
  # CloudChannelReportsService lets Google Cloud resellers and
28
28
  # distributors retrieve and combine a variety of data in Cloud Channel for
29
29
  # multiple products (Google Cloud, Google Voice, and Google Workspace.)
30
+ #
31
+ # Deprecated: This service is being deprecated. Please use [Export Channel
32
+ # Services data to
33
+ # BigQuery](https://cloud.google.com/channel/docs/rebilling/export-data-to-bigquery)
34
+ # instead.
30
35
  class Service
31
36
 
32
37
  include ::GRPC::GenericService
@@ -60,12 +65,24 @@ module Google
60
65
  # [CloudChannelReportsService.FetchReportResults][google.cloud.channel.v1.CloudChannelReportsService.FetchReportResults]
61
66
  # with the
62
67
  # [RunReportJobResponse.report_job][google.cloud.channel.v1.RunReportJobResponse.report_job].
68
+ #
69
+ # Deprecated: Please use [Export Channel Services data to
70
+ # BigQuery](https://cloud.google.com/channel/docs/rebilling/export-data-to-bigquery)
71
+ # instead.
63
72
  rpc :RunReportJob, ::Google::Cloud::Channel::V1::RunReportJobRequest, ::Google::Longrunning::Operation
64
73
  # Retrieves data generated by
65
74
  # [CloudChannelReportsService.RunReportJob][google.cloud.channel.v1.CloudChannelReportsService.RunReportJob].
75
+ #
76
+ # Deprecated: Please use [Export Channel Services data to
77
+ # BigQuery](https://cloud.google.com/channel/docs/rebilling/export-data-to-bigquery)
78
+ # instead.
66
79
  rpc :FetchReportResults, ::Google::Cloud::Channel::V1::FetchReportResultsRequest, ::Google::Cloud::Channel::V1::FetchReportResultsResponse
67
80
  # Lists the reports that RunReportJob can run. These reports include an ID,
68
81
  # a description, and the list of columns that will be in the result.
82
+ #
83
+ # Deprecated: Please use [Export Channel Services data to
84
+ # BigQuery](https://cloud.google.com/channel/docs/rebilling/export-data-to-bigquery)
85
+ # instead.
69
86
  rpc :ListReports, ::Google::Cloud::Channel::V1::ListReportsRequest, ::Google::Cloud::Channel::V1::ListReportsResponse
70
87
  end
71
88
 
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Channel
23
23
  module V1
24
- VERSION = "0.22.0"
24
+ VERSION = "0.22.1"
25
25
  end
26
26
  end
27
27
  end
@@ -304,6 +304,19 @@ module Google
304
304
  # seconds: 360 # 6 minutes
305
305
  # total_poll_timeout:
306
306
  # seconds: 54000 # 90 minutes
307
+ # @!attribute [rw] auto_populated_fields
308
+ # @return [::Array<::String>]
309
+ # List of top-level fields of the request message, that should be
310
+ # automatically populated by the client libraries based on their
311
+ # (google.api.field_info).format. Currently supported format: UUID4.
312
+ #
313
+ # Example of a YAML configuration:
314
+ #
315
+ # publishing:
316
+ # method_settings:
317
+ # - selector: google.example.v1.ExampleService.CreateExample
318
+ # auto_populated_fields:
319
+ # - request_id
307
320
  class MethodSettings
308
321
  include ::Google::Protobuf::MessageExts
309
322
  extend ::Google::Protobuf::MessageExts::ClassMethods
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-channel-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.22.0
4
+ version: 0.22.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: 2023-09-12 00:00:00.000000000 Z
11
+ date: 2024-01-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common
@@ -257,7 +257,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
257
257
  - !ruby/object:Gem::Version
258
258
  version: '0'
259
259
  requirements: []
260
- rubygems_version: 3.4.19
260
+ rubygems_version: 3.5.3
261
261
  signing_key:
262
262
  specification_version: 4
263
263
  summary: The Cloud Channel API enables Google Cloud partners to have a single unified