Class DeveloperRegistrationServiceGrpc (1.0.0)

public final class DeveloperRegistrationServiceGrpc

Service to access Developer Registration.

Inheritance

java.lang.Object > DeveloperRegistrationServiceGrpc

Static Fields

SERVICE_NAME

public static final String SERVICE_NAME
Field Value
Type Description
String

Static Methods

bindService(DeveloperRegistrationServiceGrpc.AsyncService service)

public static final ServerServiceDefinition bindService(DeveloperRegistrationServiceGrpc.AsyncService service)
Parameter
Name Description
service DeveloperRegistrationServiceGrpc.AsyncService
Returns
Type Description
io.grpc.ServerServiceDefinition

getGetDeveloperRegistrationMethod()

public static MethodDescriptor<GetDeveloperRegistrationRequest,DeveloperRegistration> getGetDeveloperRegistrationMethod()
Returns
Type Description
io.grpc.MethodDescriptor<GetDeveloperRegistrationRequest,DeveloperRegistration>

getRegisterGcpMethod()

public static MethodDescriptor<RegisterGcpRequest,DeveloperRegistration> getRegisterGcpMethod()
Returns
Type Description
io.grpc.MethodDescriptor<RegisterGcpRequest,DeveloperRegistration>

getServiceDescriptor()

public static ServiceDescriptor getServiceDescriptor()
Returns
Type Description
io.grpc.ServiceDescriptor

getUnregisterGcpMethod()

public static MethodDescriptor<UnregisterGcpRequest,Empty> getUnregisterGcpMethod()
Returns
Type Description
io.grpc.MethodDescriptor<UnregisterGcpRequest,Empty>

newBlockingStub(Channel channel)

public static DeveloperRegistrationServiceGrpc.DeveloperRegistrationServiceBlockingStub newBlockingStub(Channel channel)

Creates a new blocking-style stub that supports unary and streaming output calls on the service

Parameter
Name Description
channel io.grpc.Channel
Returns
Type Description
DeveloperRegistrationServiceGrpc.DeveloperRegistrationServiceBlockingStub

newBlockingV2Stub(Channel channel)

public static DeveloperRegistrationServiceGrpc.DeveloperRegistrationServiceBlockingV2Stub newBlockingV2Stub(Channel channel)

Creates a new blocking-style stub that supports all types of calls on the service

Parameter
Name Description
channel io.grpc.Channel
Returns
Type Description
DeveloperRegistrationServiceGrpc.DeveloperRegistrationServiceBlockingV2Stub

newFutureStub(Channel channel)

public static DeveloperRegistrationServiceGrpc.DeveloperRegistrationServiceFutureStub newFutureStub(Channel channel)

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

Parameter
Name Description
channel io.grpc.Channel
Returns
Type Description
DeveloperRegistrationServiceGrpc.DeveloperRegistrationServiceFutureStub

newStub(Channel channel)

public static DeveloperRegistrationServiceGrpc.DeveloperRegistrationServiceStub newStub(Channel channel)

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

Parameter
Name Description
channel io.grpc.Channel
Returns
Type Description
DeveloperRegistrationServiceGrpc.DeveloperRegistrationServiceStub