Uses of Class
io.envoyproxy.envoy.data.accesslog.v3.AccessLogCommon
Packages that use AccessLogCommon
-
Uses of AccessLogCommon in io.envoyproxy.envoy.data.accesslog.v3
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 AccessLogCommonAccessLogCommon.getDefaultInstance()AccessLogCommon.Builder.getDefaultInstanceForType()AccessLogCommon.getDefaultInstanceForType()static AccessLogCommonAccessLogCommon.parseDelimitedFrom(InputStream input) static AccessLogCommonAccessLogCommon.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static AccessLogCommonAccessLogCommon.parseFrom(byte[] data) static AccessLogCommonAccessLogCommon.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static AccessLogCommonAccessLogCommon.parseFrom(com.google.protobuf.ByteString data) static AccessLogCommonAccessLogCommon.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static AccessLogCommonAccessLogCommon.parseFrom(com.google.protobuf.CodedInputStream input) static AccessLogCommonAccessLogCommon.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static AccessLogCommonAccessLogCommon.parseFrom(InputStream input) static AccessLogCommonAccessLogCommon.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static AccessLogCommonAccessLogCommon.parseFrom(ByteBuffer data) static AccessLogCommonAccessLogCommon.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()static com.google.protobuf.Parser<AccessLogCommon> AccessLogCommon.parser()Methods in io.envoyproxy.envoy.data.accesslog.v3 with parameters of type AccessLogCommonModifier and TypeMethodDescriptionHTTPAccessLogEntry.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.BuilderAccessLogCommon.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.