Class AttributeContext.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderType>
-
- com.google.protobuf.GeneratedMessageV3.Builder<AttributeContext.Builder>
-
- io.envoyproxy.envoy.service.auth.v3.AttributeContext.Builder
-
- All Implemented Interfaces:
com.google.protobuf.Message.Builder,com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,AttributeContextOrBuilder,Cloneable
- Enclosing class:
- AttributeContext
public static final class AttributeContext.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<AttributeContext.Builder> implements AttributeContextOrBuilder
An attribute is a piece of metadata that describes an activity on a network. For example, the size of an HTTP request, or the status code of an HTTP response. Each attribute has a type and a name, which is logically defined as a proto message field of the ``AttributeContext``. The ``AttributeContext`` is a collection of individual attributes supported by Envoy authorization system. [#comment: The following items are left out of this proto Request.Auth field for jwt tokens Request.Api for api management Origin peer that originated the request Caching Protocol request_context return values to inject back into the filter chain peer.claims -- from X.509 extensions Configuration - field mask to send - which return values from request_context are copied back - which return values are copied into request_headers] [#next-free-field: 12]
Protobuf typeenvoy.service.auth.v3.AttributeContext
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description AttributeContext.BuilderaddRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)AttributeContextbuild()AttributeContextbuildPartial()AttributeContext.Builderclear()AttributeContext.BuilderclearContextExtensions()AttributeContext.BuilderclearDestination()The destination of a network activity, such as accepting a TCP connection.AttributeContext.BuilderclearField(com.google.protobuf.Descriptors.FieldDescriptor field)AttributeContext.BuilderclearMetadataContext()Dynamic metadata associated with the request.AttributeContext.BuilderclearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)AttributeContext.BuilderclearRequest()Represents a network request, such as an HTTP request.AttributeContext.BuilderclearSource()The source of a network activity, such as starting a TCP connection.AttributeContext.Builderclone()booleancontainsContextExtensions(String key)This is analogous to http_request.headers, however these contents will not be sent to the upstream server.Map<String,String>getContextExtensions()Deprecated.intgetContextExtensionsCount()This is analogous to http_request.headers, however these contents will not be sent to the upstream server.Map<String,String>getContextExtensionsMap()This is analogous to http_request.headers, however these contents will not be sent to the upstream server.StringgetContextExtensionsOrDefault(String key, String defaultValue)This is analogous to http_request.headers, however these contents will not be sent to the upstream server.StringgetContextExtensionsOrThrow(String key)This is analogous to http_request.headers, however these contents will not be sent to the upstream server.AttributeContextgetDefaultInstanceForType()static com.google.protobuf.Descriptors.DescriptorgetDescriptor()com.google.protobuf.Descriptors.DescriptorgetDescriptorForType()AttributeContext.PeergetDestination()The destination of a network activity, such as accepting a TCP connection.AttributeContext.Peer.BuildergetDestinationBuilder()The destination of a network activity, such as accepting a TCP connection.AttributeContext.PeerOrBuildergetDestinationOrBuilder()The destination of a network activity, such as accepting a TCP connection.MetadatagetMetadataContext()Dynamic metadata associated with the request.Metadata.BuildergetMetadataContextBuilder()Dynamic metadata associated with the request.MetadataOrBuildergetMetadataContextOrBuilder()Dynamic metadata associated with the request.Map<String,String>getMutableContextExtensions()Deprecated.AttributeContext.RequestgetRequest()Represents a network request, such as an HTTP request.AttributeContext.Request.BuildergetRequestBuilder()Represents a network request, such as an HTTP request.AttributeContext.RequestOrBuildergetRequestOrBuilder()Represents a network request, such as an HTTP request.AttributeContext.PeergetSource()The source of a network activity, such as starting a TCP connection.AttributeContext.Peer.BuildergetSourceBuilder()The source of a network activity, such as starting a TCP connection.AttributeContext.PeerOrBuildergetSourceOrBuilder()The source of a network activity, such as starting a TCP connection.booleanhasDestination()The destination of a network activity, such as accepting a TCP connection.booleanhasMetadataContext()Dynamic metadata associated with the request.booleanhasRequest()Represents a network request, such as an HTTP request.booleanhasSource()The source of a network activity, such as starting a TCP connection.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()protected com.google.protobuf.MapFieldinternalGetMapField(int number)protected com.google.protobuf.MapFieldinternalGetMutableMapField(int number)booleanisInitialized()AttributeContext.BuildermergeDestination(AttributeContext.Peer value)The destination of a network activity, such as accepting a TCP connection.AttributeContext.BuildermergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)AttributeContext.BuildermergeFrom(com.google.protobuf.Message other)AttributeContext.BuildermergeFrom(AttributeContext other)AttributeContext.BuildermergeMetadataContext(Metadata value)Dynamic metadata associated with the request.AttributeContext.BuildermergeRequest(AttributeContext.Request value)Represents a network request, such as an HTTP request.AttributeContext.BuildermergeSource(AttributeContext.Peer value)The source of a network activity, such as starting a TCP connection.AttributeContext.BuildermergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)AttributeContext.BuilderputAllContextExtensions(Map<String,String> values)This is analogous to http_request.headers, however these contents will not be sent to the upstream server.AttributeContext.BuilderputContextExtensions(String key, String value)This is analogous to http_request.headers, however these contents will not be sent to the upstream server.AttributeContext.BuilderremoveContextExtensions(String key)This is analogous to http_request.headers, however these contents will not be sent to the upstream server.AttributeContext.BuildersetDestination(AttributeContext.Peer value)The destination of a network activity, such as accepting a TCP connection.AttributeContext.BuildersetDestination(AttributeContext.Peer.Builder builderForValue)The destination of a network activity, such as accepting a TCP connection.AttributeContext.BuildersetField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)AttributeContext.BuildersetMetadataContext(Metadata value)Dynamic metadata associated with the request.AttributeContext.BuildersetMetadataContext(Metadata.Builder builderForValue)Dynamic metadata associated with the request.AttributeContext.BuildersetRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)AttributeContext.BuildersetRequest(AttributeContext.Request value)Represents a network request, such as an HTTP request.AttributeContext.BuildersetRequest(AttributeContext.Request.Builder builderForValue)Represents a network request, such as an HTTP request.AttributeContext.BuildersetSource(AttributeContext.Peer value)The source of a network activity, such as starting a TCP connection.AttributeContext.BuildersetSource(AttributeContext.Peer.Builder builderForValue)The source of a network activity, such as starting a TCP connection.AttributeContext.BuildersetUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)-
Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3
-
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
-
-
Method Detail
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetMapField
protected com.google.protobuf.MapField internalGetMapField(int number)
- Overrides:
internalGetMapFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<AttributeContext.Builder>
-
internalGetMutableMapField
protected com.google.protobuf.MapField internalGetMutableMapField(int number)
- Overrides:
internalGetMutableMapFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<AttributeContext.Builder>
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3.Builder<AttributeContext.Builder>
-
clear
public AttributeContext.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<AttributeContext.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<AttributeContext.Builder>
-
getDefaultInstanceForType
public AttributeContext getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
build
public AttributeContext build()
- Specified by:
buildin interfacecom.google.protobuf.Message.Builder- Specified by:
buildin interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public AttributeContext buildPartial()
- Specified by:
buildPartialin interfacecom.google.protobuf.Message.Builder- Specified by:
buildPartialin interfacecom.google.protobuf.MessageLite.Builder
-
clone
public AttributeContext.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<AttributeContext.Builder>
-
setField
public AttributeContext.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<AttributeContext.Builder>
-
clearField
public AttributeContext.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
clearFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<AttributeContext.Builder>
-
clearOneof
public AttributeContext.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneofin interfacecom.google.protobuf.Message.Builder- Overrides:
clearOneofin classcom.google.protobuf.GeneratedMessageV3.Builder<AttributeContext.Builder>
-
setRepeatedField
public AttributeContext.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<AttributeContext.Builder>
-
addRepeatedField
public AttributeContext.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<AttributeContext.Builder>
-
mergeFrom
public AttributeContext.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<AttributeContext.Builder>
-
mergeFrom
public AttributeContext.Builder mergeFrom(AttributeContext other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3.Builder<AttributeContext.Builder>
-
mergeFrom
public AttributeContext.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<AttributeContext.Builder>- Throws:
IOException
-
hasSource
public boolean hasSource()
The source of a network activity, such as starting a TCP connection. In a multi hop network activity, the source represents the sender of the last hop.
.envoy.service.auth.v3.AttributeContext.Peer source = 1;- Specified by:
hasSourcein interfaceAttributeContextOrBuilder- Returns:
- Whether the source field is set.
-
getSource
public AttributeContext.Peer getSource()
The source of a network activity, such as starting a TCP connection. In a multi hop network activity, the source represents the sender of the last hop.
.envoy.service.auth.v3.AttributeContext.Peer source = 1;- Specified by:
getSourcein interfaceAttributeContextOrBuilder- Returns:
- The source.
-
setSource
public AttributeContext.Builder setSource(AttributeContext.Peer value)
The source of a network activity, such as starting a TCP connection. In a multi hop network activity, the source represents the sender of the last hop.
.envoy.service.auth.v3.AttributeContext.Peer source = 1;
-
setSource
public AttributeContext.Builder setSource(AttributeContext.Peer.Builder builderForValue)
The source of a network activity, such as starting a TCP connection. In a multi hop network activity, the source represents the sender of the last hop.
.envoy.service.auth.v3.AttributeContext.Peer source = 1;
-
mergeSource
public AttributeContext.Builder mergeSource(AttributeContext.Peer value)
The source of a network activity, such as starting a TCP connection. In a multi hop network activity, the source represents the sender of the last hop.
.envoy.service.auth.v3.AttributeContext.Peer source = 1;
-
clearSource
public AttributeContext.Builder clearSource()
The source of a network activity, such as starting a TCP connection. In a multi hop network activity, the source represents the sender of the last hop.
.envoy.service.auth.v3.AttributeContext.Peer source = 1;
-
getSourceBuilder
public AttributeContext.Peer.Builder getSourceBuilder()
The source of a network activity, such as starting a TCP connection. In a multi hop network activity, the source represents the sender of the last hop.
.envoy.service.auth.v3.AttributeContext.Peer source = 1;
-
getSourceOrBuilder
public AttributeContext.PeerOrBuilder getSourceOrBuilder()
The source of a network activity, such as starting a TCP connection. In a multi hop network activity, the source represents the sender of the last hop.
.envoy.service.auth.v3.AttributeContext.Peer source = 1;- Specified by:
getSourceOrBuilderin interfaceAttributeContextOrBuilder
-
hasDestination
public boolean hasDestination()
The destination of a network activity, such as accepting a TCP connection. In a multi hop network activity, the destination represents the receiver of the last hop.
.envoy.service.auth.v3.AttributeContext.Peer destination = 2;- Specified by:
hasDestinationin interfaceAttributeContextOrBuilder- Returns:
- Whether the destination field is set.
-
getDestination
public AttributeContext.Peer getDestination()
The destination of a network activity, such as accepting a TCP connection. In a multi hop network activity, the destination represents the receiver of the last hop.
.envoy.service.auth.v3.AttributeContext.Peer destination = 2;- Specified by:
getDestinationin interfaceAttributeContextOrBuilder- Returns:
- The destination.
-
setDestination
public AttributeContext.Builder setDestination(AttributeContext.Peer value)
The destination of a network activity, such as accepting a TCP connection. In a multi hop network activity, the destination represents the receiver of the last hop.
.envoy.service.auth.v3.AttributeContext.Peer destination = 2;
-
setDestination
public AttributeContext.Builder setDestination(AttributeContext.Peer.Builder builderForValue)
The destination of a network activity, such as accepting a TCP connection. In a multi hop network activity, the destination represents the receiver of the last hop.
.envoy.service.auth.v3.AttributeContext.Peer destination = 2;
-
mergeDestination
public AttributeContext.Builder mergeDestination(AttributeContext.Peer value)
The destination of a network activity, such as accepting a TCP connection. In a multi hop network activity, the destination represents the receiver of the last hop.
.envoy.service.auth.v3.AttributeContext.Peer destination = 2;
-
clearDestination
public AttributeContext.Builder clearDestination()
The destination of a network activity, such as accepting a TCP connection. In a multi hop network activity, the destination represents the receiver of the last hop.
.envoy.service.auth.v3.AttributeContext.Peer destination = 2;
-
getDestinationBuilder
public AttributeContext.Peer.Builder getDestinationBuilder()
The destination of a network activity, such as accepting a TCP connection. In a multi hop network activity, the destination represents the receiver of the last hop.
.envoy.service.auth.v3.AttributeContext.Peer destination = 2;
-
getDestinationOrBuilder
public AttributeContext.PeerOrBuilder getDestinationOrBuilder()
The destination of a network activity, such as accepting a TCP connection. In a multi hop network activity, the destination represents the receiver of the last hop.
.envoy.service.auth.v3.AttributeContext.Peer destination = 2;- Specified by:
getDestinationOrBuilderin interfaceAttributeContextOrBuilder
-
hasRequest
public boolean hasRequest()
Represents a network request, such as an HTTP request.
.envoy.service.auth.v3.AttributeContext.Request request = 4;- Specified by:
hasRequestin interfaceAttributeContextOrBuilder- Returns:
- Whether the request field is set.
-
getRequest
public AttributeContext.Request getRequest()
Represents a network request, such as an HTTP request.
.envoy.service.auth.v3.AttributeContext.Request request = 4;- Specified by:
getRequestin interfaceAttributeContextOrBuilder- Returns:
- The request.
-
setRequest
public AttributeContext.Builder setRequest(AttributeContext.Request value)
Represents a network request, such as an HTTP request.
.envoy.service.auth.v3.AttributeContext.Request request = 4;
-
setRequest
public AttributeContext.Builder setRequest(AttributeContext.Request.Builder builderForValue)
Represents a network request, such as an HTTP request.
.envoy.service.auth.v3.AttributeContext.Request request = 4;
-
mergeRequest
public AttributeContext.Builder mergeRequest(AttributeContext.Request value)
Represents a network request, such as an HTTP request.
.envoy.service.auth.v3.AttributeContext.Request request = 4;
-
clearRequest
public AttributeContext.Builder clearRequest()
Represents a network request, such as an HTTP request.
.envoy.service.auth.v3.AttributeContext.Request request = 4;
-
getRequestBuilder
public AttributeContext.Request.Builder getRequestBuilder()
Represents a network request, such as an HTTP request.
.envoy.service.auth.v3.AttributeContext.Request request = 4;
-
getRequestOrBuilder
public AttributeContext.RequestOrBuilder getRequestOrBuilder()
Represents a network request, such as an HTTP request.
.envoy.service.auth.v3.AttributeContext.Request request = 4;- Specified by:
getRequestOrBuilderin interfaceAttributeContextOrBuilder
-
getContextExtensionsCount
public int getContextExtensionsCount()
Description copied from interface:AttributeContextOrBuilderThis is analogous to http_request.headers, however these contents will not be sent to the upstream server. Context_extensions provide an extension mechanism for sending additional information to the auth server without modifying the proto definition. It maps to the internal opaque context in the filter chain.
map<string, string> context_extensions = 10;- Specified by:
getContextExtensionsCountin interfaceAttributeContextOrBuilder
-
containsContextExtensions
public boolean containsContextExtensions(String key)
This is analogous to http_request.headers, however these contents will not be sent to the upstream server. Context_extensions provide an extension mechanism for sending additional information to the auth server without modifying the proto definition. It maps to the internal opaque context in the filter chain.
map<string, string> context_extensions = 10;- Specified by:
containsContextExtensionsin interfaceAttributeContextOrBuilder
-
getContextExtensions
@Deprecated public Map<String,String> getContextExtensions()
Deprecated.UsegetContextExtensionsMap()instead.- Specified by:
getContextExtensionsin interfaceAttributeContextOrBuilder
-
getContextExtensionsMap
public Map<String,String> getContextExtensionsMap()
This is analogous to http_request.headers, however these contents will not be sent to the upstream server. Context_extensions provide an extension mechanism for sending additional information to the auth server without modifying the proto definition. It maps to the internal opaque context in the filter chain.
map<string, string> context_extensions = 10;- Specified by:
getContextExtensionsMapin interfaceAttributeContextOrBuilder
-
getContextExtensionsOrDefault
public String getContextExtensionsOrDefault(String key, String defaultValue)
This is analogous to http_request.headers, however these contents will not be sent to the upstream server. Context_extensions provide an extension mechanism for sending additional information to the auth server without modifying the proto definition. It maps to the internal opaque context in the filter chain.
map<string, string> context_extensions = 10;- Specified by:
getContextExtensionsOrDefaultin interfaceAttributeContextOrBuilder
-
getContextExtensionsOrThrow
public String getContextExtensionsOrThrow(String key)
This is analogous to http_request.headers, however these contents will not be sent to the upstream server. Context_extensions provide an extension mechanism for sending additional information to the auth server without modifying the proto definition. It maps to the internal opaque context in the filter chain.
map<string, string> context_extensions = 10;- Specified by:
getContextExtensionsOrThrowin interfaceAttributeContextOrBuilder
-
clearContextExtensions
public AttributeContext.Builder clearContextExtensions()
-
removeContextExtensions
public AttributeContext.Builder removeContextExtensions(String key)
This is analogous to http_request.headers, however these contents will not be sent to the upstream server. Context_extensions provide an extension mechanism for sending additional information to the auth server without modifying the proto definition. It maps to the internal opaque context in the filter chain.
map<string, string> context_extensions = 10;
-
getMutableContextExtensions
@Deprecated public Map<String,String> getMutableContextExtensions()
Deprecated.Use alternate mutation accessors instead.
-
putContextExtensions
public AttributeContext.Builder putContextExtensions(String key, String value)
This is analogous to http_request.headers, however these contents will not be sent to the upstream server. Context_extensions provide an extension mechanism for sending additional information to the auth server without modifying the proto definition. It maps to the internal opaque context in the filter chain.
map<string, string> context_extensions = 10;
-
putAllContextExtensions
public AttributeContext.Builder putAllContextExtensions(Map<String,String> values)
This is analogous to http_request.headers, however these contents will not be sent to the upstream server. Context_extensions provide an extension mechanism for sending additional information to the auth server without modifying the proto definition. It maps to the internal opaque context in the filter chain.
map<string, string> context_extensions = 10;
-
hasMetadataContext
public boolean hasMetadataContext()
Dynamic metadata associated with the request.
.envoy.config.core.v3.Metadata metadata_context = 11;- Specified by:
hasMetadataContextin interfaceAttributeContextOrBuilder- Returns:
- Whether the metadataContext field is set.
-
getMetadataContext
public Metadata getMetadataContext()
Dynamic metadata associated with the request.
.envoy.config.core.v3.Metadata metadata_context = 11;- Specified by:
getMetadataContextin interfaceAttributeContextOrBuilder- Returns:
- The metadataContext.
-
setMetadataContext
public AttributeContext.Builder setMetadataContext(Metadata value)
Dynamic metadata associated with the request.
.envoy.config.core.v3.Metadata metadata_context = 11;
-
setMetadataContext
public AttributeContext.Builder setMetadataContext(Metadata.Builder builderForValue)
Dynamic metadata associated with the request.
.envoy.config.core.v3.Metadata metadata_context = 11;
-
mergeMetadataContext
public AttributeContext.Builder mergeMetadataContext(Metadata value)
Dynamic metadata associated with the request.
.envoy.config.core.v3.Metadata metadata_context = 11;
-
clearMetadataContext
public AttributeContext.Builder clearMetadataContext()
Dynamic metadata associated with the request.
.envoy.config.core.v3.Metadata metadata_context = 11;
-
getMetadataContextBuilder
public Metadata.Builder getMetadataContextBuilder()
Dynamic metadata associated with the request.
.envoy.config.core.v3.Metadata metadata_context = 11;
-
getMetadataContextOrBuilder
public MetadataOrBuilder getMetadataContextOrBuilder()
Dynamic metadata associated with the request.
.envoy.config.core.v3.Metadata metadata_context = 11;- Specified by:
getMetadataContextOrBuilderin interfaceAttributeContextOrBuilder
-
setUnknownFields
public final AttributeContext.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
setUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<AttributeContext.Builder>
-
mergeUnknownFields
public final AttributeContext.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<AttributeContext.Builder>
-
-