Interface Common.NamedEntityMetadataOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getDescription()
      Common description across all versions of the entity +optional
      com.google.protobuf.ByteString getDescriptionBytes()
      Common description across all versions of the entity +optional
      Common.NamedEntityState getState()
      Shared state across all version of the entity At this point in time, only workflow entities can have their state archived.
      int getStateValue()
      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.MessageLiteOrBuilder

        isInitialized
      • 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.