Interface GetFetcherConfigJsonSchemaReplyOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getFetcherConfigJsonSchema()
      The json schema that describes the fetcher config in string format.
      com.google.protobuf.ByteString getFetcherConfigJsonSchemaBytes()
      The json schema that describes the fetcher config in string format.
      • 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

      • getFetcherConfigJsonSchema

        String getFetcherConfigJsonSchema()
         The json schema that describes the fetcher config in string format.
         
        string fetcher_config_json_schema = 1;
        Returns:
        The fetcherConfigJsonSchema.
      • getFetcherConfigJsonSchemaBytes

        com.google.protobuf.ByteString getFetcherConfigJsonSchemaBytes()
         The json schema that describes the fetcher config in string format.
         
        string fetcher_config_json_schema = 1;
        Returns:
        The bytes for fetcherConfigJsonSchema.