Skip to content

Commit 0857e33

Browse files
feat: [cloudchannel] added partition_keys field to filter results from FetchReportResults (#9437)
* feat: added partition_keys field to filter results from FetchReportResults docs: Change references from GCP to Google Cloud PiperOrigin-RevId: 532265140 Source-Link: googleapis/googleapis@31893ad Source-Link: https://github.com/googleapis/googleapis-gen/commit/5015d29229762a1d03bb246fa5bdd05fbf7b9741 Copy-Tag: eyJwIjoiamF2YS1jaGFubmVsLy5Pd2xCb3QueWFtbCIsImgiOiI1MDE1ZDI5MjI5NzYyYTFkMDNiYjI0NmZhNWJkZDA1ZmJmN2I5NzQxIn0= * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent 4ab7b4f commit 0857e33

File tree

25 files changed

+854
-298
lines changed

25 files changed

+854
-298
lines changed

java-channel/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
195195
[kokoro-badge-link-5]: http://storage.googleapis.com/cloud-devrel-public/java/badges/google-cloud-java/java11.html
196196
[stability-image]: https://img.shields.io/badge/stability-stable-green
197197
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-channel.svg
198-
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-channel/3.20.0
198+
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-channel/3.21.0
199199
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
200200
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
201201
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles

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

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@
4040
// AUTO-GENERATED DOCUMENTATION AND CLASS.
4141
/**
4242
* Service Description: CloudChannelReportsService lets Google Cloud resellers and distributors
43-
* retrieve and combine a variety of data in Cloud Channel for multiple products (Google Cloud
44-
* Platform (GCP), Google Voice, and Google Workspace.)
43+
* retrieve and combine a variety of data in Cloud Channel for multiple products (Google Cloud,
44+
* Google Voice, and Google Workspace.)
4545
*
4646
* <p>This class provides the ability to make remote calls to the backing service through method
4747
* calls that map to API methods. Sample code to get started:
@@ -478,6 +478,7 @@ public final FetchReportResultsPagedResponse fetchReportResults(String reportJob
478478
* .setReportJob(ReportJobName.of("[ACCOUNT]", "[REPORT_JOB]").toString())
479479
* .setPageSize(883849137)
480480
* .setPageToken("pageToken873572522")
481+
* .addAllPartitionKeys(new ArrayList<String>())
481482
* .build();
482483
* for (Row element :
483484
* cloudChannelReportsServiceClient.fetchReportResults(request).iterateAll()) {
@@ -514,6 +515,7 @@ public final FetchReportResultsPagedResponse fetchReportResults(
514515
* .setReportJob(ReportJobName.of("[ACCOUNT]", "[REPORT_JOB]").toString())
515516
* .setPageSize(883849137)
516517
* .setPageToken("pageToken873572522")
518+
* .addAllPartitionKeys(new ArrayList<String>())
517519
* .build();
518520
* ApiFuture<Row> future =
519521
* cloudChannelReportsServiceClient.fetchReportResultsPagedCallable().futureCall(request);
@@ -549,6 +551,7 @@ public final FetchReportResultsPagedResponse fetchReportResults(
549551
* .setReportJob(ReportJobName.of("[ACCOUNT]", "[REPORT_JOB]").toString())
550552
* .setPageSize(883849137)
551553
* .setPageToken("pageToken873572522")
554+
* .addAllPartitionKeys(new ArrayList<String>())
552555
* .build();
553556
* while (true) {
554557
* FetchReportResultsResponse response =

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
* <p>======================= CloudChannelReportsServiceClient =======================
2323
*
2424
* <p>Service Description: CloudChannelReportsService lets Google Cloud resellers and distributors
25-
* retrieve and combine a variety of data in Cloud Channel for multiple products (Google Cloud
26-
* Platform (GCP), Google Voice, and Google Workspace.)
25+
* retrieve and combine a variety of data in Cloud Channel for multiple products (Google Cloud,
26+
* Google Voice, and Google Workspace.)
2727
*
2828
* <p>Sample for CloudChannelReportsServiceClient:
2929
*

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

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@
2323
* <pre>
2424
* CloudChannelReportsService lets Google Cloud resellers and
2525
* distributors retrieve and combine a variety of data in Cloud Channel for
26-
* multiple products (Google Cloud Platform (GCP), Google Voice, and
27-
* Google Workspace.)
26+
* multiple products (Google Cloud, Google Voice, and Google Workspace.)
2827
* </pre>
2928
*/
3029
@javax.annotation.Generated(
@@ -224,8 +223,7 @@ public CloudChannelReportsServiceFutureStub newStub(
224223
* <pre>
225224
* CloudChannelReportsService lets Google Cloud resellers and
226225
* distributors retrieve and combine a variety of data in Cloud Channel for
227-
* multiple products (Google Cloud Platform (GCP), Google Voice, and
228-
* Google Workspace.)
226+
* multiple products (Google Cloud, Google Voice, and Google Workspace.)
229227
* </pre>
230228
*/
231229
public interface AsyncService {
@@ -302,8 +300,7 @@ default void listReports(
302300
* <pre>
303301
* CloudChannelReportsService lets Google Cloud resellers and
304302
* distributors retrieve and combine a variety of data in Cloud Channel for
305-
* multiple products (Google Cloud Platform (GCP), Google Voice, and
306-
* Google Workspace.)
303+
* multiple products (Google Cloud, Google Voice, and Google Workspace.)
307304
* </pre>
308305
*/
309306
public abstract static class CloudChannelReportsServiceImplBase
@@ -321,8 +318,7 @@ public final io.grpc.ServerServiceDefinition bindService() {
321318
* <pre>
322319
* CloudChannelReportsService lets Google Cloud resellers and
323320
* distributors retrieve and combine a variety of data in Cloud Channel for
324-
* multiple products (Google Cloud Platform (GCP), Google Voice, and
325-
* Google Workspace.)
321+
* multiple products (Google Cloud, Google Voice, and Google Workspace.)
326322
* </pre>
327323
*/
328324
public static final class CloudChannelReportsServiceStub
@@ -416,8 +412,7 @@ public void listReports(
416412
* <pre>
417413
* CloudChannelReportsService lets Google Cloud resellers and
418414
* distributors retrieve and combine a variety of data in Cloud Channel for
419-
* multiple products (Google Cloud Platform (GCP), Google Voice, and
420-
* Google Workspace.)
415+
* multiple products (Google Cloud, Google Voice, and Google Workspace.)
421416
* </pre>
422417
*/
423418
public static final class CloudChannelReportsServiceBlockingStub
@@ -501,8 +496,7 @@ public com.google.cloud.channel.v1.ListReportsResponse listReports(
501496
* <pre>
502497
* CloudChannelReportsService lets Google Cloud resellers and
503498
* distributors retrieve and combine a variety of data in Cloud Channel for
504-
* multiple products (Google Cloud Platform (GCP), Google Voice, and
505-
* Google Workspace.)
499+
* multiple products (Google Cloud, Google Voice, and Google Workspace.)
506500
* </pre>
507501
*/
508502
public static final class CloudChannelReportsServiceFutureStub

0 commit comments

Comments
 (0)