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
Fields in flyteidl.admin declared as Common.NamedEntityList Modifier and Type Field Description private static Common.NamedEntityListCommon.NamedEntityList. DEFAULT_INSTANCEFields in flyteidl.admin with type parameters of type Common.NamedEntityList Modifier and Type Field Description private static com.google.protobuf.Parser<Common.NamedEntityList>Common.NamedEntityList. PARSERMethods 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(InputStream input)static Common.NamedEntityListCommon.NamedEntityList. parseDelimitedFrom(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(InputStream input)static Common.NamedEntityListCommon.NamedEntityList. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Common.NamedEntityListCommon.NamedEntityList. parseFrom(ByteBuffer data)static Common.NamedEntityListCommon.NamedEntityList. parseFrom(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 private voidCommon.NamedEntityList.Builder. buildPartial0(Common.NamedEntityList result)private voidCommon.NamedEntityList.Builder. buildPartialRepeatedFields(Common.NamedEntityList result)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
Fields in flyteidl.service with type parameters of type Common.NamedEntityList Modifier and Type Field Description private static io.grpc.MethodDescriptor<Common.NamedEntityListRequest,Common.NamedEntityList>AdminServiceGrpc. getListNamedEntitiesMethodMethods in flyteidl.service that return Common.NamedEntityList Modifier and Type Method Description Common.NamedEntityListAdminServiceGrpc.AdminServiceBlockingStub. listNamedEntities(Common.NamedEntityListRequest request)Returns a list of :ref:`ref_flyteidl.admin.NamedEntity` objects.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)Returns a list of :ref:`ref_flyteidl.admin.NamedEntity` objects.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)Returns a list of :ref:`ref_flyteidl.admin.NamedEntity` objects.voidAdminServiceGrpc.AdminServiceStub. listNamedEntities(Common.NamedEntityListRequest request, io.grpc.stub.StreamObserver<Common.NamedEntityList> responseObserver)Returns a list of :ref:`ref_flyteidl.admin.NamedEntity` objects.
-