Uses of Class
flyteidl.admin.Common.NamedEntityIdentifierList
-
Packages that use Common.NamedEntityIdentifierList Package Description flyteidl.admin flyteidl.service -
-
Uses of Common.NamedEntityIdentifierList in flyteidl.admin
Methods in flyteidl.admin that return Common.NamedEntityIdentifierList Modifier and Type Method Description Common.NamedEntityIdentifierListCommon.NamedEntityIdentifierList.Builder. build()Common.NamedEntityIdentifierListCommon.NamedEntityIdentifierList.Builder. buildPartial()static Common.NamedEntityIdentifierListCommon.NamedEntityIdentifierList. getDefaultInstance()Common.NamedEntityIdentifierListCommon.NamedEntityIdentifierList.Builder. getDefaultInstanceForType()Common.NamedEntityIdentifierListCommon.NamedEntityIdentifierList. getDefaultInstanceForType()static Common.NamedEntityIdentifierListCommon.NamedEntityIdentifierList. parseDelimitedFrom(java.io.InputStream input)static Common.NamedEntityIdentifierListCommon.NamedEntityIdentifierList. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Common.NamedEntityIdentifierListCommon.NamedEntityIdentifierList. parseFrom(byte[] data)static Common.NamedEntityIdentifierListCommon.NamedEntityIdentifierList. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Common.NamedEntityIdentifierListCommon.NamedEntityIdentifierList. parseFrom(com.google.protobuf.ByteString data)static Common.NamedEntityIdentifierListCommon.NamedEntityIdentifierList. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Common.NamedEntityIdentifierListCommon.NamedEntityIdentifierList. parseFrom(com.google.protobuf.CodedInputStream input)static Common.NamedEntityIdentifierListCommon.NamedEntityIdentifierList. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Common.NamedEntityIdentifierListCommon.NamedEntityIdentifierList. parseFrom(java.io.InputStream input)static Common.NamedEntityIdentifierListCommon.NamedEntityIdentifierList. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Common.NamedEntityIdentifierListCommon.NamedEntityIdentifierList. parseFrom(java.nio.ByteBuffer data)static Common.NamedEntityIdentifierListCommon.NamedEntityIdentifierList. parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in flyteidl.admin that return types with arguments of type Common.NamedEntityIdentifierList Modifier and Type Method Description com.google.protobuf.Parser<Common.NamedEntityIdentifierList>Common.NamedEntityIdentifierList. getParserForType()static com.google.protobuf.Parser<Common.NamedEntityIdentifierList>Common.NamedEntityIdentifierList. parser()Methods in flyteidl.admin with parameters of type Common.NamedEntityIdentifierList Modifier and Type Method Description Common.NamedEntityIdentifierList.BuilderCommon.NamedEntityIdentifierList.Builder. mergeFrom(Common.NamedEntityIdentifierList other)static Common.NamedEntityIdentifierList.BuilderCommon.NamedEntityIdentifierList. newBuilder(Common.NamedEntityIdentifierList prototype) -
Uses of Common.NamedEntityIdentifierList in flyteidl.service
Methods in flyteidl.service that return Common.NamedEntityIdentifierList Modifier and Type Method Description Common.NamedEntityIdentifierListAdminServiceGrpc.AdminServiceBlockingStub. listLaunchPlanIds(Common.NamedEntityIdentifierListRequest request)Common.NamedEntityIdentifierListAdminServiceGrpc.AdminServiceBlockingStub. listTaskIds(Common.NamedEntityIdentifierListRequest request)Common.NamedEntityIdentifierListAdminServiceGrpc.AdminServiceBlockingStub. listWorkflowIds(Common.NamedEntityIdentifierListRequest request)Method parameters in flyteidl.service with type arguments of type Common.NamedEntityIdentifierList Modifier and Type Method Description voidAdminServiceGrpc.AdminServiceImplBase. listLaunchPlanIds(Common.NamedEntityIdentifierListRequest request, io.grpc.stub.StreamObserver<Common.NamedEntityIdentifierList> responseObserver)voidAdminServiceGrpc.AdminServiceStub. listLaunchPlanIds(Common.NamedEntityIdentifierListRequest request, io.grpc.stub.StreamObserver<Common.NamedEntityIdentifierList> responseObserver)voidAdminServiceGrpc.AdminServiceImplBase. listTaskIds(Common.NamedEntityIdentifierListRequest request, io.grpc.stub.StreamObserver<Common.NamedEntityIdentifierList> responseObserver)voidAdminServiceGrpc.AdminServiceStub. listTaskIds(Common.NamedEntityIdentifierListRequest request, io.grpc.stub.StreamObserver<Common.NamedEntityIdentifierList> responseObserver)voidAdminServiceGrpc.AdminServiceImplBase. listWorkflowIds(Common.NamedEntityIdentifierListRequest request, io.grpc.stub.StreamObserver<Common.NamedEntityIdentifierList> responseObserver)voidAdminServiceGrpc.AdminServiceStub. listWorkflowIds(Common.NamedEntityIdentifierListRequest request, io.grpc.stub.StreamObserver<Common.NamedEntityIdentifierList> responseObserver)
-