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 StorageInsightsSettings
StorageInsightsSettings. 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 StorageInsightsStubSettings
StorageInsightsStubSettings.Builder. build()
Methods in com.google.cloud.storageinsights.v1.stub with parameters of type StorageInsightsStubSettings Modifier and Type Method Description static GrpcStorageInsightsStub
GrpcStorageInsightsStub. create(StorageInsightsStubSettings settings)
static HttpJsonStorageInsightsStub
HttpJsonStorageInsightsStub. 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.
-