Skip to content

Latest commit

 

History

History
17 lines (8 loc) · 880 Bytes

File metadata and controls

17 lines (8 loc) · 880 Bytes

RewriteOperation

Operation enum includes potential rewrite operations. OPERATION_UNION: Represents a union operation. OPERATION_INTERSECTION: Represents an intersection operation. OPERATION_EXCLUSION: Represents an exclusion operation. - OPERATION_UNSPECIFIED: Default, unspecified operation. - OPERATION_UNION: Represents a union operation. - OPERATION_INTERSECTION: Represents an intersection operation. - OPERATION_EXCLUSION: Represents an exclusion operation.

Enum

  • OPERATION_UNSPECIFIED (value: 'OPERATION_UNSPECIFIED')

  • OPERATION_UNION (value: 'OPERATION_UNION')

  • OPERATION_INTERSECTION (value: 'OPERATION_INTERSECTION')

  • OPERATION_EXCLUSION (value: 'OPERATION_EXCLUSION')

[Back to Model list] [Back to API list] [Back to README]