Uses of Class
com.google.cloud.iam.credentials.v1.stub.IamCredentialsStubSettings
Packages that use IamCredentialsStubSettings
Package
Description
A client to IAM Service Account Credentials API
-
Uses of IamCredentialsStubSettings in com.google.cloud.iam.credentials.v1
Methods in com.google.cloud.iam.credentials.v1 with parameters of type IamCredentialsStubSettingsModifier and TypeMethodDescriptionstatic final IamCredentialsSettingsIamCredentialsSettings.create(IamCredentialsStubSettings stub) -
Uses of IamCredentialsStubSettings in com.google.cloud.iam.credentials.v1.stub
Methods in com.google.cloud.iam.credentials.v1.stub that return IamCredentialsStubSettingsMethods in com.google.cloud.iam.credentials.v1.stub with parameters of type IamCredentialsStubSettingsModifier and TypeMethodDescriptionstatic final GrpcIamCredentialsStubGrpcIamCredentialsStub.create(IamCredentialsStubSettings settings) static final HttpJsonIamCredentialsStubHttpJsonIamCredentialsStub.create(IamCredentialsStubSettings settings) Constructors in com.google.cloud.iam.credentials.v1.stub with parameters of type IamCredentialsStubSettingsModifierConstructorDescriptionprotectedBuilder(IamCredentialsStubSettings settings) protectedGrpcIamCredentialsStub(IamCredentialsStubSettings settings, ClientContext clientContext) Constructs an instance of GrpcIamCredentialsStub, using the given settings.protectedGrpcIamCredentialsStub(IamCredentialsStubSettings settings, ClientContext clientContext, GrpcStubCallableFactory callableFactory) Constructs an instance of GrpcIamCredentialsStub, using the given settings.protectedHttpJsonIamCredentialsStub(IamCredentialsStubSettings settings, ClientContext clientContext) Constructs an instance of HttpJsonIamCredentialsStub, using the given settings.protectedHttpJsonIamCredentialsStub(IamCredentialsStubSettings settings, ClientContext clientContext, HttpJsonStubCallableFactory callableFactory) Constructs an instance of HttpJsonIamCredentialsStub, using the given settings.