Uses of Class
flyteidl.admin.Common.NamedEntityState
-
Packages that use Common.NamedEntityState Package Description flyteidl.admin -
-
Uses of Common.NamedEntityState in flyteidl.admin
Fields in flyteidl.admin declared as Common.NamedEntityState Modifier and Type Field Description private static Common.NamedEntityState[]Common.NamedEntityState. VALUESFields in flyteidl.admin with type parameters of type Common.NamedEntityState Modifier and Type Field Description private static com.google.protobuf.Internal.EnumLiteMap<Common.NamedEntityState>Common.NamedEntityState. internalValueMapMethods in flyteidl.admin that return Common.NamedEntityState Modifier and Type Method Description static Common.NamedEntityStateCommon.NamedEntityState. forNumber(int value)Common.NamedEntityStateCommon.NamedEntityMetadata.Builder. getState()Shared state across all version of the entity At this point in time, only workflow entities can have their state archived.Common.NamedEntityStateCommon.NamedEntityMetadata. getState()Shared state across all version of the entity At this point in time, only workflow entities can have their state archived.Common.NamedEntityStateCommon.NamedEntityMetadataOrBuilder. getState()Shared state across all version of the entity At this point in time, only workflow entities can have their state archived.static Common.NamedEntityStateCommon.NamedEntityState. valueOf(int value)Deprecated.static Common.NamedEntityStateCommon.NamedEntityState. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static Common.NamedEntityStateCommon.NamedEntityState. valueOf(String name)Returns the enum constant of this type with the specified name.static Common.NamedEntityState[]Common.NamedEntityState. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in flyteidl.admin that return types with arguments of type Common.NamedEntityState Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<Common.NamedEntityState>Common.NamedEntityState. internalGetValueMap()Methods in flyteidl.admin with parameters of type Common.NamedEntityState Modifier and Type Method Description Common.NamedEntityMetadata.BuilderCommon.NamedEntityMetadata.Builder. setState(Common.NamedEntityState value)Shared state across all version of the entity At this point in time, only workflow entities can have their state archived.
-