Class GrpcIdentityAwareProxyOAuthServiceStub (0.1.0)

public class GrpcIdentityAwareProxyOAuthServiceStub extends IdentityAwareProxyOAuthServiceStub

gRPC stub implementation for the IdentityAwareProxyOAuthService service API.

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

Inheritance

java.lang.Object > IdentityAwareProxyOAuthServiceStub > GrpcIdentityAwareProxyOAuthServiceStub

Static Methods

create(ClientContext clientContext)

public static final GrpcIdentityAwareProxyOAuthServiceStub create(ClientContext clientContext)
Parameter
Name Description
clientContext ClientContext
Returns
Type Description
GrpcIdentityAwareProxyOAuthServiceStub
Exceptions
Type Description
IOException

create(ClientContext clientContext, GrpcStubCallableFactory callableFactory)

public static final GrpcIdentityAwareProxyOAuthServiceStub create(ClientContext clientContext, GrpcStubCallableFactory callableFactory)
Parameters
Name Description
clientContext ClientContext
callableFactory GrpcStubCallableFactory
Returns
Type Description
GrpcIdentityAwareProxyOAuthServiceStub
Exceptions
Type Description
IOException

create(IdentityAwareProxyOAuthServiceStubSettings settings)

public static final GrpcIdentityAwareProxyOAuthServiceStub create(IdentityAwareProxyOAuthServiceStubSettings settings)
Parameter
Name Description
settings IdentityAwareProxyOAuthServiceStubSettings
Returns
Type Description
GrpcIdentityAwareProxyOAuthServiceStub
Exceptions
Type Description
IOException

Constructors

GrpcIdentityAwareProxyOAuthServiceStub(IdentityAwareProxyOAuthServiceStubSettings settings, ClientContext clientContext)

protected GrpcIdentityAwareProxyOAuthServiceStub(IdentityAwareProxyOAuthServiceStubSettings settings, ClientContext clientContext)

Constructs an instance of GrpcIdentityAwareProxyOAuthServiceStub, 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
Name Description
settings IdentityAwareProxyOAuthServiceStubSettings
clientContext ClientContext

GrpcIdentityAwareProxyOAuthServiceStub(IdentityAwareProxyOAuthServiceStubSettings settings, ClientContext clientContext, GrpcStubCallableFactory callableFactory)

protected GrpcIdentityAwareProxyOAuthServiceStub(IdentityAwareProxyOAuthServiceStubSettings settings, ClientContext clientContext, GrpcStubCallableFactory callableFactory)

Constructs an instance of GrpcIdentityAwareProxyOAuthServiceStub, 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
Name Description
settings IdentityAwareProxyOAuthServiceStubSettings
clientContext ClientContext
callableFactory GrpcStubCallableFactory

Methods

awaitTermination(long duration, TimeUnit unit)

public boolean awaitTermination(long duration, TimeUnit unit)
Parameters
Name Description
duration long
unit TimeUnit
Returns
Type Description
boolean
Exceptions
Type Description
InterruptedException

close()

public final void close()
Overrides

createBrandCallable()

public UnaryCallable<CreateBrandRequest,Brand> createBrandCallable()
Returns
Type Description
UnaryCallable<CreateBrandRequest,Brand>
Overrides

createIdentityAwareProxyClientCallable()

public UnaryCallable<CreateIdentityAwareProxyClientRequest,IdentityAwareProxyClient> createIdentityAwareProxyClientCallable()
Returns
Type Description
UnaryCallable<CreateIdentityAwareProxyClientRequest,IdentityAwareProxyClient>
Overrides

deleteIdentityAwareProxyClientCallable()

public UnaryCallable<DeleteIdentityAwareProxyClientRequest,Empty> deleteIdentityAwareProxyClientCallable()
Returns
Type Description
UnaryCallable<DeleteIdentityAwareProxyClientRequest,Empty>
Overrides

getBrandCallable()

public UnaryCallable<GetBrandRequest,Brand> getBrandCallable()
Returns
Type Description
UnaryCallable<GetBrandRequest,Brand>
Overrides

getIdentityAwareProxyClientCallable()

public UnaryCallable<GetIdentityAwareProxyClientRequest,IdentityAwareProxyClient> getIdentityAwareProxyClientCallable()
Returns
Type Description
UnaryCallable<GetIdentityAwareProxyClientRequest,IdentityAwareProxyClient>
Overrides

getOperationsStub()

public GrpcOperationsStub getOperationsStub()
Returns
Type Description
GrpcOperationsStub

isShutdown()

public boolean isShutdown()
Returns
Type Description
boolean

isTerminated()

public boolean isTerminated()
Returns
Type Description
boolean

listBrandsCallable()

public UnaryCallable<ListBrandsRequest,ListBrandsResponse> listBrandsCallable()
Returns
Type Description
UnaryCallable<ListBrandsRequest,ListBrandsResponse>
Overrides

listIdentityAwareProxyClientsCallable()

public UnaryCallable<ListIdentityAwareProxyClientsRequest,ListIdentityAwareProxyClientsResponse> listIdentityAwareProxyClientsCallable()
Returns
Type Description
UnaryCallable<ListIdentityAwareProxyClientsRequest,ListIdentityAwareProxyClientsResponse>
Overrides

listIdentityAwareProxyClientsPagedCallable()

public UnaryCallable<ListIdentityAwareProxyClientsRequest,IdentityAwareProxyOAuthServiceClient.ListIdentityAwareProxyClientsPagedResponse> listIdentityAwareProxyClientsPagedCallable()
Returns
Type Description
UnaryCallable<ListIdentityAwareProxyClientsRequest,ListIdentityAwareProxyClientsPagedResponse>
Overrides

resetIdentityAwareProxyClientSecretCallable()

public UnaryCallable<ResetIdentityAwareProxyClientSecretRequest,IdentityAwareProxyClient> resetIdentityAwareProxyClientSecretCallable()
Returns
Type Description
UnaryCallable<ResetIdentityAwareProxyClientSecretRequest,IdentityAwareProxyClient>
Overrides

shutdown()

public void shutdown()

shutdownNow()

public void shutdownNow()