public final class AppPlatformGrpc
Service describing handlers for resources
Static Fields
SERVICE_NAME
public static final String SERVICE_NAME
Field Value | |
---|---|
Type | Description |
String |
Static Methods
bindService(AppPlatformGrpc.AsyncService service)
public static final ServerServiceDefinition bindService(AppPlatformGrpc.AsyncService service)
Parameter | |
---|---|
Name | Description |
service |
AppPlatformGrpc.AsyncService |
Returns | |
---|---|
Type | Description |
io.grpc.ServerServiceDefinition |
getAddApplicationStreamInputMethod()
public static MethodDescriptor<AddApplicationStreamInputRequest,Operation> getAddApplicationStreamInputMethod()
Returns | |
---|---|
Type | Description |
io.grpc.MethodDescriptor<AddApplicationStreamInputRequest,Operation> |
getCreateApplicationInstancesMethod()
public static MethodDescriptor<CreateApplicationInstancesRequest,Operation> getCreateApplicationInstancesMethod()
Returns | |
---|---|
Type | Description |
io.grpc.MethodDescriptor<CreateApplicationInstancesRequest,Operation> |
getCreateApplicationMethod()
public static MethodDescriptor<CreateApplicationRequest,Operation> getCreateApplicationMethod()
Returns | |
---|---|
Type | Description |
io.grpc.MethodDescriptor<CreateApplicationRequest,Operation> |
getCreateDraftMethod()
public static MethodDescriptor<CreateDraftRequest,Operation> getCreateDraftMethod()
Returns | |
---|---|
Type | Description |
io.grpc.MethodDescriptor<CreateDraftRequest,Operation> |
getCreateProcessorMethod()
public static MethodDescriptor<CreateProcessorRequest,Operation> getCreateProcessorMethod()
Returns | |
---|---|
Type | Description |
io.grpc.MethodDescriptor<CreateProcessorRequest,Operation> |
getDeleteApplicationInstancesMethod()
public static MethodDescriptor<DeleteApplicationInstancesRequest,Operation> getDeleteApplicationInstancesMethod()
Returns | |
---|---|
Type | Description |
io.grpc.MethodDescriptor<DeleteApplicationInstancesRequest,Operation> |
getDeleteApplicationMethod()
public static MethodDescriptor<DeleteApplicationRequest,Operation> getDeleteApplicationMethod()
Returns | |
---|---|
Type | Description |
io.grpc.MethodDescriptor<DeleteApplicationRequest,Operation> |
getDeleteDraftMethod()
public static MethodDescriptor<DeleteDraftRequest,Operation> getDeleteDraftMethod()
Returns | |
---|---|
Type | Description |
io.grpc.MethodDescriptor<DeleteDraftRequest,Operation> |
getDeleteProcessorMethod()
public static MethodDescriptor<DeleteProcessorRequest,Operation> getDeleteProcessorMethod()
Returns | |
---|---|
Type | Description |
io.grpc.MethodDescriptor<DeleteProcessorRequest,Operation> |
getDeployApplicationMethod()
public static MethodDescriptor<DeployApplicationRequest,Operation> getDeployApplicationMethod()
Returns | |
---|---|
Type | Description |
io.grpc.MethodDescriptor<DeployApplicationRequest,Operation> |
getGetApplicationMethod()
public static MethodDescriptor<GetApplicationRequest,Application> getGetApplicationMethod()
Returns | |
---|---|
Type | Description |
io.grpc.MethodDescriptor<GetApplicationRequest,Application> |
getGetDraftMethod()
public static MethodDescriptor<GetDraftRequest,Draft> getGetDraftMethod()
Returns | |
---|---|
Type | Description |
io.grpc.MethodDescriptor<GetDraftRequest,Draft> |
getGetInstanceMethod()
public static MethodDescriptor<GetInstanceRequest,Instance> getGetInstanceMethod()
Returns | |
---|---|
Type | Description |
io.grpc.MethodDescriptor<GetInstanceRequest,Instance> |
getGetProcessorMethod()
public static MethodDescriptor<GetProcessorRequest,Processor> getGetProcessorMethod()
Returns | |
---|---|
Type | Description |
io.grpc.MethodDescriptor<GetProcessorRequest,Processor> |
getListApplicationsMethod()
public static MethodDescriptor<ListApplicationsRequest,ListApplicationsResponse> getListApplicationsMethod()
Returns | |
---|---|
Type | Description |
io.grpc.MethodDescriptor<ListApplicationsRequest,ListApplicationsResponse> |
getListDraftsMethod()
public static MethodDescriptor<ListDraftsRequest,ListDraftsResponse> getListDraftsMethod()
Returns | |
---|---|
Type | Description |
io.grpc.MethodDescriptor<ListDraftsRequest,ListDraftsResponse> |
getListInstancesMethod()
public static MethodDescriptor<ListInstancesRequest,ListInstancesResponse> getListInstancesMethod()
Returns | |
---|---|
Type | Description |
io.grpc.MethodDescriptor<ListInstancesRequest,ListInstancesResponse> |
getListPrebuiltProcessorsMethod()
public static MethodDescriptor<ListPrebuiltProcessorsRequest,ListPrebuiltProcessorsResponse> getListPrebuiltProcessorsMethod()
Returns | |
---|---|
Type | Description |
io.grpc.MethodDescriptor<ListPrebuiltProcessorsRequest,ListPrebuiltProcessorsResponse> |
getListProcessorsMethod()
public static MethodDescriptor<ListProcessorsRequest,ListProcessorsResponse> getListProcessorsMethod()
Returns | |
---|---|
Type | Description |
io.grpc.MethodDescriptor<ListProcessorsRequest,ListProcessorsResponse> |
getRemoveApplicationStreamInputMethod()
public static MethodDescriptor<RemoveApplicationStreamInputRequest,Operation> getRemoveApplicationStreamInputMethod()
Returns | |
---|---|
Type | Description |
io.grpc.MethodDescriptor<RemoveApplicationStreamInputRequest,Operation> |
getServiceDescriptor()
public static ServiceDescriptor getServiceDescriptor()
Returns | |
---|---|
Type | Description |
io.grpc.ServiceDescriptor |
getUndeployApplicationMethod()
public static MethodDescriptor<UndeployApplicationRequest,Operation> getUndeployApplicationMethod()
Returns | |
---|---|
Type | Description |
io.grpc.MethodDescriptor<UndeployApplicationRequest,Operation> |
getUpdateApplicationInstancesMethod()
public static MethodDescriptor<UpdateApplicationInstancesRequest,Operation> getUpdateApplicationInstancesMethod()
Returns | |
---|---|
Type | Description |
io.grpc.MethodDescriptor<UpdateApplicationInstancesRequest,Operation> |
getUpdateApplicationMethod()
public static MethodDescriptor<UpdateApplicationRequest,Operation> getUpdateApplicationMethod()
Returns | |
---|---|
Type | Description |
io.grpc.MethodDescriptor<UpdateApplicationRequest,Operation> |
getUpdateApplicationStreamInputMethod()
public static MethodDescriptor<UpdateApplicationStreamInputRequest,Operation> getUpdateApplicationStreamInputMethod()
Returns | |
---|---|
Type | Description |
io.grpc.MethodDescriptor<UpdateApplicationStreamInputRequest,Operation> |
getUpdateDraftMethod()
public static MethodDescriptor<UpdateDraftRequest,Operation> getUpdateDraftMethod()
Returns | |
---|---|
Type | Description |
io.grpc.MethodDescriptor<UpdateDraftRequest,Operation> |
getUpdateProcessorMethod()
public static MethodDescriptor<UpdateProcessorRequest,Operation> getUpdateProcessorMethod()
Returns | |
---|---|
Type | Description |
io.grpc.MethodDescriptor<UpdateProcessorRequest,Operation> |
newBlockingStub(Channel channel)
public static AppPlatformGrpc.AppPlatformBlockingStub 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 |
AppPlatformGrpc.AppPlatformBlockingStub |
newFutureStub(Channel channel)
public static AppPlatformGrpc.AppPlatformFutureStub 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 |
AppPlatformGrpc.AppPlatformFutureStub |
newStub(Channel channel)
public static AppPlatformGrpc.AppPlatformStub 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 |
AppPlatformGrpc.AppPlatformStub |