Package com.google.api.apikeys.v2
Class ApiKeysGrpc
- java.lang.Object
-
- com.google.api.apikeys.v2.ApiKeysGrpc
-
@Generated(value="by gRPC proto compiler", comments="Source: google/api/apikeys/v2/apikeys.proto") public final class ApiKeysGrpc extends Object
Manages the API keys associated with projects.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ApiKeysGrpc.ApiKeysBlockingStub
A stub to allow clients to do synchronous rpc calls to service ApiKeys.static class
ApiKeysGrpc.ApiKeysFutureStub
A stub to allow clients to do ListenableFuture-style rpc calls to service ApiKeys.static class
ApiKeysGrpc.ApiKeysImplBase
Base class for the server implementation of the service ApiKeys.static class
ApiKeysGrpc.ApiKeysStub
A stub to allow clients to do asynchronous rpc calls to service ApiKeys.static interface
ApiKeysGrpc.AsyncService
Manages the API keys associated with projects.
-
Field Summary
Fields Modifier and Type Field Description static String
SERVICE_NAME
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static io.grpc.ServerServiceDefinition
bindService(ApiKeysGrpc.AsyncService service)
static io.grpc.MethodDescriptor<CreateKeyRequest,com.google.longrunning.Operation>
getCreateKeyMethod()
static io.grpc.MethodDescriptor<DeleteKeyRequest,com.google.longrunning.Operation>
getDeleteKeyMethod()
static io.grpc.MethodDescriptor<GetKeyRequest,Key>
getGetKeyMethod()
static io.grpc.MethodDescriptor<GetKeyStringRequest,GetKeyStringResponse>
getGetKeyStringMethod()
static io.grpc.MethodDescriptor<ListKeysRequest,ListKeysResponse>
getListKeysMethod()
static io.grpc.MethodDescriptor<LookupKeyRequest,LookupKeyResponse>
getLookupKeyMethod()
static io.grpc.ServiceDescriptor
getServiceDescriptor()
static io.grpc.MethodDescriptor<UndeleteKeyRequest,com.google.longrunning.Operation>
getUndeleteKeyMethod()
static io.grpc.MethodDescriptor<UpdateKeyRequest,com.google.longrunning.Operation>
getUpdateKeyMethod()
static ApiKeysGrpc.ApiKeysBlockingStub
newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the servicestatic ApiKeysGrpc.ApiKeysFutureStub
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the servicestatic ApiKeysGrpc.ApiKeysStub
newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
-
-
Field Detail
-
SERVICE_NAME
public static final String SERVICE_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getCreateKeyMethod
public static io.grpc.MethodDescriptor<CreateKeyRequest,com.google.longrunning.Operation> getCreateKeyMethod()
-
getListKeysMethod
public static io.grpc.MethodDescriptor<ListKeysRequest,ListKeysResponse> getListKeysMethod()
-
getGetKeyMethod
public static io.grpc.MethodDescriptor<GetKeyRequest,Key> getGetKeyMethod()
-
getGetKeyStringMethod
public static io.grpc.MethodDescriptor<GetKeyStringRequest,GetKeyStringResponse> getGetKeyStringMethod()
-
getUpdateKeyMethod
public static io.grpc.MethodDescriptor<UpdateKeyRequest,com.google.longrunning.Operation> getUpdateKeyMethod()
-
getDeleteKeyMethod
public static io.grpc.MethodDescriptor<DeleteKeyRequest,com.google.longrunning.Operation> getDeleteKeyMethod()
-
getUndeleteKeyMethod
public static io.grpc.MethodDescriptor<UndeleteKeyRequest,com.google.longrunning.Operation> getUndeleteKeyMethod()
-
getLookupKeyMethod
public static io.grpc.MethodDescriptor<LookupKeyRequest,LookupKeyResponse> getLookupKeyMethod()
-
newStub
public static ApiKeysGrpc.ApiKeysStub newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
newBlockingStub
public static ApiKeysGrpc.ApiKeysBlockingStub newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
-
newFutureStub
public static ApiKeysGrpc.ApiKeysFutureStub newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
-
bindService
public static final io.grpc.ServerServiceDefinition bindService(ApiKeysGrpc.AsyncService service)
-
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-
-