@Generated(value="by gRPC proto compiler (version 1.10.0)", comments="Source: google/cloud/talent/v4beta1/application_service.proto") public final class ApplicationServiceGrpc extends Object
A service that handles application management, including CRUD and enumeration.
| Modifier and Type | Class and Description |
|---|---|
static class |
ApplicationServiceGrpc.ApplicationServiceBlockingStub
A service that handles application management, including CRUD and
enumeration.
|
static class |
ApplicationServiceGrpc.ApplicationServiceFutureStub
A service that handles application management, including CRUD and
enumeration.
|
static class |
ApplicationServiceGrpc.ApplicationServiceImplBase
A service that handles application management, including CRUD and
enumeration.
|
static class |
ApplicationServiceGrpc.ApplicationServiceStub
A service that handles application management, including CRUD and
enumeration.
|
| Modifier and Type | Field and Description |
|---|---|
static io.grpc.MethodDescriptor<CreateApplicationRequest,Application> |
METHOD_CREATE_APPLICATION
Deprecated.
|
static io.grpc.MethodDescriptor<DeleteApplicationRequest,com.google.protobuf.Empty> |
METHOD_DELETE_APPLICATION
Deprecated.
|
static io.grpc.MethodDescriptor<GetApplicationRequest,Application> |
METHOD_GET_APPLICATION
Deprecated.
|
static io.grpc.MethodDescriptor<ListApplicationsRequest,ListApplicationsResponse> |
METHOD_LIST_APPLICATIONS
Deprecated.
|
static io.grpc.MethodDescriptor<UpdateApplicationRequest,Application> |
METHOD_UPDATE_APPLICATION
Deprecated.
|
static String |
SERVICE_NAME |
| Modifier and Type | Method and Description |
|---|---|
static io.grpc.MethodDescriptor<CreateApplicationRequest,Application> |
getCreateApplicationMethod() |
static io.grpc.MethodDescriptor<DeleteApplicationRequest,com.google.protobuf.Empty> |
getDeleteApplicationMethod() |
static io.grpc.MethodDescriptor<GetApplicationRequest,Application> |
getGetApplicationMethod() |
static io.grpc.MethodDescriptor<ListApplicationsRequest,ListApplicationsResponse> |
getListApplicationsMethod() |
static io.grpc.ServiceDescriptor |
getServiceDescriptor() |
static io.grpc.MethodDescriptor<UpdateApplicationRequest,Application> |
getUpdateApplicationMethod() |
static ApplicationServiceGrpc.ApplicationServiceBlockingStub |
newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
|
static ApplicationServiceGrpc.ApplicationServiceFutureStub |
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
|
static ApplicationServiceGrpc.ApplicationServiceStub |
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<CreateApplicationRequest,Application> METHOD_CREATE_APPLICATION
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") @Deprecated public static final io.grpc.MethodDescriptor<GetApplicationRequest,Application> METHOD_GET_APPLICATION
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") @Deprecated public static final io.grpc.MethodDescriptor<UpdateApplicationRequest,Application> METHOD_UPDATE_APPLICATION
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") @Deprecated public static final io.grpc.MethodDescriptor<DeleteApplicationRequest,com.google.protobuf.Empty> METHOD_DELETE_APPLICATION
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") @Deprecated public static final io.grpc.MethodDescriptor<ListApplicationsRequest,ListApplicationsResponse> METHOD_LIST_APPLICATIONS
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static io.grpc.MethodDescriptor<CreateApplicationRequest,Application> getCreateApplicationMethod()
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static io.grpc.MethodDescriptor<GetApplicationRequest,Application> getGetApplicationMethod()
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static io.grpc.MethodDescriptor<UpdateApplicationRequest,Application> getUpdateApplicationMethod()
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static io.grpc.MethodDescriptor<DeleteApplicationRequest,com.google.protobuf.Empty> getDeleteApplicationMethod()
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static io.grpc.MethodDescriptor<ListApplicationsRequest,ListApplicationsResponse> getListApplicationsMethod()
public static ApplicationServiceGrpc.ApplicationServiceStub newStub(io.grpc.Channel channel)
public static ApplicationServiceGrpc.ApplicationServiceBlockingStub newBlockingStub(io.grpc.Channel channel)
public static ApplicationServiceGrpc.ApplicationServiceFutureStub newFutureStub(io.grpc.Channel channel)
public static io.grpc.ServiceDescriptor getServiceDescriptor()
Copyright © 2019 Google LLC. All rights reserved.