chromium/out/Default/gen/third_party/lens_server_proto/lens_overlay_filters.pb.h

// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: lens_overlay_filters.proto

#ifndef GOOGLE_PROTOBUF_INCLUDED_lens_5foverlay_5ffilters_2eproto
#define GOOGLE_PROTOBUF_INCLUDED_lens_5foverlay_5ffilters_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>  // IWYU pragma: export
#include <google/protobuf/extension_set.h>  // IWYU pragma: export
#include <google/protobuf/generated_enum_util.h>
// @@protoc_insertion_point(includes)
#include <google/protobuf/port_def.inc>
#define PROTOBUF_INTERNAL_EXPORT_lens_5foverlay_5ffilters_2eproto
PROTOBUF_NAMESPACE_OPEN
namespace internal {
class AnyMetadata;
}  // namespace internal
PROTOBUF_NAMESPACE_CLOSE

// Internal implementation detail -- do not use these members.
struct TableStruct_lens_5foverlay_5ffilters_2eproto {};
namespace lens {
class AppliedFilter;
struct AppliedFilterDefaultTypeInternal;
extern AppliedFilterDefaultTypeInternal _AppliedFilter_default_instance_;
class AppliedFilter_Translate;
struct AppliedFilter_TranslateDefaultTypeInternal;
extern AppliedFilter_TranslateDefaultTypeInternal _AppliedFilter_Translate_default_instance_;
class AppliedFilters;
struct AppliedFiltersDefaultTypeInternal;
extern AppliedFiltersDefaultTypeInternal _AppliedFilters_default_instance_;
}  // namespace lens
PROTOBUF_NAMESPACE_OPEN
template<> ::lens::AppliedFilter* Arena::CreateMaybeMessage<::lens::AppliedFilter>(Arena*);
template<> ::lens::AppliedFilter_Translate* Arena::CreateMaybeMessage<::lens::AppliedFilter_Translate>(Arena*);
template<> ::lens::AppliedFilters* Arena::CreateMaybeMessage<::lens::AppliedFilters>(Arena*);
PROTOBUF_NAMESPACE_CLOSE
namespace lens {

enum LensOverlayFilterType : int {};
bool LensOverlayFilterType_IsValid(int value);
constexpr LensOverlayFilterType LensOverlayFilterType_MIN =;
constexpr LensOverlayFilterType LensOverlayFilterType_MAX =;
constexpr int LensOverlayFilterType_ARRAYSIZE =;

const std::string& LensOverlayFilterType_Name(LensOverlayFilterType value);
template<typename T>
inline const std::string& LensOverlayFilterType_Name(T enum_t_value) {}
bool LensOverlayFilterType_Parse(
    ::PROTOBUF_NAMESPACE_ID::ConstStringParam name, LensOverlayFilterType* value);
// ===================================================================

class AppliedFilter_Translate final :
    public ::PROTOBUF_NAMESPACE_ID::MessageLite /* @@protoc_insertion_point(class_definition:lens.AppliedFilter.Translate) */ {};
// -------------------------------------------------------------------

class AppliedFilter final :
    public ::PROTOBUF_NAMESPACE_ID::MessageLite /* @@protoc_insertion_point(class_definition:lens.AppliedFilter) */ {};
// -------------------------------------------------------------------

class AppliedFilters final :
    public ::PROTOBUF_NAMESPACE_ID::MessageLite /* @@protoc_insertion_point(class_definition:lens.AppliedFilters) */ {};
// ===================================================================


// ===================================================================

#ifdef __GNUC__
  #pragma GCC diagnostic push
  #pragma GCC diagnostic ignored "-Wstrict-aliasing"
#endif  // __GNUC__
// AppliedFilter_Translate

// optional string target_language = 1;
inline bool AppliedFilter_Translate::_internal_has_target_language() const {}
inline bool AppliedFilter_Translate::has_target_language() const {}
inline void AppliedFilter_Translate::clear_target_language() {}
inline const std::string& AppliedFilter_Translate::target_language() const {}
template <typename ArgT0, typename... ArgT>
inline PROTOBUF_ALWAYS_INLINE
void AppliedFilter_Translate::set_target_language(ArgT0&& arg0, ArgT... args) {}
inline std::string* AppliedFilter_Translate::mutable_target_language() {}
inline const std::string& AppliedFilter_Translate::_internal_target_language() const {}
inline void AppliedFilter_Translate::_internal_set_target_language(const std::string& value) {}
inline std::string* AppliedFilter_Translate::_internal_mutable_target_language() {}
inline std::string* AppliedFilter_Translate::release_target_language() {}
inline void AppliedFilter_Translate::set_allocated_target_language(std::string* target_language) {}

// optional string source_language = 2 [default = "auto"];
inline bool AppliedFilter_Translate::_internal_has_source_language() const {}
inline bool AppliedFilter_Translate::has_source_language() const {}
inline void AppliedFilter_Translate::clear_source_language() {}
inline const std::string& AppliedFilter_Translate::source_language() const {}
template <typename ArgT0, typename... ArgT>
inline PROTOBUF_ALWAYS_INLINE
void AppliedFilter_Translate::set_source_language(ArgT0&& arg0, ArgT... args) {}
inline std::string* AppliedFilter_Translate::mutable_source_language() {}
inline const std::string& AppliedFilter_Translate::_internal_source_language() const {}
inline void AppliedFilter_Translate::_internal_set_source_language(const std::string& value) {}
inline std::string* AppliedFilter_Translate::_internal_mutable_source_language() {}
inline std::string* AppliedFilter_Translate::release_source_language() {}
inline void AppliedFilter_Translate::set_allocated_source_language(std::string* source_language) {}

// -------------------------------------------------------------------

// AppliedFilter

// optional .lens.LensOverlayFilterType filter_type = 1;
inline bool AppliedFilter::_internal_has_filter_type() const {}
inline bool AppliedFilter::has_filter_type() const {}
inline void AppliedFilter::clear_filter_type() {}
inline ::lens::LensOverlayFilterType AppliedFilter::_internal_filter_type() const {}
inline ::lens::LensOverlayFilterType AppliedFilter::filter_type() const {}
inline void AppliedFilter::_internal_set_filter_type(::lens::LensOverlayFilterType value) {}
inline void AppliedFilter::set_filter_type(::lens::LensOverlayFilterType value) {}

// .lens.AppliedFilter.Translate translate = 3;
inline bool AppliedFilter::_internal_has_translate() const {}
inline bool AppliedFilter::has_translate() const {}
inline void AppliedFilter::set_has_translate() {}
inline void AppliedFilter::clear_translate() {}
inline ::lens::AppliedFilter_Translate* AppliedFilter::release_translate() {}
inline const ::lens::AppliedFilter_Translate& AppliedFilter::_internal_translate() const {}
inline const ::lens::AppliedFilter_Translate& AppliedFilter::translate() const {}
inline ::lens::AppliedFilter_Translate* AppliedFilter::unsafe_arena_release_translate() {}
inline void AppliedFilter::unsafe_arena_set_allocated_translate(::lens::AppliedFilter_Translate* translate) {}
inline ::lens::AppliedFilter_Translate* AppliedFilter::_internal_mutable_translate() {}
inline ::lens::AppliedFilter_Translate* AppliedFilter::mutable_translate() {}

inline bool AppliedFilter::has_filter_payload() const {}
inline void AppliedFilter::clear_has_filter_payload() {}
inline AppliedFilter::FilterPayloadCase AppliedFilter::filter_payload_case() const {}
// -------------------------------------------------------------------

// AppliedFilters

// repeated .lens.AppliedFilter filter = 1;
inline int AppliedFilters::_internal_filter_size() const {}
inline int AppliedFilters::filter_size() const {}
inline void AppliedFilters::clear_filter() {}
inline ::lens::AppliedFilter* AppliedFilters::mutable_filter(int index) {}
inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::lens::AppliedFilter >*
AppliedFilters::mutable_filter() {}
inline const ::lens::AppliedFilter& AppliedFilters::_internal_filter(int index) const {}
inline const ::lens::AppliedFilter& AppliedFilters::filter(int index) const {}
inline ::lens::AppliedFilter* AppliedFilters::_internal_add_filter() {}
inline ::lens::AppliedFilter* AppliedFilters::add_filter() {}
inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::lens::AppliedFilter >&
AppliedFilters::filter() const {}

#ifdef __GNUC__
  #pragma GCC diagnostic pop
#endif  // __GNUC__
// -------------------------------------------------------------------

// -------------------------------------------------------------------


// @@protoc_insertion_point(namespace_scope)

}  // namespace lens

PROTOBUF_NAMESPACE_OPEN

template <> struct is_proto_enum< ::lens::LensOverlayFilterType> : ::std::true_type {};

PROTOBUF_NAMESPACE_CLOSE

// @@protoc_insertion_point(global_scope)

#include <google/protobuf/port_undef.inc>
#endif  // GOOGLE_PROTOBUF_INCLUDED_GOOGLE_PROTOBUF_INCLUDED_lens_5foverlay_5ffilters_2eproto