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
Fields in flyteidl.admin declared as Event.WorkflowExecutionEventRequest Modifier and Type Field Description private static Event.WorkflowExecutionEventRequestEvent.WorkflowExecutionEventRequest. DEFAULT_INSTANCEFields in flyteidl.admin with type parameters of type Event.WorkflowExecutionEventRequest Modifier and Type Field Description private static com.google.protobuf.Parser<Event.WorkflowExecutionEventRequest>Event.WorkflowExecutionEventRequest. PARSERMethods 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(InputStream input)static Event.WorkflowExecutionEventRequestEvent.WorkflowExecutionEventRequest. parseDelimitedFrom(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(InputStream input)static Event.WorkflowExecutionEventRequestEvent.WorkflowExecutionEventRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Event.WorkflowExecutionEventRequestEvent.WorkflowExecutionEventRequest. parseFrom(ByteBuffer data)static Event.WorkflowExecutionEventRequestEvent.WorkflowExecutionEventRequest. parseFrom(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 private voidEvent.WorkflowExecutionEventRequest.Builder. buildPartial0(Event.WorkflowExecutionEventRequest result)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
Fields in flyteidl.service with type parameters of type Event.WorkflowExecutionEventRequest Modifier and Type Field Description private static io.grpc.MethodDescriptor<Event.WorkflowExecutionEventRequest,Event.WorkflowExecutionEventResponse>AdminServiceGrpc. getCreateWorkflowEventMethodMethods 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)Indicates a :ref:`ref_flyteidl.event.WorkflowExecutionEvent` has occurred.com.google.common.util.concurrent.ListenableFuture<Event.WorkflowExecutionEventResponse>AdminServiceGrpc.AdminServiceFutureStub. createWorkflowEvent(Event.WorkflowExecutionEventRequest request)Indicates a :ref:`ref_flyteidl.event.WorkflowExecutionEvent` has occurred.voidAdminServiceGrpc.AdminServiceImplBase. createWorkflowEvent(Event.WorkflowExecutionEventRequest request, io.grpc.stub.StreamObserver<Event.WorkflowExecutionEventResponse> responseObserver)Indicates a :ref:`ref_flyteidl.event.WorkflowExecutionEvent` has occurred.voidAdminServiceGrpc.AdminServiceStub. createWorkflowEvent(Event.WorkflowExecutionEventRequest request, io.grpc.stub.StreamObserver<Event.WorkflowExecutionEventResponse> responseObserver)Indicates a :ref:`ref_flyteidl.event.WorkflowExecutionEvent` has occurred.
-