Interface ProjectOuterClass.ProjectOrBuilder

    • Method Detail

      • getId

        java.lang.String getId()
        string id = 1;
        Returns:
        The id.
      • getIdBytes

        com.google.protobuf.ByteString getIdBytes()
        string id = 1;
        Returns:
        The bytes for id.
      • getName

        java.lang.String getName()
         Display name.
         
        string name = 2;
        Returns:
        The name.
      • getNameBytes

        com.google.protobuf.ByteString getNameBytes()
         Display name.
         
        string name = 2;
        Returns:
        The bytes for name.
      • getDomainsList

        java.util.List<ProjectOuterClass.Domain> getDomainsList()
        repeated .flyteidl.admin.Domain domains = 3;
      • getDomainsCount

        int getDomainsCount()
        repeated .flyteidl.admin.Domain domains = 3;
      • getDescription

        java.lang.String getDescription()
        string description = 4;
        Returns:
        The description.
      • getDescriptionBytes

        com.google.protobuf.ByteString getDescriptionBytes()
        string description = 4;
        Returns:
        The bytes for description.
      • hasLabels

        boolean hasLabels()
         Leverage Labels from flyteidel.admin.common.proto to
         tag projects with ownership information.
         
        .flyteidl.admin.Labels labels = 5;
        Returns:
        Whether the labels field is set.
      • getLabels

        Common.Labels getLabels()
         Leverage Labels from flyteidel.admin.common.proto to
         tag projects with ownership information.
         
        .flyteidl.admin.Labels labels = 5;
        Returns:
        The labels.
      • getLabelsOrBuilder

        Common.LabelsOrBuilder getLabelsOrBuilder()
         Leverage Labels from flyteidel.admin.common.proto to
         tag projects with ownership information.
         
        .flyteidl.admin.Labels labels = 5;