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