Uses of Class
io.envoyproxy.envoy.data.accesslog.v3.AccessLogCommon
Packages that use AccessLogCommon
-
Uses of AccessLogCommon in io.envoyproxy.envoy.data.accesslog.v3
Fields in io.envoyproxy.envoy.data.accesslog.v3 declared as AccessLogCommonModifier and TypeFieldDescriptionprivate AccessLogCommon
HTTPAccessLogEntry.Builder.commonProperties_
private AccessLogCommon
HTTPAccessLogEntry.commonProperties_
private AccessLogCommon
TCPAccessLogEntry.Builder.commonProperties_
private AccessLogCommon
TCPAccessLogEntry.commonProperties_
private static final AccessLogCommon
AccessLogCommon.DEFAULT_INSTANCE
Fields in io.envoyproxy.envoy.data.accesslog.v3 with type parameters of type AccessLogCommonModifier and TypeFieldDescriptionprivate 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 final com.google.protobuf.Parser
<AccessLogCommon> AccessLogCommon.PARSER
Methods in io.envoyproxy.envoy.data.accesslog.v3 that return AccessLogCommonModifier and TypeMethodDescriptionAccessLogCommon.Builder.build()
AccessLogCommon.Builder.buildPartial()
HTTPAccessLogEntry.Builder.getCommonProperties()
Common properties shared by all Envoy access logs.HTTPAccessLogEntry.getCommonProperties()
Common properties shared by all Envoy access logs.HTTPAccessLogEntryOrBuilder.getCommonProperties()
Common properties shared by all Envoy access logs.TCPAccessLogEntry.Builder.getCommonProperties()
Common properties shared by all Envoy access logs.TCPAccessLogEntry.getCommonProperties()
Common properties shared by all Envoy access logs.TCPAccessLogEntryOrBuilder.getCommonProperties()
Common properties shared by all Envoy access logs.static AccessLogCommon
AccessLogCommon.getDefaultInstance()
AccessLogCommon.Builder.getDefaultInstanceForType()
AccessLogCommon.getDefaultInstanceForType()
static AccessLogCommon
AccessLogCommon.parseDelimitedFrom
(InputStream input) static AccessLogCommon
AccessLogCommon.parseDelimitedFrom
(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
(InputStream input) static AccessLogCommon
AccessLogCommon.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static AccessLogCommon
AccessLogCommon.parseFrom
(ByteBuffer data) static AccessLogCommon
AccessLogCommon.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.envoyproxy.envoy.data.accesslog.v3 that return types with arguments of type AccessLogCommonModifier and TypeMethodDescriptioncom.google.protobuf.Parser
<AccessLogCommon> AccessLogCommon.getParserForType()
private com.google.protobuf.SingleFieldBuilder
<AccessLogCommon, AccessLogCommon.Builder, AccessLogCommonOrBuilder> HTTPAccessLogEntry.Builder.internalGetCommonPropertiesFieldBuilder()
Common properties shared by all Envoy access logs.private com.google.protobuf.SingleFieldBuilder
<AccessLogCommon, AccessLogCommon.Builder, AccessLogCommonOrBuilder> TCPAccessLogEntry.Builder.internalGetCommonPropertiesFieldBuilder()
Common properties shared by all Envoy access logs.static com.google.protobuf.Parser
<AccessLogCommon> AccessLogCommon.parser()
Methods in io.envoyproxy.envoy.data.accesslog.v3 with parameters of type AccessLogCommonModifier and TypeMethodDescriptionprivate void
AccessLogCommon.Builder.buildPartial0
(AccessLogCommon result) private void
AccessLogCommon.Builder.buildPartial1
(AccessLogCommon result) HTTPAccessLogEntry.Builder.mergeCommonProperties
(AccessLogCommon value) Common properties shared by all Envoy access logs.TCPAccessLogEntry.Builder.mergeCommonProperties
(AccessLogCommon value) Common properties shared by all Envoy access logs.AccessLogCommon.Builder.mergeFrom
(AccessLogCommon other) static AccessLogCommon.Builder
AccessLogCommon.newBuilder
(AccessLogCommon prototype) HTTPAccessLogEntry.Builder.setCommonProperties
(AccessLogCommon value) Common properties shared by all Envoy access logs.TCPAccessLogEntry.Builder.setCommonProperties
(AccessLogCommon value) Common properties shared by all Envoy access logs.