Class EssentialContactsServiceGrpc
- java.lang.Object
-
- com.google.cloud.essentialcontacts.v1.EssentialContactsServiceGrpc
-
@Generated(value="by gRPC proto compiler", comments="Source: google/cloud/essentialcontacts/v1/service.proto") public final class EssentialContactsServiceGrpc extends Object
Manages contacts for important Google Cloud notifications.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
EssentialContactsServiceGrpc.AsyncService
Manages contacts for important Google Cloud notifications.static class
EssentialContactsServiceGrpc.EssentialContactsServiceBlockingStub
A stub to allow clients to do synchronous rpc calls to service EssentialContactsService.static class
EssentialContactsServiceGrpc.EssentialContactsServiceFutureStub
A stub to allow clients to do ListenableFuture-style rpc calls to service EssentialContactsService.static class
EssentialContactsServiceGrpc.EssentialContactsServiceImplBase
Base class for the server implementation of the service EssentialContactsService.static class
EssentialContactsServiceGrpc.EssentialContactsServiceStub
A stub to allow clients to do asynchronous rpc calls to service EssentialContactsService.
-
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(EssentialContactsServiceGrpc.AsyncService service)
static io.grpc.MethodDescriptor<ComputeContactsRequest,ComputeContactsResponse>
getComputeContactsMethod()
static io.grpc.MethodDescriptor<CreateContactRequest,Contact>
getCreateContactMethod()
static io.grpc.MethodDescriptor<DeleteContactRequest,com.google.protobuf.Empty>
getDeleteContactMethod()
static io.grpc.MethodDescriptor<GetContactRequest,Contact>
getGetContactMethod()
static io.grpc.MethodDescriptor<ListContactsRequest,ListContactsResponse>
getListContactsMethod()
static io.grpc.MethodDescriptor<SendTestMessageRequest,com.google.protobuf.Empty>
getSendTestMessageMethod()
static io.grpc.ServiceDescriptor
getServiceDescriptor()
static io.grpc.MethodDescriptor<UpdateContactRequest,Contact>
getUpdateContactMethod()
static EssentialContactsServiceGrpc.EssentialContactsServiceBlockingStub
newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the servicestatic EssentialContactsServiceGrpc.EssentialContactsServiceFutureStub
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the servicestatic EssentialContactsServiceGrpc.EssentialContactsServiceStub
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
-
getCreateContactMethod
public static io.grpc.MethodDescriptor<CreateContactRequest,Contact> getCreateContactMethod()
-
getUpdateContactMethod
public static io.grpc.MethodDescriptor<UpdateContactRequest,Contact> getUpdateContactMethod()
-
getListContactsMethod
public static io.grpc.MethodDescriptor<ListContactsRequest,ListContactsResponse> getListContactsMethod()
-
getGetContactMethod
public static io.grpc.MethodDescriptor<GetContactRequest,Contact> getGetContactMethod()
-
getDeleteContactMethod
public static io.grpc.MethodDescriptor<DeleteContactRequest,com.google.protobuf.Empty> getDeleteContactMethod()
-
getComputeContactsMethod
public static io.grpc.MethodDescriptor<ComputeContactsRequest,ComputeContactsResponse> getComputeContactsMethod()
-
getSendTestMessageMethod
public static io.grpc.MethodDescriptor<SendTestMessageRequest,com.google.protobuf.Empty> getSendTestMessageMethod()
-
newStub
public static EssentialContactsServiceGrpc.EssentialContactsServiceStub newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
newBlockingStub
public static EssentialContactsServiceGrpc.EssentialContactsServiceBlockingStub newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
-
newFutureStub
public static EssentialContactsServiceGrpc.EssentialContactsServiceFutureStub 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(EssentialContactsServiceGrpc.AsyncService service)
-
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-
-