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