Interface ProjectOuterClass.ProjectOrBuilder

    • Method Detail

      • getId

        String getId()
         Globally unique project name.
         
        string id = 1;
        Returns:
        The id.
      • getIdBytes

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

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

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

        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;
      • getStateValue

        int getStateValue()
        .flyteidl.admin.Project.ProjectState state = 6;
        Returns:
        The enum numeric value on the wire for state.