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 AccessLogTypeLogTypeFilter.Builder. getTypes(int index)Logs only records which their type is one of the types defined in this field.AccessLogTypeLogTypeFilter. getTypes(int index)Logs only records which their type is one of the types defined in this field.AccessLogTypeLogTypeFilterOrBuilder. 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.BuilderLogTypeFilter.Builder. addTypes(AccessLogType value)Logs only records which their type is one of the types defined in this field.LogTypeFilter.BuilderLogTypeFilter.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.BuilderLogTypeFilter.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. VALUESFields 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. internalValueMapMethods in io.envoyproxy.envoy.data.accesslog.v3 that return AccessLogType Modifier and Type Method Description static AccessLogTypeAccessLogType. forNumber(int value)AccessLogTypeAccessLogCommon.Builder. getAccessLogType()The type of the access log, which indicates when the log was recorded.AccessLogTypeAccessLogCommon. getAccessLogType()The type of the access log, which indicates when the log was recorded.AccessLogTypeAccessLogCommonOrBuilder. getAccessLogType()The type of the access log, which indicates when the log was recorded.static AccessLogTypeAccessLogType. valueOf(int value)Deprecated.static AccessLogTypeAccessLogType. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static AccessLogTypeAccessLogType. 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.BuilderAccessLogCommon.Builder. setAccessLogType(AccessLogType value)The type of the access log, which indicates when the log was recorded.
-