Uses of Class
flyteidl.admin.Event.NodeExecutionEventRequest
-
Packages that use Event.NodeExecutionEventRequest Package Description flyteidl.admin flyteidl.service -
-
Uses of Event.NodeExecutionEventRequest in flyteidl.admin
Fields in flyteidl.admin declared as Event.NodeExecutionEventRequest Modifier and Type Field Description private static Event.NodeExecutionEventRequestEvent.NodeExecutionEventRequest. DEFAULT_INSTANCEFields in flyteidl.admin with type parameters of type Event.NodeExecutionEventRequest Modifier and Type Field Description private static com.google.protobuf.Parser<Event.NodeExecutionEventRequest>Event.NodeExecutionEventRequest. PARSERMethods in flyteidl.admin that return Event.NodeExecutionEventRequest Modifier and Type Method Description Event.NodeExecutionEventRequestEvent.NodeExecutionEventRequest.Builder. build()Event.NodeExecutionEventRequestEvent.NodeExecutionEventRequest.Builder. buildPartial()static Event.NodeExecutionEventRequestEvent.NodeExecutionEventRequest. getDefaultInstance()Event.NodeExecutionEventRequestEvent.NodeExecutionEventRequest.Builder. getDefaultInstanceForType()Event.NodeExecutionEventRequestEvent.NodeExecutionEventRequest. getDefaultInstanceForType()static Event.NodeExecutionEventRequestEvent.NodeExecutionEventRequest. parseDelimitedFrom(InputStream input)static Event.NodeExecutionEventRequestEvent.NodeExecutionEventRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Event.NodeExecutionEventRequestEvent.NodeExecutionEventRequest. parseFrom(byte[] data)static Event.NodeExecutionEventRequestEvent.NodeExecutionEventRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Event.NodeExecutionEventRequestEvent.NodeExecutionEventRequest. parseFrom(com.google.protobuf.ByteString data)static Event.NodeExecutionEventRequestEvent.NodeExecutionEventRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Event.NodeExecutionEventRequestEvent.NodeExecutionEventRequest. parseFrom(com.google.protobuf.CodedInputStream input)static Event.NodeExecutionEventRequestEvent.NodeExecutionEventRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Event.NodeExecutionEventRequestEvent.NodeExecutionEventRequest. parseFrom(InputStream input)static Event.NodeExecutionEventRequestEvent.NodeExecutionEventRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Event.NodeExecutionEventRequestEvent.NodeExecutionEventRequest. parseFrom(ByteBuffer data)static Event.NodeExecutionEventRequestEvent.NodeExecutionEventRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in flyteidl.admin that return types with arguments of type Event.NodeExecutionEventRequest Modifier and Type Method Description com.google.protobuf.Parser<Event.NodeExecutionEventRequest>Event.NodeExecutionEventRequest. getParserForType()static com.google.protobuf.Parser<Event.NodeExecutionEventRequest>Event.NodeExecutionEventRequest. parser()Methods in flyteidl.admin with parameters of type Event.NodeExecutionEventRequest Modifier and Type Method Description private voidEvent.NodeExecutionEventRequest.Builder. buildPartial0(Event.NodeExecutionEventRequest result)Event.NodeExecutionEventRequest.BuilderEvent.NodeExecutionEventRequest.Builder. mergeFrom(Event.NodeExecutionEventRequest other)static Event.NodeExecutionEventRequest.BuilderEvent.NodeExecutionEventRequest. newBuilder(Event.NodeExecutionEventRequest prototype) -
Uses of Event.NodeExecutionEventRequest in flyteidl.service
Fields in flyteidl.service with type parameters of type Event.NodeExecutionEventRequest Modifier and Type Field Description private static io.grpc.MethodDescriptor<Event.NodeExecutionEventRequest,Event.NodeExecutionEventResponse>AdminServiceGrpc. getCreateNodeEventMethodMethods in flyteidl.service that return types with arguments of type Event.NodeExecutionEventRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<Event.NodeExecutionEventRequest,Event.NodeExecutionEventResponse>AdminServiceGrpc. getCreateNodeEventMethod()Methods in flyteidl.service with parameters of type Event.NodeExecutionEventRequest Modifier and Type Method Description Event.NodeExecutionEventResponseAdminServiceGrpc.AdminServiceBlockingStub. createNodeEvent(Event.NodeExecutionEventRequest request)Indicates a :ref:`ref_flyteidl.event.NodeExecutionEvent` has occurred.com.google.common.util.concurrent.ListenableFuture<Event.NodeExecutionEventResponse>AdminServiceGrpc.AdminServiceFutureStub. createNodeEvent(Event.NodeExecutionEventRequest request)Indicates a :ref:`ref_flyteidl.event.NodeExecutionEvent` has occurred.voidAdminServiceGrpc.AdminServiceImplBase. createNodeEvent(Event.NodeExecutionEventRequest request, io.grpc.stub.StreamObserver<Event.NodeExecutionEventResponse> responseObserver)Indicates a :ref:`ref_flyteidl.event.NodeExecutionEvent` has occurred.voidAdminServiceGrpc.AdminServiceStub. createNodeEvent(Event.NodeExecutionEventRequest request, io.grpc.stub.StreamObserver<Event.NodeExecutionEventResponse> responseObserver)Indicates a :ref:`ref_flyteidl.event.NodeExecutionEvent` has occurred.
-