Interface MatchingRequirementsOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
MatchingRequirements,MatchingRequirements.Builder
public interface MatchingRequirementsOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MatchingRequirements.DataInputAllowListgetDataInputAllowList().envoy.extensions.filters.common.dependency.v3.MatchingRequirements.DataInputAllowList data_input_allow_list = 1;MatchingRequirements.DataInputAllowListOrBuildergetDataInputAllowListOrBuilder().envoy.extensions.filters.common.dependency.v3.MatchingRequirements.DataInputAllowList data_input_allow_list = 1;booleanhasDataInputAllowList().envoy.extensions.filters.common.dependency.v3.MatchingRequirements.DataInputAllowList data_input_allow_list = 1;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasDataInputAllowList
boolean hasDataInputAllowList()
.envoy.extensions.filters.common.dependency.v3.MatchingRequirements.DataInputAllowList data_input_allow_list = 1;- Returns:
- Whether the dataInputAllowList field is set.
-
getDataInputAllowList
MatchingRequirements.DataInputAllowList getDataInputAllowList()
.envoy.extensions.filters.common.dependency.v3.MatchingRequirements.DataInputAllowList data_input_allow_list = 1;- Returns:
- The dataInputAllowList.
-
getDataInputAllowListOrBuilder
MatchingRequirements.DataInputAllowListOrBuilder getDataInputAllowListOrBuilder()
.envoy.extensions.filters.common.dependency.v3.MatchingRequirements.DataInputAllowList data_input_allow_list = 1;
-
-