Uses of Class
flyteidl.admin.Common.NamedEntityList
-
Packages that use Common.NamedEntityList Package Description flyteidl.admin flyteidl.service -
-
Uses of Common.NamedEntityList in flyteidl.admin
Methods in flyteidl.admin that return Common.NamedEntityList Modifier and Type Method Description Common.NamedEntityListCommon.NamedEntityList.Builder. build()Common.NamedEntityListCommon.NamedEntityList.Builder. buildPartial()static Common.NamedEntityListCommon.NamedEntityList. getDefaultInstance()Common.NamedEntityListCommon.NamedEntityList.Builder. getDefaultInstanceForType()Common.NamedEntityListCommon.NamedEntityList. getDefaultInstanceForType()static Common.NamedEntityListCommon.NamedEntityList. parseDelimitedFrom(java.io.InputStream input)static Common.NamedEntityListCommon.NamedEntityList. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Common.NamedEntityListCommon.NamedEntityList. parseFrom(byte[] data)static Common.NamedEntityListCommon.NamedEntityList. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Common.NamedEntityListCommon.NamedEntityList. parseFrom(com.google.protobuf.ByteString data)static Common.NamedEntityListCommon.NamedEntityList. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Common.NamedEntityListCommon.NamedEntityList. parseFrom(com.google.protobuf.CodedInputStream input)static Common.NamedEntityListCommon.NamedEntityList. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Common.NamedEntityListCommon.NamedEntityList. parseFrom(java.io.InputStream input)static Common.NamedEntityListCommon.NamedEntityList. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Common.NamedEntityListCommon.NamedEntityList. parseFrom(java.nio.ByteBuffer data)static Common.NamedEntityListCommon.NamedEntityList. parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in flyteidl.admin that return types with arguments of type Common.NamedEntityList Modifier and Type Method Description com.google.protobuf.Parser<Common.NamedEntityList>Common.NamedEntityList. getParserForType()static com.google.protobuf.Parser<Common.NamedEntityList>Common.NamedEntityList. parser()Methods in flyteidl.admin with parameters of type Common.NamedEntityList Modifier and Type Method Description Common.NamedEntityList.BuilderCommon.NamedEntityList.Builder. mergeFrom(Common.NamedEntityList other)static Common.NamedEntityList.BuilderCommon.NamedEntityList. newBuilder(Common.NamedEntityList prototype) -
Uses of Common.NamedEntityList in flyteidl.service
Methods in flyteidl.service that return Common.NamedEntityList Modifier and Type Method Description Common.NamedEntityListAdminServiceGrpc.AdminServiceBlockingStub. listNamedEntities(Common.NamedEntityListRequest request)Methods in flyteidl.service that return types with arguments of type Common.NamedEntityList Modifier and Type Method Description static io.grpc.MethodDescriptor<Common.NamedEntityListRequest,Common.NamedEntityList>AdminServiceGrpc. getListNamedEntitiesMethod()com.google.common.util.concurrent.ListenableFuture<Common.NamedEntityList>AdminServiceGrpc.AdminServiceFutureStub. listNamedEntities(Common.NamedEntityListRequest request)Method parameters in flyteidl.service with type arguments of type Common.NamedEntityList Modifier and Type Method Description voidAdminServiceGrpc.AdminServiceImplBase. listNamedEntities(Common.NamedEntityListRequest request, io.grpc.stub.StreamObserver<Common.NamedEntityList> responseObserver)voidAdminServiceGrpc.AdminServiceStub. listNamedEntities(Common.NamedEntityListRequest request, io.grpc.stub.StreamObserver<Common.NamedEntityList> responseObserver)
-