Uses of Class
flyteidl.admin.ExecutionOuterClass.ExecutionList
-
Packages that use ExecutionOuterClass.ExecutionList Package Description com.spotify.styx.flyte.client flyteidl.admin flyteidl.service -
-
Uses of ExecutionOuterClass.ExecutionList in com.spotify.styx.flyte.client
Methods in com.spotify.styx.flyte.client that return ExecutionOuterClass.ExecutionList Modifier and Type Method Description ExecutionOuterClass.ExecutionListFlyteAdminClient. listExecutions(java.lang.String project, java.lang.String domain, int limit, java.lang.String token, java.lang.String filters) -
Uses of ExecutionOuterClass.ExecutionList in flyteidl.admin
Methods 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(java.io.InputStream input)static ExecutionOuterClass.ExecutionListExecutionOuterClass.ExecutionList. parseDelimitedFrom(java.io.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(java.io.InputStream input)static ExecutionOuterClass.ExecutionListExecutionOuterClass.ExecutionList. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ExecutionOuterClass.ExecutionListExecutionOuterClass.ExecutionList. parseFrom(java.nio.ByteBuffer data)static ExecutionOuterClass.ExecutionListExecutionOuterClass.ExecutionList. parseFrom(java.nio.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 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
Methods in flyteidl.service that return ExecutionOuterClass.ExecutionList Modifier and Type Method Description ExecutionOuterClass.ExecutionListAdminServiceGrpc.AdminServiceBlockingStub. listExecutions(Common.ResourceListRequest request)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)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)voidAdminServiceGrpc.AdminServiceStub. listExecutions(Common.ResourceListRequest request, io.grpc.stub.StreamObserver<ExecutionOuterClass.ExecutionList> responseObserver)
-