Uses of Class
io.envoyproxy.envoy.extensions.rbac.matchers.upstream_ip_port.v3.UpstreamIpPortMatcher.Builder
Packages that use UpstreamIpPortMatcher.Builder
-
Uses of UpstreamIpPortMatcher.Builder in io.envoyproxy.envoy.extensions.rbac.matchers.upstream_ip_port.v3
Methods in io.envoyproxy.envoy.extensions.rbac.matchers.upstream_ip_port.v3 that return UpstreamIpPortMatcher.BuilderModifier and TypeMethodDescriptionUpstreamIpPortMatcher.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) UpstreamIpPortMatcher.Builder.clear()UpstreamIpPortMatcher.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) UpstreamIpPortMatcher.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) UpstreamIpPortMatcher.Builder.clearUpstreamIp()A CIDR block that will be used to match the upstream IP.UpstreamIpPortMatcher.Builder.clearUpstreamPortRange()A port range that will be used to match the upstream port.UpstreamIpPortMatcher.Builder.clone()UpstreamIpPortMatcher.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) UpstreamIpPortMatcher.Builder.mergeFrom(com.google.protobuf.Message other) UpstreamIpPortMatcher.Builder.mergeFrom(UpstreamIpPortMatcher other) UpstreamIpPortMatcher.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) UpstreamIpPortMatcher.Builder.mergeUpstreamIp(CidrRange value) A CIDR block that will be used to match the upstream IP.UpstreamIpPortMatcher.Builder.mergeUpstreamPortRange(Int64Range value) A port range that will be used to match the upstream port.UpstreamIpPortMatcher.newBuilder()UpstreamIpPortMatcher.newBuilder(UpstreamIpPortMatcher prototype) UpstreamIpPortMatcher.newBuilderForType()protected UpstreamIpPortMatcher.BuilderUpstreamIpPortMatcher.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) UpstreamIpPortMatcher.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) UpstreamIpPortMatcher.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) UpstreamIpPortMatcher.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) UpstreamIpPortMatcher.Builder.setUpstreamIp(CidrRange value) A CIDR block that will be used to match the upstream IP.UpstreamIpPortMatcher.Builder.setUpstreamIp(CidrRange.Builder builderForValue) A CIDR block that will be used to match the upstream IP.UpstreamIpPortMatcher.Builder.setUpstreamPortRange(Int64Range value) A port range that will be used to match the upstream port.UpstreamIpPortMatcher.Builder.setUpstreamPortRange(Int64Range.Builder builderForValue) A port range that will be used to match the upstream port.UpstreamIpPortMatcher.toBuilder()