apiSpec property

String? apiSpec
getter/setter pair

The API spec that the external API implements. Possible string values are:

  • "API_SPEC_UNSPECIFIED" : Unspecified API spec. This value should not be used.
  • "SIMPLE_SEARCH" : Simple search API spec.
  • "ELASTIC_SEARCH" : Elastic search API spec.

Implementation

core.String? apiSpec;