Package flyteidl.core
Interface Catalog.CatalogArtifactTagOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Catalog.CatalogArtifactTag,Catalog.CatalogArtifactTag.Builder
- Enclosing class:
- Catalog
public static interface Catalog.CatalogArtifactTagOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetArtifactId()Artifact ID is generated namecom.google.protobuf.ByteStringgetArtifactIdBytes()Artifact ID is generated nameStringgetName()Flyte computes the tag automatically, as the hash of the valuescom.google.protobuf.ByteStringgetNameBytes()Flyte computes the tag automatically, as the hash of the values-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getArtifactId
String getArtifactId()
Artifact ID is generated name
string artifact_id = 1;- Returns:
- The artifactId.
-
getArtifactIdBytes
com.google.protobuf.ByteString getArtifactIdBytes()
Artifact ID is generated name
string artifact_id = 1;- Returns:
- The bytes for artifactId.
-
getName
String getName()
Flyte computes the tag automatically, as the hash of the values
string name = 2;- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()
Flyte computes the tag automatically, as the hash of the values
string name = 2;- Returns:
- The bytes for name.
-
-