Uses of Class
com.google.cloud.policytroubleshooter.v1.stub.IamCheckerStubSettings
-
Packages that use IamCheckerStubSettings Package Description com.google.cloud.policytroubleshooter.v1 A client to Policy Troubleshooter APIcom.google.cloud.policytroubleshooter.v1.stub -
-
Uses of IamCheckerStubSettings in com.google.cloud.policytroubleshooter.v1
Methods in com.google.cloud.policytroubleshooter.v1 with parameters of type IamCheckerStubSettings Modifier and Type Method Description static IamCheckerSettings
IamCheckerSettings. create(IamCheckerStubSettings stub)
-
Uses of IamCheckerStubSettings in com.google.cloud.policytroubleshooter.v1.stub
Methods in com.google.cloud.policytroubleshooter.v1.stub that return IamCheckerStubSettings Modifier and Type Method Description IamCheckerStubSettings
IamCheckerStubSettings.Builder. build()
Methods in com.google.cloud.policytroubleshooter.v1.stub with parameters of type IamCheckerStubSettings Modifier and Type Method Description static GrpcIamCheckerStub
GrpcIamCheckerStub. create(IamCheckerStubSettings settings)
static HttpJsonIamCheckerStub
HttpJsonIamCheckerStub. create(IamCheckerStubSettings settings)
Constructors in com.google.cloud.policytroubleshooter.v1.stub with parameters of type IamCheckerStubSettings Constructor Description Builder(IamCheckerStubSettings settings)
GrpcIamCheckerStub(IamCheckerStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext)
Constructs an instance of GrpcIamCheckerStub, using the given settings.GrpcIamCheckerStub(IamCheckerStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext, com.google.api.gax.grpc.GrpcStubCallableFactory callableFactory)
Constructs an instance of GrpcIamCheckerStub, using the given settings.HttpJsonIamCheckerStub(IamCheckerStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext)
Constructs an instance of HttpJsonIamCheckerStub, using the given settings.HttpJsonIamCheckerStub(IamCheckerStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext, com.google.api.gax.httpjson.HttpJsonStubCallableFactory callableFactory)
Constructs an instance of HttpJsonIamCheckerStub, using the given settings.
-