Uses of Class
com.google.cloud.channel.v1.CloudChannelReportsServiceClient.ListReportsPage
-
Packages that use CloudChannelReportsServiceClient.ListReportsPage Package Description com.google.cloud.channel.v1 A client to Cloud Channel API -
-
Uses of CloudChannelReportsServiceClient.ListReportsPage in com.google.cloud.channel.v1
Methods in com.google.cloud.channel.v1 that return CloudChannelReportsServiceClient.ListReportsPage Modifier and Type Method Description protected CloudChannelReportsServiceClient.ListReportsPage
CloudChannelReportsServiceClient.ListReportsPage. createPage(com.google.api.gax.rpc.PageContext<ListReportsRequest,ListReportsResponse,Report> context, ListReportsResponse response)
Methods in com.google.cloud.channel.v1 that return types with arguments of type CloudChannelReportsServiceClient.ListReportsPage Modifier and Type Method Description com.google.api.core.ApiFuture<CloudChannelReportsServiceClient.ListReportsPage>
CloudChannelReportsServiceClient.ListReportsPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListReportsRequest,ListReportsResponse,Report> context, com.google.api.core.ApiFuture<ListReportsResponse> futureResponse)
Method parameters in com.google.cloud.channel.v1 with type arguments of type CloudChannelReportsServiceClient.ListReportsPage Modifier and Type Method Description protected CloudChannelReportsServiceClient.ListReportsFixedSizeCollection
CloudChannelReportsServiceClient.ListReportsFixedSizeCollection. createCollection(List<CloudChannelReportsServiceClient.ListReportsPage> pages, int collectionSize)
-