Class DataformGrpc.DataformImplBase
- java.lang.Object
-
- com.google.cloud.dataform.v1beta1.DataformGrpc.DataformImplBase
-
- All Implemented Interfaces:
DataformGrpc.AsyncService
,io.grpc.BindableService
- Enclosing class:
- DataformGrpc
public abstract static class DataformGrpc.DataformImplBase extends Object implements io.grpc.BindableService, DataformGrpc.AsyncService
Base class for the server implementation of the service Dataform.Dataform is a service to develop, create, document, test, and update curated tables in BigQuery.
-
-
Constructor Summary
Constructors Constructor Description DataformImplBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.grpc.ServerServiceDefinition
bindService()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.google.cloud.dataform.v1beta1.DataformGrpc.AsyncService
cancelWorkflowInvocation, commitWorkspaceChanges, createCompilationResult, createRepository, createWorkflowInvocation, createWorkspace, deleteRepository, deleteWorkflowInvocation, deleteWorkspace, fetchFileDiff, fetchFileGitStatuses, fetchGitAheadBehind, fetchRemoteBranches, getCompilationResult, getRepository, getWorkflowInvocation, getWorkspace, installNpmPackages, listCompilationResults, listRepositories, listWorkflowInvocations, listWorkspaces, makeDirectory, moveDirectory, moveFile, pullGitCommits, pushGitCommits, queryCompilationResultActions, queryDirectoryContents, queryWorkflowInvocationActions, readFile, removeDirectory, removeFile, resetWorkspaceChanges, updateRepository, writeFile
-
-