Class ApiKeysGrpc (0.31.0)

public final class ApiKeysGrpc

Manages the API keys associated with projects.

Inheritance

java.lang.Object > ApiKeysGrpc

Static Fields

SERVICE_NAME

public static final String SERVICE_NAME
Field Value
TypeDescription
String

Static Methods

bindService(ApiKeysGrpc.AsyncService service)

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

getCreateKeyMethod()

public static MethodDescriptor<CreateKeyRequest,Operation> getCreateKeyMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<CreateKeyRequest,Operation>

getDeleteKeyMethod()

public static MethodDescriptor<DeleteKeyRequest,Operation> getDeleteKeyMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<DeleteKeyRequest,Operation>

getGetKeyMethod()

public static MethodDescriptor<GetKeyRequest,Key> getGetKeyMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<GetKeyRequest,Key>

getGetKeyStringMethod()

public static MethodDescriptor<GetKeyStringRequest,GetKeyStringResponse> getGetKeyStringMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<GetKeyStringRequest,GetKeyStringResponse>

getListKeysMethod()

public static MethodDescriptor<ListKeysRequest,ListKeysResponse> getListKeysMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<ListKeysRequest,ListKeysResponse>

getLookupKeyMethod()

public static MethodDescriptor<LookupKeyRequest,LookupKeyResponse> getLookupKeyMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<LookupKeyRequest,LookupKeyResponse>

getServiceDescriptor()

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

getUndeleteKeyMethod()

public static MethodDescriptor<UndeleteKeyRequest,Operation> getUndeleteKeyMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<UndeleteKeyRequest,Operation>

getUpdateKeyMethod()

public static MethodDescriptor<UpdateKeyRequest,Operation> getUpdateKeyMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<UpdateKeyRequest,Operation>

newBlockingStub(Channel channel)

public static ApiKeysGrpc.ApiKeysBlockingStub 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
ApiKeysGrpc.ApiKeysBlockingStub

newFutureStub(Channel channel)

public static ApiKeysGrpc.ApiKeysFutureStub newFutureStub(Channel channel)

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

Parameter
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
ApiKeysGrpc.ApiKeysFutureStub

newStub(Channel channel)

public static ApiKeysGrpc.ApiKeysStub newStub(Channel channel)

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

Parameter
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
ApiKeysGrpc.ApiKeysStub