Interface Event.TaskNodeMetadataOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    Event.TaskNodeMetadata, Event.TaskNodeMetadata.Builder
    Enclosing class:
    Event

    public static interface Event.TaskNodeMetadataOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • getCacheStatusValue

        int getCacheStatusValue()
         Captures the status of caching for this execution.
         
        .flyteidl.core.CatalogCacheStatus cache_status = 1;
        Returns:
        The enum numeric value on the wire for cacheStatus.
      • getCacheStatus

        Catalog.CatalogCacheStatus getCacheStatus()
         Captures the status of caching for this execution.
         
        .flyteidl.core.CatalogCacheStatus cache_status = 1;
        Returns:
        The cacheStatus.
      • hasCatalogKey

        boolean hasCatalogKey()
         This structure carries the catalog artifact information
         
        .flyteidl.core.CatalogMetadata catalog_key = 2;
        Returns:
        Whether the catalogKey field is set.
      • getCatalogKey

        Catalog.CatalogMetadata getCatalogKey()
         This structure carries the catalog artifact information
         
        .flyteidl.core.CatalogMetadata catalog_key = 2;
        Returns:
        The catalogKey.
      • getCatalogKeyOrBuilder

        Catalog.CatalogMetadataOrBuilder getCatalogKeyOrBuilder()
         This structure carries the catalog artifact information
         
        .flyteidl.core.CatalogMetadata catalog_key = 2;