ingestion-beam/src/main/java/com/mozilla/telemetry/amplitude/AmplitudePublisherOptions.java [22:34]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  @Description("Comma-separated strings representing a list of doc types for which "
      + " to send reporting requests; doc types are not namespace qualified "
      + "(e.g. quicksuggest-click is a correct argument)")
  String getAllowedDocTypes();

  void setAllowedDocTypes(String value);

  @Description("Comma-separated strings representing a list of namespaces for which "
      + " to send reporting requests (e.g. contextual-services is a correct argument)")
  @Default.String("contextual-services")
  String getAllowedNamespaces();

  void setAllowedNamespaces(String value);
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



ingestion-beam/src/main/java/com/mozilla/telemetry/contextualservices/ContextualServicesReporterOptions.java [18:30]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  @Description("Comma-separated strings representing a list of doc types for which "
      + " to send reporting requests; doc types are not namespace qualified "
      + "(e.g. quicksuggest-click is a correct argument)")
  String getAllowedDocTypes();

  void setAllowedDocTypes(String value);

  @Description("Comma-separated strings representing a list of namespaces for which "
      + " to send reporting requests (e.g. contextual-services is a correct argument)")
  @Default.String("contextual-services")
  String getAllowedNamespaces();

  void setAllowedNamespaces(String value);
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



