google-cloud-channel-v1 0.22.0 → 0.23.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.
@@ -21,6 +21,7 @@ module Google
21
21
  module Api
22
22
  # Required information for every language.
23
23
  # @!attribute [rw] reference_docs_uri
24
+ # @deprecated This field is deprecated and may be removed in the next major version update.
24
25
  # @return [::String]
25
26
  # Link to automatically generated reference documentation. Example:
26
27
  # https://cloud.google.com/nodejs/docs/reference/asset/latest
@@ -304,6 +305,19 @@ module Google
304
305
  # seconds: 360 # 6 minutes
305
306
  # total_poll_timeout:
306
307
  # seconds: 54000 # 90 minutes
308
+ # @!attribute [rw] auto_populated_fields
309
+ # @return [::Array<::String>]
310
+ # List of top-level fields of the request message, that should be
311
+ # automatically populated by the client libraries based on their
312
+ # (google.api.field_info).format. Currently supported format: UUID4.
313
+ #
314
+ # Example of a YAML configuration:
315
+ #
316
+ # publishing:
317
+ # method_settings:
318
+ # - selector: google.example.v1.ExampleService.CreateExample
319
+ # auto_populated_fields:
320
+ # - request_id
307
321
  class MethodSettings
308
322
  include ::Google::Protobuf::MessageExts
309
323
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -23,6 +23,7 @@ module Google
23
23
  module V1
24
24
  # Request message for
25
25
  # {::Google::Cloud::Channel::V1::CloudChannelReportsService::Client#run_report_job CloudChannelReportsService.RunReportJob}.
26
+ # @deprecated This message is deprecated and may be removed in the next major version update.
26
27
  # @!attribute [rw] name
27
28
  # @return [::String]
28
29
  # Required. The report's resource name. Specifies the account and report used
@@ -58,6 +59,7 @@ module Google
58
59
 
59
60
  # Response message for
60
61
  # {::Google::Cloud::Channel::V1::CloudChannelReportsService::Client#run_report_job CloudChannelReportsService.RunReportJob}.
62
+ # @deprecated This message is deprecated and may be removed in the next major version update.
61
63
  # @!attribute [rw] report_job
62
64
  # @return [::Google::Cloud::Channel::V1::ReportJob]
63
65
  # Pass `report_job.name` to
@@ -75,6 +77,7 @@ module Google
75
77
 
76
78
  # Request message for
77
79
  # {::Google::Cloud::Channel::V1::CloudChannelReportsService::Client#fetch_report_results CloudChannelReportsService.FetchReportResults}.
80
+ # @deprecated This message is deprecated and may be removed in the next major version update.
78
81
  # @!attribute [rw] report_job
79
82
  # @return [::String]
80
83
  # Required. The report job created by
@@ -109,6 +112,7 @@ module Google
109
112
  # Response message for
110
113
  # {::Google::Cloud::Channel::V1::CloudChannelReportsService::Client#fetch_report_results CloudChannelReportsService.FetchReportResults}.
111
114
  # Contains a tabular representation of the report results.
115
+ # @deprecated This message is deprecated and may be removed in the next major version update.
112
116
  # @!attribute [rw] report_metadata
113
117
  # @return [::Google::Cloud::Channel::V1::ReportResultsMetadata]
114
118
  # The metadata for the report results (display name, columns, row count, and
@@ -129,6 +133,7 @@ module Google
129
133
 
130
134
  # Request message for
131
135
  # {::Google::Cloud::Channel::V1::CloudChannelReportsService::Client#list_reports CloudChannelReportsService.ListReports}.
136
+ # @deprecated This message is deprecated and may be removed in the next major version update.
132
137
  # @!attribute [rw] parent
133
138
  # @return [::String]
134
139
  # Required. The resource name of the partner account to list available
@@ -159,6 +164,7 @@ module Google
159
164
 
160
165
  # Response message for
161
166
  # {::Google::Cloud::Channel::V1::CloudChannelReportsService::Client#list_reports CloudChannelReportsService.ListReports}.
167
+ # @deprecated This message is deprecated and may be removed in the next major version update.
162
168
  # @!attribute [rw] reports
163
169
  # @return [::Array<::Google::Cloud::Channel::V1::Report>]
164
170
  # The reports available to the partner.
@@ -175,6 +181,7 @@ module Google
175
181
  # The result of a [RunReportJob][] operation. Contains the name to use in
