Uses of Class
flyteidl.admin.Event.WorkflowExecutionEventRequest
-
Packages that use Event.WorkflowExecutionEventRequest Package Description flyteidl.admin flyteidl.service -
-
Uses of Event.WorkflowExecutionEventRequest in flyteidl.admin
Methods in flyteidl.admin that return Event.WorkflowExecutionEventRequest Modifier and Type Method Description Event.WorkflowExecutionEventRequestEvent.WorkflowExecutionEventRequest.Builder. build()Event.WorkflowExecutionEventRequestEvent.WorkflowExecutionEventRequest.Builder. buildPartial()static Event.WorkflowExecutionEventRequestEvent.WorkflowExecutionEventRequest. getDefaultInstance()Event.WorkflowExecutionEventRequestEvent.WorkflowExecutionEventRequest.Builder. getDefaultInstanceForType()Event.WorkflowExecutionEventRequestEvent.WorkflowExecutionEventRequest. getDefaultInstanceForType()static Event.WorkflowExecutionEventRequestEvent.WorkflowExecutionEventRequest. parseDelimitedFrom(java.io.InputStream input)static Event.WorkflowExecutionEventRequestEvent.WorkflowExecutionEventRequest. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Event.WorkflowExecutionEventRequestEvent.WorkflowExecutionEventRequest. parseFrom(byte[] data)static Event.WorkflowExecutionEventRequestEvent.WorkflowExecutionEventRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Event.WorkflowExecutionEventRequestEvent.WorkflowExecutionEventRequest. parseFrom(com.google.protobuf.ByteString data)static Event.WorkflowExecutionEventRequestEvent.WorkflowExecutionEventRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Event.WorkflowExecutionEventRequestEvent.WorkflowExecutionEventRequest. parseFrom(com.google.protobuf.CodedInputStream input)static Event.WorkflowExecutionEventRequestEvent.WorkflowExecutionEventRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Event.WorkflowExecutionEventRequestEvent.WorkflowExecutionEventRequest. parseFrom(java.io.InputStream input)static Event.WorkflowExecutionEventRequestEvent.WorkflowExecutionEventRequest. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Event.WorkflowExecutionEventRequestEvent.WorkflowExecutionEventRequest. parseFrom(java.nio.ByteBuffer data)static Event.WorkflowExecutionEventRequestEvent.WorkflowExecutionEventRequest. parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in flyteidl.admin that return types with arguments of type Event.WorkflowExecutionEventRequest Modifier and Type Method Description com.google.protobuf.Parser<Event.WorkflowExecutionEventRequest>Event.WorkflowExecutionEventRequest. getParserForType()static com.google.protobuf.Parser<Event.WorkflowExecutionEventRequest>Event.WorkflowExecutionEventRequest. parser()Methods in flyteidl.admin with parameters of type Event.WorkflowExecutionEventRequest Modifier and Type Method Description Event.WorkflowExecutionEventRequest.BuilderEvent.WorkflowExecutionEventRequest.Builder. mergeFrom(Event.WorkflowExecutionEventRequest other)static Event.WorkflowExecutionEventRequest.BuilderEvent.WorkflowExecutionEventRequest. newBuilder(Event.WorkflowExecutionEventRequest prototype) -
Uses of Event.WorkflowExecutionEventRequest in flyteidl.service
Methods in flyteidl.service that return types with arguments of type Event.WorkflowExecutionEventRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<Event.WorkflowExecutionEventRequest,Event.WorkflowExecutionEventResponse>AdminServiceGrpc. getCreateWorkflowEventMethod()Methods in flyteidl.service with parameters of type Event.WorkflowExecutionEventRequest Modifier and Type Method Description Event.WorkflowExecutionEventResponseAdminServiceGrpc.AdminServiceBlockingStub. createWorkflowEvent(Event.WorkflowExecutionEventRequest request)com.google.common.util.concurrent.ListenableFuture<Event.WorkflowExecutionEventResponse>AdminServiceGrpc.AdminServiceFutureStub. createWorkflowEvent(Event.WorkflowExecutionEventRequest request)voidAdminServiceGrpc.AdminServiceImplBase. createWorkflowEvent(Event.WorkflowExecutionEventRequest request, io.grpc.stub.StreamObserver<Event.WorkflowExecutionEventResponse> responseObserver)voidAdminServiceGrpc.AdminServiceStub. createWorkflowEvent(Event.WorkflowExecutionEventRequest request, io.grpc.stub.StreamObserver<Event.WorkflowExecutionEventResponse> responseObserver)
-