Interface V1.TopologySelectorLabelRequirementOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
V1.TopologySelectorLabelRequirement, V1.TopologySelectorLabelRequirement.Builder
Enclosing class:
V1

public static interface V1.TopologySelectorLabelRequirementOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    The label key that the selector applies to.
    com.google.protobuf.ByteString
    The label key that the selector applies to.
    getValues(int index)
    An array of string values.
    com.google.protobuf.ByteString
    getValuesBytes(int index)
    An array of string values.
    int
    An array of string values.
    An array of string values.
    boolean
    The label key that the selector applies to.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • hasKey

      boolean hasKey()
       The label key that the selector applies to.
       
      optional string key = 1;
    • getKey

      String getKey()
       The label key that the selector applies to.
       
      optional string key = 1;
    • getKeyBytes

      com.google.protobuf.ByteString getKeyBytes()
       The label key that the selector applies to.
       
      optional string key = 1;
    • getValuesList

      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;
    • getValuesCount

      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;
    • getValues

      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;
    • getValuesBytes

      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;