public static final class AttributeContextOuterClass.AttributeContext.HttpRequest.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<AttributeContextOuterClass.AttributeContext.HttpRequest.Builder> implements AttributeContextOuterClass.AttributeContext.HttpRequestOrBuilder
This message defines attributes for an HTTP request. HTTP/1.x, HTTP/2, gRPC are all considered as HTTP requests.
Protobuf type envoy.service.auth.v2alpha.AttributeContext.HttpRequest
| Modifier and Type | Method and Description |
|---|---|
AttributeContextOuterClass.AttributeContext.HttpRequest.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
AttributeContextOuterClass.AttributeContext.HttpRequest |
build() |
AttributeContextOuterClass.AttributeContext.HttpRequest |
buildPartial() |
AttributeContextOuterClass.AttributeContext.HttpRequest.Builder |
clear() |
AttributeContextOuterClass.AttributeContext.HttpRequest.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
AttributeContextOuterClass.AttributeContext.HttpRequest.Builder |
clearFragment()
The HTTP URL fragment, excluding leading `#`.
|
AttributeContextOuterClass.AttributeContext.HttpRequest.Builder |
clearHeaders() |
AttributeContextOuterClass.AttributeContext.HttpRequest.Builder |
clearHost()
The HTTP request `Host` or 'Authority` header value.
|
AttributeContextOuterClass.AttributeContext.HttpRequest.Builder |
clearId()
The unique ID for a request, which can be propagated to downstream
systems.
|
AttributeContextOuterClass.AttributeContext.HttpRequest.Builder |
clearMethod()
The HTTP request method, such as `GET`, `POST`.
|
AttributeContextOuterClass.AttributeContext.HttpRequest.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
AttributeContextOuterClass.AttributeContext.HttpRequest.Builder |
clearPath()
The HTTP URL path.
|
AttributeContextOuterClass.AttributeContext.HttpRequest.Builder |
clearProtocol()
The network protocol used with the request, such as
"http/1.1", "spdy/3", "h2", "h2c"
|
AttributeContextOuterClass.AttributeContext.HttpRequest.Builder |
clearQuery()
The HTTP URL query in the format of `name1=value`&name2=value2`, as it
appears in the first line of the HTTP request.
|
AttributeContextOuterClass.AttributeContext.HttpRequest.Builder |
clearScheme()
The HTTP URL scheme, such as `http` and `https`.
|
AttributeContextOuterClass.AttributeContext.HttpRequest.Builder |
clearSize()
The HTTP request size in bytes.
|
AttributeContextOuterClass.AttributeContext.HttpRequest.Builder |
clone() |
boolean |
containsHeaders(String key)
The HTTP request headers.
|
AttributeContextOuterClass.AttributeContext.HttpRequest |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
String |
getFragment()
The HTTP URL fragment, excluding leading `#`.
|
com.google.protobuf.ByteString |
getFragmentBytes()
The HTTP URL fragment, excluding leading `#`.
|
Map<String,String> |
getHeaders()
Deprecated.
|
int |
getHeadersCount()
The HTTP request headers.
|
Map<String,String> |
getHeadersMap()
The HTTP request headers.
|
String |
getHeadersOrDefault(String key,
String defaultValue)
The HTTP request headers.
|
String |
getHeadersOrThrow(String key)
The HTTP request headers.
|
String |
getHost()
The HTTP request `Host` or 'Authority` header value.
|
com.google.protobuf.ByteString |
getHostBytes()
The HTTP request `Host` or 'Authority` header value.
|
String |
getId()
The unique ID for a request, which can be propagated to downstream
systems.
|
com.google.protobuf.ByteString |
getIdBytes()
The unique ID for a request, which can be propagated to downstream
systems.
|
String |
getMethod()
The HTTP request method, such as `GET`, `POST`.
|
com.google.protobuf.ByteString |
getMethodBytes()
The HTTP request method, such as `GET`, `POST`.
|
Map<String,String> |
getMutableHeaders()
Deprecated.
|
String |
getPath()
The HTTP URL path.
|
com.google.protobuf.ByteString |
getPathBytes()
The HTTP URL path.
|
String |
getProtocol()
The network protocol used with the request, such as
"http/1.1", "spdy/3", "h2", "h2c"
|
com.google.protobuf.ByteString |
getProtocolBytes()
The network protocol used with the request, such as
"http/1.1", "spdy/3", "h2", "h2c"
|
String |
getQuery()
The HTTP URL query in the format of `name1=value`&name2=value2`, as it
appears in the first line of the HTTP request.
|
com.google.protobuf.ByteString |
getQueryBytes()
The HTTP URL query in the format of `name1=value`&name2=value2`, as it
appears in the first line of the HTTP request.
|
String |
getScheme()
The HTTP URL scheme, such as `http` and `https`.
|
com.google.protobuf.ByteString |
getSchemeBytes()
The HTTP URL scheme, such as `http` and `https`.
|
long |
getSize()
The HTTP request size in bytes.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
protected com.google.protobuf.MapField |
internalGetMapField(int number) |
protected com.google.protobuf.MapField |
internalGetMutableMapField(int number) |
boolean |
isInitialized() |
AttributeContextOuterClass.AttributeContext.HttpRequest.Builder |
mergeFrom(AttributeContextOuterClass.AttributeContext.HttpRequest other) |
AttributeContextOuterClass.AttributeContext.HttpRequest.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
AttributeContextOuterClass.AttributeContext.HttpRequest.Builder |
mergeFrom(com.google.protobuf.Message other) |
AttributeContextOuterClass.AttributeContext.HttpRequest.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
AttributeContextOuterClass.AttributeContext.HttpRequest.Builder |
putAllHeaders(Map<String,String> values)
The HTTP request headers.
|
AttributeContextOuterClass.AttributeContext.HttpRequest.Builder |
putHeaders(String key,
String value)
The HTTP request headers.
|
AttributeContextOuterClass.AttributeContext.HttpRequest.Builder |
removeHeaders(String key)
The HTTP request headers.
|
AttributeContextOuterClass.AttributeContext.HttpRequest.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
AttributeContextOuterClass.AttributeContext.HttpRequest.Builder |
setFragment(String value)
The HTTP URL fragment, excluding leading `#`.
|
AttributeContextOuterClass.AttributeContext.HttpRequest.Builder |
setFragmentBytes(com.google.protobuf.ByteString value)
The HTTP URL fragment, excluding leading `#`.
|
AttributeContextOuterClass.AttributeContext.HttpRequest.Builder |
setHost(String value)
The HTTP request `Host` or 'Authority` header value.
|
AttributeContextOuterClass.AttributeContext.HttpRequest.Builder |
setHostBytes(com.google.protobuf.ByteString value)
The HTTP request `Host` or 'Authority` header value.
|
AttributeContextOuterClass.AttributeContext.HttpRequest.Builder |
setId(String value)
The unique ID for a request, which can be propagated to downstream
systems.
|
AttributeContextOuterClass.AttributeContext.HttpRequest.Builder |
setIdBytes(com.google.protobuf.ByteString value)
The unique ID for a request, which can be propagated to downstream
systems.
|
AttributeContextOuterClass.AttributeContext.HttpRequest.Builder |
setMethod(String value)
The HTTP request method, such as `GET`, `POST`.
|
AttributeContextOuterClass.AttributeContext.HttpRequest.Builder |
setMethodBytes(com.google.protobuf.ByteString value)
The HTTP request method, such as `GET`, `POST`.
|
AttributeContextOuterClass.AttributeContext.HttpRequest.Builder |
setPath(String value)
The HTTP URL path.
|
AttributeContextOuterClass.AttributeContext.HttpRequest.Builder |
setPathBytes(com.google.protobuf.ByteString value)
The HTTP URL path.
|
AttributeContextOuterClass.AttributeContext.HttpRequest.Builder |
setProtocol(String value)
The network protocol used with the request, such as
"http/1.1", "spdy/3", "h2", "h2c"
|
AttributeContextOuterClass.AttributeContext.HttpRequest.Builder |
setProtocolBytes(com.google.protobuf.ByteString value)
The network protocol used with the request, such as
"http/1.1", "spdy/3", "h2", "h2c"
|
AttributeContextOuterClass.AttributeContext.HttpRequest.Builder |
setQuery(String value)
The HTTP URL query in the format of `name1=value`&name2=value2`, as it
appears in the first line of the HTTP request.
|
AttributeContextOuterClass.AttributeContext.HttpRequest.Builder |
setQueryBytes(com.google.protobuf.ByteString value)
The HTTP URL query in the format of `name1=value`&name2=value2`, as it
appears in the first line of the HTTP request.
|
AttributeContextOuterClass.AttributeContext.HttpRequest.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
AttributeContextOuterClass.AttributeContext.HttpRequest.Builder |
setScheme(String value)
The HTTP URL scheme, such as `http` and `https`.
|
AttributeContextOuterClass.AttributeContext.HttpRequest.Builder |
setSchemeBytes(com.google.protobuf.ByteString value)
The HTTP URL scheme, such as `http` and `https`.
|
AttributeContextOuterClass.AttributeContext.HttpRequest.Builder |
setSize(long value)
The HTTP request size in bytes.
|
AttributeContextOuterClass.AttributeContext.HttpRequest.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.MapField internalGetMapField(int number)
internalGetMapField in class com.google.protobuf.GeneratedMessageV3.Builder<AttributeContextOuterClass.AttributeContext.HttpRequest.Builder>protected com.google.protobuf.MapField internalGetMutableMapField(int number)
internalGetMutableMapField in class com.google.protobuf.GeneratedMessageV3.Builder<AttributeContextOuterClass.AttributeContext.HttpRequest.Builder>protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<AttributeContextOuterClass.AttributeContext.HttpRequest.Builder>public AttributeContextOuterClass.AttributeContext.HttpRequest.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<AttributeContextOuterClass.AttributeContext.HttpRequest.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<AttributeContextOuterClass.AttributeContext.HttpRequest.Builder>public AttributeContextOuterClass.AttributeContext.HttpRequest getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic AttributeContextOuterClass.AttributeContext.HttpRequest build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic AttributeContextOuterClass.AttributeContext.HttpRequest buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic AttributeContextOuterClass.AttributeContext.HttpRequest.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<AttributeContextOuterClass.AttributeContext.HttpRequest.Builder>public AttributeContextOuterClass.AttributeContext.HttpRequest.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<AttributeContextOuterClass.AttributeContext.HttpRequest.Builder>public AttributeContextOuterClass.AttributeContext.HttpRequest.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<AttributeContextOuterClass.AttributeContext.HttpRequest.Builder>public AttributeContextOuterClass.AttributeContext.HttpRequest.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<AttributeContextOuterClass.AttributeContext.HttpRequest.Builder>public AttributeContextOuterClass.AttributeContext.HttpRequest.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<AttributeContextOuterClass.AttributeContext.HttpRequest.Builder>public AttributeContextOuterClass.AttributeContext.HttpRequest.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<AttributeContextOuterClass.AttributeContext.HttpRequest.Builder>public AttributeContextOuterClass.AttributeContext.HttpRequest.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<AttributeContextOuterClass.AttributeContext.HttpRequest.Builder>public AttributeContextOuterClass.AttributeContext.HttpRequest.Builder mergeFrom(AttributeContextOuterClass.AttributeContext.HttpRequest other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<AttributeContextOuterClass.AttributeContext.HttpRequest.Builder>public AttributeContextOuterClass.AttributeContext.HttpRequest.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<AttributeContextOuterClass.AttributeContext.HttpRequest.Builder>IOExceptionpublic String getId()
The unique ID for a request, which can be propagated to downstream systems. The ID should have low probability of collision within a single day for a specific service. For HTTP requests, it should be X-Request-ID or equivalent.
string id = 1;getId in interface AttributeContextOuterClass.AttributeContext.HttpRequestOrBuilderpublic com.google.protobuf.ByteString getIdBytes()
The unique ID for a request, which can be propagated to downstream systems. The ID should have low probability of collision within a single day for a specific service. For HTTP requests, it should be X-Request-ID or equivalent.
string id = 1;getIdBytes in interface AttributeContextOuterClass.AttributeContext.HttpRequestOrBuilderpublic AttributeContextOuterClass.AttributeContext.HttpRequest.Builder setId(String value)
The unique ID for a request, which can be propagated to downstream systems. The ID should have low probability of collision within a single day for a specific service. For HTTP requests, it should be X-Request-ID or equivalent.
string id = 1;public AttributeContextOuterClass.AttributeContext.HttpRequest.Builder clearId()
The unique ID for a request, which can be propagated to downstream systems. The ID should have low probability of collision within a single day for a specific service. For HTTP requests, it should be X-Request-ID or equivalent.
string id = 1;public AttributeContextOuterClass.AttributeContext.HttpRequest.Builder setIdBytes(com.google.protobuf.ByteString value)
The unique ID for a request, which can be propagated to downstream systems. The ID should have low probability of collision within a single day for a specific service. For HTTP requests, it should be X-Request-ID or equivalent.
string id = 1;public String getMethod()
The HTTP request method, such as `GET`, `POST`.
string method = 2;getMethod in interface AttributeContextOuterClass.AttributeContext.HttpRequestOrBuilderpublic com.google.protobuf.ByteString getMethodBytes()
The HTTP request method, such as `GET`, `POST`.
string method = 2;getMethodBytes in interface AttributeContextOuterClass.AttributeContext.HttpRequestOrBuilderpublic AttributeContextOuterClass.AttributeContext.HttpRequest.Builder setMethod(String value)
The HTTP request method, such as `GET`, `POST`.
string method = 2;public AttributeContextOuterClass.AttributeContext.HttpRequest.Builder clearMethod()
The HTTP request method, such as `GET`, `POST`.
string method = 2;public AttributeContextOuterClass.AttributeContext.HttpRequest.Builder setMethodBytes(com.google.protobuf.ByteString value)
The HTTP request method, such as `GET`, `POST`.
string method = 2;public int getHeadersCount()
AttributeContextOuterClass.AttributeContext.HttpRequestOrBuilderThe HTTP request headers. If multiple headers share the same key, they must be merged according to the HTTP spec. All header keys must be lowercased, because HTTP header keys are case-insensitive.
map<string, string> headers = 3;getHeadersCount in interface AttributeContextOuterClass.AttributeContext.HttpRequestOrBuilderpublic boolean containsHeaders(String key)
The HTTP request headers. If multiple headers share the same key, they must be merged according to the HTTP spec. All header keys must be lowercased, because HTTP header keys are case-insensitive.
map<string, string> headers = 3;containsHeaders in interface AttributeContextOuterClass.AttributeContext.HttpRequestOrBuilder@Deprecated public Map<String,String> getHeaders()
getHeadersMap() instead.getHeaders in interface AttributeContextOuterClass.AttributeContext.HttpRequestOrBuilderpublic Map<String,String> getHeadersMap()
The HTTP request headers. If multiple headers share the same key, they must be merged according to the HTTP spec. All header keys must be lowercased, because HTTP header keys are case-insensitive.
map<string, string> headers = 3;getHeadersMap in interface AttributeContextOuterClass.AttributeContext.HttpRequestOrBuilderpublic String getHeadersOrDefault(String key, String defaultValue)
The HTTP request headers. If multiple headers share the same key, they must be merged according to the HTTP spec. All header keys must be lowercased, because HTTP header keys are case-insensitive.
map<string, string> headers = 3;getHeadersOrDefault in interface AttributeContextOuterClass.AttributeContext.HttpRequestOrBuilderpublic String getHeadersOrThrow(String key)
The HTTP request headers. If multiple headers share the same key, they must be merged according to the HTTP spec. All header keys must be lowercased, because HTTP header keys are case-insensitive.
map<string, string> headers = 3;getHeadersOrThrow in interface AttributeContextOuterClass.AttributeContext.HttpRequestOrBuilderpublic AttributeContextOuterClass.AttributeContext.HttpRequest.Builder clearHeaders()
public AttributeContextOuterClass.AttributeContext.HttpRequest.Builder removeHeaders(String key)
The HTTP request headers. If multiple headers share the same key, they must be merged according to the HTTP spec. All header keys must be lowercased, because HTTP header keys are case-insensitive.
map<string, string> headers = 3;@Deprecated public Map<String,String> getMutableHeaders()
public AttributeContextOuterClass.AttributeContext.HttpRequest.Builder putHeaders(String key, String value)
The HTTP request headers. If multiple headers share the same key, they must be merged according to the HTTP spec. All header keys must be lowercased, because HTTP header keys are case-insensitive.
map<string, string> headers = 3;public AttributeContextOuterClass.AttributeContext.HttpRequest.Builder putAllHeaders(Map<String,String> values)
The HTTP request headers. If multiple headers share the same key, they must be merged according to the HTTP spec. All header keys must be lowercased, because HTTP header keys are case-insensitive.
map<string, string> headers = 3;public String getPath()
The HTTP URL path.
string path = 4;getPath in interface AttributeContextOuterClass.AttributeContext.HttpRequestOrBuilderpublic com.google.protobuf.ByteString getPathBytes()
The HTTP URL path.
string path = 4;getPathBytes in interface AttributeContextOuterClass.AttributeContext.HttpRequestOrBuilderpublic AttributeContextOuterClass.AttributeContext.HttpRequest.Builder setPath(String value)
The HTTP URL path.
string path = 4;public AttributeContextOuterClass.AttributeContext.HttpRequest.Builder clearPath()
The HTTP URL path.
string path = 4;public AttributeContextOuterClass.AttributeContext.HttpRequest.Builder setPathBytes(com.google.protobuf.ByteString value)
The HTTP URL path.
string path = 4;public String getHost()
The HTTP request `Host` or 'Authority` header value.
string host = 5;getHost in interface AttributeContextOuterClass.AttributeContext.HttpRequestOrBuilderpublic com.google.protobuf.ByteString getHostBytes()
The HTTP request `Host` or 'Authority` header value.
string host = 5;getHostBytes in interface AttributeContextOuterClass.AttributeContext.HttpRequestOrBuilderpublic AttributeContextOuterClass.AttributeContext.HttpRequest.Builder setHost(String value)
The HTTP request `Host` or 'Authority` header value.
string host = 5;public AttributeContextOuterClass.AttributeContext.HttpRequest.Builder clearHost()
The HTTP request `Host` or 'Authority` header value.
string host = 5;public AttributeContextOuterClass.AttributeContext.HttpRequest.Builder setHostBytes(com.google.protobuf.ByteString value)
The HTTP request `Host` or 'Authority` header value.
string host = 5;public String getScheme()
The HTTP URL scheme, such as `http` and `https`.
string scheme = 6;getScheme in interface AttributeContextOuterClass.AttributeContext.HttpRequestOrBuilderpublic com.google.protobuf.ByteString getSchemeBytes()
The HTTP URL scheme, such as `http` and `https`.
string scheme = 6;getSchemeBytes in interface AttributeContextOuterClass.AttributeContext.HttpRequestOrBuilderpublic AttributeContextOuterClass.AttributeContext.HttpRequest.Builder setScheme(String value)
The HTTP URL scheme, such as `http` and `https`.
string scheme = 6;public AttributeContextOuterClass.AttributeContext.HttpRequest.Builder clearScheme()
The HTTP URL scheme, such as `http` and `https`.
string scheme = 6;public AttributeContextOuterClass.AttributeContext.HttpRequest.Builder setSchemeBytes(com.google.protobuf.ByteString value)
The HTTP URL scheme, such as `http` and `https`.
string scheme = 6;public String getQuery()
The HTTP URL query in the format of `name1=value`&name2=value2`, as it appears in the first line of the HTTP request. No decoding is performed.
string query = 7;getQuery in interface AttributeContextOuterClass.AttributeContext.HttpRequestOrBuilderpublic com.google.protobuf.ByteString getQueryBytes()
The HTTP URL query in the format of `name1=value`&name2=value2`, as it appears in the first line of the HTTP request. No decoding is performed.
string query = 7;getQueryBytes in interface AttributeContextOuterClass.AttributeContext.HttpRequestOrBuilderpublic AttributeContextOuterClass.AttributeContext.HttpRequest.Builder setQuery(String value)
The HTTP URL query in the format of `name1=value`&name2=value2`, as it appears in the first line of the HTTP request. No decoding is performed.
string query = 7;public AttributeContextOuterClass.AttributeContext.HttpRequest.Builder clearQuery()
The HTTP URL query in the format of `name1=value`&name2=value2`, as it appears in the first line of the HTTP request. No decoding is performed.
string query = 7;public AttributeContextOuterClass.AttributeContext.HttpRequest.Builder setQueryBytes(com.google.protobuf.ByteString value)
The HTTP URL query in the format of `name1=value`&name2=value2`, as it appears in the first line of the HTTP request. No decoding is performed.
string query = 7;public String getFragment()
The HTTP URL fragment, excluding leading `#`. No URL decoding is performed.
string fragment = 8;getFragment in interface AttributeContextOuterClass.AttributeContext.HttpRequestOrBuilderpublic com.google.protobuf.ByteString getFragmentBytes()
The HTTP URL fragment, excluding leading `#`. No URL decoding is performed.
string fragment = 8;getFragmentBytes in interface AttributeContextOuterClass.AttributeContext.HttpRequestOrBuilderpublic AttributeContextOuterClass.AttributeContext.HttpRequest.Builder setFragment(String value)
The HTTP URL fragment, excluding leading `#`. No URL decoding is performed.
string fragment = 8;public AttributeContextOuterClass.AttributeContext.HttpRequest.Builder clearFragment()
The HTTP URL fragment, excluding leading `#`. No URL decoding is performed.
string fragment = 8;public AttributeContextOuterClass.AttributeContext.HttpRequest.Builder setFragmentBytes(com.google.protobuf.ByteString value)
The HTTP URL fragment, excluding leading `#`. No URL decoding is performed.
string fragment = 8;public long getSize()
The HTTP request size in bytes. If unknown, it must be -1.
int64 size = 9;getSize in interface AttributeContextOuterClass.AttributeContext.HttpRequestOrBuilderpublic AttributeContextOuterClass.AttributeContext.HttpRequest.Builder setSize(long value)
The HTTP request size in bytes. If unknown, it must be -1.
int64 size = 9;public AttributeContextOuterClass.AttributeContext.HttpRequest.Builder clearSize()
The HTTP request size in bytes. If unknown, it must be -1.
int64 size = 9;public String getProtocol()
The network protocol used with the request, such as "http/1.1", "spdy/3", "h2", "h2c"
string protocol = 10;getProtocol in interface AttributeContextOuterClass.AttributeContext.HttpRequestOrBuilderpublic com.google.protobuf.ByteString getProtocolBytes()
The network protocol used with the request, such as "http/1.1", "spdy/3", "h2", "h2c"
string protocol = 10;getProtocolBytes in interface AttributeContextOuterClass.AttributeContext.HttpRequestOrBuilderpublic AttributeContextOuterClass.AttributeContext.HttpRequest.Builder setProtocol(String value)
The network protocol used with the request, such as "http/1.1", "spdy/3", "h2", "h2c"
string protocol = 10;public AttributeContextOuterClass.AttributeContext.HttpRequest.Builder clearProtocol()
The network protocol used with the request, such as "http/1.1", "spdy/3", "h2", "h2c"
string protocol = 10;public AttributeContextOuterClass.AttributeContext.HttpRequest.Builder setProtocolBytes(com.google.protobuf.ByteString value)
The network protocol used with the request, such as "http/1.1", "spdy/3", "h2", "h2c"
string protocol = 10;public final AttributeContextOuterClass.AttributeContext.HttpRequest.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<AttributeContextOuterClass.AttributeContext.HttpRequest.Builder>public final AttributeContextOuterClass.AttributeContext.HttpRequest.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<AttributeContextOuterClass.AttributeContext.HttpRequest.Builder>Copyright © 2019 WSO2. All rights reserved.