Interface ClusterLoadAssignment.Policy.DropOverloadOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getCategory()
      Identifier for the policy specifying the drop.
      com.google.protobuf.ByteString getCategoryBytes()
      Identifier for the policy specifying the drop.
      FractionalPercent getDropPercentage()
      Percentage of traffic that should be dropped for the category.
      FractionalPercentOrBuilder getDropPercentageOrBuilder()
      Percentage of traffic that should be dropped for the category.
      boolean hasDropPercentage()
      Percentage of traffic that should be dropped for the category.
      • 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 Detail

      • getCategory

        String getCategory()
         Identifier for the policy specifying the drop.
         
        string category = 1 [(.validate.rules) = { ... }
      • getCategoryBytes

        com.google.protobuf.ByteString getCategoryBytes()
         Identifier for the policy specifying the drop.
         
        string category = 1 [(.validate.rules) = { ... }
      • hasDropPercentage

        boolean hasDropPercentage()
         Percentage of traffic that should be dropped for the category.
         
        .envoy.type.FractionalPercent drop_percentage = 2;
      • getDropPercentage

        FractionalPercent getDropPercentage()
         Percentage of traffic that should be dropped for the category.
         
        .envoy.type.FractionalPercent drop_percentage = 2;
      • getDropPercentageOrBuilder

        FractionalPercentOrBuilder getDropPercentageOrBuilder()
         Percentage of traffic that should be dropped for the category.
         
        .envoy.type.FractionalPercent drop_percentage = 2;