Class StorageInsightsStub
- java.lang.Object
-
- com.google.cloud.storageinsights.v1.stub.StorageInsightsStub
-
- All Implemented Interfaces:
com.google.api.gax.core.BackgroundResource,AutoCloseable
- Direct Known Subclasses:
GrpcStorageInsightsStub,HttpJsonStorageInsightsStub
@Generated("by gapic-generator-java") public abstract class StorageInsightsStub extends Object implements com.google.api.gax.core.BackgroundResource
Base stub class for the StorageInsights service API.This class is for advanced usage and reflects the underlying API directly.
-
-
Constructor Summary
Constructors Constructor Description StorageInsightsStub()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract voidclose()com.google.api.gax.rpc.UnaryCallable<CreateReportConfigRequest,ReportConfig>createReportConfigCallable()com.google.api.gax.rpc.UnaryCallable<DeleteReportConfigRequest,com.google.protobuf.Empty>deleteReportConfigCallable()com.google.api.gax.rpc.UnaryCallable<com.google.cloud.location.GetLocationRequest,com.google.cloud.location.Location>getLocationCallable()com.google.api.gax.rpc.UnaryCallable<GetReportConfigRequest,ReportConfig>getReportConfigCallable()com.google.api.gax.rpc.UnaryCallable<GetReportDetailRequest,ReportDetail>getReportDetailCallable()com.google.api.gax.rpc.UnaryCallable<com.google.cloud.location.ListLocationsRequest,com.google.cloud.location.ListLocationsResponse>listLocationsCallable()com.google.api.gax.rpc.UnaryCallable<com.google.cloud.location.ListLocationsRequest,StorageInsightsClient.ListLocationsPagedResponse>listLocationsPagedCallable()com.google.api.gax.rpc.UnaryCallable<ListReportConfigsRequest,ListReportConfigsResponse>listReportConfigsCallable()com.google.api.gax.rpc.UnaryCallable<ListReportConfigsRequest,StorageInsightsClient.ListReportConfigsPagedResponse>listReportConfigsPagedCallable()com.google.api.gax.rpc.UnaryCallable<ListReportDetailsRequest,ListReportDetailsResponse>listReportDetailsCallable()com.google.api.gax.rpc.UnaryCallable<ListReportDetailsRequest,StorageInsightsClient.ListReportDetailsPagedResponse>listReportDetailsPagedCallable()com.google.api.gax.rpc.UnaryCallable<UpdateReportConfigRequest,ReportConfig>updateReportConfigCallable()
-
-
-
Method Detail
-
listReportConfigsPagedCallable
public com.google.api.gax.rpc.UnaryCallable<ListReportConfigsRequest,StorageInsightsClient.ListReportConfigsPagedResponse> listReportConfigsPagedCallable()
-
listReportConfigsCallable
public com.google.api.gax.rpc.UnaryCallable<ListReportConfigsRequest,ListReportConfigsResponse> listReportConfigsCallable()
-
getReportConfigCallable
public com.google.api.gax.rpc.UnaryCallable<GetReportConfigRequest,ReportConfig> getReportConfigCallable()
-
createReportConfigCallable
public com.google.api.gax.rpc.UnaryCallable<CreateReportConfigRequest,ReportConfig> createReportConfigCallable()
-
updateReportConfigCallable
public com.google.api.gax.rpc.UnaryCallable<UpdateReportConfigRequest,ReportConfig> updateReportConfigCallable()
-
deleteReportConfigCallable
public com.google.api.gax.rpc.UnaryCallable<DeleteReportConfigRequest,com.google.protobuf.Empty> deleteReportConfigCallable()
-
listReportDetailsPagedCallable
public com.google.api.gax.rpc.UnaryCallable<ListReportDetailsRequest,StorageInsightsClient.ListReportDetailsPagedResponse> listReportDetailsPagedCallable()
-
listReportDetailsCallable
public com.google.api.gax.rpc.UnaryCallable<ListReportDetailsRequest,ListReportDetailsResponse> listReportDetailsCallable()
-
getReportDetailCallable
public com.google.api.gax.rpc.UnaryCallable<GetReportDetailRequest,ReportDetail> getReportDetailCallable()
-
listLocationsPagedCallable
public com.google.api.gax.rpc.UnaryCallable<com.google.cloud.location.ListLocationsRequest,StorageInsightsClient.ListLocationsPagedResponse> listLocationsPagedCallable()
-
listLocationsCallable
public com.google.api.gax.rpc.UnaryCallable<com.google.cloud.location.ListLocationsRequest,com.google.cloud.location.ListLocationsResponse> listLocationsCallable()
-
getLocationCallable
public com.google.api.gax.rpc.UnaryCallable<com.google.cloud.location.GetLocationRequest,com.google.cloud.location.Location> getLocationCallable()
-
close
public abstract void close()
- Specified by:
closein interfaceAutoCloseable
-
-