Class DynamicParameterConstraints

java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessage
io.envoyproxy.envoy.service.discovery.v3.DynamicParameterConstraints
All Implemented Interfaces:
com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, DynamicParameterConstraintsOrBuilder, Serializable

public final class DynamicParameterConstraints extends com.google.protobuf.GeneratedMessage implements DynamicParameterConstraintsOrBuilder
 A set of dynamic parameter constraints associated with a variant of an individual xDS resource.
 These constraints determine whether the resource matches a subscription based on the set of
 dynamic parameters in the subscription, as specified in the
 :ref:`ResourceLocator.dynamic_parameters<envoy_v3_api_field_service.discovery.v3.ResourceLocator.dynamic_parameters>`
 field. This allows xDS implementations (clients, servers, and caching proxies) to determine
 which variant of a resource is appropriate for a given client.
 
Protobuf type envoy.service.discovery.v3.DynamicParameterConstraints
See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      See Also:
    • typeCase_

      private int typeCase_
    • type_

      private Object type_
    • CONSTRAINT_FIELD_NUMBER

      public static final int CONSTRAINT_FIELD_NUMBER
      See Also:
    • OR_CONSTRAINTS_FIELD_NUMBER

      public static final int OR_CONSTRAINTS_FIELD_NUMBER
      See Also:
    • AND_CONSTRAINTS_FIELD_NUMBER

      public static final int AND_CONSTRAINTS_FIELD_NUMBER
      See Also:
    • NOT_CONSTRAINTS_FIELD_NUMBER

      public static final int NOT_CONSTRAINTS_FIELD_NUMBER
      See Also:
    • memoizedIsInitialized

      private byte memoizedIsInitialized
    • DEFAULT_INSTANCE

      private static final DynamicParameterConstraints DEFAULT_INSTANCE
    • PARSER

      private static final com.google.protobuf.Parser<DynamicParameterConstraints> PARSER
  • Constructor Details

    • DynamicParameterConstraints

      private DynamicParameterConstraints(com.google.protobuf.GeneratedMessage.Builder<?> builder)
    • DynamicParameterConstraints

      private DynamicParameterConstraints()
  • Method Details