Class EssentialContactsServiceGrpc (2.2.0)

public final class EssentialContactsServiceGrpc

Manages contacts for important Google Cloud notifications.

Inheritance

java.lang.Object > EssentialContactsServiceGrpc

Static Fields

SERVICE_NAME

public static final String SERVICE_NAME
Field Value
TypeDescription
String

Static Methods

getComputeContactsMethod()

public static MethodDescriptor<ComputeContactsRequest,ComputeContactsResponse> getComputeContactsMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<ComputeContactsRequest,ComputeContactsResponse>

getCreateContactMethod()

public static MethodDescriptor<CreateContactRequest,Contact> getCreateContactMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<CreateContactRequest,Contact>

getDeleteContactMethod()

public static MethodDescriptor<DeleteContactRequest,Empty> getDeleteContactMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<DeleteContactRequest,Empty>

getGetContactMethod()

public static MethodDescriptor<GetContactRequest,Contact> getGetContactMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<GetContactRequest,Contact>

getListContactsMethod()

public static MethodDescriptor<ListContactsRequest,ListContactsResponse> getListContactsMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<ListContactsRequest,ListContactsResponse>

getSendTestMessageMethod()

public static MethodDescriptor<SendTestMessageRequest,Empty> getSendTestMessageMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<SendTestMessageRequest,Empty>

getServiceDescriptor()

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

getUpdateContactMethod()

public static MethodDescriptor<UpdateContactRequest,Contact> getUpdateContactMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<UpdateContactRequest,Contact>

newBlockingStub(Channel channel)

public static EssentialContactsServiceGrpc.EssentialContactsServiceBlockingStub 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
EssentialContactsServiceGrpc.EssentialContactsServiceBlockingStub

newFutureStub(Channel channel)

public static EssentialContactsServiceGrpc.EssentialContactsServiceFutureStub newFutureStub(Channel channel)

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

Parameter
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
EssentialContactsServiceGrpc.EssentialContactsServiceFutureStub

newStub(Channel channel)

public static EssentialContactsServiceGrpc.EssentialContactsServiceStub newStub(Channel channel)

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

Parameter
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
EssentialContactsServiceGrpc.EssentialContactsServiceStub