Interface LaunchPlanOuterClass.ActiveLaunchPlanListRequestOrBuilder

    • 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.
      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()
      Sort ordering.
      Common.SortOrBuilder getSortByOrBuilder()
      Sort ordering.
      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()
      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

      • 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()
         Sort ordering.
         +optional
         
        .flyteidl.admin.Sort sort_by = 5;
        Returns:
        Whether the sortBy field is set.
      • getSortBy

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

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