Package flyteidl.core
Interface Catalog.CatalogMetadataOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Catalog.CatalogMetadata,Catalog.CatalogMetadata.Builder
- Enclosing class:
- Catalog
public static interface Catalog.CatalogMetadataOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Catalog.CatalogArtifactTaggetArtifactTag()Artifact tag in the catalogCatalog.CatalogArtifactTagOrBuildergetArtifactTagOrBuilder()Artifact tag in the catalogIdentifierOuterClass.IdentifiergetDatasetId()Dataset ID in the catalogIdentifierOuterClass.IdentifierOrBuildergetDatasetIdOrBuilder()Dataset ID in the catalogCatalog.CatalogMetadata.SourceExecutionCasegetSourceExecutionCase()IdentifierOuterClass.TaskExecutionIdentifiergetSourceTaskExecution()Today we only support TaskExecutionIdentifier as a source, as catalog caching only works for task executionsIdentifierOuterClass.TaskExecutionIdentifierOrBuildergetSourceTaskExecutionOrBuilder()Today we only support TaskExecutionIdentifier as a source, as catalog caching only works for task executionsbooleanhasArtifactTag()Artifact tag in the catalogbooleanhasDatasetId()Dataset ID in the catalogbooleanhasSourceTaskExecution()Today we only support TaskExecutionIdentifier as a source, as catalog caching only works for task executions-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasDatasetId
boolean hasDatasetId()
Dataset ID in the catalog
.flyteidl.core.Identifier dataset_id = 1;- Returns:
- Whether the datasetId field is set.
-
getDatasetId
IdentifierOuterClass.Identifier getDatasetId()
Dataset ID in the catalog
.flyteidl.core.Identifier dataset_id = 1;- Returns:
- The datasetId.
-
getDatasetIdOrBuilder
IdentifierOuterClass.IdentifierOrBuilder getDatasetIdOrBuilder()
Dataset ID in the catalog
.flyteidl.core.Identifier dataset_id = 1;
-
hasArtifactTag
boolean hasArtifactTag()
Artifact tag in the catalog
.flyteidl.core.CatalogArtifactTag artifact_tag = 2;- Returns:
- Whether the artifactTag field is set.
-
getArtifactTag
Catalog.CatalogArtifactTag getArtifactTag()
Artifact tag in the catalog
.flyteidl.core.CatalogArtifactTag artifact_tag = 2;- Returns:
- The artifactTag.
-
getArtifactTagOrBuilder
Catalog.CatalogArtifactTagOrBuilder getArtifactTagOrBuilder()
Artifact tag in the catalog
.flyteidl.core.CatalogArtifactTag artifact_tag = 2;
-
hasSourceTaskExecution
boolean hasSourceTaskExecution()
Today we only support TaskExecutionIdentifier as a source, as catalog caching only works for task executions
.flyteidl.core.TaskExecutionIdentifier source_task_execution = 3;- Returns:
- Whether the sourceTaskExecution field is set.
-
getSourceTaskExecution
IdentifierOuterClass.TaskExecutionIdentifier getSourceTaskExecution()
Today we only support TaskExecutionIdentifier as a source, as catalog caching only works for task executions
.flyteidl.core.TaskExecutionIdentifier source_task_execution = 3;- Returns:
- The sourceTaskExecution.
-
getSourceTaskExecutionOrBuilder
IdentifierOuterClass.TaskExecutionIdentifierOrBuilder getSourceTaskExecutionOrBuilder()
Today we only support TaskExecutionIdentifier as a source, as catalog caching only works for task executions
.flyteidl.core.TaskExecutionIdentifier source_task_execution = 3;
-
getSourceExecutionCase
Catalog.CatalogMetadata.SourceExecutionCase getSourceExecutionCase()
-
-