Class Permission.Builder
java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderT>
com.google.protobuf.GeneratedMessageV3.Builder<Permission.Builder>
io.envoyproxy.envoy.config.rbac.v2.Permission.Builder
- All Implemented Interfaces:
com.google.protobuf.Message.Builder,com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,PermissionOrBuilder,Cloneable
- Enclosing class:
- Permission
public static final class Permission.Builder
extends com.google.protobuf.GeneratedMessageV3.Builder<Permission.Builder>
implements PermissionOrBuilder
Permission defines an action (or actions) that a principal can take. [#next-free-field: 11]Protobuf type
envoy.config.rbac.v2.Permission-
Method Summary
Modifier and TypeMethodDescriptionaddRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) build()clear()A set of rules that all must match in order to define the action.clearAny()When any is set, it matches any action.A CIDR block that describes the destination IP.A port number that describes the destination port connecting to.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) A header (or pseudo-header such as :path or :method) on the incoming HTTP request.Metadata that describes additional information about the action.Negates matching the provided permission.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) A set of rules where at least one must match in order to define the action.The request server from the client's connection request.A URL path on the incoming HTTP request.clone()A set of rules that all must match in order to define the action.A set of rules that all must match in order to define the action.A set of rules that all must match in order to define the action.booleangetAny()When any is set, it matches any action.static final com.google.protobuf.Descriptors.Descriptorcom.google.protobuf.Descriptors.DescriptorA CIDR block that describes the destination IP.A CIDR block that describes the destination IP.A CIDR block that describes the destination IP.intA port number that describes the destination port connecting to.A header (or pseudo-header such as :path or :method) on the incoming HTTP request.A header (or pseudo-header such as :path or :method) on the incoming HTTP request.A header (or pseudo-header such as :path or :method) on the incoming HTTP request.Metadata that describes additional information about the action.Metadata that describes additional information about the action.Metadata that describes additional information about the action.Negates matching the provided permission.Negates matching the provided permission.Negates matching the provided permission.A set of rules where at least one must match in order to define the action.A set of rules where at least one must match in order to define the action.A set of rules where at least one must match in order to define the action.The request server from the client's connection request.The request server from the client's connection request.The request server from the client's connection request.A URL path on the incoming HTTP request.A URL path on the incoming HTTP request.A URL path on the incoming HTTP request.booleanA set of rules that all must match in order to define the action.booleanhasAny()When any is set, it matches any action.booleanA CIDR block that describes the destination IP.booleanA port number that describes the destination port connecting to.booleanA header (or pseudo-header such as :path or :method) on the incoming HTTP request.booleanMetadata that describes additional information about the action.booleanNegates matching the provided permission.booleanA set of rules where at least one must match in order to define the action.booleanThe request server from the client's connection request.booleanA URL path on the incoming HTTP request.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTablefinal booleanmergeAndRules(Permission.Set value) A set of rules that all must match in order to define the action.mergeDestinationIp(CidrRange value) A CIDR block that describes the destination IP.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) mergeFrom(com.google.protobuf.Message other) mergeFrom(Permission other) mergeHeader(HeaderMatcher value) A header (or pseudo-header such as :path or :method) on the incoming HTTP request.mergeMetadata(MetadataMatcher value) Metadata that describes additional information about the action.mergeNotRule(Permission value) Negates matching the provided permission.mergeOrRules(Permission.Set value) A set of rules where at least one must match in order to define the action.The request server from the client's connection request.final Permission.BuildermergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) mergeUrlPath(PathMatcher value) A URL path on the incoming HTTP request.setAndRules(Permission.Set value) A set of rules that all must match in order to define the action.setAndRules(Permission.Set.Builder builderForValue) A set of rules that all must match in order to define the action.setAny(boolean value) When any is set, it matches any action.setDestinationIp(CidrRange value) A CIDR block that describes the destination IP.setDestinationIp(CidrRange.Builder builderForValue) A CIDR block that describes the destination IP.setDestinationPort(int value) A port number that describes the destination port connecting to.setHeader(HeaderMatcher value) A header (or pseudo-header such as :path or :method) on the incoming HTTP request.setHeader(HeaderMatcher.Builder builderForValue) A header (or pseudo-header such as :path or :method) on the incoming HTTP request.setMetadata(MetadataMatcher value) Metadata that describes additional information about the action.setMetadata(MetadataMatcher.Builder builderForValue) Metadata that describes additional information about the action.setNotRule(Permission value) Negates matching the provided permission.setNotRule(Permission.Builder builderForValue) Negates matching the provided permission.setOrRules(Permission.Set value) A set of rules where at least one must match in order to define the action.setOrRules(Permission.Set.Builder builderForValue) A set of rules where at least one must match in order to define the action.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) The request server from the client's connection request.setRequestedServerName(StringMatcher.Builder builderForValue) The request server from the client's connection request.final Permission.BuildersetUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) setUrlPath(PathMatcher value) A URL path on the incoming HTTP request.setUrlPath(PathMatcher.Builder builderForValue) A URL path on the incoming HTTP request.Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringMethods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageExceptionMethods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.google.protobuf.Message.Builder
mergeDelimitedFrom, mergeDelimitedFromMethods inherited from interface com.google.protobuf.MessageLite.Builder
mergeFromMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() -
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3.Builder<Permission.Builder>
-
clear
- Specified by:
clearin interfacecom.google.protobuf.Message.Builder- Specified by:
clearin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clearin classcom.google.protobuf.GeneratedMessageV3.Builder<Permission.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.Message.Builder- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.MessageOrBuilder- Overrides:
getDescriptorForTypein classcom.google.protobuf.GeneratedMessageV3.Builder<Permission.Builder>
-
getDefaultInstanceForType
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
build
- Specified by:
buildin interfacecom.google.protobuf.Message.Builder- Specified by:
buildin interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
- Specified by:
buildPartialin interfacecom.google.protobuf.Message.Builder- Specified by:
buildPartialin interfacecom.google.protobuf.MessageLite.Builder
-
clone
- Specified by:
clonein interfacecom.google.protobuf.Message.Builder- Specified by:
clonein interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clonein classcom.google.protobuf.GeneratedMessageV3.Builder<Permission.Builder>
-
setField
public Permission.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) - Specified by:
setFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<Permission.Builder>
-
clearField
- Specified by:
clearFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
clearFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<Permission.Builder>
-
clearOneof
- Specified by:
clearOneofin interfacecom.google.protobuf.Message.Builder- Overrides:
clearOneofin classcom.google.protobuf.GeneratedMessageV3.Builder<Permission.Builder>
-
setRepeatedField
public Permission.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) - Specified by:
setRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<Permission.Builder>
-
addRepeatedField
public Permission.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) - Specified by:
addRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
addRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<Permission.Builder>
-
mergeFrom
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<Permission.Builder>
-
mergeFrom
-
isInitialized
public final boolean isInitialized()- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3.Builder<Permission.Builder>
-
mergeFrom
public Permission.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Specified by:
mergeFromin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<Permission.Builder>- Throws:
IOException
-
getRuleCase
- Specified by:
getRuleCasein interfacePermissionOrBuilder
-
clearRule
-
hasAndRules
public boolean hasAndRules()A set of rules that all must match in order to define the action.
.envoy.config.rbac.v2.Permission.Set and_rules = 1;- Specified by:
hasAndRulesin interfacePermissionOrBuilder- Returns:
- Whether the andRules field is set.
-
getAndRules
A set of rules that all must match in order to define the action.
.envoy.config.rbac.v2.Permission.Set and_rules = 1;- Specified by:
getAndRulesin interfacePermissionOrBuilder- Returns:
- The andRules.
-
setAndRules
A set of rules that all must match in order to define the action.
.envoy.config.rbac.v2.Permission.Set and_rules = 1; -
setAndRules
A set of rules that all must match in order to define the action.
.envoy.config.rbac.v2.Permission.Set and_rules = 1; -
mergeAndRules
A set of rules that all must match in order to define the action.
.envoy.config.rbac.v2.Permission.Set and_rules = 1; -
clearAndRules
A set of rules that all must match in order to define the action.
.envoy.config.rbac.v2.Permission.Set and_rules = 1; -
getAndRulesBuilder
A set of rules that all must match in order to define the action.
.envoy.config.rbac.v2.Permission.Set and_rules = 1; -
getAndRulesOrBuilder
A set of rules that all must match in order to define the action.
.envoy.config.rbac.v2.Permission.Set and_rules = 1;- Specified by:
getAndRulesOrBuilderin interfacePermissionOrBuilder
-
hasOrRules
public boolean hasOrRules()A set of rules where at least one must match in order to define the action.
.envoy.config.rbac.v2.Permission.Set or_rules = 2;- Specified by:
hasOrRulesin interfacePermissionOrBuilder- Returns:
- Whether the orRules field is set.
-
getOrRules
A set of rules where at least one must match in order to define the action.
.envoy.config.rbac.v2.Permission.Set or_rules = 2;- Specified by:
getOrRulesin interfacePermissionOrBuilder- Returns:
- The orRules.
-
setOrRules
A set of rules where at least one must match in order to define the action.
.envoy.config.rbac.v2.Permission.Set or_rules = 2; -
setOrRules
A set of rules where at least one must match in order to define the action.
.envoy.config.rbac.v2.Permission.Set or_rules = 2; -
mergeOrRules
A set of rules where at least one must match in order to define the action.
.envoy.config.rbac.v2.Permission.Set or_rules = 2; -
clearOrRules
A set of rules where at least one must match in order to define the action.
.envoy.config.rbac.v2.Permission.Set or_rules = 2; -
getOrRulesBuilder
A set of rules where at least one must match in order to define the action.
.envoy.config.rbac.v2.Permission.Set or_rules = 2; -
getOrRulesOrBuilder
A set of rules where at least one must match in order to define the action.
.envoy.config.rbac.v2.Permission.Set or_rules = 2;- Specified by:
getOrRulesOrBuilderin interfacePermissionOrBuilder
-
hasAny
public boolean hasAny()When any is set, it matches any action.
bool any = 3 [(.validate.rules) = { ... }- Specified by:
hasAnyin interfacePermissionOrBuilder- Returns:
- Whether the any field is set.
-
getAny
public boolean getAny()When any is set, it matches any action.
bool any = 3 [(.validate.rules) = { ... }- Specified by:
getAnyin interfacePermissionOrBuilder- Returns:
- The any.
-
setAny
When any is set, it matches any action.
bool any = 3 [(.validate.rules) = { ... }- Parameters:
value- The any to set.- Returns:
- This builder for chaining.
-
clearAny
When any is set, it matches any action.
bool any = 3 [(.validate.rules) = { ... }- Returns:
- This builder for chaining.
-
hasHeader
public boolean hasHeader()A header (or pseudo-header such as :path or :method) on the incoming HTTP request. Only available for HTTP request. Note: the pseudo-header :path includes the query and fragment string. Use the `url_path` field if you want to match the URL path without the query and fragment string.
.envoy.api.v2.route.HeaderMatcher header = 4;- Specified by:
hasHeaderin interfacePermissionOrBuilder- Returns:
- Whether the header field is set.
-
getHeader
A header (or pseudo-header such as :path or :method) on the incoming HTTP request. Only available for HTTP request. Note: the pseudo-header :path includes the query and fragment string. Use the `url_path` field if you want to match the URL path without the query and fragment string.
.envoy.api.v2.route.HeaderMatcher header = 4;- Specified by:
getHeaderin interfacePermissionOrBuilder- Returns:
- The header.
-
setHeader
A header (or pseudo-header such as :path or :method) on the incoming HTTP request. Only available for HTTP request. Note: the pseudo-header :path includes the query and fragment string. Use the `url_path` field if you want to match the URL path without the query and fragment string.
.envoy.api.v2.route.HeaderMatcher header = 4; -
setHeader
A header (or pseudo-header such as :path or :method) on the incoming HTTP request. Only available for HTTP request. Note: the pseudo-header :path includes the query and fragment string. Use the `url_path` field if you want to match the URL path without the query and fragment string.
.envoy.api.v2.route.HeaderMatcher header = 4; -
mergeHeader
A header (or pseudo-header such as :path or :method) on the incoming HTTP request. Only available for HTTP request. Note: the pseudo-header :path includes the query and fragment string. Use the `url_path` field if you want to match the URL path without the query and fragment string.
.envoy.api.v2.route.HeaderMatcher header = 4; -
clearHeader
A header (or pseudo-header such as :path or :method) on the incoming HTTP request. Only available for HTTP request. Note: the pseudo-header :path includes the query and fragment string. Use the `url_path` field if you want to match the URL path without the query and fragment string.
.envoy.api.v2.route.HeaderMatcher header = 4; -
getHeaderBuilder
A header (or pseudo-header such as :path or :method) on the incoming HTTP request. Only available for HTTP request. Note: the pseudo-header :path includes the query and fragment string. Use the `url_path` field if you want to match the URL path without the query and fragment string.
.envoy.api.v2.route.HeaderMatcher header = 4; -
getHeaderOrBuilder
A header (or pseudo-header such as :path or :method) on the incoming HTTP request. Only available for HTTP request. Note: the pseudo-header :path includes the query and fragment string. Use the `url_path` field if you want to match the URL path without the query and fragment string.
.envoy.api.v2.route.HeaderMatcher header = 4;- Specified by:
getHeaderOrBuilderin interfacePermissionOrBuilder
-
hasUrlPath
public boolean hasUrlPath()A URL path on the incoming HTTP request. Only available for HTTP.
.envoy.type.matcher.PathMatcher url_path = 10;- Specified by:
hasUrlPathin interfacePermissionOrBuilder- Returns:
- Whether the urlPath field is set.
-
getUrlPath
A URL path on the incoming HTTP request. Only available for HTTP.
.envoy.type.matcher.PathMatcher url_path = 10;- Specified by:
getUrlPathin interfacePermissionOrBuilder- Returns:
- The urlPath.
-
setUrlPath
A URL path on the incoming HTTP request. Only available for HTTP.
.envoy.type.matcher.PathMatcher url_path = 10; -
setUrlPath
A URL path on the incoming HTTP request. Only available for HTTP.
.envoy.type.matcher.PathMatcher url_path = 10; -
mergeUrlPath
A URL path on the incoming HTTP request. Only available for HTTP.
.envoy.type.matcher.PathMatcher url_path = 10; -
clearUrlPath
A URL path on the incoming HTTP request. Only available for HTTP.
.envoy.type.matcher.PathMatcher url_path = 10; -
getUrlPathBuilder
A URL path on the incoming HTTP request. Only available for HTTP.
.envoy.type.matcher.PathMatcher url_path = 10; -
getUrlPathOrBuilder
A URL path on the incoming HTTP request. Only available for HTTP.
.envoy.type.matcher.PathMatcher url_path = 10;- Specified by:
getUrlPathOrBuilderin interfacePermissionOrBuilder
-
hasDestinationIp
public boolean hasDestinationIp()A CIDR block that describes the destination IP.
.envoy.api.v2.core.CidrRange destination_ip = 5;- Specified by:
hasDestinationIpin interfacePermissionOrBuilder- Returns:
- Whether the destinationIp field is set.
-
getDestinationIp
A CIDR block that describes the destination IP.
.envoy.api.v2.core.CidrRange destination_ip = 5;- Specified by:
getDestinationIpin interfacePermissionOrBuilder- Returns:
- The destinationIp.
-
setDestinationIp
A CIDR block that describes the destination IP.
.envoy.api.v2.core.CidrRange destination_ip = 5; -
setDestinationIp
A CIDR block that describes the destination IP.
.envoy.api.v2.core.CidrRange destination_ip = 5; -
mergeDestinationIp
A CIDR block that describes the destination IP.
.envoy.api.v2.core.CidrRange destination_ip = 5; -
clearDestinationIp
A CIDR block that describes the destination IP.
.envoy.api.v2.core.CidrRange destination_ip = 5; -
getDestinationIpBuilder
A CIDR block that describes the destination IP.
.envoy.api.v2.core.CidrRange destination_ip = 5; -
getDestinationIpOrBuilder
A CIDR block that describes the destination IP.
.envoy.api.v2.core.CidrRange destination_ip = 5;- Specified by:
getDestinationIpOrBuilderin interfacePermissionOrBuilder
-
hasDestinationPort
public boolean hasDestinationPort()A port number that describes the destination port connecting to.
uint32 destination_port = 6 [(.validate.rules) = { ... }- Specified by:
hasDestinationPortin interfacePermissionOrBuilder- Returns:
- Whether the destinationPort field is set.
-
getDestinationPort
public int getDestinationPort()A port number that describes the destination port connecting to.
uint32 destination_port = 6 [(.validate.rules) = { ... }- Specified by:
getDestinationPortin interfacePermissionOrBuilder- Returns:
- The destinationPort.
-
setDestinationPort
A port number that describes the destination port connecting to.
uint32 destination_port = 6 [(.validate.rules) = { ... }- Parameters:
value- The destinationPort to set.- Returns:
- This builder for chaining.
-
clearDestinationPort
A port number that describes the destination port connecting to.
uint32 destination_port = 6 [(.validate.rules) = { ... }- Returns:
- This builder for chaining.
-
hasMetadata
public boolean hasMetadata()Metadata that describes additional information about the action.
.envoy.type.matcher.MetadataMatcher metadata = 7;- Specified by:
hasMetadatain interfacePermissionOrBuilder- Returns:
- Whether the metadata field is set.
-
getMetadata
Metadata that describes additional information about the action.
.envoy.type.matcher.MetadataMatcher metadata = 7;- Specified by:
getMetadatain interfacePermissionOrBuilder- Returns:
- The metadata.
-
setMetadata
Metadata that describes additional information about the action.
.envoy.type.matcher.MetadataMatcher metadata = 7; -
setMetadata
Metadata that describes additional information about the action.
.envoy.type.matcher.MetadataMatcher metadata = 7; -
mergeMetadata
Metadata that describes additional information about the action.
.envoy.type.matcher.MetadataMatcher metadata = 7; -
clearMetadata
Metadata that describes additional information about the action.
.envoy.type.matcher.MetadataMatcher metadata = 7; -
getMetadataBuilder
Metadata that describes additional information about the action.
.envoy.type.matcher.MetadataMatcher metadata = 7; -
getMetadataOrBuilder
Metadata that describes additional information about the action.
.envoy.type.matcher.MetadataMatcher metadata = 7;- Specified by:
getMetadataOrBuilderin interfacePermissionOrBuilder
-
hasNotRule
public boolean hasNotRule()Negates matching the provided permission. For instance, if the value of `not_rule` would match, this permission would not match. Conversely, if the value of `not_rule` would not match, this permission would match.
.envoy.config.rbac.v2.Permission not_rule = 8;- Specified by:
hasNotRulein interfacePermissionOrBuilder- Returns:
- Whether the notRule field is set.
-
getNotRule
Negates matching the provided permission. For instance, if the value of `not_rule` would match, this permission would not match. Conversely, if the value of `not_rule` would not match, this permission would match.
.envoy.config.rbac.v2.Permission not_rule = 8;- Specified by:
getNotRulein interfacePermissionOrBuilder- Returns:
- The notRule.
-
setNotRule
Negates matching the provided permission. For instance, if the value of `not_rule` would match, this permission would not match. Conversely, if the value of `not_rule` would not match, this permission would match.
.envoy.config.rbac.v2.Permission not_rule = 8; -
setNotRule
Negates matching the provided permission. For instance, if the value of `not_rule` would match, this permission would not match. Conversely, if the value of `not_rule` would not match, this permission would match.
.envoy.config.rbac.v2.Permission not_rule = 8; -
mergeNotRule
Negates matching the provided permission. For instance, if the value of `not_rule` would match, this permission would not match. Conversely, if the value of `not_rule` would not match, this permission would match.
.envoy.config.rbac.v2.Permission not_rule = 8; -
clearNotRule
Negates matching the provided permission. For instance, if the value of `not_rule` would match, this permission would not match. Conversely, if the value of `not_rule` would not match, this permission would match.
.envoy.config.rbac.v2.Permission not_rule = 8; -
getNotRuleBuilder
Negates matching the provided permission. For instance, if the value of `not_rule` would match, this permission would not match. Conversely, if the value of `not_rule` would not match, this permission would match.
.envoy.config.rbac.v2.Permission not_rule = 8; -
getNotRuleOrBuilder
Negates matching the provided permission. For instance, if the value of `not_rule` would match, this permission would not match. Conversely, if the value of `not_rule` would not match, this permission would match.
.envoy.config.rbac.v2.Permission not_rule = 8;- Specified by:
getNotRuleOrBuilderin interfacePermissionOrBuilder
-
hasRequestedServerName
public boolean hasRequestedServerName()The request server from the client's connection request. This is typically TLS SNI. .. attention:: The behavior of this field may be affected by how Envoy is configured as explained below. * If the :ref:`TLS Inspector <config_listener_filters_tls_inspector>` filter is not added, and if a `FilterChainMatch` is not defined for the :ref:`server name <envoy_api_field_listener.FilterChainMatch.server_names>`, a TLS connection's requested SNI server name will be treated as if it wasn't present. * A :ref:`listener filter <arch_overview_listener_filters>` may overwrite a connection's requested server name within Envoy. Please refer to :ref:`this FAQ entry <faq_how_to_setup_sni>` to learn to setup SNI..envoy.type.matcher.StringMatcher requested_server_name = 9;- Specified by:
hasRequestedServerNamein interfacePermissionOrBuilder- Returns:
- Whether the requestedServerName field is set.
-
getRequestedServerName
The request server from the client's connection request. This is typically TLS SNI. .. attention:: The behavior of this field may be affected by how Envoy is configured as explained below. * If the :ref:`TLS Inspector <config_listener_filters_tls_inspector>` filter is not added, and if a `FilterChainMatch` is not defined for the :ref:`server name <envoy_api_field_listener.FilterChainMatch.server_names>`, a TLS connection's requested SNI server name will be treated as if it wasn't present. * A :ref:`listener filter <arch_overview_listener_filters>` may overwrite a connection's requested server name within Envoy. Please refer to :ref:`this FAQ entry <faq_how_to_setup_sni>` to learn to setup SNI..envoy.type.matcher.StringMatcher requested_server_name = 9;- Specified by:
getRequestedServerNamein interfacePermissionOrBuilder- Returns:
- The requestedServerName.
-
setRequestedServerName
The request server from the client's connection request. This is typically TLS SNI. .. attention:: The behavior of this field may be affected by how Envoy is configured as explained below. * If the :ref:`TLS Inspector <config_listener_filters_tls_inspector>` filter is not added, and if a `FilterChainMatch` is not defined for the :ref:`server name <envoy_api_field_listener.FilterChainMatch.server_names>`, a TLS connection's requested SNI server name will be treated as if it wasn't present. * A :ref:`listener filter <arch_overview_listener_filters>` may overwrite a connection's requested server name within Envoy. Please refer to :ref:`this FAQ entry <faq_how_to_setup_sni>` to learn to setup SNI..envoy.type.matcher.StringMatcher requested_server_name = 9; -
setRequestedServerName
The request server from the client's connection request. This is typically TLS SNI. .. attention:: The behavior of this field may be affected by how Envoy is configured as explained below. * If the :ref:`TLS Inspector <config_listener_filters_tls_inspector>` filter is not added, and if a `FilterChainMatch` is not defined for the :ref:`server name <envoy_api_field_listener.FilterChainMatch.server_names>`, a TLS connection's requested SNI server name will be treated as if it wasn't present. * A :ref:`listener filter <arch_overview_listener_filters>` may overwrite a connection's requested server name within Envoy. Please refer to :ref:`this FAQ entry <faq_how_to_setup_sni>` to learn to setup SNI..envoy.type.matcher.StringMatcher requested_server_name = 9; -
mergeRequestedServerName
The request server from the client's connection request. This is typically TLS SNI. .. attention:: The behavior of this field may be affected by how Envoy is configured as explained below. * If the :ref:`TLS Inspector <config_listener_filters_tls_inspector>` filter is not added, and if a `FilterChainMatch` is not defined for the :ref:`server name <envoy_api_field_listener.FilterChainMatch.server_names>`, a TLS connection's requested SNI server name will be treated as if it wasn't present. * A :ref:`listener filter <arch_overview_listener_filters>` may overwrite a connection's requested server name within Envoy. Please refer to :ref:`this FAQ entry <faq_how_to_setup_sni>` to learn to setup SNI..envoy.type.matcher.StringMatcher requested_server_name = 9; -
clearRequestedServerName
The request server from the client's connection request. This is typically TLS SNI. .. attention:: The behavior of this field may be affected by how Envoy is configured as explained below. * If the :ref:`TLS Inspector <config_listener_filters_tls_inspector>` filter is not added, and if a `FilterChainMatch` is not defined for the :ref:`server name <envoy_api_field_listener.FilterChainMatch.server_names>`, a TLS connection's requested SNI server name will be treated as if it wasn't present. * A :ref:`listener filter <arch_overview_listener_filters>` may overwrite a connection's requested server name within Envoy. Please refer to :ref:`this FAQ entry <faq_how_to_setup_sni>` to learn to setup SNI..envoy.type.matcher.StringMatcher requested_server_name = 9; -
getRequestedServerNameBuilder
The request server from the client's connection request. This is typically TLS SNI. .. attention:: The behavior of this field may be affected by how Envoy is configured as explained below. * If the :ref:`TLS Inspector <config_listener_filters_tls_inspector>` filter is not added, and if a `FilterChainMatch` is not defined for the :ref:`server name <envoy_api_field_listener.FilterChainMatch.server_names>`, a TLS connection's requested SNI server name will be treated as if it wasn't present. * A :ref:`listener filter <arch_overview_listener_filters>` may overwrite a connection's requested server name within Envoy. Please refer to :ref:`this FAQ entry <faq_how_to_setup_sni>` to learn to setup SNI..envoy.type.matcher.StringMatcher requested_server_name = 9; -
getRequestedServerNameOrBuilder
The request server from the client's connection request. This is typically TLS SNI. .. attention:: The behavior of this field may be affected by how Envoy is configured as explained below. * If the :ref:`TLS Inspector <config_listener_filters_tls_inspector>` filter is not added, and if a `FilterChainMatch` is not defined for the :ref:`server name <envoy_api_field_listener.FilterChainMatch.server_names>`, a TLS connection's requested SNI server name will be treated as if it wasn't present. * A :ref:`listener filter <arch_overview_listener_filters>` may overwrite a connection's requested server name within Envoy. Please refer to :ref:`this FAQ entry <faq_how_to_setup_sni>` to learn to setup SNI..envoy.type.matcher.StringMatcher requested_server_name = 9;- Specified by:
getRequestedServerNameOrBuilderin interfacePermissionOrBuilder
-
setUnknownFields
- Specified by:
setUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
setUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<Permission.Builder>
-
mergeUnknownFields
public final Permission.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) - Specified by:
mergeUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<Permission.Builder>
-