Interface JsonToMetadataOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
JsonToMetadata,JsonToMetadata.Builder
public interface JsonToMetadataOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description JsonToMetadata.MatchRulesgetRequestRules()Rules to match json body of requestsJsonToMetadata.MatchRulesOrBuildergetRequestRulesOrBuilder()Rules to match json body of requestsbooleanhasRequestRules()Rules to match json body of requests-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasRequestRules
boolean hasRequestRules()
Rules to match json body of requests
.envoy.extensions.filters.http.json_to_metadata.v3.JsonToMetadata.MatchRules request_rules = 1 [(.validate.rules) = { ... }- Returns:
- Whether the requestRules field is set.
-
getRequestRules
JsonToMetadata.MatchRules getRequestRules()
Rules to match json body of requests
.envoy.extensions.filters.http.json_to_metadata.v3.JsonToMetadata.MatchRules request_rules = 1 [(.validate.rules) = { ... }- Returns:
- The requestRules.
-
getRequestRulesOrBuilder
JsonToMetadata.MatchRulesOrBuilder getRequestRulesOrBuilder()
Rules to match json body of requests
.envoy.extensions.filters.http.json_to_metadata.v3.JsonToMetadata.MatchRules request_rules = 1 [(.validate.rules) = { ... }
-
-