Uses of Class
com.google.cloud.dataform.v1beta1.WorkflowInvocation
-
Packages that use WorkflowInvocation Package Description com.google.cloud.dataform.v1beta1 A client to Dataform APIcom.google.cloud.dataform.v1beta1.stub -
-
Uses of WorkflowInvocation in com.google.cloud.dataform.v1beta1
Methods in com.google.cloud.dataform.v1beta1 that return WorkflowInvocation Modifier and Type Method Description WorkflowInvocation
WorkflowInvocation.Builder. build()
WorkflowInvocation
WorkflowInvocation.Builder. buildPartial()
WorkflowInvocation
DataformClient. createWorkflowInvocation(CreateWorkflowInvocationRequest request)
Creates a new WorkflowInvocation in a given Repository.WorkflowInvocation
DataformClient. createWorkflowInvocation(RepositoryName parent, WorkflowInvocation workflowInvocation)
Creates a new WorkflowInvocation in a given Repository.WorkflowInvocation
DataformClient. createWorkflowInvocation(String parent, WorkflowInvocation workflowInvocation)
Creates a new WorkflowInvocation in a given Repository.WorkflowInvocation
DataformGrpc.DataformBlockingStub. createWorkflowInvocation(CreateWorkflowInvocationRequest request)
Creates a new WorkflowInvocation in a given Repository.static WorkflowInvocation
WorkflowInvocation. getDefaultInstance()
WorkflowInvocation
WorkflowInvocation.Builder. getDefaultInstanceForType()
WorkflowInvocation
WorkflowInvocation. getDefaultInstanceForType()
WorkflowInvocation
CreateWorkflowInvocationRequest.Builder. getWorkflowInvocation()
Required.WorkflowInvocation
CreateWorkflowInvocationRequest. getWorkflowInvocation()
Required.WorkflowInvocation
CreateWorkflowInvocationRequestOrBuilder. getWorkflowInvocation()
Required.WorkflowInvocation
DataformClient. getWorkflowInvocation(GetWorkflowInvocationRequest request)
Fetches a single WorkflowInvocation.WorkflowInvocation
DataformClient. getWorkflowInvocation(WorkflowInvocationName name)
Fetches a single WorkflowInvocation.WorkflowInvocation
DataformClient. getWorkflowInvocation(String name)
Fetches a single WorkflowInvocation.WorkflowInvocation
DataformGrpc.DataformBlockingStub. getWorkflowInvocation(GetWorkflowInvocationRequest request)
Fetches a single WorkflowInvocation.WorkflowInvocation
ListWorkflowInvocationsResponse.Builder. getWorkflowInvocations(int index)
List of workflow invocations.WorkflowInvocation
ListWorkflowInvocationsResponse. getWorkflowInvocations(int index)
List of workflow invocations.WorkflowInvocation
ListWorkflowInvocationsResponseOrBuilder. getWorkflowInvocations(int index)
List of workflow invocations.static WorkflowInvocation
WorkflowInvocation. parseDelimitedFrom(InputStream input)
static WorkflowInvocation
WorkflowInvocation. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static WorkflowInvocation
WorkflowInvocation. parseFrom(byte[] data)
static WorkflowInvocation
WorkflowInvocation. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static WorkflowInvocation
WorkflowInvocation. parseFrom(com.google.protobuf.ByteString data)
static WorkflowInvocation
WorkflowInvocation. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static WorkflowInvocation
WorkflowInvocation. parseFrom(com.google.protobuf.CodedInputStream input)
static WorkflowInvocation
WorkflowInvocation. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static WorkflowInvocation
WorkflowInvocation. parseFrom(InputStream input)
static WorkflowInvocation
WorkflowInvocation. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static WorkflowInvocation
WorkflowInvocation. parseFrom(ByteBuffer data)
static WorkflowInvocation
WorkflowInvocation. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.dataform.v1beta1 that return types with arguments of type WorkflowInvocation Modifier and Type Method Description com.google.common.util.concurrent.ListenableFuture<WorkflowInvocation>
DataformGrpc.DataformFutureStub. createWorkflowInvocation(CreateWorkflowInvocationRequest request)
Creates a new WorkflowInvocation in a given Repository.com.google.api.gax.rpc.UnaryCallable<CreateWorkflowInvocationRequest,WorkflowInvocation>
DataformClient. createWorkflowInvocationCallable()
Creates a new WorkflowInvocation in a given Repository.com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateWorkflowInvocationRequest,WorkflowInvocation>
DataformSettings.Builder. createWorkflowInvocationSettings()
Returns the builder for the settings used for calls to createWorkflowInvocation.com.google.api.gax.rpc.UnaryCallSettings<CreateWorkflowInvocationRequest,WorkflowInvocation>
DataformSettings. createWorkflowInvocationSettings()
Returns the object with the settings used for calls to createWorkflowInvocation.static io.grpc.MethodDescriptor<CreateWorkflowInvocationRequest,WorkflowInvocation>
DataformGrpc. getCreateWorkflowInvocationMethod()
static io.grpc.MethodDescriptor<GetWorkflowInvocationRequest,WorkflowInvocation>
DataformGrpc. getGetWorkflowInvocationMethod()
com.google.protobuf.Parser<WorkflowInvocation>
WorkflowInvocation. getParserForType()
com.google.common.util.concurrent.ListenableFuture<WorkflowInvocation>
DataformGrpc.DataformFutureStub. getWorkflowInvocation(GetWorkflowInvocationRequest request)
Fetches a single WorkflowInvocation.com.google.api.gax.rpc.UnaryCallable<GetWorkflowInvocationRequest,WorkflowInvocation>
DataformClient. getWorkflowInvocationCallable()
Fetches a single WorkflowInvocation.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetWorkflowInvocationRequest,WorkflowInvocation>
DataformSettings.Builder. getWorkflowInvocationSettings()
Returns the builder for the settings used for calls to getWorkflowInvocation.com.google.api.gax.rpc.UnaryCallSettings<GetWorkflowInvocationRequest,WorkflowInvocation>
DataformSettings. getWorkflowInvocationSettings()
Returns the object with the settings used for calls to getWorkflowInvocation.List<WorkflowInvocation>
ListWorkflowInvocationsResponse.Builder. getWorkflowInvocationsList()
List of workflow invocations.List<WorkflowInvocation>
ListWorkflowInvocationsResponse. getWorkflowInvocationsList()
List of workflow invocations.List<WorkflowInvocation>
ListWorkflowInvocationsResponseOrBuilder. getWorkflowInvocationsList()
List of workflow invocations.static com.google.protobuf.Parser<WorkflowInvocation>
WorkflowInvocation. parser()
Methods in com.google.cloud.dataform.v1beta1 with parameters of type WorkflowInvocation Modifier and Type Method Description ListWorkflowInvocationsResponse.Builder
ListWorkflowInvocationsResponse.Builder. addWorkflowInvocations(int index, WorkflowInvocation value)
List of workflow invocations.ListWorkflowInvocationsResponse.Builder
ListWorkflowInvocationsResponse.Builder. addWorkflowInvocations(WorkflowInvocation value)
List of workflow invocations.WorkflowInvocation
DataformClient. createWorkflowInvocation(RepositoryName parent, WorkflowInvocation workflowInvocation)
Creates a new WorkflowInvocation in a given Repository.WorkflowInvocation
DataformClient. createWorkflowInvocation(String parent, WorkflowInvocation workflowInvocation)
Creates a new WorkflowInvocation in a given Repository.WorkflowInvocation.Builder
WorkflowInvocation.Builder. mergeFrom(WorkflowInvocation other)
CreateWorkflowInvocationRequest.Builder
CreateWorkflowInvocationRequest.Builder. mergeWorkflowInvocation(WorkflowInvocation value)
Required.static WorkflowInvocation.Builder
WorkflowInvocation. newBuilder(WorkflowInvocation prototype)
CreateWorkflowInvocationRequest.Builder
CreateWorkflowInvocationRequest.Builder. setWorkflowInvocation(WorkflowInvocation value)
Required.ListWorkflowInvocationsResponse.Builder
ListWorkflowInvocationsResponse.Builder. setWorkflowInvocations(int index, WorkflowInvocation value)
List of workflow invocations.Method parameters in com.google.cloud.dataform.v1beta1 with type arguments of type WorkflowInvocation Modifier and Type Method Description ListWorkflowInvocationsResponse.Builder
ListWorkflowInvocationsResponse.Builder. addAllWorkflowInvocations(Iterable<? extends WorkflowInvocation> values)
List of workflow invocations.static com.google.api.core.ApiFuture<DataformClient.ListWorkflowInvocationsPagedResponse>
DataformClient.ListWorkflowInvocationsPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListWorkflowInvocationsRequest,ListWorkflowInvocationsResponse,WorkflowInvocation> context, com.google.api.core.ApiFuture<ListWorkflowInvocationsResponse> futureResponse)
protected DataformClient.ListWorkflowInvocationsPage
DataformClient.ListWorkflowInvocationsPage. createPage(com.google.api.gax.rpc.PageContext<ListWorkflowInvocationsRequest,ListWorkflowInvocationsResponse,WorkflowInvocation> context, ListWorkflowInvocationsResponse response)
com.google.api.core.ApiFuture<DataformClient.ListWorkflowInvocationsPage>
DataformClient.ListWorkflowInvocationsPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListWorkflowInvocationsRequest,ListWorkflowInvocationsResponse,WorkflowInvocation> context, com.google.api.core.ApiFuture<ListWorkflowInvocationsResponse> futureResponse)
default void
DataformGrpc.AsyncService. createWorkflowInvocation(CreateWorkflowInvocationRequest request, io.grpc.stub.StreamObserver<WorkflowInvocation> responseObserver)
Creates a new WorkflowInvocation in a given Repository.void
DataformGrpc.DataformStub. createWorkflowInvocation(CreateWorkflowInvocationRequest request, io.grpc.stub.StreamObserver<WorkflowInvocation> responseObserver)
Creates a new WorkflowInvocation in a given Repository.default void
DataformGrpc.AsyncService. getWorkflowInvocation(GetWorkflowInvocationRequest request, io.grpc.stub.StreamObserver<WorkflowInvocation> responseObserver)
Fetches a single WorkflowInvocation.void
DataformGrpc.DataformStub. getWorkflowInvocation(GetWorkflowInvocationRequest request, io.grpc.stub.StreamObserver<WorkflowInvocation> responseObserver)
Fetches a single WorkflowInvocation. -
Uses of WorkflowInvocation in com.google.cloud.dataform.v1beta1.stub
Methods in com.google.cloud.dataform.v1beta1.stub that return types with arguments of type WorkflowInvocation Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<CreateWorkflowInvocationRequest,WorkflowInvocation>
DataformStub. createWorkflowInvocationCallable()
com.google.api.gax.rpc.UnaryCallable<CreateWorkflowInvocationRequest,WorkflowInvocation>
GrpcDataformStub. createWorkflowInvocationCallable()
com.google.api.gax.rpc.UnaryCallable<CreateWorkflowInvocationRequest,WorkflowInvocation>
HttpJsonDataformStub. createWorkflowInvocationCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateWorkflowInvocationRequest,WorkflowInvocation>
DataformStubSettings.Builder. createWorkflowInvocationSettings()
Returns the builder for the settings used for calls to createWorkflowInvocation.com.google.api.gax.rpc.UnaryCallSettings<CreateWorkflowInvocationRequest,WorkflowInvocation>
DataformStubSettings. createWorkflowInvocationSettings()
Returns the object with the settings used for calls to createWorkflowInvocation.com.google.api.gax.rpc.UnaryCallable<GetWorkflowInvocationRequest,WorkflowInvocation>
DataformStub. getWorkflowInvocationCallable()
com.google.api.gax.rpc.UnaryCallable<GetWorkflowInvocationRequest,WorkflowInvocation>
GrpcDataformStub. getWorkflowInvocationCallable()
com.google.api.gax.rpc.UnaryCallable<GetWorkflowInvocationRequest,WorkflowInvocation>
HttpJsonDataformStub. getWorkflowInvocationCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetWorkflowInvocationRequest,WorkflowInvocation>
DataformStubSettings.Builder. getWorkflowInvocationSettings()
Returns the builder for the settings used for calls to getWorkflowInvocation.com.google.api.gax.rpc.UnaryCallSettings<GetWorkflowInvocationRequest,WorkflowInvocation>
DataformStubSettings. getWorkflowInvocationSettings()
Returns the object with the settings used for calls to getWorkflowInvocation.
-