Class IdentityAwareProxyOAuthServiceGrpc (0.1.0)

public final class IdentityAwareProxyOAuthServiceGrpc

API to programmatically create, list and retrieve Identity Aware Proxy (IAP) OAuth brands; and create, retrieve, delete and reset-secret of IAP OAuth clients.

Inheritance

java.lang.Object > IdentityAwareProxyOAuthServiceGrpc

Static Fields

SERVICE_NAME

public static final String SERVICE_NAME
Field Value
Type Description
String

Static Methods

bindService(IdentityAwareProxyOAuthServiceGrpc.AsyncService service)

public static final ServerServiceDefinition bindService(IdentityAwareProxyOAuthServiceGrpc.AsyncService service)
Parameter
Name Description
service IdentityAwareProxyOAuthServiceGrpc.AsyncService
Returns
Type Description
io.grpc.ServerServiceDefinition

getCreateBrandMethod()

public static MethodDescriptor<CreateBrandRequest,Brand> getCreateBrandMethod()
Returns
Type Description
io.grpc.MethodDescriptor<CreateBrandRequest,Brand>

getCreateIdentityAwareProxyClientMethod()

public static MethodDescriptor<CreateIdentityAwareProxyClientRequest,IdentityAwareProxyClient> getCreateIdentityAwareProxyClientMethod()
Returns
Type Description
io.grpc.MethodDescriptor<CreateIdentityAwareProxyClientRequest,IdentityAwareProxyClient>

getDeleteIdentityAwareProxyClientMethod()

public static MethodDescriptor<DeleteIdentityAwareProxyClientRequest,Empty> getDeleteIdentityAwareProxyClientMethod()
Returns
Type Description
io.grpc.MethodDescriptor<DeleteIdentityAwareProxyClientRequest,Empty>

getGetBrandMethod()

public static MethodDescriptor<GetBrandRequest,Brand> getGetBrandMethod()
Returns
Type Description
io.grpc.MethodDescriptor<GetBrandRequest,Brand>

getGetIdentityAwareProxyClientMethod()

public static MethodDescriptor<GetIdentityAwareProxyClientRequest,IdentityAwareProxyClient> getGetIdentityAwareProxyClientMethod()
Returns
Type Description
io.grpc.MethodDescriptor<GetIdentityAwareProxyClientRequest,IdentityAwareProxyClient>

getListBrandsMethod()

public static MethodDescriptor<ListBrandsRequest,ListBrandsResponse> getListBrandsMethod()
Returns
Type Description
io.grpc.MethodDescriptor<ListBrandsRequest,ListBrandsResponse>

getListIdentityAwareProxyClientsMethod()

public static MethodDescriptor<ListIdentityAwareProxyClientsRequest,ListIdentityAwareProxyClientsResponse> getListIdentityAwareProxyClientsMethod()
Returns
Type Description
io.grpc.MethodDescriptor<ListIdentityAwareProxyClientsRequest,ListIdentityAwareProxyClientsResponse>

getResetIdentityAwareProxyClientSecretMethod()

public static MethodDescriptor<ResetIdentityAwareProxyClientSecretRequest,IdentityAwareProxyClient> getResetIdentityAwareProxyClientSecretMethod()
Returns
Type Description
io.grpc.MethodDescriptor<ResetIdentityAwareProxyClientSecretRequest,IdentityAwareProxyClient>

getServiceDescriptor()

public static ServiceDescriptor getServiceDescriptor()
Returns
Type Description
io.grpc.ServiceDescriptor

newBlockingStub(Channel channel)

public static IdentityAwareProxyOAuthServiceGrpc.IdentityAwareProxyOAuthServiceBlockingStub newBlockingStub(Channel channel)

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

Parameter
Name Description
channel io.grpc.Channel
Returns
Type Description
IdentityAwareProxyOAuthServiceGrpc.IdentityAwareProxyOAuthServiceBlockingStub

newFutureStub(Channel channel)

public static IdentityAwareProxyOAuthServiceGrpc.IdentityAwareProxyOAuthServiceFutureStub newFutureStub(Channel channel)

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

Parameter
Name Description
channel io.grpc.Channel
Returns
Type Description
IdentityAwareProxyOAuthServiceGrpc.IdentityAwareProxyOAuthServiceFutureStub

newStub(Channel channel)

public static IdentityAwareProxyOAuthServiceGrpc.IdentityAwareProxyOAuthServiceStub newStub(Channel channel)

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

Parameter
Name Description
channel io.grpc.Channel
Returns
Type Description
IdentityAwareProxyOAuthServiceGrpc.IdentityAwareProxyOAuthServiceStub