MetadataFilterFilterMatchCriteria

enum MetadataFilterFilterMatchCriteria : Enum<MetadataFilterFilterMatchCriteria> , ConvertibleToJava<MetadataFilterFilterMatchCriteria>

Specifies how individual filter label matches within the list of filterLabels and contributes toward the overall metadataFilter match. Supported values are: - MATCH_ANY: at least one of the filterLabels must have a matching label in the provided metadata. - MATCH_ALL: all filterLabels must have matching labels in the provided metadata.

Entries

Link copied to clipboard

Specifies that all filterLabels must match for the metadataFilter to be considered a match.

Link copied to clipboard

Specifies that any filterLabel must match for the metadataFilter to be considered a match.

Link copied to clipboard

Indicates that the match criteria was not set. A metadataFilter must never be created with this value.

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open override fun toJava(): MetadataFilterFilterMatchCriteria
Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.

Properties

Link copied to clipboard
val javaValue: MetadataFilterFilterMatchCriteria
Link copied to clipboard
Link copied to clipboard