Uses of Class
io.envoyproxy.envoy.data.accesslog.v3.AccessLogType
-
Packages that use AccessLogType Package Description io.envoyproxy.envoy.config.accesslog.v3 io.envoyproxy.envoy.data.accesslog.v3 -
-
Uses of AccessLogType in io.envoyproxy.envoy.config.accesslog.v3
Fields in io.envoyproxy.envoy.config.accesslog.v3 with type parameters of type AccessLogType Modifier and Type Field Description private static com.google.protobuf.Internal.IntListAdapter.IntConverter<AccessLogType>
LogTypeFilter. types_converter_
Methods in io.envoyproxy.envoy.config.accesslog.v3 that return AccessLogType Modifier and Type Method Description AccessLogType
LogTypeFilter.Builder. getTypes(int index)
Logs only records which their type is one of the types defined in this field.AccessLogType
LogTypeFilter. getTypes(int index)
Logs only records which their type is one of the types defined in this field.AccessLogType
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 AccessLogType Modifier and Type Method Description java.util.List<AccessLogType>
LogTypeFilter.Builder. getTypesList()
Logs only records which their type is one of the types defined in this field.java.util.List<AccessLogType>
LogTypeFilter. getTypesList()
Logs only records which their type is one of the types defined in this field.java.util.List<AccessLogType>
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 AccessLogType Modifier and Type Method Description LogTypeFilter.Builder
LogTypeFilter.Builder. addTypes(AccessLogType value)
Logs only records which their type is one of the types defined in this field.LogTypeFilter.Builder
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 AccessLogType Modifier and Type Method Description LogTypeFilter.Builder
LogTypeFilter.Builder. addAllTypes(java.lang.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 AccessLogType Modifier and Type Field Description private static AccessLogType[]
AccessLogType. VALUES
Fields in io.envoyproxy.envoy.data.accesslog.v3 with type parameters of type AccessLogType Modifier and Type Field Description private static com.google.protobuf.Internal.EnumLiteMap<AccessLogType>
AccessLogType. internalValueMap
Methods in io.envoyproxy.envoy.data.accesslog.v3 that return AccessLogType Modifier and Type Method Description static AccessLogType
AccessLogType. forNumber(int value)
AccessLogType
AccessLogCommon.Builder. getAccessLogType()
The type of the access log, which indicates when the log was recorded.AccessLogType
AccessLogCommon. getAccessLogType()
The type of the access log, which indicates when the log was recorded.AccessLogType
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
AccessLogType. valueOf(java.lang.String name)
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 AccessLogType Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<AccessLogType>
AccessLogType. internalGetValueMap()
Methods in io.envoyproxy.envoy.data.accesslog.v3 with parameters of type AccessLogType Modifier and Type Method Description AccessLogCommon.Builder
AccessLogCommon.Builder. setAccessLogType(AccessLogType value)
The type of the access log, which indicates when the log was recorded.
-