Uses of Class
com.google.cloud.storageinsights.v1.stub.StorageInsightsStubSettings
-
Packages that use StorageInsightsStubSettings Package Description com.google.cloud.storageinsights.v1 A client to Storage Insights APIcom.google.cloud.storageinsights.v1.stub -
-
Uses of StorageInsightsStubSettings in com.google.cloud.storageinsights.v1
Methods in com.google.cloud.storageinsights.v1 with parameters of type StorageInsightsStubSettings Modifier and Type Method Description static StorageInsightsSettingsStorageInsightsSettings. create(StorageInsightsStubSettings stub) -
Uses of StorageInsightsStubSettings in com.google.cloud.storageinsights.v1.stub
Methods in com.google.cloud.storageinsights.v1.stub that return StorageInsightsStubSettings Modifier and Type Method Description StorageInsightsStubSettingsStorageInsightsStubSettings.Builder. build()Methods in com.google.cloud.storageinsights.v1.stub with parameters of type StorageInsightsStubSettings Modifier and Type Method Description static GrpcStorageInsightsStubGrpcStorageInsightsStub. create(StorageInsightsStubSettings settings)static HttpJsonStorageInsightsStubHttpJsonStorageInsightsStub. create(StorageInsightsStubSettings settings)Constructors in com.google.cloud.storageinsights.v1.stub with parameters of type StorageInsightsStubSettings Constructor Description Builder(StorageInsightsStubSettings settings)GrpcStorageInsightsStub(StorageInsightsStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext)Constructs an instance of GrpcStorageInsightsStub, using the given settings.GrpcStorageInsightsStub(StorageInsightsStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext, com.google.api.gax.grpc.GrpcStubCallableFactory callableFactory)Constructs an instance of GrpcStorageInsightsStub, using the given settings.HttpJsonStorageInsightsStub(StorageInsightsStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext)Constructs an instance of HttpJsonStorageInsightsStub, using the given settings.HttpJsonStorageInsightsStub(StorageInsightsStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext, com.google.api.gax.httpjson.HttpJsonStubCallableFactory callableFactory)Constructs an instance of HttpJsonStorageInsightsStub, using the given settings.
-