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