#ifndef GOOGLE_PROTOBUF_INCLUDED_components_2foptimization_5fguide_2fproto_2fredaction_2eproto
#define GOOGLE_PROTOBUF_INCLUDED_components_2foptimization_5fguide_2fproto_2fredaction_2eproto
#include <limits>
#include <string>
#include <google/protobuf/port_def.inc>
#if PROTOBUF_VERSION < 3021000
#error This file was generated by a newer version of protoc which is
#error incompatible with your Protocol Buffer headers. Please update
#error your headers.
#endif
#if 3021012 < PROTOBUF_MIN_PROTOC_VERSION
#error This file was generated by an older version of protoc which is
#error incompatible with your Protocol Buffer headers. Please
#error regenerate this file with a newer version of protoc.
#endif
#include <google/protobuf/port_undef.inc>
#include <google/protobuf/io/coded_stream.h>
#include <google/protobuf/arena.h>
#include <google/protobuf/arenastring.h>
#include <google/protobuf/generated_message_util.h>
#include <google/protobuf/metadata_lite.h>
#include <google/protobuf/message_lite.h>
#include <google/protobuf/repeated_field.h>
#include <google/protobuf/extension_set.h>
#include <google/protobuf/generated_enum_util.h>
#include "components/optimization_guide/proto/descriptors.pb.h"
#include <google/protobuf/port_def.inc>
#define PROTOBUF_INTERNAL_EXPORT_components_2foptimization_5fguide_2fproto_2fredaction_2eproto
PROTOBUF_NAMESPACE_OPEN
namespace internal {
class AnyMetadata;
}
PROTOBUF_NAMESPACE_CLOSE
struct TableStruct_components_2foptimization_5fguide_2fproto_2fredaction_2eproto { … };
namespace optimization_guide {
namespace proto {
class RedactRule;
struct RedactRuleDefaultTypeInternal;
extern RedactRuleDefaultTypeInternal _RedactRule_default_instance_;
class RedactRules;
struct RedactRulesDefaultTypeInternal;
extern RedactRulesDefaultTypeInternal _RedactRules_default_instance_;
}
}
PROTOBUF_NAMESPACE_OPEN
template<> ::optimization_guide::proto::RedactRule* Arena::CreateMaybeMessage<::optimization_guide::proto::RedactRule>(Arena*);
template<> ::optimization_guide::proto::RedactRules* Arena::CreateMaybeMessage<::optimization_guide::proto::RedactRules>(Arena*);
PROTOBUF_NAMESPACE_CLOSE
namespace optimization_guide {
namespace proto {
enum RedactBehavior : int { … };
bool RedactBehavior_IsValid(int value);
constexpr RedactBehavior RedactBehavior_MIN = …;
constexpr RedactBehavior RedactBehavior_MAX = …;
constexpr int RedactBehavior_ARRAYSIZE = …;
const std::string& RedactBehavior_Name(RedactBehavior value);
template<typename T>
inline const std::string& RedactBehavior_Name(T enum_t_value) { … }
bool RedactBehavior_Parse(
::PROTOBUF_NAMESPACE_ID::ConstStringParam name, RedactBehavior* value);
class RedactRule final :
public ::PROTOBUF_NAMESPACE_ID::MessageLite { … };
class RedactRules final :
public ::PROTOBUF_NAMESPACE_ID::MessageLite { … };
#ifdef __GNUC__
#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wstrict-aliasing"
#endif
inline void RedactRule::clear_behavior() { … }
inline ::optimization_guide::proto::RedactBehavior RedactRule::_internal_behavior() const { … }
inline ::optimization_guide::proto::RedactBehavior RedactRule::behavior() const { … }
inline void RedactRule::_internal_set_behavior(::optimization_guide::proto::RedactBehavior value) { … }
inline void RedactRule::set_behavior(::optimization_guide::proto::RedactBehavior value) { … }
inline void RedactRule::clear_regex() { … }
inline const std::string& RedactRule::regex() const { … }
template <typename ArgT0, typename... ArgT>
inline PROTOBUF_ALWAYS_INLINE
void RedactRule::set_regex(ArgT0&& arg0, ArgT... args) { … }
inline std::string* RedactRule::mutable_regex() { … }
inline const std::string& RedactRule::_internal_regex() const { … }
inline void RedactRule::_internal_set_regex(const std::string& value) { … }
inline std::string* RedactRule::_internal_mutable_regex() { … }
inline std::string* RedactRule::release_regex() { … }
inline void RedactRule::set_allocated_regex(std::string* regex) { … }
inline void RedactRule::clear_replacement_string() { … }
inline const std::string& RedactRule::replacement_string() const { … }
template <typename ArgT0, typename... ArgT>
inline PROTOBUF_ALWAYS_INLINE
void RedactRule::set_replacement_string(ArgT0&& arg0, ArgT... args) { … }
inline std::string* RedactRule::mutable_replacement_string() { … }
inline const std::string& RedactRule::_internal_replacement_string() const { … }
inline void RedactRule::_internal_set_replacement_string(const std::string& value) { … }
inline std::string* RedactRule::_internal_mutable_replacement_string() { … }
inline std::string* RedactRule::release_replacement_string() { … }
inline void RedactRule::set_allocated_replacement_string(std::string* replacement_string) { … }
inline void RedactRule::clear_min_pattern_length() { … }
inline int32_t RedactRule::_internal_min_pattern_length() const { … }
inline int32_t RedactRule::min_pattern_length() const { … }
inline void RedactRule::_internal_set_min_pattern_length(int32_t value) { … }
inline void RedactRule::set_min_pattern_length(int32_t value) { … }
inline void RedactRule::clear_max_pattern_length() { … }
inline int32_t RedactRule::_internal_max_pattern_length() const { … }
inline int32_t RedactRule::max_pattern_length() const { … }
inline void RedactRule::_internal_set_max_pattern_length(int32_t value) { … }
inline void RedactRule::set_max_pattern_length(int32_t value) { … }
inline void RedactRule::clear_group_index() { … }
inline int32_t RedactRule::_internal_group_index() const { … }
inline int32_t RedactRule::group_index() const { … }
inline void RedactRule::_internal_set_group_index(int32_t value) { … }
inline void RedactRule::set_group_index(int32_t value) { … }
inline int RedactRules::_internal_fields_to_check_size() const { … }
inline int RedactRules::fields_to_check_size() const { … }
inline ::optimization_guide::proto::ProtoField* RedactRules::mutable_fields_to_check(int index) { … }
inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::optimization_guide::proto::ProtoField >*
RedactRules::mutable_fields_to_check() { … }
inline const ::optimization_guide::proto::ProtoField& RedactRules::_internal_fields_to_check(int index) const { … }
inline const ::optimization_guide::proto::ProtoField& RedactRules::fields_to_check(int index) const { … }
inline ::optimization_guide::proto::ProtoField* RedactRules::_internal_add_fields_to_check() { … }
inline ::optimization_guide::proto::ProtoField* RedactRules::add_fields_to_check() { … }
inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::optimization_guide::proto::ProtoField >&
RedactRules::fields_to_check() const { … }
inline int RedactRules::_internal_rules_size() const { … }
inline int RedactRules::rules_size() const { … }
inline void RedactRules::clear_rules() { … }
inline ::optimization_guide::proto::RedactRule* RedactRules::mutable_rules(int index) { … }
inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::optimization_guide::proto::RedactRule >*
RedactRules::mutable_rules() { … }
inline const ::optimization_guide::proto::RedactRule& RedactRules::_internal_rules(int index) const { … }
inline const ::optimization_guide::proto::RedactRule& RedactRules::rules(int index) const { … }
inline ::optimization_guide::proto::RedactRule* RedactRules::_internal_add_rules() { … }
inline ::optimization_guide::proto::RedactRule* RedactRules::add_rules() { … }
inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::optimization_guide::proto::RedactRule >&
RedactRules::rules() const { … }
#ifdef __GNUC__
#pragma GCC diagnostic pop
#endif
}
}
PROTOBUF_NAMESPACE_OPEN
template <> struct is_proto_enum< ::optimization_guide::proto::RedactBehavior> : ::std::true_type { … };
PROTOBUF_NAMESPACE_CLOSE
#include <google/protobuf/port_undef.inc>
#endif