176
182
  # {::Google::Cloud::Channel::V1::FetchReportResultsRequest#report_job FetchReportResultsRequest.report_job}
177
183
  # and the status of the operation.
184
+ # @deprecated This message is deprecated and may be removed in the next major version update.
178
185
  # @!attribute [rw] name
179
186
  # @return [::String]
180
187
  # Required. The resource name of a report job.
@@ -192,6 +199,7 @@ module Google
192
199
  # {::Google::Cloud::Channel::V1::CloudChannelReportsService::Client#run_report_job CloudChannelReportsService.RunReportJob}
193
200
  # and
194
201
  # {::Google::Cloud::Channel::V1::CloudChannelReportsService::Client#fetch_report_results CloudChannelReportsService.FetchReportResults}.
202
+ # @deprecated This message is deprecated and may be removed in the next major version update.
195
203
  # @!attribute [rw] report
196
204
  # @return [::Google::Cloud::Channel::V1::Report]
197
205
  # Details of the completed report.
@@ -216,6 +224,7 @@ module Google
216
224
 
217
225
  # The definition of a report column. Specifies the data properties
218
226
  # in the corresponding position of the report rows.
227
+ # @deprecated This message is deprecated and may be removed in the next major version update.
219
228
  # @!attribute [rw] column_id
220
229
  # @return [::String]
221
230
  # The unique name of the column (for example, customer_domain,
@@ -260,6 +269,7 @@ module Google
260
269
  end
261
270
 
262
271
  # A representation of usage or invoice date ranges.
272
+ # @deprecated This message is deprecated and may be removed in the next major version update.
263
273
  # @!attribute [rw] usage_start_date_time
264
274
  # @return [::Google::Type::DateTime]
265
275
  # The earliest usage date time (inclusive).
@@ -294,6 +304,7 @@ module Google
294
304
  end
295
305
 
296
306
  # A row of report values.
307
+ # @deprecated This message is deprecated and may be removed in the next major version update.
297
308
  # @!attribute [rw] values
298
309
  # @return [::Array<::Google::Cloud::Channel::V1::ReportValue>]
299
310
  # The list of values in the row.
@@ -307,6 +318,7 @@ module Google
307
318
  end
308
319
 
309
320
  # A single report value.
321
+ # @deprecated This message is deprecated and may be removed in the next major version update.
310
322
  # @!attribute [rw] string_value
311
323
  # @return [::String]
312
324
  # A value of type `string`.
@@ -334,6 +346,7 @@ module Google
334
346
  end
335
347
 
336
348
  # Status of a report generation process.
349
+ # @deprecated This message is deprecated and may be removed in the next major version update.
337
350
  # @!attribute [rw] state
338
351
  # @return [::Google::Cloud::Channel::V1::ReportStatus::State]
339
352
  # The current state of the report generation process.
@@ -369,6 +382,7 @@ module Google
369
382
  # The ID and description of a report that was used to generate report data.
370
383
  # For example, "Google Cloud Daily Spend", "Google Workspace License Activity",
371
384
  # etc.
385
+ # @deprecated This message is deprecated and may be removed in the next major version update.
372
386
  # @!attribute [rw] name
373
387
  # @return [::String]
374
388
  # Required. The report's resource name. Specifies the account and report used
@@ -82,6 +82,7 @@ module Google
82
82
  # and
83
83
  # {::Google::Cloud::Channel::V1::ChannelPartnerRepricingConfig ChannelPartnerRepricingConfig}.
84
84
  # @!attribute [rw] channel_partner_granularity
85
+ # @deprecated This field is deprecated and may be removed in the next major version update.
85
86
  # @return [::Google::Cloud::Channel::V1::RepricingConfig::ChannelPartnerGranularity]
86
87
  # Applies the repricing configuration at the channel partner level.
87
88
  # Only
@@ -127,6 +128,7 @@ module Google
127
128
  # Deprecated: This is no longer supported. Use
128
129
  # {::Google::Cloud::Channel::V1::RepricingConfig::EntitlementGranularity RepricingConfig.EntitlementGranularity}
129
130
  # instead.
131
+ # @deprecated This message is deprecated and may be removed in the next major version update.
130
132
  class ChannelPartnerGranularity
131
133
  include ::Google::Protobuf::MessageExts
132
134
  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.23.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-09-12 00:00:00.000000000 Z
11
+ date: 2024-01-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: 0.20.0
19
+ version: 0.21.1
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: 0.20.0
29
+ version: 0.21.1
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -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