Skip to content

Commit 0d027d0

Browse files
feat: [cloudchannel] Add support for granular repricing configurations via SkuGroups in Cloud Channel Repricing APIs (#8900)
- [ ] Regenerate this pull request now. PiperOrigin-RevId: 494176375 Source-Link: https://togithub.com/googleapis/googleapis/commit/e69c47f438eb55caec51716fbc2b8a42313ca024 Source-Link: https://togithub.com/googleapis/googleapis-gen/commit/0f2614611f32e225fbad538a39be4fbf9c52a7a4 Copy-Tag: eyJwIjoiamF2YS1jaGFubmVsLy5Pd2xCb3QueWFtbCIsImgiOiIwZjI2MTQ2MTFmMzJlMjI1ZmJhZDUzOGEzOWJlNGZiZjljNTJhN2E0In0=
1 parent 580a683 commit 0d027d0

File tree

147 files changed

+7365
-2574
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

147 files changed

+7365
-2574
lines changed

java-channel/google-cloud-channel/src/main/java/com/google/cloud/channel/v1/CloudChannelServiceClient.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
* admin access. 3. Resellers and distributors can manage customer entitlements.
4949
*
5050
* <p>CloudChannelService exposes the following resources: -
51-
* [Customer][google.cloud.channel.v1.Customer]s: An entityusually an enterprisemanaged by a
51+
* [Customer][google.cloud.channel.v1.Customer]s: An entity-usually an enterprise-managed by a
5252
* reseller or distributor.
5353
*
5454
* <p>- [Entitlement][google.cloud.channel.v1.Entitlement]s: An entity that provides a customer with

java-channel/google-cloud-channel/src/main/java/com/google/cloud/channel/v1/package-info.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
* admin access. 3. Resellers and distributors can manage customer entitlements.
5858
*
5959
* <p>CloudChannelService exposes the following resources: -
60-
* [Customer][google.cloud.channel.v1.Customer]s: An entityusually an enterprisemanaged by a
60+
* [Customer][google.cloud.channel.v1.Customer]s: An entity-usually an enterprise-managed by a
6161
* reseller or distributor.
6262
*
6363
* <p>- [Entitlement][google.cloud.channel.v1.Entitlement]s: An entity that provides a customer with

java-channel/grpc-google-cloud-channel-v1/src/main/java/com/google/cloud/channel/v1/CloudChannelReportsServiceGrpc.java

Lines changed: 16 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,8 @@ public abstract static class CloudChannelReportsServiceImplBase
252252
* CloudChannelOperationsService. The Operation metadata contains an
253253
* instance of [OperationMetadata][google.cloud.channel.v1.OperationMetadata].
254254
* To get the results of report generation, call
255-
* [CloudChannelReportsService.FetchReportResults][google.cloud.channel.v1.CloudChannelReportsService.FetchReportResults] with the
255+
* [CloudChannelReportsService.FetchReportResults][google.cloud.channel.v1.CloudChannelReportsService.FetchReportResults]
256+
* with the
256257
* [RunReportJobResponse.report_job][google.cloud.channel.v1.RunReportJobResponse.report_job].
257258
* </pre>
258259
*/
@@ -267,7 +268,8 @@ public void runReportJob(
267268
*
268269
*
269270
* <pre>
270-
* Retrieves data generated by [CloudChannelReportsService.RunReportJob][google.cloud.channel.v1.CloudChannelReportsService.RunReportJob].
271+
* Retrieves data generated by
272+
* [CloudChannelReportsService.RunReportJob][google.cloud.channel.v1.CloudChannelReportsService.RunReportJob].
271273
* </pre>
272274
*/
273275
public void fetchReportResults(
@@ -365,7 +367,8 @@ protected CloudChannelReportsServiceStub build(
365367
* CloudChannelOperationsService. The Operation metadata contains an
366368
* instance of [OperationMetadata][google.cloud.channel.v1.OperationMetadata].
367369
* To get the results of report generation, call
368-
* [CloudChannelReportsService.FetchReportResults][google.cloud.channel.v1.CloudChannelReportsService.FetchReportResults] with the
370+
* [CloudChannelReportsService.FetchReportResults][google.cloud.channel.v1.CloudChannelReportsService.FetchReportResults]
371+
* with the
369372
* [RunReportJobResponse.report_job][google.cloud.channel.v1.RunReportJobResponse.report_job].
370373
* </pre>
371374
*/
@@ -382,7 +385,8 @@ public void runReportJob(
382385
*
383386
*
384387
* <pre>
385-
* Retrieves data generated by [CloudChannelReportsService.RunReportJob][google.cloud.channel.v1.CloudChannelReportsService.RunReportJob].
388+
* Retrieves data generated by
389+
* [CloudChannelReportsService.RunReportJob][google.cloud.channel.v1.CloudChannelReportsService.RunReportJob].
386390
* </pre>
387391
*/
388392
public void fetchReportResults(
@@ -458,7 +462,8 @@ protected CloudChannelReportsServiceBlockingStub build(
458462
* CloudChannelOperationsService. The Operation metadata contains an
459463
* instance of [OperationMetadata][google.cloud.channel.v1.OperationMetadata].
460464
* To get the results of report generation, call
461-
* [CloudChannelReportsService.FetchReportResults][google.cloud.channel.v1.CloudChannelReportsService.FetchReportResults] with the
465+
* [CloudChannelReportsService.FetchReportResults][google.cloud.channel.v1.CloudChannelReportsService.FetchReportResults]
466+
* with the
462467
* [RunReportJobResponse.report_job][google.cloud.channel.v1.RunReportJobResponse.report_job].
463468
* </pre>
464469
*/
@@ -472,7 +477,8 @@ public com.google.longrunning.Operation runReportJob(
472477
*
473478
*
474479
* <pre>
475-
* Retrieves data generated by [CloudChannelReportsService.RunReportJob][google.cloud.channel.v1.CloudChannelReportsService.RunReportJob].
480+
* Retrieves data generated by
481+
* [CloudChannelReportsService.RunReportJob][google.cloud.channel.v1.CloudChannelReportsService.RunReportJob].
476482
* </pre>
477483
*/
478484
public com.google.cloud.channel.v1.FetchReportResultsResponse fetchReportResults(
@@ -540,7 +546,8 @@ protected CloudChannelReportsServiceFutureStub build(
540546
* CloudChannelOperationsService. The Operation metadata contains an
541547
* instance of [OperationMetadata][google.cloud.channel.v1.OperationMetadata].
542548
* To get the results of report generation, call
543-
* [CloudChannelReportsService.FetchReportResults][google.cloud.channel.v1.CloudChannelReportsService.FetchReportResults] with the
549+
* [CloudChannelReportsService.FetchReportResults][google.cloud.channel.v1.CloudChannelReportsService.FetchReportResults]
550+
* with the
544551
* [RunReportJobResponse.report_job][google.cloud.channel.v1.RunReportJobResponse.report_job].
545552
* </pre>
546553
*/
@@ -554,7 +561,8 @@ protected CloudChannelReportsServiceFutureStub build(
554561
*
555562
*
556563
* <pre>
557-
* Retrieves data generated by [CloudChannelReportsService.RunReportJob][google.cloud.channel.v1.CloudChannelReportsService.RunReportJob].
564+
* Retrieves data generated by
565+
* [CloudChannelReportsService.RunReportJob][google.cloud.channel.v1.CloudChannelReportsService.RunReportJob].
558566
* </pre>
559567
*/
560568
public com.google.common.util.concurrent.ListenableFuture<

0 commit comments

Comments
 (0)