Class GrpcPolicyTroubleshooterStub (1.36.0)

public class GrpcPolicyTroubleshooterStub extends PolicyTroubleshooterStub

gRPC stub implementation for the PolicyTroubleshooter service API.

This class is for advanced usage and reflects the underlying API directly.

Inheritance

java.lang.Object > PolicyTroubleshooterStub > GrpcPolicyTroubleshooterStub

Static Methods

create(ClientContext clientContext)

public static final GrpcPolicyTroubleshooterStub create(ClientContext clientContext)
Parameter
NameDescription
clientContextClientContext
Returns
TypeDescription
GrpcPolicyTroubleshooterStub
Exceptions
TypeDescription
IOException

create(ClientContext clientContext, GrpcStubCallableFactory callableFactory)

public static final GrpcPolicyTroubleshooterStub create(ClientContext clientContext, GrpcStubCallableFactory callableFactory)
Parameters
NameDescription
clientContextClientContext
callableFactoryGrpcStubCallableFactory
Returns
TypeDescription
GrpcPolicyTroubleshooterStub
Exceptions
TypeDescription
IOException

create(PolicyTroubleshooterStubSettings settings)

public static final GrpcPolicyTroubleshooterStub create(PolicyTroubleshooterStubSettings settings)
Parameter
NameDescription
settingsPolicyTroubleshooterStubSettings
Returns
TypeDescription
GrpcPolicyTroubleshooterStub
Exceptions
TypeDescription
IOException

Constructors

GrpcPolicyTroubleshooterStub(PolicyTroubleshooterStubSettings settings, ClientContext clientContext)

protected GrpcPolicyTroubleshooterStub(PolicyTroubleshooterStubSettings settings, ClientContext clientContext)

Constructs an instance of GrpcPolicyTroubleshooterStub, using the given settings. This is protected so that it is easy to make a subclass, but otherwise, the static factory methods should be preferred.

Parameters
NameDescription
settingsPolicyTroubleshooterStubSettings
clientContextClientContext

GrpcPolicyTroubleshooterStub(PolicyTroubleshooterStubSettings settings, ClientContext clientContext, GrpcStubCallableFactory callableFactory)

protected GrpcPolicyTroubleshooterStub(PolicyTroubleshooterStubSettings settings, ClientContext clientContext, GrpcStubCallableFactory callableFactory)

Constructs an instance of GrpcPolicyTroubleshooterStub, using the given settings. This is protected so that it is easy to make a subclass, but otherwise, the static factory methods should be preferred.

Parameters
NameDescription
settingsPolicyTroubleshooterStubSettings
clientContextClientContext
callableFactoryGrpcStubCallableFactory

Methods

awaitTermination(long duration, TimeUnit unit)

public boolean awaitTermination(long duration, TimeUnit unit)
Parameters
NameDescription
durationlong
unitTimeUnit
Returns
TypeDescription
boolean
Exceptions
TypeDescription
InterruptedException

close()

public final void close()
Overrides

getOperationsStub()

public GrpcOperationsStub getOperationsStub()
Returns
TypeDescription
GrpcOperationsStub

isShutdown()

public boolean isShutdown()
Returns
TypeDescription
boolean

isTerminated()

public boolean isTerminated()
Returns
TypeDescription
boolean

shutdown()

public void shutdown()

shutdownNow()

public void shutdownNow()

troubleshootIamPolicyCallable()

public UnaryCallable<TroubleshootIamPolicyRequest,TroubleshootIamPolicyResponse> troubleshootIamPolicyCallable()
Returns
TypeDescription
UnaryCallable<TroubleshootIamPolicyRequest,TroubleshootIamPolicyResponse>
Overrides