Interface GetFetcherReplyOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    GetFetcherReply, GetFetcherReply.Builder

    public interface GetFetcherReplyOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • getFetcherId

        String getFetcherId()
         Echoes the ID of the fetcher being returned.
         
        string fetcher_id = 1;
        Returns:
        The fetcherId.
      • getFetcherIdBytes

        com.google.protobuf.ByteString getFetcherIdBytes()
         Echoes the ID of the fetcher being returned.
         
        string fetcher_id = 1;
        Returns:
        The bytes for fetcherId.
      • getFetcherClass

        String getFetcherClass()
         The full Java class name of the Fetcher.
         
        string fetcher_class = 2;
        Returns:
        The fetcherClass.
      • getFetcherClassBytes

        com.google.protobuf.ByteString getFetcherClassBytes()
         The full Java class name of the Fetcher.
         
        string fetcher_class = 2;
        Returns:
        The bytes for fetcherClass.
      • getParamsCount

        int getParamsCount()
         The configuration parameters.
         
        map<string, string> params = 3;
      • containsParams

        boolean containsParams​(String key)
         The configuration parameters.
         
        map<string, string> params = 3;
      • getParamsMap

        Map<String,​String> getParamsMap()
         The configuration parameters.
         
        map<string, string> params = 3;
      • getParamsOrDefault

        String getParamsOrDefault​(String key,
                                  String defaultValue)
         The configuration parameters.
         
        map<string, string> params = 3;
      • getParamsOrThrow

        String getParamsOrThrow​(String key)
         The configuration parameters.
         
        map<string, string> params = 3;