Uses of Class
com.google.cloud.storageinsights.v1.ListReportDetailsRequest
-
Packages that use ListReportDetailsRequest Package Description com.google.cloud.storageinsights.v1 A client to Storage Insights APIcom.google.cloud.storageinsights.v1.stub -
-
Uses of ListReportDetailsRequest in com.google.cloud.storageinsights.v1
Methods in com.google.cloud.storageinsights.v1 that return ListReportDetailsRequest Modifier and Type Method Description ListReportDetailsRequest
ListReportDetailsRequest.Builder. build()
ListReportDetailsRequest
ListReportDetailsRequest.Builder. buildPartial()
static ListReportDetailsRequest
ListReportDetailsRequest. getDefaultInstance()
ListReportDetailsRequest
ListReportDetailsRequest.Builder. getDefaultInstanceForType()
ListReportDetailsRequest
ListReportDetailsRequest. getDefaultInstanceForType()
static ListReportDetailsRequest
ListReportDetailsRequest. parseDelimitedFrom(InputStream input)
static ListReportDetailsRequest
ListReportDetailsRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListReportDetailsRequest
ListReportDetailsRequest. parseFrom(byte[] data)
static ListReportDetailsRequest
ListReportDetailsRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListReportDetailsRequest
ListReportDetailsRequest. parseFrom(com.google.protobuf.ByteString data)
static ListReportDetailsRequest
ListReportDetailsRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListReportDetailsRequest
ListReportDetailsRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static ListReportDetailsRequest
ListReportDetailsRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListReportDetailsRequest
ListReportDetailsRequest. parseFrom(InputStream input)
static ListReportDetailsRequest
ListReportDetailsRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListReportDetailsRequest
ListReportDetailsRequest. parseFrom(ByteBuffer data)
static ListReportDetailsRequest
ListReportDetailsRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.storageinsights.v1 that return types with arguments of type ListReportDetailsRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<ListReportDetailsRequest,ListReportDetailsResponse>
StorageInsightsGrpc. getListReportDetailsMethod()
com.google.protobuf.Parser<ListReportDetailsRequest>
ListReportDetailsRequest. getParserForType()
com.google.api.gax.rpc.UnaryCallable<ListReportDetailsRequest,ListReportDetailsResponse>
StorageInsightsClient. listReportDetailsCallable()
Lists ReportDetails in a given project and location.com.google.api.gax.rpc.UnaryCallable<ListReportDetailsRequest,StorageInsightsClient.ListReportDetailsPagedResponse>
StorageInsightsClient. listReportDetailsPagedCallable()
Lists ReportDetails in a given project and location.com.google.api.gax.rpc.PagedCallSettings.Builder<ListReportDetailsRequest,ListReportDetailsResponse,StorageInsightsClient.ListReportDetailsPagedResponse>
StorageInsightsSettings.Builder. listReportDetailsSettings()
Returns the builder for the settings used for calls to listReportDetails.com.google.api.gax.rpc.PagedCallSettings<ListReportDetailsRequest,ListReportDetailsResponse,StorageInsightsClient.ListReportDetailsPagedResponse>
StorageInsightsSettings. listReportDetailsSettings()
Returns the object with the settings used for calls to listReportDetails.static com.google.protobuf.Parser<ListReportDetailsRequest>
ListReportDetailsRequest. parser()
Methods in com.google.cloud.storageinsights.v1 with parameters of type ListReportDetailsRequest Modifier and Type Method Description StorageInsightsClient.ListReportDetailsPagedResponse
StorageInsightsClient. listReportDetails(ListReportDetailsRequest request)
Lists ReportDetails in a given project and location.default void
StorageInsightsGrpc.AsyncService. listReportDetails(ListReportDetailsRequest request, io.grpc.stub.StreamObserver<ListReportDetailsResponse> responseObserver)
Lists ReportDetails in a given project and location.ListReportDetailsResponse
StorageInsightsGrpc.StorageInsightsBlockingStub. listReportDetails(ListReportDetailsRequest request)
Lists ReportDetails in a given project and location.com.google.common.util.concurrent.ListenableFuture<ListReportDetailsResponse>
StorageInsightsGrpc.StorageInsightsFutureStub. listReportDetails(ListReportDetailsRequest request)
Lists ReportDetails in a given project and location.void
StorageInsightsGrpc.StorageInsightsStub. listReportDetails(ListReportDetailsRequest request, io.grpc.stub.StreamObserver<ListReportDetailsResponse> responseObserver)
Lists ReportDetails in a given project and location.ListReportDetailsRequest.Builder
ListReportDetailsRequest.Builder. mergeFrom(ListReportDetailsRequest other)
static ListReportDetailsRequest.Builder
ListReportDetailsRequest. newBuilder(ListReportDetailsRequest prototype)
Method parameters in com.google.cloud.storageinsights.v1 with type arguments of type ListReportDetailsRequest Modifier and Type Method Description static com.google.api.core.ApiFuture<StorageInsightsClient.ListReportDetailsPagedResponse>
StorageInsightsClient.ListReportDetailsPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListReportDetailsRequest,ListReportDetailsResponse,ReportDetail> context, com.google.api.core.ApiFuture<ListReportDetailsResponse> futureResponse)
protected StorageInsightsClient.ListReportDetailsPage
StorageInsightsClient.ListReportDetailsPage. createPage(com.google.api.gax.rpc.PageContext<ListReportDetailsRequest,ListReportDetailsResponse,ReportDetail> context, ListReportDetailsResponse response)
com.google.api.core.ApiFuture<StorageInsightsClient.ListReportDetailsPage>
StorageInsightsClient.ListReportDetailsPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListReportDetailsRequest,ListReportDetailsResponse,ReportDetail> context, com.google.api.core.ApiFuture<ListReportDetailsResponse> futureResponse)
-
Uses of ListReportDetailsRequest in com.google.cloud.storageinsights.v1.stub
-