locationType property

String? locationType
getter/setter pair

Limits the selected developer metadata to those entries which are associated with locations of the specified type.

For example, when this field is specified as ROW this lookup only considers developer metadata associated on rows. If the field is left unspecified, all location types are considered. This field cannot be specified as SPREADSHEET when the locationMatchingStrategy is specified as INTERSECTING or when the metadataLocation is specified as a non-spreadsheet location: spreadsheet metadata cannot intersect any other developer metadata location. This field also must be left unspecified when the locationMatchingStrategy is specified as EXACT. Possible string values are:

  • "DEVELOPER_METADATA_LOCATION_TYPE_UNSPECIFIED" : Default value.
  • "ROW" : Developer metadata associated on an entire row dimension.
  • "COLUMN" : Developer metadata associated on an entire column dimension.
  • "SHEET" : Developer metadata associated on an entire sheet.
  • "SPREADSHEET" : Developer metadata associated on the entire spreadsheet.

Implementation

core.String? locationType;