Class ProfileServiceGrpc (2.2.9)

public final class ProfileServiceGrpc

A service that handles profile management, including profile CRUD, enumeration and search.

Inheritance

java.lang.Object > ProfileServiceGrpc

Static Fields

SERVICE_NAME

public static final String SERVICE_NAME
Field Value
TypeDescription
String

Static Methods

getCreateProfileMethod()

public static MethodDescriptor<CreateProfileRequest,Profile> getCreateProfileMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<CreateProfileRequest,Profile>

getDeleteProfileMethod()

public static MethodDescriptor<DeleteProfileRequest,Empty> getDeleteProfileMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<DeleteProfileRequest,Empty>

getGetProfileMethod()

public static MethodDescriptor<GetProfileRequest,Profile> getGetProfileMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<GetProfileRequest,Profile>

getListProfilesMethod()

public static MethodDescriptor<ListProfilesRequest,ListProfilesResponse> getListProfilesMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<ListProfilesRequest,ListProfilesResponse>

getSearchProfilesMethod()

public static MethodDescriptor<SearchProfilesRequest,SearchProfilesResponse> getSearchProfilesMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<SearchProfilesRequest,SearchProfilesResponse>

getServiceDescriptor()

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

getUpdateProfileMethod()

public static MethodDescriptor<UpdateProfileRequest,Profile> getUpdateProfileMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<UpdateProfileRequest,Profile>

newBlockingStub(Channel channel)

public static ProfileServiceGrpc.ProfileServiceBlockingStub 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
ProfileServiceGrpc.ProfileServiceBlockingStub

newFutureStub(Channel channel)

public static ProfileServiceGrpc.ProfileServiceFutureStub newFutureStub(Channel channel)

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

Parameter
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
ProfileServiceGrpc.ProfileServiceFutureStub

newStub(Channel channel)

public static ProfileServiceGrpc.ProfileServiceStub newStub(Channel channel)

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

Parameter
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
ProfileServiceGrpc.ProfileServiceStub