Uses of Class
com.google.cloud.osconfig.v1.OsConfigServiceSettings
-
Packages that use OsConfigServiceSettings Package Description com.google.cloud.osconfig.v1 A client to OS Config API -
-
Uses of OsConfigServiceSettings in com.google.cloud.osconfig.v1
Methods in com.google.cloud.osconfig.v1 that return OsConfigServiceSettings Modifier and Type Method Description OsConfigServiceSettings
OsConfigServiceSettings.Builder. build()
static OsConfigServiceSettings
OsConfigServiceSettings. create(OsConfigServiceStubSettings stub)
OsConfigServiceSettings
OsConfigServiceClient. getSettings()
Methods in com.google.cloud.osconfig.v1 with parameters of type OsConfigServiceSettings Modifier and Type Method Description static OsConfigServiceClient
OsConfigServiceClient. create(OsConfigServiceSettings settings)
Constructs an instance of OsConfigServiceClient, using the given settings.Constructors in com.google.cloud.osconfig.v1 with parameters of type OsConfigServiceSettings Constructor Description Builder(OsConfigServiceSettings settings)
OsConfigServiceClient(OsConfigServiceSettings settings)
Constructs an instance of OsConfigServiceClient, using the given settings.
-