Uses of Class
flyteidl.admin.ExecutionOuterClass.ExecutionUpdateResponse
-
Packages that use ExecutionOuterClass.ExecutionUpdateResponse Package Description flyteidl.admin flyteidl.service -
-
Uses of ExecutionOuterClass.ExecutionUpdateResponse in flyteidl.admin
Fields in flyteidl.admin declared as ExecutionOuterClass.ExecutionUpdateResponse Modifier and Type Field Description private static ExecutionOuterClass.ExecutionUpdateResponseExecutionOuterClass.ExecutionUpdateResponse. DEFAULT_INSTANCEFields in flyteidl.admin with type parameters of type ExecutionOuterClass.ExecutionUpdateResponse Modifier and Type Field Description private static com.google.protobuf.Parser<ExecutionOuterClass.ExecutionUpdateResponse>ExecutionOuterClass.ExecutionUpdateResponse. PARSERMethods in flyteidl.admin that return ExecutionOuterClass.ExecutionUpdateResponse Modifier and Type Method Description ExecutionOuterClass.ExecutionUpdateResponseExecutionOuterClass.ExecutionUpdateResponse.Builder. build()ExecutionOuterClass.ExecutionUpdateResponseExecutionOuterClass.ExecutionUpdateResponse.Builder. buildPartial()static ExecutionOuterClass.ExecutionUpdateResponseExecutionOuterClass.ExecutionUpdateResponse. getDefaultInstance()ExecutionOuterClass.ExecutionUpdateResponseExecutionOuterClass.ExecutionUpdateResponse.Builder. getDefaultInstanceForType()ExecutionOuterClass.ExecutionUpdateResponseExecutionOuterClass.ExecutionUpdateResponse. getDefaultInstanceForType()static ExecutionOuterClass.ExecutionUpdateResponseExecutionOuterClass.ExecutionUpdateResponse. parseDelimitedFrom(InputStream input)static ExecutionOuterClass.ExecutionUpdateResponseExecutionOuterClass.ExecutionUpdateResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ExecutionOuterClass.ExecutionUpdateResponseExecutionOuterClass.ExecutionUpdateResponse. parseFrom(byte[] data)static ExecutionOuterClass.ExecutionUpdateResponseExecutionOuterClass.ExecutionUpdateResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ExecutionOuterClass.ExecutionUpdateResponseExecutionOuterClass.ExecutionUpdateResponse. parseFrom(com.google.protobuf.ByteString data)static ExecutionOuterClass.ExecutionUpdateResponseExecutionOuterClass.ExecutionUpdateResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ExecutionOuterClass.ExecutionUpdateResponseExecutionOuterClass.ExecutionUpdateResponse. parseFrom(com.google.protobuf.CodedInputStream input)static ExecutionOuterClass.ExecutionUpdateResponseExecutionOuterClass.ExecutionUpdateResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ExecutionOuterClass.ExecutionUpdateResponseExecutionOuterClass.ExecutionUpdateResponse. parseFrom(InputStream input)static ExecutionOuterClass.ExecutionUpdateResponseExecutionOuterClass.ExecutionUpdateResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ExecutionOuterClass.ExecutionUpdateResponseExecutionOuterClass.ExecutionUpdateResponse. parseFrom(ByteBuffer data)static ExecutionOuterClass.ExecutionUpdateResponseExecutionOuterClass.ExecutionUpdateResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in flyteidl.admin that return types with arguments of type ExecutionOuterClass.ExecutionUpdateResponse Modifier and Type Method Description com.google.protobuf.Parser<ExecutionOuterClass.ExecutionUpdateResponse>ExecutionOuterClass.ExecutionUpdateResponse. getParserForType()static com.google.protobuf.Parser<ExecutionOuterClass.ExecutionUpdateResponse>ExecutionOuterClass.ExecutionUpdateResponse. parser()Methods in flyteidl.admin with parameters of type ExecutionOuterClass.ExecutionUpdateResponse Modifier and Type Method Description ExecutionOuterClass.ExecutionUpdateResponse.BuilderExecutionOuterClass.ExecutionUpdateResponse.Builder. mergeFrom(ExecutionOuterClass.ExecutionUpdateResponse other)static ExecutionOuterClass.ExecutionUpdateResponse.BuilderExecutionOuterClass.ExecutionUpdateResponse. newBuilder(ExecutionOuterClass.ExecutionUpdateResponse prototype) -
Uses of ExecutionOuterClass.ExecutionUpdateResponse in flyteidl.service
Fields in flyteidl.service with type parameters of type ExecutionOuterClass.ExecutionUpdateResponse Modifier and Type Field Description private static io.grpc.MethodDescriptor<ExecutionOuterClass.ExecutionUpdateRequest,ExecutionOuterClass.ExecutionUpdateResponse>AdminServiceGrpc. getUpdateExecutionMethodMethods in flyteidl.service that return ExecutionOuterClass.ExecutionUpdateResponse Modifier and Type Method Description ExecutionOuterClass.ExecutionUpdateResponseAdminServiceGrpc.AdminServiceBlockingStub. updateExecution(ExecutionOuterClass.ExecutionUpdateRequest request)Update execution belonging to project domain :ref:`ref_flyteidl.admin.Execution`.Methods in flyteidl.service that return types with arguments of type ExecutionOuterClass.ExecutionUpdateResponse Modifier and Type Method Description static io.grpc.MethodDescriptor<ExecutionOuterClass.ExecutionUpdateRequest,ExecutionOuterClass.ExecutionUpdateResponse>AdminServiceGrpc. getUpdateExecutionMethod()com.google.common.util.concurrent.ListenableFuture<ExecutionOuterClass.ExecutionUpdateResponse>AdminServiceGrpc.AdminServiceFutureStub. updateExecution(ExecutionOuterClass.ExecutionUpdateRequest request)Update execution belonging to project domain :ref:`ref_flyteidl.admin.Execution`.Method parameters in flyteidl.service with type arguments of type ExecutionOuterClass.ExecutionUpdateResponse Modifier and Type Method Description voidAdminServiceGrpc.AdminServiceImplBase. updateExecution(ExecutionOuterClass.ExecutionUpdateRequest request, io.grpc.stub.StreamObserver<ExecutionOuterClass.ExecutionUpdateResponse> responseObserver)Update execution belonging to project domain :ref:`ref_flyteidl.admin.Execution`.voidAdminServiceGrpc.AdminServiceStub. updateExecution(ExecutionOuterClass.ExecutionUpdateRequest request, io.grpc.stub.StreamObserver<ExecutionOuterClass.ExecutionUpdateResponse> responseObserver)Update execution belonging to project domain :ref:`ref_flyteidl.admin.Execution`.
-