Package com.buildless.telemetry
Interface HttpInfoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
HttpInfo,HttpInfo.Builder
public interface HttpInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionHTTP version active for this request.intHTTP version active for this request.Specifies the counterparty IP in string (formatted) form.com.google.protobuf.ByteStringSpecifies the counterparty IP in string (formatted) form.Specifies the active TLS version wrapping this connection.intSpecifies the active TLS version wrapping this connection.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
-
getHttpVersionValue
int getHttpVersionValue()HTTP version active for this request.
.buildless.telemetry.HttpVersion http_version = 1 [json_name = "httpVersion"];- Returns:
- The enum numeric value on the wire for httpVersion.
-
getHttpVersion
HttpVersion getHttpVersion()HTTP version active for this request.
.buildless.telemetry.HttpVersion http_version = 1 [json_name = "httpVersion"];- Returns:
- The httpVersion.
-
getTlsVersionValue
int getTlsVersionValue()Specifies the active TLS version wrapping this connection.
.buildless.telemetry.TlsVersion tls_version = 2 [json_name = "tlsVersion"];- Returns:
- The enum numeric value on the wire for tlsVersion.
-
getTlsVersion
TlsVersion getTlsVersion()Specifies the active TLS version wrapping this connection.
.buildless.telemetry.TlsVersion tls_version = 2 [json_name = "tlsVersion"];- Returns:
- The tlsVersion.
-
getPeerIp
String getPeerIp()Specifies the counterparty IP in string (formatted) form.
string peer_ip = 3 [json_name = "peerIp"];- Returns:
- The peerIp.
-
getPeerIpBytes
com.google.protobuf.ByteString getPeerIpBytes()Specifies the counterparty IP in string (formatted) form.
string peer_ip = 3 [json_name = "peerIp"];- Returns:
- The bytes for peerIp.
-