Interface ProjectDomainAttributesOuterClass.ProjectDomainAttributesOrBuilder

    • Method Detail

      • getProject

        String getProject()
         Unique project id for which this set of attributes will be applied.
         
        string project = 1;
        Returns:
        The project.
      • getProjectBytes

        com.google.protobuf.ByteString getProjectBytes()
         Unique project id for which this set of attributes will be applied.
         
        string project = 1;
        Returns:
        The bytes for project.
      • getDomain

        String getDomain()
         Unique domain id for which this set of attributes will be applied.
         
        string domain = 2;
        Returns:
        The domain.
      • getDomainBytes

        com.google.protobuf.ByteString getDomainBytes()
         Unique domain id for which this set of attributes will be applied.
         
        string domain = 2;
        Returns:
        The bytes for domain.
      • hasMatchingAttributes

        boolean hasMatchingAttributes()
        .flyteidl.admin.MatchingAttributes matching_attributes = 3;
        Returns:
        Whether the matchingAttributes field is set.