Uses of Enum
io.envoyproxy.envoy.data.accesslog.v3.AccessLogType
Packages that use AccessLogType
-
Uses of AccessLogType in io.envoyproxy.envoy.config.accesslog.v3
Fields in io.envoyproxy.envoy.config.accesslog.v3 with type parameters of type AccessLogTypeModifier and TypeFieldDescriptionprivate static final com.google.protobuf.Internal.IntListAdapter.IntConverter
<AccessLogType> LogTypeFilter.types_converter_
Methods in io.envoyproxy.envoy.config.accesslog.v3 that return AccessLogTypeModifier and TypeMethodDescriptionLogTypeFilter.Builder.getTypes
(int index) Logs only records which their type is one of the types defined in this field.LogTypeFilter.getTypes
(int index) Logs only records which their type is one of the types defined in this field.LogTypeFilterOrBuilder.getTypes
(int index) Logs only records which their type is one of the types defined in this field.Methods in io.envoyproxy.envoy.config.accesslog.v3 that return types with arguments of type AccessLogTypeModifier and TypeMethodDescriptionLogTypeFilter.Builder.getTypesList()
Logs only records which their type is one of the types defined in this field.LogTypeFilter.getTypesList()
Logs only records which their type is one of the types defined in this field.LogTypeFilterOrBuilder.getTypesList()
Logs only records which their type is one of the types defined in this field.Methods in io.envoyproxy.envoy.config.accesslog.v3 with parameters of type AccessLogTypeModifier and TypeMethodDescriptionLogTypeFilter.Builder.addTypes
(AccessLogType value) Logs only records which their type is one of the types defined in this field.LogTypeFilter.Builder.setTypes
(int index, AccessLogType value) Logs only records which their type is one of the types defined in this field.Method parameters in io.envoyproxy.envoy.config.accesslog.v3 with type arguments of type AccessLogTypeModifier and TypeMethodDescriptionLogTypeFilter.Builder.addAllTypes
(Iterable<? extends AccessLogType> values) Logs only records which their type is one of the types defined in this field. -
Uses of AccessLogType in io.envoyproxy.envoy.data.accesslog.v3
Fields in io.envoyproxy.envoy.data.accesslog.v3 declared as AccessLogTypeFields in io.envoyproxy.envoy.data.accesslog.v3 with type parameters of type AccessLogTypeModifier and TypeFieldDescriptionprivate static final com.google.protobuf.Internal.EnumLiteMap
<AccessLogType> AccessLogType.internalValueMap
Methods in io.envoyproxy.envoy.data.accesslog.v3 that return AccessLogTypeModifier and TypeMethodDescriptionstatic AccessLogType
AccessLogType.forNumber
(int value) AccessLogCommon.Builder.getAccessLogType()
The type of the access log, which indicates when the log was recorded.AccessLogCommon.getAccessLogType()
The type of the access log, which indicates when the log was recorded.AccessLogCommonOrBuilder.getAccessLogType()
The type of the access log, which indicates when the log was recorded.static AccessLogType
AccessLogType.valueOf
(int value) Deprecated.static AccessLogType
AccessLogType.valueOf
(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.static AccessLogType
Returns the enum constant of this type with the specified name.static AccessLogType[]
AccessLogType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.envoyproxy.envoy.data.accesslog.v3 that return types with arguments of type AccessLogTypeModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap
<AccessLogType> AccessLogType.internalGetValueMap()
Methods in io.envoyproxy.envoy.data.accesslog.v3 with parameters of type AccessLogTypeModifier and TypeMethodDescriptionAccessLogCommon.Builder.setAccessLogType
(AccessLogType value) The type of the access log, which indicates when the log was recorded.