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 GetReportDetailRequest
GetReportDetailRequest.Builder. build()
GetReportDetailRequest
GetReportDetailRequest.Builder. buildPartial()
static GetReportDetailRequest
GetReportDetailRequest. getDefaultInstance()
GetReportDetailRequest
GetReportDetailRequest.Builder. getDefaultInstanceForType()
GetReportDetailRequest
GetReportDetailRequest. getDefaultInstanceForType()
static GetReportDetailRequest
GetReportDetailRequest. parseDelimitedFrom(InputStream input)
static GetReportDetailRequest
GetReportDetailRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetReportDetailRequest
GetReportDetailRequest. parseFrom(byte[] data)
static GetReportDetailRequest
GetReportDetailRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetReportDetailRequest
GetReportDetailRequest. parseFrom(com.google.protobuf.ByteString data)
static GetReportDetailRequest
GetReportDetailRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetReportDetailRequest
GetReportDetailRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static GetReportDetailRequest
GetReportDetailRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetReportDetailRequest
GetReportDetailRequest. parseFrom(InputStream input)
static GetReportDetailRequest
GetReportDetailRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetReportDetailRequest
GetReportDetailRequest. parseFrom(ByteBuffer data)
static GetReportDetailRequest
GetReportDetailRequest. 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 ReportDetail
StorageInsightsClient. getReportDetail(GetReportDetailRequest request)
Gets details of a single ReportDetail.default void
StorageInsightsGrpc.AsyncService. getReportDetail(GetReportDetailRequest request, io.grpc.stub.StreamObserver<ReportDetail> responseObserver)
Gets details of a single ReportDetail.ReportDetail
StorageInsightsGrpc.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.void
StorageInsightsGrpc.StorageInsightsStub. getReportDetail(GetReportDetailRequest request, io.grpc.stub.StreamObserver<ReportDetail> responseObserver)
Gets details of a single ReportDetail.GetReportDetailRequest.Builder
GetReportDetailRequest.Builder. mergeFrom(GetReportDetailRequest other)
static GetReportDetailRequest.Builder
GetReportDetailRequest. 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.
-