Interface Common.NamedEntityIdentifierListRequestOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getDomain()
      Name of the domain the identifiers belongs to within the project.
      com.google.protobuf.ByteString getDomainBytes()
      Name of the domain the identifiers belongs to within the project.
      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 resources to be returned.
      String getProject()
      Name of the project that contains the identifiers.
      com.google.protobuf.ByteString getProjectBytes()
      Name of the project that contains the identifiers.
      Common.Sort getSortBy()
      Specifies how listed entities should be sorted in the response.
      Common.SortOrBuilder getSortByOrBuilder()
      Specifies how listed entities should be sorted in the response.
      String getToken()
      In the case of multiple pages of results, the 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, the server-provided token can be used to fetch the next page in a query.
      boolean hasSortBy()
      Specifies how listed entities should be sorted in the response.
      • 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

      • getProject

        String getProject()
         Name of the project that contains the identifiers.
         +required
         
        string project = 1;
        Returns:
        The project.
      • getProjectBytes

        com.google.protobuf.ByteString getProjectBytes()
         Name of the project that contains the identifiers.
         +required
         
        string project = 1;
        Returns:
        The bytes for project.
      • getDomain

        String getDomain()
         Name of the domain the identifiers belongs to within the project.
         +required
         
        string domain = 2;
        Returns:
        The domain.
      • getDomainBytes

        com.google.protobuf.ByteString getDomainBytes()
         Name of the domain the identifiers belongs to within the project.
         +required
         
        string domain = 2;
        Returns:
        The bytes for domain.
      • getLimit

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

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

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

        boolean hasSortBy()
         Specifies how listed entities should be sorted in the response.
         +optional
         
        .flyteidl.admin.Sort sort_by = 5;
        Returns:
        Whether the sortBy field is set.
      • getSortBy

        Common.Sort getSortBy()
         Specifies how listed entities should be sorted in the response.
         +optional
         
        .flyteidl.admin.Sort sort_by = 5;
        Returns:
        The sortBy.
      • getSortByOrBuilder

        Common.SortOrBuilder getSortByOrBuilder()
         Specifies how listed entities should be sorted in the response.
         +optional
         
        .flyteidl.admin.Sort sort_by = 5;
      • getFilters

        String getFilters()
         Indicates a list of filters passed as string.
         +optional
         
        string filters = 6;
        Returns:
        The filters.
      • getFiltersBytes

        com.google.protobuf.ByteString getFiltersBytes()
         Indicates a list of filters passed as string.
         +optional
         
        string filters = 6;
        Returns:
        The bytes for filters.