Uses of Class
com.google.cloud.dataform.v1beta1.CreateWorkflowInvocationRequest
-
Packages that use CreateWorkflowInvocationRequest Package Description com.google.cloud.dataform.v1beta1 A client to Dataform APIcom.google.cloud.dataform.v1beta1.stub -
-
Uses of CreateWorkflowInvocationRequest in com.google.cloud.dataform.v1beta1
Methods in com.google.cloud.dataform.v1beta1 that return CreateWorkflowInvocationRequest Modifier and Type Method Description CreateWorkflowInvocationRequest
CreateWorkflowInvocationRequest.Builder. build()
CreateWorkflowInvocationRequest
CreateWorkflowInvocationRequest.Builder. buildPartial()
static CreateWorkflowInvocationRequest
CreateWorkflowInvocationRequest. getDefaultInstance()
CreateWorkflowInvocationRequest
CreateWorkflowInvocationRequest.Builder. getDefaultInstanceForType()
CreateWorkflowInvocationRequest
CreateWorkflowInvocationRequest. getDefaultInstanceForType()
static CreateWorkflowInvocationRequest
CreateWorkflowInvocationRequest. parseDelimitedFrom(InputStream input)
static CreateWorkflowInvocationRequest
CreateWorkflowInvocationRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateWorkflowInvocationRequest
CreateWorkflowInvocationRequest. parseFrom(byte[] data)
static CreateWorkflowInvocationRequest
CreateWorkflowInvocationRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateWorkflowInvocationRequest
CreateWorkflowInvocationRequest. parseFrom(com.google.protobuf.ByteString data)
static CreateWorkflowInvocationRequest
CreateWorkflowInvocationRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateWorkflowInvocationRequest
CreateWorkflowInvocationRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static CreateWorkflowInvocationRequest
CreateWorkflowInvocationRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateWorkflowInvocationRequest
CreateWorkflowInvocationRequest. parseFrom(InputStream input)
static CreateWorkflowInvocationRequest
CreateWorkflowInvocationRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateWorkflowInvocationRequest
CreateWorkflowInvocationRequest. parseFrom(ByteBuffer data)
static CreateWorkflowInvocationRequest
CreateWorkflowInvocationRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.dataform.v1beta1 that return types with arguments of type CreateWorkflowInvocationRequest Modifier and Type Method Description 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()
com.google.protobuf.Parser<CreateWorkflowInvocationRequest>
CreateWorkflowInvocationRequest. getParserForType()
static com.google.protobuf.Parser<CreateWorkflowInvocationRequest>
CreateWorkflowInvocationRequest. parser()
Methods in com.google.cloud.dataform.v1beta1 with parameters of type CreateWorkflowInvocationRequest Modifier and Type Method Description WorkflowInvocation
DataformClient. createWorkflowInvocation(CreateWorkflowInvocationRequest request)
Creates a new WorkflowInvocation in a given Repository.default void
DataformGrpc.AsyncService. createWorkflowInvocation(CreateWorkflowInvocationRequest request, io.grpc.stub.StreamObserver<WorkflowInvocation> responseObserver)
Creates a new WorkflowInvocation in a given Repository.WorkflowInvocation
DataformGrpc.DataformBlockingStub. createWorkflowInvocation(CreateWorkflowInvocationRequest request)
Creates a new WorkflowInvocation in a given Repository.com.google.common.util.concurrent.ListenableFuture<WorkflowInvocation>
DataformGrpc.DataformFutureStub. createWorkflowInvocation(CreateWorkflowInvocationRequest request)
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.CreateWorkflowInvocationRequest.Builder
CreateWorkflowInvocationRequest.Builder. mergeFrom(CreateWorkflowInvocationRequest other)
static CreateWorkflowInvocationRequest.Builder
CreateWorkflowInvocationRequest. newBuilder(CreateWorkflowInvocationRequest prototype)
-
Uses of CreateWorkflowInvocationRequest in com.google.cloud.dataform.v1beta1.stub
Methods in com.google.cloud.dataform.v1beta1.stub that return types with arguments of type CreateWorkflowInvocationRequest 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.
-