Class HttpJsonIdentityAwareProxyOAuthServiceStub (0.1.0)

public class HttpJsonIdentityAwareProxyOAuthServiceStub extends IdentityAwareProxyOAuthServiceStub

REST stub implementation for the IdentityAwareProxyOAuthService service API.

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

Inheritance

java.lang.Object > IdentityAwareProxyOAuthServiceStub > HttpJsonIdentityAwareProxyOAuthServiceStub

Static Methods

create(ClientContext clientContext)

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

create(ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)

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

create(IdentityAwareProxyOAuthServiceStubSettings settings)

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

getMethodDescriptors()

public static List<ApiMethodDescriptor> getMethodDescriptors()
Returns
Type Description
List<ApiMethodDescriptor>

Constructors

HttpJsonIdentityAwareProxyOAuthServiceStub(IdentityAwareProxyOAuthServiceStubSettings settings, ClientContext clientContext)

protected HttpJsonIdentityAwareProxyOAuthServiceStub(IdentityAwareProxyOAuthServiceStubSettings settings, ClientContext clientContext)

Constructs an instance of HttpJsonIdentityAwareProxyOAuthServiceStub, 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

HttpJsonIdentityAwareProxyOAuthServiceStub(IdentityAwareProxyOAuthServiceStubSettings settings, ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)

protected HttpJsonIdentityAwareProxyOAuthServiceStub(IdentityAwareProxyOAuthServiceStubSettings settings, ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)

Constructs an instance of HttpJsonIdentityAwareProxyOAuthServiceStub, 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 HttpJsonStubCallableFactory

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

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()