Package mdg.engine.proto
Interface Reports.Trace.HTTPOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Reports.Trace.HTTP,Reports.Trace.HTTP.Builder
- Enclosing class:
- Reports.Trace
public static interface Reports.Trace.HTTPOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbooleanShould exclude manual blacklist ("Auth" by default)booleanmap<string, .mdg.engine.proto.Trace.HTTP.Values> response_headers = 5;getHost()string host = 2;com.google.protobuf.ByteStringstring host = 2;.mdg.engine.proto.Trace.HTTP.Method method = 1;int.mdg.engine.proto.Trace.HTTP.Method method = 1;getPath()string path = 3;com.google.protobuf.ByteStringstring path = 3;by convention "HTTP/1.0", "HTTP/1.1", "HTTP/2" or "h2"com.google.protobuf.ByteStringby convention "HTTP/1.0", "HTTP/1.1", "HTTP/2" or "h2"Deprecated.intShould exclude manual blacklist ("Auth" by default)Should exclude manual blacklist ("Auth" by default)getRequestHeadersOrDefault(String key, Reports.Trace.HTTP.Values defaultValue) Should exclude manual blacklist ("Auth" by default)Should exclude manual blacklist ("Auth" by default)Deprecated.intmap<string, .mdg.engine.proto.Trace.HTTP.Values> response_headers = 5;map<string, .mdg.engine.proto.Trace.HTTP.Values> response_headers = 5;getResponseHeadersOrDefault(String key, Reports.Trace.HTTP.Values defaultValue) map<string, .mdg.engine.proto.Trace.HTTP.Values> response_headers = 5;map<string, .mdg.engine.proto.Trace.HTTP.Values> response_headers = 5;booleanTLS was usedintuint32 status_code = 6;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getMethodValue
int getMethodValue().mdg.engine.proto.Trace.HTTP.Method method = 1;- Returns:
- The enum numeric value on the wire for method.
-
getMethod
Reports.Trace.HTTP.Method getMethod().mdg.engine.proto.Trace.HTTP.Method method = 1;- Returns:
- The method.
-
getHost
String getHost()string host = 2;- Returns:
- The host.
-
getHostBytes
com.google.protobuf.ByteString getHostBytes()string host = 2;- Returns:
- The bytes for host.
-
getPath
String getPath()string path = 3;- Returns:
- The path.
-
getPathBytes
com.google.protobuf.ByteString getPathBytes()string path = 3;- Returns:
- The bytes for path.
-
getRequestHeadersCount
int getRequestHeadersCount()Should exclude manual blacklist ("Auth" by default)map<string, .mdg.engine.proto.Trace.HTTP.Values> request_headers = 4; -
containsRequestHeaders
Should exclude manual blacklist ("Auth" by default)map<string, .mdg.engine.proto.Trace.HTTP.Values> request_headers = 4; -
getRequestHeaders
Deprecated.UsegetRequestHeadersMap()instead. -
getRequestHeadersMap
Map<String,Reports.Trace.HTTP.Values> getRequestHeadersMap()Should exclude manual blacklist ("Auth" by default)map<string, .mdg.engine.proto.Trace.HTTP.Values> request_headers = 4; -
getRequestHeadersOrDefault
Reports.Trace.HTTP.Values getRequestHeadersOrDefault(String key, Reports.Trace.HTTP.Values defaultValue) Should exclude manual blacklist ("Auth" by default)map<string, .mdg.engine.proto.Trace.HTTP.Values> request_headers = 4; -
getRequestHeadersOrThrow
Should exclude manual blacklist ("Auth" by default)map<string, .mdg.engine.proto.Trace.HTTP.Values> request_headers = 4; -
getResponseHeadersCount
int getResponseHeadersCount()map<string, .mdg.engine.proto.Trace.HTTP.Values> response_headers = 5; -
containsResponseHeaders
map<string, .mdg.engine.proto.Trace.HTTP.Values> response_headers = 5; -
getResponseHeaders
Deprecated.UsegetResponseHeadersMap()instead. -
getResponseHeadersMap
Map<String,Reports.Trace.HTTP.Values> getResponseHeadersMap()map<string, .mdg.engine.proto.Trace.HTTP.Values> response_headers = 5; -
getResponseHeadersOrDefault
Reports.Trace.HTTP.Values getResponseHeadersOrDefault(String key, Reports.Trace.HTTP.Values defaultValue) map<string, .mdg.engine.proto.Trace.HTTP.Values> response_headers = 5; -
getResponseHeadersOrThrow
map<string, .mdg.engine.proto.Trace.HTTP.Values> response_headers = 5; -
getStatusCode
int getStatusCode()uint32 status_code = 6;- Returns:
- The statusCode.
-
getSecure
boolean getSecure()TLS was used
bool secure = 8;- Returns:
- The secure.
-
getProtocol
String getProtocol()by convention "HTTP/1.0", "HTTP/1.1", "HTTP/2" or "h2"
string protocol = 9;- Returns:
- The protocol.
-
getProtocolBytes
com.google.protobuf.ByteString getProtocolBytes()by convention "HTTP/1.0", "HTTP/1.1", "HTTP/2" or "h2"
string protocol = 9;- Returns:
- The bytes for protocol.
-