Uses of Class
com.google.cloud.apigeeregistry.v1.RegistrySettings
-
Packages that use RegistrySettings Package Description com.google.cloud.apigeeregistry.v1 A client to Apigee Registry API -
-
Uses of RegistrySettings in com.google.cloud.apigeeregistry.v1
Methods in com.google.cloud.apigeeregistry.v1 that return RegistrySettings Modifier and Type Method Description RegistrySettings
RegistrySettings.Builder. build()
static RegistrySettings
RegistrySettings. create(RegistryStubSettings stub)
RegistrySettings
RegistryClient. getSettings()
Methods in com.google.cloud.apigeeregistry.v1 with parameters of type RegistrySettings Modifier and Type Method Description static RegistryClient
RegistryClient. create(RegistrySettings settings)
Constructs an instance of RegistryClient, using the given settings.Constructors in com.google.cloud.apigeeregistry.v1 with parameters of type RegistrySettings Constructor Description Builder(RegistrySettings settings)
RegistryClient(RegistrySettings settings)
Constructs an instance of RegistryClient, using the given settings.
-