All Methods Static Methods Concrete Methods
Modifier and Type |
Method |
Description |
static io.grpc.ServerServiceDefinition |
bindService(DataformGrpc.AsyncService service) |
|
static io.grpc.MethodDescriptor<CancelWorkflowInvocationRequest,com.google.protobuf.Empty> |
getCancelWorkflowInvocationMethod() |
|
static io.grpc.MethodDescriptor<CommitWorkspaceChangesRequest,com.google.protobuf.Empty> |
getCommitWorkspaceChangesMethod() |
|
static io.grpc.MethodDescriptor<CreateCompilationResultRequest,CompilationResult> |
getCreateCompilationResultMethod() |
|
static io.grpc.MethodDescriptor<CreateRepositoryRequest,Repository> |
getCreateRepositoryMethod() |
|
static io.grpc.MethodDescriptor<CreateWorkflowInvocationRequest,WorkflowInvocation> |
getCreateWorkflowInvocationMethod() |
|
static io.grpc.MethodDescriptor<CreateWorkspaceRequest,Workspace> |
getCreateWorkspaceMethod() |
|
static io.grpc.MethodDescriptor<DeleteRepositoryRequest,com.google.protobuf.Empty> |
getDeleteRepositoryMethod() |
|
static io.grpc.MethodDescriptor<DeleteWorkflowInvocationRequest,com.google.protobuf.Empty> |
getDeleteWorkflowInvocationMethod() |
|
static io.grpc.MethodDescriptor<DeleteWorkspaceRequest,com.google.protobuf.Empty> |
getDeleteWorkspaceMethod() |
|
static io.grpc.MethodDescriptor<FetchFileDiffRequest,FetchFileDiffResponse> |
getFetchFileDiffMethod() |
|
static io.grpc.MethodDescriptor<FetchFileGitStatusesRequest,FetchFileGitStatusesResponse> |
getFetchFileGitStatusesMethod() |
|
static io.grpc.MethodDescriptor<FetchGitAheadBehindRequest,FetchGitAheadBehindResponse> |
getFetchGitAheadBehindMethod() |
|
static io.grpc.MethodDescriptor<FetchRemoteBranchesRequest,FetchRemoteBranchesResponse> |
getFetchRemoteBranchesMethod() |
|
static io.grpc.MethodDescriptor<GetCompilationResultRequest,CompilationResult> |
getGetCompilationResultMethod() |
|
static io.grpc.MethodDescriptor<GetRepositoryRequest,Repository> |
getGetRepositoryMethod() |
|
static io.grpc.MethodDescriptor<GetWorkflowInvocationRequest,WorkflowInvocation> |
getGetWorkflowInvocationMethod() |
|
static io.grpc.MethodDescriptor<GetWorkspaceRequest,Workspace> |
getGetWorkspaceMethod() |
|
static io.grpc.MethodDescriptor<InstallNpmPackagesRequest,InstallNpmPackagesResponse> |
getInstallNpmPackagesMethod() |
|
static io.grpc.MethodDescriptor<ListCompilationResultsRequest,ListCompilationResultsResponse> |
getListCompilationResultsMethod() |
|
static io.grpc.MethodDescriptor<ListRepositoriesRequest,ListRepositoriesResponse> |
getListRepositoriesMethod() |
|
static io.grpc.MethodDescriptor<ListWorkflowInvocationsRequest,ListWorkflowInvocationsResponse> |
getListWorkflowInvocationsMethod() |
|
static io.grpc.MethodDescriptor<ListWorkspacesRequest,ListWorkspacesResponse> |
getListWorkspacesMethod() |
|
static io.grpc.MethodDescriptor<MakeDirectoryRequest,MakeDirectoryResponse> |
getMakeDirectoryMethod() |
|
static io.grpc.MethodDescriptor<MoveDirectoryRequest,MoveDirectoryResponse> |
getMoveDirectoryMethod() |
|
static io.grpc.MethodDescriptor<MoveFileRequest,MoveFileResponse> |
getMoveFileMethod() |
|
static io.grpc.MethodDescriptor<PullGitCommitsRequest,com.google.protobuf.Empty> |
getPullGitCommitsMethod() |
|
static io.grpc.MethodDescriptor<PushGitCommitsRequest,com.google.protobuf.Empty> |
getPushGitCommitsMethod() |
|
static io.grpc.MethodDescriptor<QueryCompilationResultActionsRequest,QueryCompilationResultActionsResponse> |
getQueryCompilationResultActionsMethod() |
|
static io.grpc.MethodDescriptor<QueryDirectoryContentsRequest,QueryDirectoryContentsResponse> |
getQueryDirectoryContentsMethod() |
|
static io.grpc.MethodDescriptor<QueryWorkflowInvocationActionsRequest,QueryWorkflowInvocationActionsResponse> |
getQueryWorkflowInvocationActionsMethod() |
|
static io.grpc.MethodDescriptor<ReadFileRequest,ReadFileResponse> |
getReadFileMethod() |
|
static io.grpc.MethodDescriptor<RemoveDirectoryRequest,com.google.protobuf.Empty> |
getRemoveDirectoryMethod() |
|
static io.grpc.MethodDescriptor<RemoveFileRequest,com.google.protobuf.Empty> |
getRemoveFileMethod() |
|
static io.grpc.MethodDescriptor<ResetWorkspaceChangesRequest,com.google.protobuf.Empty> |
getResetWorkspaceChangesMethod() |
|
static io.grpc.ServiceDescriptor |
getServiceDescriptor() |
|
static io.grpc.MethodDescriptor<UpdateRepositoryRequest,Repository> |
getUpdateRepositoryMethod() |
|
static io.grpc.MethodDescriptor<WriteFileRequest,WriteFileResponse> |
getWriteFileMethod() |
|
static DataformGrpc.DataformBlockingStub |
newBlockingStub(io.grpc.Channel channel) |
Creates a new blocking-style stub that supports unary and streaming output calls on the service
|
static DataformGrpc.DataformFutureStub |
newFutureStub(io.grpc.Channel channel) |
Creates a new ListenableFuture-style stub that supports unary calls on the service
|
static DataformGrpc.DataformStub |
newStub(io.grpc.Channel channel) |
Creates a new async stub that supports all call types for the service
|