public static interface V1.TopologySelectorLabelRequirementOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getKey()
The label key that the selector applies to.
|
com.google.protobuf.ByteString |
getKeyBytes()
The label key that the selector applies to.
|
String |
getValues(int index)
An array of string values.
|
com.google.protobuf.ByteString |
getValuesBytes(int index)
An array of string values.
|
int |
getValuesCount()
An array of string values.
|
List<String> |
getValuesList()
An array of string values.
|
boolean |
hasKey()
The label key that the selector applies to.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasKey()
The label key that the selector applies to.
optional string key = 1;String getKey()
The label key that the selector applies to.
optional string key = 1;com.google.protobuf.ByteString getKeyBytes()
The label key that the selector applies to.
optional string key = 1;List<String> getValuesList()
An array of string values. One value must match the label to be selected. Each entry in Values is ORed.
repeated string values = 2;int getValuesCount()
An array of string values. One value must match the label to be selected. Each entry in Values is ORed.
repeated string values = 2;String getValues(int index)
An array of string values. One value must match the label to be selected. Each entry in Values is ORed.
repeated string values = 2;com.google.protobuf.ByteString getValuesBytes(int index)
An array of string values. One value must match the label to be selected. Each entry in Values is ORed.
repeated string values = 2;Copyright © 2020. All rights reserved.