Interface GetFetcherConfigJsonSchemaRequestOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getFetcherClass()
      The full java class name of the fetcher config for which to fetch json schema.
      com.google.protobuf.ByteString getFetcherClassBytes()
      The full java class name of the fetcher config for which to fetch json schema.
      • 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

      • getFetcherClass

        String getFetcherClass()
         The full java class name of the fetcher config for which to fetch json schema.
         
        string fetcher_class = 1;
        Returns:
        The fetcherClass.
      • getFetcherClassBytes

        com.google.protobuf.ByteString getFetcherClassBytes()
         The full java class name of the fetcher config for which to fetch json schema.
         
        string fetcher_class = 1;
        Returns:
        The bytes for fetcherClass.