Package flyteidl.core

Interface IdentifierOuterClass.WorkflowExecutionIdentifierOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getDomain()
      Name of the domain the resource belongs to.
      com.google.protobuf.ByteString getDomainBytes()
      Name of the domain the resource belongs to.
      String getName()
      User or system provided value for the resource.
      com.google.protobuf.ByteString getNameBytes()
      User or system provided value for the resource.
      String getProject()
      Name of the project the resource belongs to.
      com.google.protobuf.ByteString getProjectBytes()
      Name of the project the resource belongs to.
      • 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

      • getProject

        String getProject()
         Name of the project the resource belongs to.
         
        string project = 1;
        Returns:
        The project.
      • getProjectBytes

        com.google.protobuf.ByteString getProjectBytes()
         Name of the project the resource belongs to.
         
        string project = 1;
        Returns:
        The bytes for project.
      • getDomain

        String getDomain()
         Name of the domain the resource belongs to.
         A domain can be considered as a subset within a specific project.
         
        string domain = 2;
        Returns:
        The domain.
      • getDomainBytes

        com.google.protobuf.ByteString getDomainBytes()
         Name of the domain the resource belongs to.
         A domain can be considered as a subset within a specific project.
         
        string domain = 2;
        Returns:
        The bytes for domain.
      • getName

        String getName()
         User or system provided value for the resource.
         
        string name = 4;
        Returns:
        The name.
      • getNameBytes

        com.google.protobuf.ByteString getNameBytes()
         User or system provided value for the resource.
         
        string name = 4;
        Returns:
        The bytes for name.