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 classApiKeysGrpc.ApiKeysBlockingStubA stub to allow clients to do synchronous rpc calls to service ApiKeys.static classApiKeysGrpc.ApiKeysFutureStubA stub to allow clients to do ListenableFuture-style rpc calls to service ApiKeys.static classApiKeysGrpc.ApiKeysImplBaseBase class for the server implementation of the service ApiKeys.static classApiKeysGrpc.ApiKeysStubA stub to allow clients to do asynchronous rpc calls to service ApiKeys.static interfaceApiKeysGrpc.AsyncServiceManages the API keys associated with projects.
-
Field Summary
Fields Modifier and Type Field Description static StringSERVICE_NAME
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static io.grpc.ServerServiceDefinitionbindService(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.ServiceDescriptorgetServiceDescriptor()static io.grpc.MethodDescriptor<UndeleteKeyRequest,com.google.longrunning.Operation>getUndeleteKeyMethod()static io.grpc.MethodDescriptor<UpdateKeyRequest,com.google.longrunning.Operation>getUpdateKeyMethod()static ApiKeysGrpc.ApiKeysBlockingStubnewBlockingStub(io.grpc.Channel channel)Creates a new blocking-style stub that supports unary and streaming output calls on the servicestatic ApiKeysGrpc.ApiKeysFutureStubnewFutureStub(io.grpc.Channel channel)Creates a new ListenableFuture-style stub that supports unary calls on the servicestatic ApiKeysGrpc.ApiKeysStubnewStub(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()
-
-