Uses of Class
com.google.cloud.storageinsights.v1.GetReportDetailRequest
-
Packages that use GetReportDetailRequest Package Description com.google.cloud.storageinsights.v1 A client to Storage Insights APIcom.google.cloud.storageinsights.v1.stub -
-
Uses of GetReportDetailRequest in com.google.cloud.storageinsights.v1
Methods in com.google.cloud.storageinsights.v1 that return GetReportDetailRequest Modifier and Type Method Description GetReportDetailRequestGetReportDetailRequest.Builder. build()GetReportDetailRequestGetReportDetailRequest.Builder. buildPartial()static GetReportDetailRequestGetReportDetailRequest. getDefaultInstance()GetReportDetailRequestGetReportDetailRequest.Builder. getDefaultInstanceForType()GetReportDetailRequestGetReportDetailRequest. getDefaultInstanceForType()static GetReportDetailRequestGetReportDetailRequest. parseDelimitedFrom(InputStream input)static GetReportDetailRequestGetReportDetailRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetReportDetailRequestGetReportDetailRequest. parseFrom(byte[] data)static GetReportDetailRequestGetReportDetailRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetReportDetailRequestGetReportDetailRequest. parseFrom(com.google.protobuf.ByteString data)static GetReportDetailRequestGetReportDetailRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetReportDetailRequestGetReportDetailRequest. parseFrom(com.google.protobuf.CodedInputStream input)static GetReportDetailRequestGetReportDetailRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetReportDetailRequestGetReportDetailRequest. parseFrom(InputStream input)static GetReportDetailRequestGetReportDetailRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetReportDetailRequestGetReportDetailRequest. parseFrom(ByteBuffer data)static GetReportDetailRequestGetReportDetailRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.storageinsights.v1 that return types with arguments of type GetReportDetailRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<GetReportDetailRequest,ReportDetail>StorageInsightsGrpc. getGetReportDetailMethod()com.google.protobuf.Parser<GetReportDetailRequest>GetReportDetailRequest. getParserForType()com.google.api.gax.rpc.UnaryCallable<GetReportDetailRequest,ReportDetail>StorageInsightsClient. getReportDetailCallable()Gets details of a single ReportDetail.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetReportDetailRequest,ReportDetail>StorageInsightsSettings.Builder. getReportDetailSettings()Returns the builder for the settings used for calls to getReportDetail.com.google.api.gax.rpc.UnaryCallSettings<GetReportDetailRequest,ReportDetail>StorageInsightsSettings. getReportDetailSettings()Returns the object with the settings used for calls to getReportDetail.static com.google.protobuf.Parser<GetReportDetailRequest>GetReportDetailRequest. parser()Methods in com.google.cloud.storageinsights.v1 with parameters of type GetReportDetailRequest Modifier and Type Method Description ReportDetailStorageInsightsClient. getReportDetail(GetReportDetailRequest request)Gets details of a single ReportDetail.default voidStorageInsightsGrpc.AsyncService. getReportDetail(GetReportDetailRequest request, io.grpc.stub.StreamObserver<ReportDetail> responseObserver)Gets details of a single ReportDetail.ReportDetailStorageInsightsGrpc.StorageInsightsBlockingStub. getReportDetail(GetReportDetailRequest request)Gets details of a single ReportDetail.com.google.common.util.concurrent.ListenableFuture<ReportDetail>StorageInsightsGrpc.StorageInsightsFutureStub. getReportDetail(GetReportDetailRequest request)Gets details of a single ReportDetail.voidStorageInsightsGrpc.StorageInsightsStub. getReportDetail(GetReportDetailRequest request, io.grpc.stub.StreamObserver<ReportDetail> responseObserver)Gets details of a single ReportDetail.GetReportDetailRequest.BuilderGetReportDetailRequest.Builder. mergeFrom(GetReportDetailRequest other)static GetReportDetailRequest.BuilderGetReportDetailRequest. newBuilder(GetReportDetailRequest prototype) -
Uses of GetReportDetailRequest in com.google.cloud.storageinsights.v1.stub
Methods in com.google.cloud.storageinsights.v1.stub that return types with arguments of type GetReportDetailRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetReportDetailRequest,ReportDetail>GrpcStorageInsightsStub. getReportDetailCallable()com.google.api.gax.rpc.UnaryCallable<GetReportDetailRequest,ReportDetail>HttpJsonStorageInsightsStub. getReportDetailCallable()com.google.api.gax.rpc.UnaryCallable<GetReportDetailRequest,ReportDetail>StorageInsightsStub. getReportDetailCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<GetReportDetailRequest,ReportDetail>StorageInsightsStubSettings.Builder. getReportDetailSettings()Returns the builder for the settings used for calls to getReportDetail.com.google.api.gax.rpc.UnaryCallSettings<GetReportDetailRequest,ReportDetail>StorageInsightsStubSettings. getReportDetailSettings()Returns the object with the settings used for calls to getReportDetail.
-