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
Methods 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(java.io.InputStream input)static Common.ObjectGetRequestCommon.ObjectGetRequest. parseDelimitedFrom(java.io.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(java.io.InputStream input)static Common.ObjectGetRequestCommon.ObjectGetRequest. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Common.ObjectGetRequestCommon.ObjectGetRequest. parseFrom(java.nio.ByteBuffer data)static Common.ObjectGetRequestCommon.ObjectGetRequest. parseFrom(java.nio.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 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
Methods 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)com.google.common.util.concurrent.ListenableFuture<LaunchPlanOuterClass.LaunchPlan>AdminServiceGrpc.AdminServiceFutureStub. getLaunchPlan(Common.ObjectGetRequest request)voidAdminServiceGrpc.AdminServiceImplBase. getLaunchPlan(Common.ObjectGetRequest request, io.grpc.stub.StreamObserver<LaunchPlanOuterClass.LaunchPlan> responseObserver)voidAdminServiceGrpc.AdminServiceStub. getLaunchPlan(Common.ObjectGetRequest request, io.grpc.stub.StreamObserver<LaunchPlanOuterClass.LaunchPlan> responseObserver)TaskOuterClass.TaskAdminServiceGrpc.AdminServiceBlockingStub. getTask(Common.ObjectGetRequest request)com.google.common.util.concurrent.ListenableFuture<TaskOuterClass.Task>AdminServiceGrpc.AdminServiceFutureStub. getTask(Common.ObjectGetRequest request)voidAdminServiceGrpc.AdminServiceImplBase. getTask(Common.ObjectGetRequest request, io.grpc.stub.StreamObserver<TaskOuterClass.Task> responseObserver)voidAdminServiceGrpc.AdminServiceStub. getTask(Common.ObjectGetRequest request, io.grpc.stub.StreamObserver<TaskOuterClass.Task> responseObserver)WorkflowOuterClass.WorkflowAdminServiceGrpc.AdminServiceBlockingStub. getWorkflow(Common.ObjectGetRequest request)com.google.common.util.concurrent.ListenableFuture<WorkflowOuterClass.Workflow>AdminServiceGrpc.AdminServiceFutureStub. getWorkflow(Common.ObjectGetRequest request)voidAdminServiceGrpc.AdminServiceImplBase. getWorkflow(Common.ObjectGetRequest request, io.grpc.stub.StreamObserver<WorkflowOuterClass.Workflow> responseObserver)voidAdminServiceGrpc.AdminServiceStub. getWorkflow(Common.ObjectGetRequest request, io.grpc.stub.StreamObserver<WorkflowOuterClass.Workflow> responseObserver)
-