Uses of Class
com.google.cloud.privatecatalog.v1beta1.stub.PrivateCatalogStubSettings
-
Packages that use PrivateCatalogStubSettings Package Description com.google.cloud.privatecatalog.v1beta1 A client to Cloud Private Catalog APIcom.google.cloud.privatecatalog.v1beta1.stub -
-
Uses of PrivateCatalogStubSettings in com.google.cloud.privatecatalog.v1beta1
Methods in com.google.cloud.privatecatalog.v1beta1 with parameters of type PrivateCatalogStubSettings Modifier and Type Method Description static PrivateCatalogSettingsPrivateCatalogSettings. create(PrivateCatalogStubSettings stub) -
Uses of PrivateCatalogStubSettings in com.google.cloud.privatecatalog.v1beta1.stub
Methods in com.google.cloud.privatecatalog.v1beta1.stub that return PrivateCatalogStubSettings Modifier and Type Method Description PrivateCatalogStubSettingsPrivateCatalogStubSettings.Builder. build()Methods in com.google.cloud.privatecatalog.v1beta1.stub with parameters of type PrivateCatalogStubSettings Modifier and Type Method Description static GrpcPrivateCatalogStubGrpcPrivateCatalogStub. create(PrivateCatalogStubSettings settings)static HttpJsonPrivateCatalogStubHttpJsonPrivateCatalogStub. create(PrivateCatalogStubSettings settings)Constructors in com.google.cloud.privatecatalog.v1beta1.stub with parameters of type PrivateCatalogStubSettings Constructor Description Builder(PrivateCatalogStubSettings settings)GrpcPrivateCatalogStub(PrivateCatalogStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext)Constructs an instance of GrpcPrivateCatalogStub, using the given settings.GrpcPrivateCatalogStub(PrivateCatalogStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext, com.google.api.gax.grpc.GrpcStubCallableFactory callableFactory)Constructs an instance of GrpcPrivateCatalogStub, using the given settings.HttpJsonPrivateCatalogStub(PrivateCatalogStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext)Constructs an instance of HttpJsonPrivateCatalogStub, using the given settings.HttpJsonPrivateCatalogStub(PrivateCatalogStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext, com.google.api.gax.httpjson.HttpJsonStubCallableFactory callableFactory)Constructs an instance of HttpJsonPrivateCatalogStub, using the given settings.
-