Class IamCheckerGrpc (1.40.0)

public final class IamCheckerGrpc

IAM Policy Troubleshooter service. This service helps you troubleshoot access issues for Google Cloud resources.

Inheritance

java.lang.Object > IamCheckerGrpc

Static Fields

SERVICE_NAME

public static final String SERVICE_NAME
Field Value
TypeDescription
String

Static Methods

bindService(IamCheckerGrpc.AsyncService service)

public static final ServerServiceDefinition bindService(IamCheckerGrpc.AsyncService service)
Parameter
NameDescription
serviceIamCheckerGrpc.AsyncService
Returns
TypeDescription
io.grpc.ServerServiceDefinition

getServiceDescriptor()

public static ServiceDescriptor getServiceDescriptor()
Returns
TypeDescription
io.grpc.ServiceDescriptor

getTroubleshootIamPolicyMethod()

public static MethodDescriptor<TroubleshootIamPolicyRequest,TroubleshootIamPolicyResponse> getTroubleshootIamPolicyMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<TroubleshootIamPolicyRequest,TroubleshootIamPolicyResponse>

newBlockingStub(Channel channel)

public static IamCheckerGrpc.IamCheckerBlockingStub newBlockingStub(Channel channel)

Creates a new blocking-style stub that supports unary and streaming output calls on the service

Parameter
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
IamCheckerGrpc.IamCheckerBlockingStub

newFutureStub(Channel channel)

public static IamCheckerGrpc.IamCheckerFutureStub newFutureStub(Channel channel)

Creates a new ListenableFuture-style stub that supports unary calls on the service

Parameter
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
IamCheckerGrpc.IamCheckerFutureStub

newStub(Channel channel)

public static IamCheckerGrpc.IamCheckerStub newStub(Channel channel)

Creates a new async stub that supports all call types for the service

Parameter
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
IamCheckerGrpc.IamCheckerStub