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:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class
A set of dynamic parameter constraints associated with a variant of an individual xDS resource.static final class
Protobuf typeenvoy.service.discovery.v3.DynamicParameterConstraints.ConstraintList
static interface
static final class
A single constraint for a given key.static interface
static enum
Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessage
com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageT>,
BuilderT extends com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageT, BuilderT>>, com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessage.FieldAccessorTable, com.google.protobuf.GeneratedMessage.GeneratedExtension<ContainingT extends com.google.protobuf.Message, T>, com.google.protobuf.GeneratedMessage.UnusedPrivateParameter Nested classes/interfaces inherited from class com.google.protobuf.AbstractMessage
com.google.protobuf.AbstractMessage.BuilderParent
Nested classes/interfaces inherited from class com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessageLite.InternalOneOfEnum
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
static final int
private static final DynamicParameterConstraints
private byte
static final int
static final int
private static final com.google.protobuf.Parser
<DynamicParameterConstraints> private static final long
private Object
private int
Fields inherited from class com.google.protobuf.GeneratedMessage
alwaysUseFieldBuilders, unknownFields
Fields inherited from class com.google.protobuf.AbstractMessage
memoizedSize
Fields inherited from class com.google.protobuf.AbstractMessageLite
memoizedHashCode
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprivate
private
DynamicParameterConstraints
(com.google.protobuf.GeneratedMessage.Builder<?> builder) -
Method Summary
Modifier and TypeMethodDescriptionboolean
A list of constraints that must all match.A list of constraints that must all match.A single constraint to evaluate.A single constraint to evaluate.static DynamicParameterConstraints
static final com.google.protobuf.Descriptors.Descriptor
The inverse (NOT) of a set of constraints.The inverse (NOT) of a set of constraints.A list of constraints that match if any one constraint in the list matches.A list of constraints that match if any one constraint in the list matches.com.google.protobuf.Parser
<DynamicParameterConstraints> int
boolean
A list of constraints that must all match.boolean
A single constraint to evaluate.int
hashCode()
boolean
The inverse (NOT) of a set of constraints.boolean
A list of constraints that match if any one constraint in the list matches.protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
final boolean
newBuilder
(DynamicParameterConstraints prototype) protected DynamicParameterConstraints.Builder
newBuilderForType
(com.google.protobuf.AbstractMessage.BuilderParent parent) static DynamicParameterConstraints
parseDelimitedFrom
(InputStream input) static DynamicParameterConstraints
parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static DynamicParameterConstraints
parseFrom
(byte[] data) static DynamicParameterConstraints
parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static DynamicParameterConstraints
parseFrom
(com.google.protobuf.ByteString data) static DynamicParameterConstraints
parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static DynamicParameterConstraints
parseFrom
(com.google.protobuf.CodedInputStream input) static DynamicParameterConstraints
parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static DynamicParameterConstraints
parseFrom
(InputStream input) static DynamicParameterConstraints
parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static DynamicParameterConstraints
parseFrom
(ByteBuffer data) static DynamicParameterConstraints
parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static com.google.protobuf.Parser
<DynamicParameterConstraints> parser()
void
writeTo
(com.google.protobuf.CodedOutputStream output) Methods inherited from class com.google.protobuf.GeneratedMessage
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, isStringEmpty, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, newFileScopedGeneratedExtension, newInstance, newMessageScopedGeneratedExtension, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
Methods inherited from class com.google.protobuf.AbstractMessage
findInitializationErrors, getInitializationErrorString, hashFields, toString
Methods inherited from class com.google.protobuf.AbstractMessageLite
addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.google.protobuf.MessageLite
toByteArray, toByteString, writeDelimitedTo, writeTo
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
typeCase_
private int typeCase_ -
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
-
PARSER
-
-
Constructor Details
-
DynamicParameterConstraints
private DynamicParameterConstraints(com.google.protobuf.GeneratedMessage.Builder<?> builder) -
DynamicParameterConstraints
private DynamicParameterConstraints()
-
-
Method Details
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() -
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()- Specified by:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessage
-
getTypeCase
- Specified by:
getTypeCase
in interfaceDynamicParameterConstraintsOrBuilder
-
hasConstraint
public boolean hasConstraint()A single constraint to evaluate.
.envoy.service.discovery.v3.DynamicParameterConstraints.SingleConstraint constraint = 1;
- Specified by:
hasConstraint
in interfaceDynamicParameterConstraintsOrBuilder
- Returns:
- Whether the constraint field is set.
-
getConstraint
A single constraint to evaluate.
.envoy.service.discovery.v3.DynamicParameterConstraints.SingleConstraint constraint = 1;
- Specified by:
getConstraint
in interfaceDynamicParameterConstraintsOrBuilder
- Returns:
- The constraint.
-
getConstraintOrBuilder
A single constraint to evaluate.
.envoy.service.discovery.v3.DynamicParameterConstraints.SingleConstraint constraint = 1;
- Specified by:
getConstraintOrBuilder
in interfaceDynamicParameterConstraintsOrBuilder
-
hasOrConstraints
public boolean hasOrConstraints()A list of constraints that match if any one constraint in the list matches.
.envoy.service.discovery.v3.DynamicParameterConstraints.ConstraintList or_constraints = 2;
- Specified by:
hasOrConstraints
in interfaceDynamicParameterConstraintsOrBuilder
- Returns:
- Whether the orConstraints field is set.
-
getOrConstraints
A list of constraints that match if any one constraint in the list matches.
.envoy.service.discovery.v3.DynamicParameterConstraints.ConstraintList or_constraints = 2;
- Specified by:
getOrConstraints
in interfaceDynamicParameterConstraintsOrBuilder
- Returns:
- The orConstraints.
-
getOrConstraintsOrBuilder
A list of constraints that match if any one constraint in the list matches.
.envoy.service.discovery.v3.DynamicParameterConstraints.ConstraintList or_constraints = 2;
- Specified by:
getOrConstraintsOrBuilder
in interfaceDynamicParameterConstraintsOrBuilder
-
hasAndConstraints
public boolean hasAndConstraints()A list of constraints that must all match.
.envoy.service.discovery.v3.DynamicParameterConstraints.ConstraintList and_constraints = 3;
- Specified by:
hasAndConstraints
in interfaceDynamicParameterConstraintsOrBuilder
- Returns:
- Whether the andConstraints field is set.
-
getAndConstraints
A list of constraints that must all match.
.envoy.service.discovery.v3.DynamicParameterConstraints.ConstraintList and_constraints = 3;
- Specified by:
getAndConstraints
in interfaceDynamicParameterConstraintsOrBuilder
- Returns:
- The andConstraints.
-
getAndConstraintsOrBuilder
A list of constraints that must all match.
.envoy.service.discovery.v3.DynamicParameterConstraints.ConstraintList and_constraints = 3;
- Specified by:
getAndConstraintsOrBuilder
in interfaceDynamicParameterConstraintsOrBuilder
-
hasNotConstraints
public boolean hasNotConstraints()The inverse (NOT) of a set of constraints.
.envoy.service.discovery.v3.DynamicParameterConstraints not_constraints = 4;
- Specified by:
hasNotConstraints
in interfaceDynamicParameterConstraintsOrBuilder
- Returns:
- Whether the notConstraints field is set.
-
getNotConstraints
The inverse (NOT) of a set of constraints.
.envoy.service.discovery.v3.DynamicParameterConstraints not_constraints = 4;
- Specified by:
getNotConstraints
in interfaceDynamicParameterConstraintsOrBuilder
- Returns:
- The notConstraints.
-
getNotConstraintsOrBuilder
The inverse (NOT) of a set of constraints.
.envoy.service.discovery.v3.DynamicParameterConstraints not_constraints = 4;
- Specified by:
getNotConstraintsOrBuilder
in interfaceDynamicParameterConstraintsOrBuilder
-
isInitialized
public final boolean isInitialized()- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessage
-
writeTo
- Specified by:
writeTo
in interfacecom.google.protobuf.MessageLite
- Overrides:
writeTo
in classcom.google.protobuf.GeneratedMessage
- Throws:
IOException
-
getSerializedSize
public int getSerializedSize()- Specified by:
getSerializedSize
in interfacecom.google.protobuf.MessageLite
- Overrides:
getSerializedSize
in classcom.google.protobuf.GeneratedMessage
-
equals
- Specified by:
equals
in interfacecom.google.protobuf.Message
- Overrides:
equals
in classcom.google.protobuf.AbstractMessage
-
hashCode
public int hashCode()- Specified by:
hashCode
in interfacecom.google.protobuf.Message
- Overrides:
hashCode
in classcom.google.protobuf.AbstractMessage
-
parseFrom
public static DynamicParameterConstraints parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static DynamicParameterConstraints parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static DynamicParameterConstraints parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static DynamicParameterConstraints parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static DynamicParameterConstraints parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static DynamicParameterConstraints parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
- Throws:
IOException
-
parseFrom
public static DynamicParameterConstraints parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Throws:
IOException
-
parseDelimitedFrom
- Throws:
IOException
-
parseDelimitedFrom
public static DynamicParameterConstraints parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Throws:
IOException
-
parseFrom
public static DynamicParameterConstraints parseFrom(com.google.protobuf.CodedInputStream input) throws IOException - Throws:
IOException
-
parseFrom
public static DynamicParameterConstraints parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Throws:
IOException
-
newBuilderForType
- Specified by:
newBuilderForType
in interfacecom.google.protobuf.Message
- Specified by:
newBuilderForType
in interfacecom.google.protobuf.MessageLite
-
newBuilder
-
newBuilder
-
toBuilder
- Specified by:
toBuilder
in interfacecom.google.protobuf.Message
- Specified by:
toBuilder
in interfacecom.google.protobuf.MessageLite
-
newBuilderForType
protected DynamicParameterConstraints.Builder newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) - Overrides:
newBuilderForType
in classcom.google.protobuf.AbstractMessage
-
getDefaultInstance
-
parser
-
getParserForType
- Specified by:
getParserForType
in interfacecom.google.protobuf.Message
- Specified by:
getParserForType
in interfacecom.google.protobuf.MessageLite
- Overrides:
getParserForType
in classcom.google.protobuf.GeneratedMessage
-
getDefaultInstanceForType
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-