Uses of Class
com.google.cloud.channel.v1.CloudChannelReportsServiceClient.ListReportsPagedResponse
-
Packages that use CloudChannelReportsServiceClient.ListReportsPagedResponse Package Description com.google.cloud.channel.v1 A client to Cloud Channel APIcom.google.cloud.channel.v1.stub -
-
Uses of CloudChannelReportsServiceClient.ListReportsPagedResponse in com.google.cloud.channel.v1
Methods in com.google.cloud.channel.v1 that return CloudChannelReportsServiceClient.ListReportsPagedResponse Modifier and Type Method Description CloudChannelReportsServiceClient.ListReportsPagedResponse
CloudChannelReportsServiceClient. listReports(ListReportsRequest request)
Lists the reports that RunReportJob can run.CloudChannelReportsServiceClient.ListReportsPagedResponse
CloudChannelReportsServiceClient. listReports(String parent)
Lists the reports that RunReportJob can run.Methods in com.google.cloud.channel.v1 that return types with arguments of type CloudChannelReportsServiceClient.ListReportsPagedResponse Modifier and Type Method Description static com.google.api.core.ApiFuture<CloudChannelReportsServiceClient.ListReportsPagedResponse>
CloudChannelReportsServiceClient.ListReportsPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListReportsRequest,ListReportsResponse,Report> context, com.google.api.core.ApiFuture<ListReportsResponse> futureResponse)
com.google.api.gax.rpc.UnaryCallable<ListReportsRequest,CloudChannelReportsServiceClient.ListReportsPagedResponse>
CloudChannelReportsServiceClient. listReportsPagedCallable()
Lists the reports that RunReportJob can run.com.google.api.gax.rpc.PagedCallSettings.Builder<ListReportsRequest,ListReportsResponse,CloudChannelReportsServiceClient.ListReportsPagedResponse>
CloudChannelReportsServiceSettings.Builder. listReportsSettings()
Returns the builder for the settings used for calls to listReports.com.google.api.gax.rpc.PagedCallSettings<ListReportsRequest,ListReportsResponse,CloudChannelReportsServiceClient.ListReportsPagedResponse>
CloudChannelReportsServiceSettings. listReportsSettings()
Returns the object with the settings used for calls to listReports. -
Uses of CloudChannelReportsServiceClient.ListReportsPagedResponse in com.google.cloud.channel.v1.stub
Methods in com.google.cloud.channel.v1.stub that return types with arguments of type CloudChannelReportsServiceClient.ListReportsPagedResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListReportsRequest,CloudChannelReportsServiceClient.ListReportsPagedResponse>
CloudChannelReportsServiceStub. listReportsPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListReportsRequest,CloudChannelReportsServiceClient.ListReportsPagedResponse>
GrpcCloudChannelReportsServiceStub. listReportsPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListReportsRequest,CloudChannelReportsServiceClient.ListReportsPagedResponse>
HttpJsonCloudChannelReportsServiceStub. listReportsPagedCallable()
com.google.api.gax.rpc.PagedCallSettings.Builder<ListReportsRequest,ListReportsResponse,CloudChannelReportsServiceClient.ListReportsPagedResponse>
CloudChannelReportsServiceStubSettings.Builder. listReportsSettings()
Returns the builder for the settings used for calls to listReports.com.google.api.gax.rpc.PagedCallSettings<ListReportsRequest,ListReportsResponse,CloudChannelReportsServiceClient.ListReportsPagedResponse>
CloudChannelReportsServiceStubSettings. listReportsSettings()
Returns the object with the settings used for calls to listReports.
-