Uses of Class
com.google.cloud.managedidentities.v1.ManagedIdentitiesServiceClient
-
Packages that use ManagedIdentitiesServiceClient Package Description com.google.cloud.managedidentities.v1 A client to Managed Service for Microsoft Active Directory API -
-
Uses of ManagedIdentitiesServiceClient in com.google.cloud.managedidentities.v1
Methods in com.google.cloud.managedidentities.v1 that return ManagedIdentitiesServiceClient Modifier and Type Method Description static ManagedIdentitiesServiceClient
ManagedIdentitiesServiceClient. create()
Constructs an instance of ManagedIdentitiesServiceClient with default settings.static ManagedIdentitiesServiceClient
ManagedIdentitiesServiceClient. create(ManagedIdentitiesServiceSettings settings)
Constructs an instance of ManagedIdentitiesServiceClient, using the given settings.static ManagedIdentitiesServiceClient
ManagedIdentitiesServiceClient. create(ManagedIdentitiesServiceStub stub)
Constructs an instance of ManagedIdentitiesServiceClient, using the given stub for making calls.
-