Package flyteidl.core

Interface Catalog.CatalogArtifactTagOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getArtifactId()
      Artifact ID is generated name
      com.google.protobuf.ByteString getArtifactIdBytes()
      Artifact ID is generated name
      String getName()
      Flyte computes the tag automatically, as the hash of the values
      com.google.protobuf.ByteString getNameBytes()
      Flyte computes the tag automatically, as the hash of the values
      • 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

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