Uses of Class
flyteidl.admin.ExecutionOuterClass.ExecutionList
-
Packages that use ExecutionOuterClass.ExecutionList Package Description flyteidl.admin flyteidl.service -
-
Uses of ExecutionOuterClass.ExecutionList in flyteidl.admin
Fields in flyteidl.admin declared as ExecutionOuterClass.ExecutionList Modifier and Type Field Description private static ExecutionOuterClass.ExecutionListExecutionOuterClass.ExecutionList. DEFAULT_INSTANCEFields in flyteidl.admin with type parameters of type ExecutionOuterClass.ExecutionList Modifier and Type Field Description private static com.google.protobuf.Parser<ExecutionOuterClass.ExecutionList>ExecutionOuterClass.ExecutionList. PARSERMethods in flyteidl.admin that return ExecutionOuterClass.ExecutionList Modifier and Type Method Description ExecutionOuterClass.ExecutionListExecutionOuterClass.ExecutionList.Builder. build()ExecutionOuterClass.ExecutionListExecutionOuterClass.ExecutionList.Builder. buildPartial()static ExecutionOuterClass.ExecutionListExecutionOuterClass.ExecutionList. getDefaultInstance()ExecutionOuterClass.ExecutionListExecutionOuterClass.ExecutionList.Builder. getDefaultInstanceForType()ExecutionOuterClass.ExecutionListExecutionOuterClass.ExecutionList. getDefaultInstanceForType()static ExecutionOuterClass.ExecutionListExecutionOuterClass.ExecutionList. parseDelimitedFrom(InputStream input)static ExecutionOuterClass.ExecutionListExecutionOuterClass.ExecutionList. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ExecutionOuterClass.ExecutionListExecutionOuterClass.ExecutionList. parseFrom(byte[] data)static ExecutionOuterClass.ExecutionListExecutionOuterClass.ExecutionList. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ExecutionOuterClass.ExecutionListExecutionOuterClass.ExecutionList. parseFrom(com.google.protobuf.ByteString data)static ExecutionOuterClass.ExecutionListExecutionOuterClass.ExecutionList. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ExecutionOuterClass.ExecutionListExecutionOuterClass.ExecutionList. parseFrom(com.google.protobuf.CodedInputStream input)static ExecutionOuterClass.ExecutionListExecutionOuterClass.ExecutionList. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ExecutionOuterClass.ExecutionListExecutionOuterClass.ExecutionList. parseFrom(InputStream input)static ExecutionOuterClass.ExecutionListExecutionOuterClass.ExecutionList. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ExecutionOuterClass.ExecutionListExecutionOuterClass.ExecutionList. parseFrom(ByteBuffer data)static ExecutionOuterClass.ExecutionListExecutionOuterClass.ExecutionList. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in flyteidl.admin that return types with arguments of type ExecutionOuterClass.ExecutionList Modifier and Type Method Description com.google.protobuf.Parser<ExecutionOuterClass.ExecutionList>ExecutionOuterClass.ExecutionList. getParserForType()static com.google.protobuf.Parser<ExecutionOuterClass.ExecutionList>ExecutionOuterClass.ExecutionList. parser()Methods in flyteidl.admin with parameters of type ExecutionOuterClass.ExecutionList Modifier and Type Method Description private voidExecutionOuterClass.ExecutionList.Builder. buildPartial0(ExecutionOuterClass.ExecutionList result)private voidExecutionOuterClass.ExecutionList.Builder. buildPartialRepeatedFields(ExecutionOuterClass.ExecutionList result)ExecutionOuterClass.ExecutionList.BuilderExecutionOuterClass.ExecutionList.Builder. mergeFrom(ExecutionOuterClass.ExecutionList other)static ExecutionOuterClass.ExecutionList.BuilderExecutionOuterClass.ExecutionList. newBuilder(ExecutionOuterClass.ExecutionList prototype) -
Uses of ExecutionOuterClass.ExecutionList in flyteidl.service
Fields in flyteidl.service with type parameters of type ExecutionOuterClass.ExecutionList Modifier and Type Field Description private static io.grpc.MethodDescriptor<Common.ResourceListRequest,ExecutionOuterClass.ExecutionList>AdminServiceGrpc. getListExecutionsMethodMethods in flyteidl.service that return ExecutionOuterClass.ExecutionList Modifier and Type Method Description ExecutionOuterClass.ExecutionListAdminServiceGrpc.AdminServiceBlockingStub. listExecutions(Common.ResourceListRequest request)Fetch a list of :ref:`ref_flyteidl.admin.Execution`.Methods in flyteidl.service that return types with arguments of type ExecutionOuterClass.ExecutionList Modifier and Type Method Description static io.grpc.MethodDescriptor<Common.ResourceListRequest,ExecutionOuterClass.ExecutionList>AdminServiceGrpc. getListExecutionsMethod()com.google.common.util.concurrent.ListenableFuture<ExecutionOuterClass.ExecutionList>AdminServiceGrpc.AdminServiceFutureStub. listExecutions(Common.ResourceListRequest request)Fetch a list of :ref:`ref_flyteidl.admin.Execution`.Method parameters in flyteidl.service with type arguments of type ExecutionOuterClass.ExecutionList Modifier and Type Method Description voidAdminServiceGrpc.AdminServiceImplBase. listExecutions(Common.ResourceListRequest request, io.grpc.stub.StreamObserver<ExecutionOuterClass.ExecutionList> responseObserver)Fetch a list of :ref:`ref_flyteidl.admin.Execution`.voidAdminServiceGrpc.AdminServiceStub. listExecutions(Common.ResourceListRequest request, io.grpc.stub.StreamObserver<ExecutionOuterClass.ExecutionList> responseObserver)Fetch a list of :ref:`ref_flyteidl.admin.Execution`.
-