Uses of Class
io.envoyproxy.envoy.data.accesslog.v3.AccessLogCommon
-
Packages that use AccessLogCommon Package Description io.envoyproxy.envoy.data.accesslog.v3 -
-
Uses of AccessLogCommon in io.envoyproxy.envoy.data.accesslog.v3
Fields in io.envoyproxy.envoy.data.accesslog.v3 declared as AccessLogCommon Modifier and Type Field Description private AccessLogCommon
HTTPAccessLogEntry.Builder. commonProperties_
private AccessLogCommon
HTTPAccessLogEntry. commonProperties_
private AccessLogCommon
TCPAccessLogEntry.Builder. commonProperties_
private AccessLogCommon
TCPAccessLogEntry. commonProperties_
private static AccessLogCommon
AccessLogCommon. DEFAULT_INSTANCE
Fields in io.envoyproxy.envoy.data.accesslog.v3 with type parameters of type AccessLogCommon Modifier and Type Field Description private com.google.protobuf.SingleFieldBuilder<AccessLogCommon,AccessLogCommon.Builder,AccessLogCommonOrBuilder>
HTTPAccessLogEntry.Builder. commonPropertiesBuilder_
private com.google.protobuf.SingleFieldBuilder<AccessLogCommon,AccessLogCommon.Builder,AccessLogCommonOrBuilder>
TCPAccessLogEntry.Builder. commonPropertiesBuilder_
private static com.google.protobuf.Parser<AccessLogCommon>
AccessLogCommon. PARSER
Methods in io.envoyproxy.envoy.data.accesslog.v3 that return AccessLogCommon Modifier and Type Method Description AccessLogCommon
AccessLogCommon.Builder. build()
AccessLogCommon
AccessLogCommon.Builder. buildPartial()
AccessLogCommon
HTTPAccessLogEntry.Builder. getCommonProperties()
Common properties shared by all Envoy access logs.AccessLogCommon
HTTPAccessLogEntry. getCommonProperties()
Common properties shared by all Envoy access logs.AccessLogCommon
HTTPAccessLogEntryOrBuilder. getCommonProperties()
Common properties shared by all Envoy access logs.AccessLogCommon
TCPAccessLogEntry.Builder. getCommonProperties()
Common properties shared by all Envoy access logs.AccessLogCommon
TCPAccessLogEntry. getCommonProperties()
Common properties shared by all Envoy access logs.AccessLogCommon
TCPAccessLogEntryOrBuilder. getCommonProperties()
Common properties shared by all Envoy access logs.static AccessLogCommon
AccessLogCommon. getDefaultInstance()
AccessLogCommon
AccessLogCommon.Builder. getDefaultInstanceForType()
AccessLogCommon
AccessLogCommon. getDefaultInstanceForType()
static AccessLogCommon
AccessLogCommon. parseDelimitedFrom(java.io.InputStream input)
static AccessLogCommon
AccessLogCommon. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AccessLogCommon
AccessLogCommon. parseFrom(byte[] data)
static AccessLogCommon
AccessLogCommon. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AccessLogCommon
AccessLogCommon. parseFrom(com.google.protobuf.ByteString data)
static AccessLogCommon
AccessLogCommon. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AccessLogCommon
AccessLogCommon. parseFrom(com.google.protobuf.CodedInputStream input)
static AccessLogCommon
AccessLogCommon. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AccessLogCommon
AccessLogCommon. parseFrom(java.io.InputStream input)
static AccessLogCommon
AccessLogCommon. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AccessLogCommon
AccessLogCommon. parseFrom(java.nio.ByteBuffer data)
static AccessLogCommon
AccessLogCommon. parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in io.envoyproxy.envoy.data.accesslog.v3 that return types with arguments of type AccessLogCommon Modifier and Type Method Description private com.google.protobuf.SingleFieldBuilder<AccessLogCommon,AccessLogCommon.Builder,AccessLogCommonOrBuilder>
HTTPAccessLogEntry.Builder. getCommonPropertiesFieldBuilder()
Common properties shared by all Envoy access logs.private com.google.protobuf.SingleFieldBuilder<AccessLogCommon,AccessLogCommon.Builder,AccessLogCommonOrBuilder>
TCPAccessLogEntry.Builder. getCommonPropertiesFieldBuilder()
Common properties shared by all Envoy access logs.com.google.protobuf.Parser<AccessLogCommon>
AccessLogCommon. getParserForType()
static com.google.protobuf.Parser<AccessLogCommon>
AccessLogCommon. parser()
Methods in io.envoyproxy.envoy.data.accesslog.v3 with parameters of type AccessLogCommon Modifier and Type Method Description private void
AccessLogCommon.Builder. buildPartial0(AccessLogCommon result)
private void
AccessLogCommon.Builder. buildPartial1(AccessLogCommon result)
HTTPAccessLogEntry.Builder
HTTPAccessLogEntry.Builder. mergeCommonProperties(AccessLogCommon value)
Common properties shared by all Envoy access logs.TCPAccessLogEntry.Builder
TCPAccessLogEntry.Builder. mergeCommonProperties(AccessLogCommon value)
Common properties shared by all Envoy access logs.AccessLogCommon.Builder
AccessLogCommon.Builder. mergeFrom(AccessLogCommon other)
static AccessLogCommon.Builder
AccessLogCommon. newBuilder(AccessLogCommon prototype)
HTTPAccessLogEntry.Builder
HTTPAccessLogEntry.Builder. setCommonProperties(AccessLogCommon value)
Common properties shared by all Envoy access logs.TCPAccessLogEntry.Builder
TCPAccessLogEntry.Builder. setCommonProperties(AccessLogCommon value)
Common properties shared by all Envoy access logs.
-