Interface ProjectOuterClass.ProjectListRequestOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getFilters()
      Indicates a list of filters passed as string.
      com.google.protobuf.ByteString getFiltersBytes()
      Indicates a list of filters passed as string.
      int getLimit()
      Indicates the number of projects to be returned.
      Common.Sort getSortBy()
      Sort ordering.
      Common.SortOrBuilder getSortByOrBuilder()
      Sort ordering.
      String getToken()
      In the case of multiple pages of results, this server-provided token can be used to fetch the next page in a query.
      com.google.protobuf.ByteString getTokenBytes()
      In the case of multiple pages of results, this server-provided token can be used to fetch the next page in a query.
      boolean hasSortBy()
      Sort ordering.
      • 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

      • getLimit

        int getLimit()
         Indicates the number of projects to be returned.
         +required
         
        uint32 limit = 1;
        Returns:
        The limit.
      • getToken

        String getToken()
         In the case of multiple pages of results, this server-provided token can be used to fetch the next page
         in a query.
         +optional
         
        string token = 2;
        Returns:
        The token.
      • getTokenBytes

        com.google.protobuf.ByteString getTokenBytes()
         In the case of multiple pages of results, this server-provided token can be used to fetch the next page
         in a query.
         +optional
         
        string token = 2;
        Returns:
        The bytes for token.
      • getFilters

        String getFilters()
         Indicates a list of filters passed as string.
         More info on constructing filters : <Link>
         +optional
         
        string filters = 3;
        Returns:
        The filters.
      • getFiltersBytes

        com.google.protobuf.ByteString getFiltersBytes()
         Indicates a list of filters passed as string.
         More info on constructing filters : <Link>
         +optional
         
        string filters = 3;
        Returns:
        The bytes for filters.
      • hasSortBy

        boolean hasSortBy()
         Sort ordering.
         +optional
         
        .flyteidl.admin.Sort sort_by = 4;
        Returns:
        Whether the sortBy field is set.
      • getSortBy

        Common.Sort getSortBy()
         Sort ordering.
         +optional
         
        .flyteidl.admin.Sort sort_by = 4;
        Returns:
        The sortBy.
      • getSortByOrBuilder

        Common.SortOrBuilder getSortByOrBuilder()
         Sort ordering.
         +optional
         
        .flyteidl.admin.Sort sort_by = 4;