Interface GetFetcherConfigJsonSchemaRequestOrBuilder

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

public interface GetFetcherConfigJsonSchemaRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    The full java class name of the fetcher config for which to fetch json schema.
    com.google.protobuf.ByteString
    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 Details

    • 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.