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