category property

String? category
getter/setter pair

The category of the artifact.

Output only. Possible string values are:

  • "UNSPECIFIED" : Unspecified
  • "UNKNOWN" : Unknown
  • "RESOURCE" : The described artifact is a resource.
  • "ATTRIBUTE" : The described artifact is a field and is an attribute of a resource. Including a resource attribute field in a query may segment the query if the resource to which it is attributed segments the resource found in the FROM clause.
  • "SEGMENT" : The described artifact is a field and always segments search queries.
  • "METRIC" : The described artifact is a field and is a metric. It never segments search queries.

Implementation

core.String? category;