Uses of Class
com.google.cloud.workflows.v1.UpdateWorkflowRequest
-
Packages that use UpdateWorkflowRequest Package Description com.google.cloud.workflows.v1 A client to Workflows APIcom.google.cloud.workflows.v1.stub -
-
Uses of UpdateWorkflowRequest in com.google.cloud.workflows.v1
Methods in com.google.cloud.workflows.v1 that return UpdateWorkflowRequest Modifier and Type Method Description UpdateWorkflowRequestUpdateWorkflowRequest.Builder. build()UpdateWorkflowRequestUpdateWorkflowRequest.Builder. buildPartial()static UpdateWorkflowRequestUpdateWorkflowRequest. getDefaultInstance()UpdateWorkflowRequestUpdateWorkflowRequest.Builder. getDefaultInstanceForType()UpdateWorkflowRequestUpdateWorkflowRequest. getDefaultInstanceForType()static UpdateWorkflowRequestUpdateWorkflowRequest. parseDelimitedFrom(InputStream input)static UpdateWorkflowRequestUpdateWorkflowRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateWorkflowRequestUpdateWorkflowRequest. parseFrom(byte[] data)static UpdateWorkflowRequestUpdateWorkflowRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateWorkflowRequestUpdateWorkflowRequest. parseFrom(com.google.protobuf.ByteString data)static UpdateWorkflowRequestUpdateWorkflowRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateWorkflowRequestUpdateWorkflowRequest. parseFrom(com.google.protobuf.CodedInputStream input)static UpdateWorkflowRequestUpdateWorkflowRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateWorkflowRequestUpdateWorkflowRequest. parseFrom(InputStream input)static UpdateWorkflowRequestUpdateWorkflowRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateWorkflowRequestUpdateWorkflowRequest. parseFrom(ByteBuffer data)static UpdateWorkflowRequestUpdateWorkflowRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.workflows.v1 that return types with arguments of type UpdateWorkflowRequest Modifier and Type Method Description com.google.protobuf.Parser<UpdateWorkflowRequest>UpdateWorkflowRequest. getParserForType()static io.grpc.MethodDescriptor<UpdateWorkflowRequest,com.google.longrunning.Operation>WorkflowsGrpc. getUpdateWorkflowMethod()static com.google.protobuf.Parser<UpdateWorkflowRequest>UpdateWorkflowRequest. parser()com.google.api.gax.rpc.UnaryCallable<UpdateWorkflowRequest,com.google.longrunning.Operation>WorkflowsClient. updateWorkflowCallable()Updates an existing workflow.com.google.api.gax.rpc.OperationCallable<UpdateWorkflowRequest,Workflow,OperationMetadata>WorkflowsClient. updateWorkflowOperationCallable()Updates an existing workflow.com.google.api.gax.rpc.OperationCallSettings.Builder<UpdateWorkflowRequest,Workflow,OperationMetadata>WorkflowsSettings.Builder. updateWorkflowOperationSettings()Returns the builder for the settings used for calls to updateWorkflow.com.google.api.gax.rpc.OperationCallSettings<UpdateWorkflowRequest,Workflow,OperationMetadata>WorkflowsSettings. updateWorkflowOperationSettings()Returns the object with the settings used for calls to updateWorkflow.com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateWorkflowRequest,com.google.longrunning.Operation>WorkflowsSettings.Builder. updateWorkflowSettings()Returns the builder for the settings used for calls to updateWorkflow.com.google.api.gax.rpc.UnaryCallSettings<UpdateWorkflowRequest,com.google.longrunning.Operation>WorkflowsSettings. updateWorkflowSettings()Returns the object with the settings used for calls to updateWorkflow.Methods in com.google.cloud.workflows.v1 with parameters of type UpdateWorkflowRequest Modifier and Type Method Description UpdateWorkflowRequest.BuilderUpdateWorkflowRequest.Builder. mergeFrom(UpdateWorkflowRequest other)static UpdateWorkflowRequest.BuilderUpdateWorkflowRequest. newBuilder(UpdateWorkflowRequest prototype)default voidWorkflowsGrpc.AsyncService. updateWorkflow(UpdateWorkflowRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)Updates an existing workflow.com.google.longrunning.OperationWorkflowsGrpc.WorkflowsBlockingStub. updateWorkflow(UpdateWorkflowRequest request)Updates an existing workflow.com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation>WorkflowsGrpc.WorkflowsFutureStub. updateWorkflow(UpdateWorkflowRequest request)Updates an existing workflow.voidWorkflowsGrpc.WorkflowsStub. updateWorkflow(UpdateWorkflowRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)Updates an existing workflow.com.google.api.gax.longrunning.OperationFuture<Workflow,OperationMetadata>WorkflowsClient. updateWorkflowAsync(UpdateWorkflowRequest request)Updates an existing workflow. -
Uses of UpdateWorkflowRequest in com.google.cloud.workflows.v1.stub
Methods in com.google.cloud.workflows.v1.stub that return types with arguments of type UpdateWorkflowRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<UpdateWorkflowRequest,com.google.longrunning.Operation>GrpcWorkflowsStub. updateWorkflowCallable()com.google.api.gax.rpc.UnaryCallable<UpdateWorkflowRequest,com.google.longrunning.Operation>HttpJsonWorkflowsStub. updateWorkflowCallable()com.google.api.gax.rpc.UnaryCallable<UpdateWorkflowRequest,com.google.longrunning.Operation>WorkflowsStub. updateWorkflowCallable()com.google.api.gax.rpc.OperationCallable<UpdateWorkflowRequest,Workflow,OperationMetadata>GrpcWorkflowsStub. updateWorkflowOperationCallable()com.google.api.gax.rpc.OperationCallable<UpdateWorkflowRequest,Workflow,OperationMetadata>HttpJsonWorkflowsStub. updateWorkflowOperationCallable()com.google.api.gax.rpc.OperationCallable<UpdateWorkflowRequest,Workflow,OperationMetadata>WorkflowsStub. updateWorkflowOperationCallable()com.google.api.gax.rpc.OperationCallSettings.Builder<UpdateWorkflowRequest,Workflow,OperationMetadata>WorkflowsStubSettings.Builder. updateWorkflowOperationSettings()Returns the builder for the settings used for calls to updateWorkflow.com.google.api.gax.rpc.OperationCallSettings<UpdateWorkflowRequest,Workflow,OperationMetadata>WorkflowsStubSettings. updateWorkflowOperationSettings()Returns the object with the settings used for calls to updateWorkflow.com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateWorkflowRequest,com.google.longrunning.Operation>WorkflowsStubSettings.Builder. updateWorkflowSettings()Returns the builder for the settings used for calls to updateWorkflow.com.google.api.gax.rpc.UnaryCallSettings<UpdateWorkflowRequest,com.google.longrunning.Operation>WorkflowsStubSettings. updateWorkflowSettings()Returns the object with the settings used for calls to updateWorkflow.
-