Uses of Class
com.google.cloud.channel.v1.ListReportsRequest
-
Packages that use ListReportsRequest Package Description com.google.cloud.channel.v1 A client to Cloud Channel APIcom.google.cloud.channel.v1.stub -
-
Uses of ListReportsRequest in com.google.cloud.channel.v1
Methods in com.google.cloud.channel.v1 that return ListReportsRequest Modifier and Type Method Description ListReportsRequest
ListReportsRequest.Builder. build()
ListReportsRequest
ListReportsRequest.Builder. buildPartial()
static ListReportsRequest
ListReportsRequest. getDefaultInstance()
ListReportsRequest
ListReportsRequest.Builder. getDefaultInstanceForType()
ListReportsRequest
ListReportsRequest. getDefaultInstanceForType()
static ListReportsRequest
ListReportsRequest. parseDelimitedFrom(InputStream input)
static ListReportsRequest
ListReportsRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListReportsRequest
ListReportsRequest. parseFrom(byte[] data)
static ListReportsRequest
ListReportsRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListReportsRequest
ListReportsRequest. parseFrom(com.google.protobuf.ByteString data)
static ListReportsRequest
ListReportsRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListReportsRequest
ListReportsRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static ListReportsRequest
ListReportsRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListReportsRequest
ListReportsRequest. parseFrom(InputStream input)
static ListReportsRequest
ListReportsRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListReportsRequest
ListReportsRequest. parseFrom(ByteBuffer data)
static ListReportsRequest
ListReportsRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.channel.v1 that return types with arguments of type ListReportsRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<ListReportsRequest,ListReportsResponse>
CloudChannelReportsServiceGrpc. getListReportsMethod()
com.google.protobuf.Parser<ListReportsRequest>
ListReportsRequest. getParserForType()
com.google.api.gax.rpc.UnaryCallable<ListReportsRequest,ListReportsResponse>
CloudChannelReportsServiceClient. listReportsCallable()
Lists the reports that RunReportJob can run.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.static com.google.protobuf.Parser<ListReportsRequest>
ListReportsRequest. parser()
Methods in com.google.cloud.channel.v1 with parameters of type ListReportsRequest Modifier and Type Method Description CloudChannelReportsServiceClient.ListReportsPagedResponse
CloudChannelReportsServiceClient. listReports(ListReportsRequest request)
Lists the reports that RunReportJob can run.default void
CloudChannelReportsServiceGrpc.AsyncService. listReports(ListReportsRequest request, io.grpc.stub.StreamObserver<ListReportsResponse> responseObserver)
Lists the reports that RunReportJob can run.ListReportsResponse
CloudChannelReportsServiceGrpc.CloudChannelReportsServiceBlockingStub. listReports(ListReportsRequest request)
Lists the reports that RunReportJob can run.com.google.common.util.concurrent.ListenableFuture<ListReportsResponse>
CloudChannelReportsServiceGrpc.CloudChannelReportsServiceFutureStub. listReports(ListReportsRequest request)
Lists the reports that RunReportJob can run.void
CloudChannelReportsServiceGrpc.CloudChannelReportsServiceStub. listReports(ListReportsRequest request, io.grpc.stub.StreamObserver<ListReportsResponse> responseObserver)
Lists the reports that RunReportJob can run.ListReportsRequest.Builder
ListReportsRequest.Builder. mergeFrom(ListReportsRequest other)
static ListReportsRequest.Builder
ListReportsRequest. newBuilder(ListReportsRequest prototype)
Method parameters in com.google.cloud.channel.v1 with type arguments of type ListReportsRequest 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)
protected CloudChannelReportsServiceClient.ListReportsPage
CloudChannelReportsServiceClient.ListReportsPage. createPage(com.google.api.gax.rpc.PageContext<ListReportsRequest,ListReportsResponse,Report> context, ListReportsResponse response)
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)
-
Uses of ListReportsRequest in com.google.cloud.channel.v1.stub
Methods in com.google.cloud.channel.v1.stub that return types with arguments of type ListReportsRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListReportsRequest,ListReportsResponse>
CloudChannelReportsServiceStub. listReportsCallable()
com.google.api.gax.rpc.UnaryCallable<ListReportsRequest,ListReportsResponse>
GrpcCloudChannelReportsServiceStub. listReportsCallable()
com.google.api.gax.rpc.UnaryCallable<ListReportsRequest,ListReportsResponse>
HttpJsonCloudChannelReportsServiceStub. listReportsCallable()
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.
-