Uses of Class
com.google.cloud.storageinsights.v1.StorageInsightsClient
-
Packages that use StorageInsightsClient Package Description com.google.cloud.storageinsights.v1 A client to Storage Insights API -
-
Uses of StorageInsightsClient in com.google.cloud.storageinsights.v1
Methods in com.google.cloud.storageinsights.v1 that return StorageInsightsClient Modifier and Type Method Description static StorageInsightsClient
StorageInsightsClient. create()
Constructs an instance of StorageInsightsClient with default settings.static StorageInsightsClient
StorageInsightsClient. create(StorageInsightsSettings settings)
Constructs an instance of StorageInsightsClient, using the given settings.static StorageInsightsClient
StorageInsightsClient. create(StorageInsightsStub stub)
Constructs an instance of StorageInsightsClient, using the given stub for making calls.
-