public static enum MetadataFilter.FilterMatchCriteria extends Enum<MetadataFilter.FilterMatchCriteria> implements com.google.protobuf.ProtocolMessageEnum
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.Protobuf enum
google.cloud.compute.v1.MetadataFilter.FilterMatchCriteria| Enum Constant and Description |
|---|
MATCH_ALL
Specifies that all filterLabels must match for the metadataFilter to be considered a match.
|
MATCH_ANY
Specifies that any filterLabel must match for the metadataFilter to be considered a match.
|
NOT_SET
Indicates that the match criteria was not set.
|
UNDEFINED_FILTER_MATCH_CRITERIA
A value indicating that the enum field is not set.
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
MATCH_ALL_VALUE
Specifies that all filterLabels must match for the metadataFilter to be considered a match.
|
static int |
MATCH_ANY_VALUE
Specifies that any filterLabel must match for the metadataFilter to be considered a match.
|
static int |
NOT_SET_VALUE
Indicates that the match criteria was not set.
|
static int |
UNDEFINED_FILTER_MATCH_CRITERIA_VALUE
A value indicating that the enum field is not set.
|
| Modifier and Type | Method and Description |
|---|---|
static MetadataFilter.FilterMatchCriteria |
forNumber(int value) |
static com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static com.google.protobuf.Internal.EnumLiteMap<MetadataFilter.FilterMatchCriteria> |
internalGetValueMap() |
static MetadataFilter.FilterMatchCriteria |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static MetadataFilter.FilterMatchCriteria |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static MetadataFilter.FilterMatchCriteria |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MetadataFilter.FilterMatchCriteria[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MetadataFilter.FilterMatchCriteria UNDEFINED_FILTER_MATCH_CRITERIA
A value indicating that the enum field is not set.
UNDEFINED_FILTER_MATCH_CRITERIA = 0;public static final MetadataFilter.FilterMatchCriteria MATCH_ALL
Specifies that all filterLabels must match for the metadataFilter to be considered a match.
MATCH_ALL = 180663271;public static final MetadataFilter.FilterMatchCriteria MATCH_ANY
Specifies that any filterLabel must match for the metadataFilter to be considered a match.
MATCH_ANY = 180663346;public static final MetadataFilter.FilterMatchCriteria NOT_SET
Indicates that the match criteria was not set. A metadataFilter must never be created with this value.
NOT_SET = 163646646;public static final MetadataFilter.FilterMatchCriteria UNRECOGNIZED
public static final int UNDEFINED_FILTER_MATCH_CRITERIA_VALUE
A value indicating that the enum field is not set.
UNDEFINED_FILTER_MATCH_CRITERIA = 0;public static final int MATCH_ALL_VALUE
Specifies that all filterLabels must match for the metadataFilter to be considered a match.
MATCH_ALL = 180663271;public static final int MATCH_ANY_VALUE
Specifies that any filterLabel must match for the metadataFilter to be considered a match.
MATCH_ANY = 180663346;public static final int NOT_SET_VALUE
Indicates that the match criteria was not set. A metadataFilter must never be created with this value.
NOT_SET = 163646646;public static MetadataFilter.FilterMatchCriteria[] values()
for (MetadataFilter.FilterMatchCriteria c : MetadataFilter.FilterMatchCriteria.values()) System.out.println(c);
public static MetadataFilter.FilterMatchCriteria valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic final int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLitegetNumber in interface com.google.protobuf.ProtocolMessageEnum@Deprecated public static MetadataFilter.FilterMatchCriteria valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static MetadataFilter.FilterMatchCriteria forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<MetadataFilter.FilterMatchCriteria> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnumpublic final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnumpublic static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static MetadataFilter.FilterMatchCriteria valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2023 Google LLC. All rights reserved.