Uses of Class
flyteidl.admin.WorkflowOuterClass.WorkflowCreateRequest
-
Packages that use WorkflowOuterClass.WorkflowCreateRequest Package Description flyteidl.admin flyteidl.service -
-
Uses of WorkflowOuterClass.WorkflowCreateRequest in flyteidl.admin
Fields in flyteidl.admin declared as WorkflowOuterClass.WorkflowCreateRequest Modifier and Type Field Description private static WorkflowOuterClass.WorkflowCreateRequestWorkflowOuterClass.WorkflowCreateRequest. DEFAULT_INSTANCEFields in flyteidl.admin with type parameters of type WorkflowOuterClass.WorkflowCreateRequest Modifier and Type Field Description private static com.google.protobuf.Parser<WorkflowOuterClass.WorkflowCreateRequest>WorkflowOuterClass.WorkflowCreateRequest. PARSERMethods in flyteidl.admin that return WorkflowOuterClass.WorkflowCreateRequest Modifier and Type Method Description WorkflowOuterClass.WorkflowCreateRequestWorkflowOuterClass.WorkflowCreateRequest.Builder. build()WorkflowOuterClass.WorkflowCreateRequestWorkflowOuterClass.WorkflowCreateRequest.Builder. buildPartial()static WorkflowOuterClass.WorkflowCreateRequestWorkflowOuterClass.WorkflowCreateRequest. getDefaultInstance()WorkflowOuterClass.WorkflowCreateRequestWorkflowOuterClass.WorkflowCreateRequest.Builder. getDefaultInstanceForType()WorkflowOuterClass.WorkflowCreateRequestWorkflowOuterClass.WorkflowCreateRequest. getDefaultInstanceForType()static WorkflowOuterClass.WorkflowCreateRequestWorkflowOuterClass.WorkflowCreateRequest. parseDelimitedFrom(InputStream input)static WorkflowOuterClass.WorkflowCreateRequestWorkflowOuterClass.WorkflowCreateRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static WorkflowOuterClass.WorkflowCreateRequestWorkflowOuterClass.WorkflowCreateRequest. parseFrom(byte[] data)static WorkflowOuterClass.WorkflowCreateRequestWorkflowOuterClass.WorkflowCreateRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static WorkflowOuterClass.WorkflowCreateRequestWorkflowOuterClass.WorkflowCreateRequest. parseFrom(com.google.protobuf.ByteString data)static WorkflowOuterClass.WorkflowCreateRequestWorkflowOuterClass.WorkflowCreateRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static WorkflowOuterClass.WorkflowCreateRequestWorkflowOuterClass.WorkflowCreateRequest. parseFrom(com.google.protobuf.CodedInputStream input)static WorkflowOuterClass.WorkflowCreateRequestWorkflowOuterClass.WorkflowCreateRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static WorkflowOuterClass.WorkflowCreateRequestWorkflowOuterClass.WorkflowCreateRequest. parseFrom(InputStream input)static WorkflowOuterClass.WorkflowCreateRequestWorkflowOuterClass.WorkflowCreateRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static WorkflowOuterClass.WorkflowCreateRequestWorkflowOuterClass.WorkflowCreateRequest. parseFrom(ByteBuffer data)static WorkflowOuterClass.WorkflowCreateRequestWorkflowOuterClass.WorkflowCreateRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in flyteidl.admin that return types with arguments of type WorkflowOuterClass.WorkflowCreateRequest Modifier and Type Method Description com.google.protobuf.Parser<WorkflowOuterClass.WorkflowCreateRequest>WorkflowOuterClass.WorkflowCreateRequest. getParserForType()static com.google.protobuf.Parser<WorkflowOuterClass.WorkflowCreateRequest>WorkflowOuterClass.WorkflowCreateRequest. parser()Methods in flyteidl.admin with parameters of type WorkflowOuterClass.WorkflowCreateRequest Modifier and Type Method Description private voidWorkflowOuterClass.WorkflowCreateRequest.Builder. buildPartial0(WorkflowOuterClass.WorkflowCreateRequest result)WorkflowOuterClass.WorkflowCreateRequest.BuilderWorkflowOuterClass.WorkflowCreateRequest.Builder. mergeFrom(WorkflowOuterClass.WorkflowCreateRequest other)static WorkflowOuterClass.WorkflowCreateRequest.BuilderWorkflowOuterClass.WorkflowCreateRequest. newBuilder(WorkflowOuterClass.WorkflowCreateRequest prototype) -
Uses of WorkflowOuterClass.WorkflowCreateRequest in flyteidl.service
Fields in flyteidl.service with type parameters of type WorkflowOuterClass.WorkflowCreateRequest Modifier and Type Field Description private static io.grpc.MethodDescriptor<WorkflowOuterClass.WorkflowCreateRequest,WorkflowOuterClass.WorkflowCreateResponse>AdminServiceGrpc. getCreateWorkflowMethodMethods in flyteidl.service that return types with arguments of type WorkflowOuterClass.WorkflowCreateRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<WorkflowOuterClass.WorkflowCreateRequest,WorkflowOuterClass.WorkflowCreateResponse>AdminServiceGrpc. getCreateWorkflowMethod()Methods in flyteidl.service with parameters of type WorkflowOuterClass.WorkflowCreateRequest Modifier and Type Method Description WorkflowOuterClass.WorkflowCreateResponseAdminServiceGrpc.AdminServiceBlockingStub. createWorkflow(WorkflowOuterClass.WorkflowCreateRequest request)Create and upload a :ref:`ref_flyteidl.admin.Workflow` definitioncom.google.common.util.concurrent.ListenableFuture<WorkflowOuterClass.WorkflowCreateResponse>AdminServiceGrpc.AdminServiceFutureStub. createWorkflow(WorkflowOuterClass.WorkflowCreateRequest request)Create and upload a :ref:`ref_flyteidl.admin.Workflow` definitionvoidAdminServiceGrpc.AdminServiceImplBase. createWorkflow(WorkflowOuterClass.WorkflowCreateRequest request, io.grpc.stub.StreamObserver<WorkflowOuterClass.WorkflowCreateResponse> responseObserver)Create and upload a :ref:`ref_flyteidl.admin.Workflow` definitionvoidAdminServiceGrpc.AdminServiceStub. createWorkflow(WorkflowOuterClass.WorkflowCreateRequest request, io.grpc.stub.StreamObserver<WorkflowOuterClass.WorkflowCreateResponse> responseObserver)Create and upload a :ref:`ref_flyteidl.admin.Workflow` definition
-