@Generated(value="by gRPC proto compiler (version 1.10.0)", comments="Source: google/cloud/talent/v4beta1/profile_service.proto") public final class ProfileServiceGrpc extends Object
A service that handles profile management, including profile CRUD, enumeration and search.
| Modifier and Type | Class and Description |
|---|---|
static class |
ProfileServiceGrpc.ProfileServiceBlockingStub
A service that handles profile management, including profile CRUD,
enumeration and search.
|
static class |
ProfileServiceGrpc.ProfileServiceFutureStub
A service that handles profile management, including profile CRUD,
enumeration and search.
|
static class |
ProfileServiceGrpc.ProfileServiceImplBase
A service that handles profile management, including profile CRUD,
enumeration and search.
|
static class |
ProfileServiceGrpc.ProfileServiceStub
A service that handles profile management, including profile CRUD,
enumeration and search.
|
| Modifier and Type | Field and Description |
|---|---|
static io.grpc.MethodDescriptor<CreateProfileRequest,Profile> |
METHOD_CREATE_PROFILE
Deprecated.
|
static io.grpc.MethodDescriptor<DeleteProfileRequest,com.google.protobuf.Empty> |
METHOD_DELETE_PROFILE
Deprecated.
|
static io.grpc.MethodDescriptor<GetProfileRequest,Profile> |
METHOD_GET_PROFILE
Deprecated.
|
static io.grpc.MethodDescriptor<ListProfilesRequest,ListProfilesResponse> |
METHOD_LIST_PROFILES
Deprecated.
|
static io.grpc.MethodDescriptor<SearchProfilesRequest,SearchProfilesResponse> |
METHOD_SEARCH_PROFILES
Deprecated.
|
static io.grpc.MethodDescriptor<UpdateProfileRequest,Profile> |
METHOD_UPDATE_PROFILE
Deprecated.
|
static String |
SERVICE_NAME |
| Modifier and Type | Method and Description |
|---|---|
static io.grpc.MethodDescriptor<CreateProfileRequest,Profile> |
getCreateProfileMethod() |
static io.grpc.MethodDescriptor<DeleteProfileRequest,com.google.protobuf.Empty> |
getDeleteProfileMethod() |
static io.grpc.MethodDescriptor<GetProfileRequest,Profile> |
getGetProfileMethod() |
static io.grpc.MethodDescriptor<ListProfilesRequest,ListProfilesResponse> |
getListProfilesMethod() |
static io.grpc.MethodDescriptor<SearchProfilesRequest,SearchProfilesResponse> |
getSearchProfilesMethod() |
static io.grpc.ServiceDescriptor |
getServiceDescriptor() |
static io.grpc.MethodDescriptor<UpdateProfileRequest,Profile> |
getUpdateProfileMethod() |
static ProfileServiceGrpc.ProfileServiceBlockingStub |
newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
|
static ProfileServiceGrpc.ProfileServiceFutureStub |
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
|
static ProfileServiceGrpc.ProfileServiceStub |
newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
|
public static final String SERVICE_NAME
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") @Deprecated public static final io.grpc.MethodDescriptor<ListProfilesRequest,ListProfilesResponse> METHOD_LIST_PROFILES
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") @Deprecated public static final io.grpc.MethodDescriptor<CreateProfileRequest,Profile> METHOD_CREATE_PROFILE
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") @Deprecated public static final io.grpc.MethodDescriptor<GetProfileRequest,Profile> METHOD_GET_PROFILE
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") @Deprecated public static final io.grpc.MethodDescriptor<UpdateProfileRequest,Profile> METHOD_UPDATE_PROFILE
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") @Deprecated public static final io.grpc.MethodDescriptor<DeleteProfileRequest,com.google.protobuf.Empty> METHOD_DELETE_PROFILE
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") @Deprecated public static final io.grpc.MethodDescriptor<SearchProfilesRequest,SearchProfilesResponse> METHOD_SEARCH_PROFILES
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static io.grpc.MethodDescriptor<ListProfilesRequest,ListProfilesResponse> getListProfilesMethod()
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static io.grpc.MethodDescriptor<CreateProfileRequest,Profile> getCreateProfileMethod()
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static io.grpc.MethodDescriptor<GetProfileRequest,Profile> getGetProfileMethod()
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static io.grpc.MethodDescriptor<UpdateProfileRequest,Profile> getUpdateProfileMethod()
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static io.grpc.MethodDescriptor<DeleteProfileRequest,com.google.protobuf.Empty> getDeleteProfileMethod()
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static io.grpc.MethodDescriptor<SearchProfilesRequest,SearchProfilesResponse> getSearchProfilesMethod()
public static ProfileServiceGrpc.ProfileServiceStub newStub(io.grpc.Channel channel)
public static ProfileServiceGrpc.ProfileServiceBlockingStub newBlockingStub(io.grpc.Channel channel)
public static ProfileServiceGrpc.ProfileServiceFutureStub newFutureStub(io.grpc.Channel channel)
public static io.grpc.ServiceDescriptor getServiceDescriptor()
Copyright © 2019 Google LLC. All rights reserved.