Package flyteidl.admin
Interface Common.NamedEntityMetadataOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Common.NamedEntityMetadata,Common.NamedEntityMetadata.Builder
- Enclosing class:
- Common
public static interface Common.NamedEntityMetadataOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetDescription()Common description across all versions of the entity +optionalcom.google.protobuf.ByteStringgetDescriptionBytes()Common description across all versions of the entity +optionalCommon.NamedEntityStategetState()Shared state across all version of the entity At this point in time, only workflow entities can have their state archived.intgetStateValue()Shared state across all version of the entity At this point in time, only workflow entities can have their state archived.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getDescription
String getDescription()
Common description across all versions of the entity +optional
string description = 1;- Returns:
- The description.
-
getDescriptionBytes
com.google.protobuf.ByteString getDescriptionBytes()
Common description across all versions of the entity +optional
string description = 1;- Returns:
- The bytes for description.
-
getStateValue
int getStateValue()
Shared state across all version of the entity At this point in time, only workflow entities can have their state archived.
.flyteidl.admin.NamedEntityState state = 2;- Returns:
- The enum numeric value on the wire for state.
-
getState
Common.NamedEntityState getState()
Shared state across all version of the entity At this point in time, only workflow entities can have their state archived.
.flyteidl.admin.NamedEntityState state = 2;- Returns:
- The state.
-
-