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