Uses of Class
com.google.cloud.dataform.v1beta1.DeleteWorkflowInvocationRequest
-
Packages that use DeleteWorkflowInvocationRequest Package Description com.google.cloud.dataform.v1beta1 A client to Dataform APIcom.google.cloud.dataform.v1beta1.stub -
-
Uses of DeleteWorkflowInvocationRequest in com.google.cloud.dataform.v1beta1
Methods in com.google.cloud.dataform.v1beta1 that return DeleteWorkflowInvocationRequest Modifier and Type Method Description DeleteWorkflowInvocationRequest
DeleteWorkflowInvocationRequest.Builder. build()
DeleteWorkflowInvocationRequest
DeleteWorkflowInvocationRequest.Builder. buildPartial()
static DeleteWorkflowInvocationRequest
DeleteWorkflowInvocationRequest. getDefaultInstance()
DeleteWorkflowInvocationRequest
DeleteWorkflowInvocationRequest.Builder. getDefaultInstanceForType()
DeleteWorkflowInvocationRequest
DeleteWorkflowInvocationRequest. getDefaultInstanceForType()
static DeleteWorkflowInvocationRequest
DeleteWorkflowInvocationRequest. parseDelimitedFrom(InputStream input)
static DeleteWorkflowInvocationRequest
DeleteWorkflowInvocationRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeleteWorkflowInvocationRequest
DeleteWorkflowInvocationRequest. parseFrom(byte[] data)
static DeleteWorkflowInvocationRequest
DeleteWorkflowInvocationRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeleteWorkflowInvocationRequest
DeleteWorkflowInvocationRequest. parseFrom(com.google.protobuf.ByteString data)
static DeleteWorkflowInvocationRequest
DeleteWorkflowInvocationRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeleteWorkflowInvocationRequest
DeleteWorkflowInvocationRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static DeleteWorkflowInvocationRequest
DeleteWorkflowInvocationRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeleteWorkflowInvocationRequest
DeleteWorkflowInvocationRequest. parseFrom(InputStream input)
static DeleteWorkflowInvocationRequest
DeleteWorkflowInvocationRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeleteWorkflowInvocationRequest
DeleteWorkflowInvocationRequest. parseFrom(ByteBuffer data)
static DeleteWorkflowInvocationRequest
DeleteWorkflowInvocationRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.dataform.v1beta1 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.v1beta1 with parameters of type DeleteWorkflowInvocationRequest Modifier and Type Method Description void
DataformClient. deleteWorkflowInvocation(DeleteWorkflowInvocationRequest request)
Deletes a single WorkflowInvocation.default void
DataformGrpc.AsyncService. deleteWorkflowInvocation(DeleteWorkflowInvocationRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
Deletes a single WorkflowInvocation.com.google.protobuf.Empty
DataformGrpc.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.void
DataformGrpc.DataformStub. deleteWorkflowInvocation(DeleteWorkflowInvocationRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
Deletes a single WorkflowInvocation.DeleteWorkflowInvocationRequest.Builder
DeleteWorkflowInvocationRequest.Builder. mergeFrom(DeleteWorkflowInvocationRequest other)
static DeleteWorkflowInvocationRequest.Builder
DeleteWorkflowInvocationRequest. newBuilder(DeleteWorkflowInvocationRequest prototype)
-
Uses of DeleteWorkflowInvocationRequest in com.google.cloud.dataform.v1beta1.stub
Methods in com.google.cloud.dataform.v1beta1.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.
-