Uses of Class
com.google.iam.v2.PoliciesSettings
-
Packages that use PoliciesSettings Package Description com.google.iam.v2 A client to Identity and Access Management (IAM) API -
-
Uses of PoliciesSettings in com.google.iam.v2
Methods in com.google.iam.v2 that return PoliciesSettings Modifier and Type Method Description PoliciesSettings
PoliciesSettings.Builder. build()
static PoliciesSettings
PoliciesSettings. create(PoliciesStubSettings stub)
PoliciesSettings
PoliciesClient. getSettings()
Methods in com.google.iam.v2 with parameters of type PoliciesSettings Modifier and Type Method Description static PoliciesClient
PoliciesClient. create(PoliciesSettings settings)
Constructs an instance of PoliciesClient, using the given settings.Constructors in com.google.iam.v2 with parameters of type PoliciesSettings Constructor Description Builder(PoliciesSettings settings)
PoliciesClient(PoliciesSettings settings)
Constructs an instance of PoliciesClient, using the given settings.
-