Uses of Class
com.google.cloud.alloydb.v1alpha.stub.AlloyDBAdminStubSettings
-
Packages that use AlloyDBAdminStubSettings Package Description com.google.cloud.alloydb.v1alpha A client to AlloyDB APIcom.google.cloud.alloydb.v1alpha.stub -
-
Uses of AlloyDBAdminStubSettings in com.google.cloud.alloydb.v1alpha
Methods in com.google.cloud.alloydb.v1alpha with parameters of type AlloyDBAdminStubSettings Modifier and Type Method Description static AlloyDBAdminSettings
AlloyDBAdminSettings. create(AlloyDBAdminStubSettings stub)
-
Uses of AlloyDBAdminStubSettings in com.google.cloud.alloydb.v1alpha.stub
Methods in com.google.cloud.alloydb.v1alpha.stub that return AlloyDBAdminStubSettings Modifier and Type Method Description AlloyDBAdminStubSettings
AlloyDBAdminStubSettings.Builder. build()
Methods in com.google.cloud.alloydb.v1alpha.stub with parameters of type AlloyDBAdminStubSettings Modifier and Type Method Description static GrpcAlloyDBAdminStub
GrpcAlloyDBAdminStub. create(AlloyDBAdminStubSettings settings)
static HttpJsonAlloyDBAdminStub
HttpJsonAlloyDBAdminStub. create(AlloyDBAdminStubSettings settings)
Constructors in com.google.cloud.alloydb.v1alpha.stub with parameters of type AlloyDBAdminStubSettings Constructor Description Builder(AlloyDBAdminStubSettings settings)
GrpcAlloyDBAdminStub(AlloyDBAdminStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext)
Constructs an instance of GrpcAlloyDBAdminStub, using the given settings.GrpcAlloyDBAdminStub(AlloyDBAdminStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext, com.google.api.gax.grpc.GrpcStubCallableFactory callableFactory)
Constructs an instance of GrpcAlloyDBAdminStub, using the given settings.HttpJsonAlloyDBAdminStub(AlloyDBAdminStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext)
Constructs an instance of HttpJsonAlloyDBAdminStub, using the given settings.HttpJsonAlloyDBAdminStub(AlloyDBAdminStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext, com.google.api.gax.httpjson.HttpJsonStubCallableFactory callableFactory)
Constructs an instance of HttpJsonAlloyDBAdminStub, using the given settings.
-