Uses of Class
io.envoyproxy.envoy.data.accesslog.v3.TLSProperties
-
Packages that use TLSProperties Package Description io.envoyproxy.envoy.data.accesslog.v3 -
-
Uses of TLSProperties in io.envoyproxy.envoy.data.accesslog.v3
Methods in io.envoyproxy.envoy.data.accesslog.v3 that return TLSProperties Modifier and Type Method Description TLSPropertiesTLSProperties.Builder. build()TLSPropertiesTLSProperties.Builder. buildPartial()static TLSPropertiesTLSProperties. getDefaultInstance()TLSPropertiesTLSProperties.Builder. getDefaultInstanceForType()TLSPropertiesTLSProperties. getDefaultInstanceForType()TLSPropertiesAccessLogCommon.Builder. getTlsProperties()If the connection is secure,S this field will contain TLS properties.TLSPropertiesAccessLogCommon. getTlsProperties()If the connection is secure,S this field will contain TLS properties.TLSPropertiesAccessLogCommonOrBuilder. getTlsProperties()If the connection is secure,S this field will contain TLS properties.static TLSPropertiesTLSProperties. parseDelimitedFrom(InputStream input)static TLSPropertiesTLSProperties. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TLSPropertiesTLSProperties. parseFrom(byte[] data)static TLSPropertiesTLSProperties. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TLSPropertiesTLSProperties. parseFrom(com.google.protobuf.ByteString data)static TLSPropertiesTLSProperties. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TLSPropertiesTLSProperties. parseFrom(com.google.protobuf.CodedInputStream input)static TLSPropertiesTLSProperties. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TLSPropertiesTLSProperties. parseFrom(InputStream input)static TLSPropertiesTLSProperties. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TLSPropertiesTLSProperties. parseFrom(ByteBuffer data)static TLSPropertiesTLSProperties. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in io.envoyproxy.envoy.data.accesslog.v3 that return types with arguments of type TLSProperties Modifier and Type Method Description com.google.protobuf.Parser<TLSProperties>TLSProperties. getParserForType()static com.google.protobuf.Parser<TLSProperties>TLSProperties. parser()Methods in io.envoyproxy.envoy.data.accesslog.v3 with parameters of type TLSProperties Modifier and Type Method Description TLSProperties.BuilderTLSProperties.Builder. mergeFrom(TLSProperties other)AccessLogCommon.BuilderAccessLogCommon.Builder. mergeTlsProperties(TLSProperties value)If the connection is secure,S this field will contain TLS properties.static TLSProperties.BuilderTLSProperties. newBuilder(TLSProperties prototype)AccessLogCommon.BuilderAccessLogCommon.Builder. setTlsProperties(TLSProperties value)If the connection is secure,S this field will contain TLS properties.
-