Uses of Class
io.envoyproxy.envoy.type.matcher.v3.FilterStateMatcher
-
Packages that use FilterStateMatcher Package Description io.envoyproxy.envoy.config.rbac.v3 io.envoyproxy.envoy.type.matcher.v3 -
-
Uses of FilterStateMatcher in io.envoyproxy.envoy.config.rbac.v3
Fields in io.envoyproxy.envoy.config.rbac.v3 with type parameters of type FilterStateMatcher Modifier and Type Field Description private com.google.protobuf.SingleFieldBuilder<FilterStateMatcher,FilterStateMatcher.Builder,FilterStateMatcherOrBuilder>
Principal.Builder. filterStateBuilder_
Methods in io.envoyproxy.envoy.config.rbac.v3 that return FilterStateMatcher Modifier and Type Method Description FilterStateMatcher
Principal.Builder. getFilterState()
Identifies the principal using a filter state object.FilterStateMatcher
Principal. getFilterState()
Identifies the principal using a filter state object.FilterStateMatcher
PrincipalOrBuilder. getFilterState()
Identifies the principal using a filter state object.Methods in io.envoyproxy.envoy.config.rbac.v3 that return types with arguments of type FilterStateMatcher Modifier and Type Method Description private com.google.protobuf.SingleFieldBuilder<FilterStateMatcher,FilterStateMatcher.Builder,FilterStateMatcherOrBuilder>
Principal.Builder. getFilterStateFieldBuilder()
Identifies the principal using a filter state object.Methods in io.envoyproxy.envoy.config.rbac.v3 with parameters of type FilterStateMatcher Modifier and Type Method Description Principal.Builder
Principal.Builder. mergeFilterState(FilterStateMatcher value)
Identifies the principal using a filter state object.Principal.Builder
Principal.Builder. setFilterState(FilterStateMatcher value)
Identifies the principal using a filter state object. -
Uses of FilterStateMatcher in io.envoyproxy.envoy.type.matcher.v3
Fields in io.envoyproxy.envoy.type.matcher.v3 declared as FilterStateMatcher Modifier and Type Field Description private static FilterStateMatcher
FilterStateMatcher. DEFAULT_INSTANCE
Fields in io.envoyproxy.envoy.type.matcher.v3 with type parameters of type FilterStateMatcher Modifier and Type Field Description private static com.google.protobuf.Parser<FilterStateMatcher>
FilterStateMatcher. PARSER
Methods in io.envoyproxy.envoy.type.matcher.v3 that return FilterStateMatcher Modifier and Type Method Description FilterStateMatcher
FilterStateMatcher.Builder. build()
FilterStateMatcher
FilterStateMatcher.Builder. buildPartial()
static FilterStateMatcher
FilterStateMatcher. getDefaultInstance()
FilterStateMatcher
FilterStateMatcher.Builder. getDefaultInstanceForType()
FilterStateMatcher
FilterStateMatcher. getDefaultInstanceForType()
static FilterStateMatcher
FilterStateMatcher. parseDelimitedFrom(java.io.InputStream input)
static FilterStateMatcher
FilterStateMatcher. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static FilterStateMatcher
FilterStateMatcher. parseFrom(byte[] data)
static FilterStateMatcher
FilterStateMatcher. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static FilterStateMatcher
FilterStateMatcher. parseFrom(com.google.protobuf.ByteString data)
static FilterStateMatcher
FilterStateMatcher. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static FilterStateMatcher
FilterStateMatcher. parseFrom(com.google.protobuf.CodedInputStream input)
static FilterStateMatcher
FilterStateMatcher. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static FilterStateMatcher
FilterStateMatcher. parseFrom(java.io.InputStream input)
static FilterStateMatcher
FilterStateMatcher. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static FilterStateMatcher
FilterStateMatcher. parseFrom(java.nio.ByteBuffer data)
static FilterStateMatcher
FilterStateMatcher. parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in io.envoyproxy.envoy.type.matcher.v3 that return types with arguments of type FilterStateMatcher Modifier and Type Method Description com.google.protobuf.Parser<FilterStateMatcher>
FilterStateMatcher. getParserForType()
static com.google.protobuf.Parser<FilterStateMatcher>
FilterStateMatcher. parser()
Methods in io.envoyproxy.envoy.type.matcher.v3 with parameters of type FilterStateMatcher Modifier and Type Method Description private void
FilterStateMatcher.Builder. buildPartial0(FilterStateMatcher result)
private void
FilterStateMatcher.Builder. buildPartialOneofs(FilterStateMatcher result)
FilterStateMatcher.Builder
FilterStateMatcher.Builder. mergeFrom(FilterStateMatcher other)
static FilterStateMatcher.Builder
FilterStateMatcher. newBuilder(FilterStateMatcher prototype)
-