Interface Common.NamedEntityGetRequestOrBuilder

    • Method Detail

      • getResourceTypeValue

        int getResourceTypeValue()
         Resource type of the metadata to get. One of Task, Workflow or LaunchPlan.
         +required
         
        .flyteidl.core.ResourceType resource_type = 1;
        Returns:
        The enum numeric value on the wire for resourceType.
      • getResourceType

        IdentifierOuterClass.ResourceType getResourceType()
         Resource type of the metadata to get. One of Task, Workflow or LaunchPlan.
         +required
         
        .flyteidl.core.ResourceType resource_type = 1;
        Returns:
        The resourceType.
      • hasId

        boolean hasId()
         The identifier for the named entity for which to fetch metadata.
         +required
         
        .flyteidl.admin.NamedEntityIdentifier id = 2;
        Returns:
        Whether the id field is set.
      • getId

        Common.NamedEntityIdentifier getId()
         The identifier for the named entity for which to fetch metadata.
         +required
         
        .flyteidl.admin.NamedEntityIdentifier id = 2;
        Returns:
        The id.
      • getIdOrBuilder

        Common.NamedEntityIdentifierOrBuilder getIdOrBuilder()
         The identifier for the named entity for which to fetch metadata.
         +required
         
        .flyteidl.admin.NamedEntityIdentifier id = 2;