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