Uses of Class
com.google.cloud.storageinsights.v1.StorageInsightsSettings
-
Packages that use StorageInsightsSettings Package Description com.google.cloud.storageinsights.v1 A client to Storage Insights API -
-
Uses of StorageInsightsSettings in com.google.cloud.storageinsights.v1
Methods in com.google.cloud.storageinsights.v1 that return StorageInsightsSettings Modifier and Type Method Description StorageInsightsSettings
StorageInsightsSettings.Builder. build()
static StorageInsightsSettings
StorageInsightsSettings. create(StorageInsightsStubSettings stub)
StorageInsightsSettings
StorageInsightsClient. getSettings()
Methods in com.google.cloud.storageinsights.v1 with parameters of type StorageInsightsSettings Modifier and Type Method Description static StorageInsightsClient
StorageInsightsClient. create(StorageInsightsSettings settings)
Constructs an instance of StorageInsightsClient, using the given settings.Constructors in com.google.cloud.storageinsights.v1 with parameters of type StorageInsightsSettings Constructor Description Builder(StorageInsightsSettings settings)
StorageInsightsClient(StorageInsightsSettings settings)
Constructs an instance of StorageInsightsClient, using the given settings.
-