public static interface AttributeContext.RequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
AttributeContext.HttpRequest |
getHttp()
Represents an HTTP request or an HTTP-like request.
|
AttributeContext.HttpRequestOrBuilder |
getHttpOrBuilder()
Represents an HTTP request or an HTTP-like request.
|
com.google.protobuf.Timestamp |
getTime()
The timestamp when the proxy receives the first byte of the request.
|
com.google.protobuf.TimestampOrBuilder |
getTimeOrBuilder()
The timestamp when the proxy receives the first byte of the request.
|
boolean |
hasHttp()
Represents an HTTP request or an HTTP-like request.
|
boolean |
hasTime()
The timestamp when the proxy receives the first byte of the request.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasTime()
The timestamp when the proxy receives the first byte of the request.
.google.protobuf.Timestamp time = 1;com.google.protobuf.Timestamp getTime()
The timestamp when the proxy receives the first byte of the request.
.google.protobuf.Timestamp time = 1;com.google.protobuf.TimestampOrBuilder getTimeOrBuilder()
The timestamp when the proxy receives the first byte of the request.
.google.protobuf.Timestamp time = 1;boolean hasHttp()
Represents an HTTP request or an HTTP-like request.
.envoy.service.auth.v2.AttributeContext.HttpRequest http = 2;AttributeContext.HttpRequest getHttp()
Represents an HTTP request or an HTTP-like request.
.envoy.service.auth.v2.AttributeContext.HttpRequest http = 2;AttributeContext.HttpRequestOrBuilder getHttpOrBuilder()
Represents an HTTP request or an HTTP-like request.
.envoy.service.auth.v2.AttributeContext.HttpRequest http = 2;Copyright © 2018–2021 The Envoy Project. All rights reserved.