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
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 List<AccessLogType>LogTypeFilter.Builder. getTypesList()Logs only records which their type is one of the types defined in this field.List<AccessLogType>LogTypeFilter. getTypesList()Logs only records which their type is one of the types defined in this field.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(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
Methods 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(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.
-