Uses of Class
com.google.cloud.dataform.v1alpha2.CancelWorkflowInvocationRequest
-
Packages that use CancelWorkflowInvocationRequest Package Description com.google.cloud.dataform.v1alpha2 A client to Dataform APIcom.google.cloud.dataform.v1alpha2.stub -
-
Uses of CancelWorkflowInvocationRequest in com.google.cloud.dataform.v1alpha2
Methods in com.google.cloud.dataform.v1alpha2 that return CancelWorkflowInvocationRequest Modifier and Type Method Description CancelWorkflowInvocationRequestCancelWorkflowInvocationRequest.Builder. build()CancelWorkflowInvocationRequestCancelWorkflowInvocationRequest.Builder. buildPartial()static CancelWorkflowInvocationRequestCancelWorkflowInvocationRequest. getDefaultInstance()CancelWorkflowInvocationRequestCancelWorkflowInvocationRequest.Builder. getDefaultInstanceForType()CancelWorkflowInvocationRequestCancelWorkflowInvocationRequest. getDefaultInstanceForType()static CancelWorkflowInvocationRequestCancelWorkflowInvocationRequest. parseDelimitedFrom(InputStream input)static CancelWorkflowInvocationRequestCancelWorkflowInvocationRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CancelWorkflowInvocationRequestCancelWorkflowInvocationRequest. parseFrom(byte[] data)static CancelWorkflowInvocationRequestCancelWorkflowInvocationRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CancelWorkflowInvocationRequestCancelWorkflowInvocationRequest. parseFrom(com.google.protobuf.ByteString data)static CancelWorkflowInvocationRequestCancelWorkflowInvocationRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CancelWorkflowInvocationRequestCancelWorkflowInvocationRequest. parseFrom(com.google.protobuf.CodedInputStream input)static CancelWorkflowInvocationRequestCancelWorkflowInvocationRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CancelWorkflowInvocationRequestCancelWorkflowInvocationRequest. parseFrom(InputStream input)static CancelWorkflowInvocationRequestCancelWorkflowInvocationRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CancelWorkflowInvocationRequestCancelWorkflowInvocationRequest. parseFrom(ByteBuffer data)static CancelWorkflowInvocationRequestCancelWorkflowInvocationRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.dataform.v1alpha2 that return types with arguments of type CancelWorkflowInvocationRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<CancelWorkflowInvocationRequest,com.google.protobuf.Empty>DataformClient. cancelWorkflowInvocationCallable()Requests cancellation of a running WorkflowInvocation.com.google.api.gax.rpc.UnaryCallSettings.Builder<CancelWorkflowInvocationRequest,com.google.protobuf.Empty>DataformSettings.Builder. cancelWorkflowInvocationSettings()Returns the builder for the settings used for calls to cancelWorkflowInvocation.com.google.api.gax.rpc.UnaryCallSettings<CancelWorkflowInvocationRequest,com.google.protobuf.Empty>DataformSettings. cancelWorkflowInvocationSettings()Returns the object with the settings used for calls to cancelWorkflowInvocation.static io.grpc.MethodDescriptor<CancelWorkflowInvocationRequest,com.google.protobuf.Empty>DataformGrpc. getCancelWorkflowInvocationMethod()com.google.protobuf.Parser<CancelWorkflowInvocationRequest>CancelWorkflowInvocationRequest. getParserForType()static com.google.protobuf.Parser<CancelWorkflowInvocationRequest>CancelWorkflowInvocationRequest. parser()Methods in com.google.cloud.dataform.v1alpha2 with parameters of type CancelWorkflowInvocationRequest Modifier and Type Method Description voidDataformClient. cancelWorkflowInvocation(CancelWorkflowInvocationRequest request)Requests cancellation of a running WorkflowInvocation.default voidDataformGrpc.AsyncService. cancelWorkflowInvocation(CancelWorkflowInvocationRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)Requests cancellation of a running WorkflowInvocation.com.google.protobuf.EmptyDataformGrpc.DataformBlockingStub. cancelWorkflowInvocation(CancelWorkflowInvocationRequest request)Requests cancellation of a running WorkflowInvocation.com.google.common.util.concurrent.ListenableFuture<com.google.protobuf.Empty>DataformGrpc.DataformFutureStub. cancelWorkflowInvocation(CancelWorkflowInvocationRequest request)Requests cancellation of a running WorkflowInvocation.voidDataformGrpc.DataformStub. cancelWorkflowInvocation(CancelWorkflowInvocationRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)Requests cancellation of a running WorkflowInvocation.CancelWorkflowInvocationRequest.BuilderCancelWorkflowInvocationRequest.Builder. mergeFrom(CancelWorkflowInvocationRequest other)static CancelWorkflowInvocationRequest.BuilderCancelWorkflowInvocationRequest. newBuilder(CancelWorkflowInvocationRequest prototype) -
Uses of CancelWorkflowInvocationRequest in com.google.cloud.dataform.v1alpha2.stub
Methods in com.google.cloud.dataform.v1alpha2.stub that return types with arguments of type CancelWorkflowInvocationRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<CancelWorkflowInvocationRequest,com.google.protobuf.Empty>DataformStub. cancelWorkflowInvocationCallable()com.google.api.gax.rpc.UnaryCallable<CancelWorkflowInvocationRequest,com.google.protobuf.Empty>GrpcDataformStub. cancelWorkflowInvocationCallable()com.google.api.gax.rpc.UnaryCallable<CancelWorkflowInvocationRequest,com.google.protobuf.Empty>HttpJsonDataformStub. cancelWorkflowInvocationCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<CancelWorkflowInvocationRequest,com.google.protobuf.Empty>DataformStubSettings.Builder. cancelWorkflowInvocationSettings()Returns the builder for the settings used for calls to cancelWorkflowInvocation.com.google.api.gax.rpc.UnaryCallSettings<CancelWorkflowInvocationRequest,com.google.protobuf.Empty>DataformStubSettings. cancelWorkflowInvocationSettings()Returns the object with the settings used for calls to cancelWorkflowInvocation.
-