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