Package flyteidl.admin
Interface NodeExecutionOuterClass.TaskNodeMetadataOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
NodeExecutionOuterClass.TaskNodeMetadata,NodeExecutionOuterClass.TaskNodeMetadata.Builder
- Enclosing class:
- NodeExecutionOuterClass
public static interface NodeExecutionOuterClass.TaskNodeMetadataOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Catalog.CatalogCacheStatusgetCacheStatus()Captures the status of caching for this execution.intgetCacheStatusValue()Captures the status of caching for this execution.Catalog.CatalogMetadatagetCatalogKey()This structure carries the catalog artifact informationCatalog.CatalogMetadataOrBuildergetCatalogKeyOrBuilder()This structure carries the catalog artifact informationbooleanhasCatalogKey()This structure carries the catalog artifact information-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
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;
-
-