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 CreateWorkflowInvocationRequestCreateWorkflowInvocationRequest.Builder. build()CreateWorkflowInvocationRequestCreateWorkflowInvocationRequest.Builder. buildPartial()static CreateWorkflowInvocationRequestCreateWorkflowInvocationRequest. getDefaultInstance()CreateWorkflowInvocationRequestCreateWorkflowInvocationRequest.Builder. getDefaultInstanceForType()CreateWorkflowInvocationRequestCreateWorkflowInvocationRequest. getDefaultInstanceForType()static CreateWorkflowInvocationRequestCreateWorkflowInvocationRequest. parseDelimitedFrom(InputStream input)static CreateWorkflowInvocationRequestCreateWorkflowInvocationRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateWorkflowInvocationRequestCreateWorkflowInvocationRequest. parseFrom(byte[] data)static CreateWorkflowInvocationRequestCreateWorkflowInvocationRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateWorkflowInvocationRequestCreateWorkflowInvocationRequest. parseFrom(com.google.protobuf.ByteString data)static CreateWorkflowInvocationRequestCreateWorkflowInvocationRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateWorkflowInvocationRequestCreateWorkflowInvocationRequest. parseFrom(com.google.protobuf.CodedInputStream input)static CreateWorkflowInvocationRequestCreateWorkflowInvocationRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateWorkflowInvocationRequestCreateWorkflowInvocationRequest. parseFrom(InputStream input)static CreateWorkflowInvocationRequestCreateWorkflowInvocationRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateWorkflowInvocationRequestCreateWorkflowInvocationRequest. parseFrom(ByteBuffer data)static CreateWorkflowInvocationRequestCreateWorkflowInvocationRequest. 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 WorkflowInvocationDataformClient. createWorkflowInvocation(CreateWorkflowInvocationRequest request)Creates a new WorkflowInvocation in a given Repository.default voidDataformGrpc.AsyncService. createWorkflowInvocation(CreateWorkflowInvocationRequest request, io.grpc.stub.StreamObserver<WorkflowInvocation> responseObserver)Creates a new WorkflowInvocation in a given Repository.WorkflowInvocationDataformGrpc.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.voidDataformGrpc.DataformStub. createWorkflowInvocation(CreateWorkflowInvocationRequest request, io.grpc.stub.StreamObserver<WorkflowInvocation> responseObserver)Creates a new WorkflowInvocation in a given Repository.CreateWorkflowInvocationRequest.BuilderCreateWorkflowInvocationRequest.Builder. mergeFrom(CreateWorkflowInvocationRequest other)static CreateWorkflowInvocationRequest.BuilderCreateWorkflowInvocationRequest. 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.
-