Uses of Class
flyteidl.admin.Common.ObjectGetRequest
-
Packages that use Common.ObjectGetRequest Package Description flyteidl.admin flyteidl.service -
-
Uses of Common.ObjectGetRequest in flyteidl.admin
Fields in flyteidl.admin declared as Common.ObjectGetRequest Modifier and Type Field Description private static Common.ObjectGetRequestCommon.ObjectGetRequest. DEFAULT_INSTANCEFields in flyteidl.admin with type parameters of type Common.ObjectGetRequest Modifier and Type Field Description private static com.google.protobuf.Parser<Common.ObjectGetRequest>Common.ObjectGetRequest. PARSERMethods in flyteidl.admin that return Common.ObjectGetRequest Modifier and Type Method Description Common.ObjectGetRequestCommon.ObjectGetRequest.Builder. build()Common.ObjectGetRequestCommon.ObjectGetRequest.Builder. buildPartial()static Common.ObjectGetRequestCommon.ObjectGetRequest. getDefaultInstance()Common.ObjectGetRequestCommon.ObjectGetRequest.Builder. getDefaultInstanceForType()Common.ObjectGetRequestCommon.ObjectGetRequest. getDefaultInstanceForType()static Common.ObjectGetRequestCommon.ObjectGetRequest. parseDelimitedFrom(InputStream input)static Common.ObjectGetRequestCommon.ObjectGetRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Common.ObjectGetRequestCommon.ObjectGetRequest. parseFrom(byte[] data)static Common.ObjectGetRequestCommon.ObjectGetRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Common.ObjectGetRequestCommon.ObjectGetRequest. parseFrom(com.google.protobuf.ByteString data)static Common.ObjectGetRequestCommon.ObjectGetRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Common.ObjectGetRequestCommon.ObjectGetRequest. parseFrom(com.google.protobuf.CodedInputStream input)static Common.ObjectGetRequestCommon.ObjectGetRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Common.ObjectGetRequestCommon.ObjectGetRequest. parseFrom(InputStream input)static Common.ObjectGetRequestCommon.ObjectGetRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Common.ObjectGetRequestCommon.ObjectGetRequest. parseFrom(ByteBuffer data)static Common.ObjectGetRequestCommon.ObjectGetRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in flyteidl.admin that return types with arguments of type Common.ObjectGetRequest Modifier and Type Method Description com.google.protobuf.Parser<Common.ObjectGetRequest>Common.ObjectGetRequest. getParserForType()static com.google.protobuf.Parser<Common.ObjectGetRequest>Common.ObjectGetRequest. parser()Methods in flyteidl.admin with parameters of type Common.ObjectGetRequest Modifier and Type Method Description private voidCommon.ObjectGetRequest.Builder. buildPartial0(Common.ObjectGetRequest result)Common.ObjectGetRequest.BuilderCommon.ObjectGetRequest.Builder. mergeFrom(Common.ObjectGetRequest other)static Common.ObjectGetRequest.BuilderCommon.ObjectGetRequest. newBuilder(Common.ObjectGetRequest prototype) -
Uses of Common.ObjectGetRequest in flyteidl.service
Fields in flyteidl.service with type parameters of type Common.ObjectGetRequest Modifier and Type Field Description private static io.grpc.MethodDescriptor<Common.ObjectGetRequest,LaunchPlanOuterClass.LaunchPlan>AdminServiceGrpc. getGetLaunchPlanMethodprivate static io.grpc.MethodDescriptor<Common.ObjectGetRequest,TaskOuterClass.Task>AdminServiceGrpc. getGetTaskMethodprivate static io.grpc.MethodDescriptor<Common.ObjectGetRequest,WorkflowOuterClass.Workflow>AdminServiceGrpc. getGetWorkflowMethodMethods in flyteidl.service that return types with arguments of type Common.ObjectGetRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<Common.ObjectGetRequest,LaunchPlanOuterClass.LaunchPlan>AdminServiceGrpc. getGetLaunchPlanMethod()static io.grpc.MethodDescriptor<Common.ObjectGetRequest,TaskOuterClass.Task>AdminServiceGrpc. getGetTaskMethod()static io.grpc.MethodDescriptor<Common.ObjectGetRequest,WorkflowOuterClass.Workflow>AdminServiceGrpc. getGetWorkflowMethod()Methods in flyteidl.service with parameters of type Common.ObjectGetRequest Modifier and Type Method Description LaunchPlanOuterClass.LaunchPlanAdminServiceGrpc.AdminServiceBlockingStub. getLaunchPlan(Common.ObjectGetRequest request)Fetch a :ref:`ref_flyteidl.admin.LaunchPlan` definition.com.google.common.util.concurrent.ListenableFuture<LaunchPlanOuterClass.LaunchPlan>AdminServiceGrpc.AdminServiceFutureStub. getLaunchPlan(Common.ObjectGetRequest request)Fetch a :ref:`ref_flyteidl.admin.LaunchPlan` definition.voidAdminServiceGrpc.AdminServiceImplBase. getLaunchPlan(Common.ObjectGetRequest request, io.grpc.stub.StreamObserver<LaunchPlanOuterClass.LaunchPlan> responseObserver)Fetch a :ref:`ref_flyteidl.admin.LaunchPlan` definition.voidAdminServiceGrpc.AdminServiceStub. getLaunchPlan(Common.ObjectGetRequest request, io.grpc.stub.StreamObserver<LaunchPlanOuterClass.LaunchPlan> responseObserver)Fetch a :ref:`ref_flyteidl.admin.LaunchPlan` definition.TaskOuterClass.TaskAdminServiceGrpc.AdminServiceBlockingStub. getTask(Common.ObjectGetRequest request)Fetch a :ref:`ref_flyteidl.admin.Task` definition.com.google.common.util.concurrent.ListenableFuture<TaskOuterClass.Task>AdminServiceGrpc.AdminServiceFutureStub. getTask(Common.ObjectGetRequest request)Fetch a :ref:`ref_flyteidl.admin.Task` definition.voidAdminServiceGrpc.AdminServiceImplBase. getTask(Common.ObjectGetRequest request, io.grpc.stub.StreamObserver<TaskOuterClass.Task> responseObserver)Fetch a :ref:`ref_flyteidl.admin.Task` definition.voidAdminServiceGrpc.AdminServiceStub. getTask(Common.ObjectGetRequest request, io.grpc.stub.StreamObserver<TaskOuterClass.Task> responseObserver)Fetch a :ref:`ref_flyteidl.admin.Task` definition.WorkflowOuterClass.WorkflowAdminServiceGrpc.AdminServiceBlockingStub. getWorkflow(Common.ObjectGetRequest request)Fetch a :ref:`ref_flyteidl.admin.Workflow` definition.com.google.common.util.concurrent.ListenableFuture<WorkflowOuterClass.Workflow>AdminServiceGrpc.AdminServiceFutureStub. getWorkflow(Common.ObjectGetRequest request)Fetch a :ref:`ref_flyteidl.admin.Workflow` definition.voidAdminServiceGrpc.AdminServiceImplBase. getWorkflow(Common.ObjectGetRequest request, io.grpc.stub.StreamObserver<WorkflowOuterClass.Workflow> responseObserver)Fetch a :ref:`ref_flyteidl.admin.Workflow` definition.voidAdminServiceGrpc.AdminServiceStub. getWorkflow(Common.ObjectGetRequest request, io.grpc.stub.StreamObserver<WorkflowOuterClass.Workflow> responseObserver)Fetch a :ref:`ref_flyteidl.admin.Workflow` definition.
-