chromium/out/Default/gen/components/password_manager/core/browser/leak_detection/leak_detection_api.pb.h

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

#ifndef GOOGLE_PROTOBUF_INCLUDED_leak_5fdetection_5fapi_2eproto
#define GOOGLE_PROTOBUF_INCLUDED_leak_5fdetection_5fapi_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_leak_5fdetection_5fapi_2eproto
PROTOBUF_NAMESPACE_OPEN
namespace internal {
class AnyMetadata;
}  // namespace internal
PROTOBUF_NAMESPACE_CLOSE

// Internal implementation detail -- do not use these members.
struct TableStruct_leak_5fdetection_5fapi_2eproto {};
namespace google {
namespace internal {
namespace identity {
namespace passwords {
namespace leak {
namespace check {
namespace v1 {
class LookupSingleLeakRequest;
struct LookupSingleLeakRequestDefaultTypeInternal;
extern LookupSingleLeakRequestDefaultTypeInternal _LookupSingleLeakRequest_default_instance_;
class LookupSingleLeakResponse;
struct LookupSingleLeakResponseDefaultTypeInternal;
extern LookupSingleLeakResponseDefaultTypeInternal _LookupSingleLeakResponse_default_instance_;
}  // namespace v1
}  // namespace check
}  // namespace leak
}  // namespace passwords
}  // namespace identity
}  // namespace internal
}  // namespace google
PROTOBUF_NAMESPACE_OPEN
template<> ::google::internal::identity::passwords::leak::check::v1::LookupSingleLeakRequest* Arena::CreateMaybeMessage<::google::internal::identity::passwords::leak::check::v1::LookupSingleLeakRequest>(Arena*);
template<> ::google::internal::identity::passwords::leak::check::v1::LookupSingleLeakResponse* Arena::CreateMaybeMessage<::google::internal::identity::passwords::leak::check::v1::LookupSingleLeakResponse>(Arena*);
PROTOBUF_NAMESPACE_CLOSE
namespace google {
namespace internal {
namespace identity {
namespace passwords {
namespace leak {
namespace check {
namespace v1 {

enum LookupSingleLeakRequest_ClientUseCase : int {};
bool LookupSingleLeakRequest_ClientUseCase_IsValid(int value);
constexpr LookupSingleLeakRequest_ClientUseCase LookupSingleLeakRequest_ClientUseCase_ClientUseCase_MIN =;
constexpr LookupSingleLeakRequest_ClientUseCase LookupSingleLeakRequest_ClientUseCase_ClientUseCase_MAX =;
constexpr int LookupSingleLeakRequest_ClientUseCase_ClientUseCase_ARRAYSIZE =;

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

class LookupSingleLeakRequest final :
    public ::PROTOBUF_NAMESPACE_ID::MessageLite /* @@protoc_insertion_point(class_definition:google.internal.identity.passwords.leak.check.v1.LookupSingleLeakRequest) */ {};
// -------------------------------------------------------------------

class LookupSingleLeakResponse final :
    public ::PROTOBUF_NAMESPACE_ID::MessageLite /* @@protoc_insertion_point(class_definition:google.internal.identity.passwords.leak.check.v1.LookupSingleLeakResponse) */ {};
// ===================================================================


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

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

// bytes username_hash_prefix = 1;
inline void LookupSingleLeakRequest::clear_username_hash_prefix() {}
inline const std::string& LookupSingleLeakRequest::username_hash_prefix() const {}
template <typename ArgT0, typename... ArgT>
inline PROTOBUF_ALWAYS_INLINE
void LookupSingleLeakRequest::set_username_hash_prefix(ArgT0&& arg0, ArgT... args) {}
inline std::string* LookupSingleLeakRequest::mutable_username_hash_prefix() {}
inline const std::string& LookupSingleLeakRequest::_internal_username_hash_prefix() const {}
inline void LookupSingleLeakRequest::_internal_set_username_hash_prefix(const std::string& value) {}
inline std::string* LookupSingleLeakRequest::_internal_mutable_username_hash_prefix() {}
inline std::string* LookupSingleLeakRequest::release_username_hash_prefix() {}
inline void LookupSingleLeakRequest::set_allocated_username_hash_prefix(std::string* username_hash_prefix) {}

// uint32 username_hash_prefix_length = 2;
inline void LookupSingleLeakRequest::clear_username_hash_prefix_length() {}
inline uint32_t LookupSingleLeakRequest::_internal_username_hash_prefix_length() const {}
inline uint32_t LookupSingleLeakRequest::username_hash_prefix_length() const {}
inline void LookupSingleLeakRequest::_internal_set_username_hash_prefix_length(uint32_t value) {}
inline void LookupSingleLeakRequest::set_username_hash_prefix_length(uint32_t value) {}

// bytes encrypted_lookup_hash = 3;
inline void LookupSingleLeakRequest::clear_encrypted_lookup_hash() {}
inline const std::string& LookupSingleLeakRequest::encrypted_lookup_hash() const {}
template <typename ArgT0, typename... ArgT>
inline PROTOBUF_ALWAYS_INLINE
void LookupSingleLeakRequest::set_encrypted_lookup_hash(ArgT0&& arg0, ArgT... args) {}
inline std::string* LookupSingleLeakRequest::mutable_encrypted_lookup_hash() {}
inline const std::string& LookupSingleLeakRequest::_internal_encrypted_lookup_hash() const {}
inline void LookupSingleLeakRequest::_internal_set_encrypted_lookup_hash(const std::string& value) {}
inline std::string* LookupSingleLeakRequest::_internal_mutable_encrypted_lookup_hash() {}
inline std::string* LookupSingleLeakRequest::release_encrypted_lookup_hash() {}
inline void LookupSingleLeakRequest::set_allocated_encrypted_lookup_hash(std::string* encrypted_lookup_hash) {}

// .google.internal.identity.passwords.leak.check.v1.LookupSingleLeakRequest.ClientUseCase client_use_case = 4;
inline void LookupSingleLeakRequest::clear_client_use_case() {}
inline ::google::internal::identity::passwords::leak::check::v1::LookupSingleLeakRequest_ClientUseCase LookupSingleLeakRequest::_internal_client_use_case() const {}
inline ::google::internal::identity::passwords::leak::check::v1::LookupSingleLeakRequest_ClientUseCase LookupSingleLeakRequest::client_use_case() const {}
inline void LookupSingleLeakRequest::_internal_set_client_use_case(::google::internal::identity::passwords::leak::check::v1::LookupSingleLeakRequest_ClientUseCase value) {}
inline void LookupSingleLeakRequest::set_client_use_case(::google::internal::identity::passwords::leak::check::v1::LookupSingleLeakRequest_ClientUseCase value) {}

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

// LookupSingleLeakResponse

// repeated bytes encrypted_leak_match_prefix = 1;
inline int LookupSingleLeakResponse::_internal_encrypted_leak_match_prefix_size() const {}
inline int LookupSingleLeakResponse::encrypted_leak_match_prefix_size() const {}
inline void LookupSingleLeakResponse::clear_encrypted_leak_match_prefix() {}
inline std::string* LookupSingleLeakResponse::add_encrypted_leak_match_prefix() {}
inline const std::string& LookupSingleLeakResponse::_internal_encrypted_leak_match_prefix(int index) const {}
inline const std::string& LookupSingleLeakResponse::encrypted_leak_match_prefix(int index) const {}
inline std::string* LookupSingleLeakResponse::mutable_encrypted_leak_match_prefix(int index) {}
inline void LookupSingleLeakResponse::set_encrypted_leak_match_prefix(int index, const std::string& value) {}
inline void LookupSingleLeakResponse::set_encrypted_leak_match_prefix(int index, std::string&& value) {}
inline void LookupSingleLeakResponse::set_encrypted_leak_match_prefix(int index, const char* value) {}
inline void LookupSingleLeakResponse::set_encrypted_leak_match_prefix(int index, const void* value, size_t size) {}
inline std::string* LookupSingleLeakResponse::_internal_add_encrypted_leak_match_prefix() {}
inline void LookupSingleLeakResponse::add_encrypted_leak_match_prefix(const std::string& value) {}
inline void LookupSingleLeakResponse::add_encrypted_leak_match_prefix(std::string&& value) {}
inline void LookupSingleLeakResponse::add_encrypted_leak_match_prefix(const char* value) {}
inline void LookupSingleLeakResponse::add_encrypted_leak_match_prefix(const void* value, size_t size) {}
inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField<std::string>&
LookupSingleLeakResponse::encrypted_leak_match_prefix() const {}
inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField<std::string>*
LookupSingleLeakResponse::mutable_encrypted_leak_match_prefix() {}

// bytes reencrypted_lookup_hash = 2;
inline void LookupSingleLeakResponse::clear_reencrypted_lookup_hash() {}
inline const std::string& LookupSingleLeakResponse::reencrypted_lookup_hash() const {}
template <typename ArgT0, typename... ArgT>
inline PROTOBUF_ALWAYS_INLINE
void LookupSingleLeakResponse::set_reencrypted_lookup_hash(ArgT0&& arg0, ArgT... args) {}
inline std::string* LookupSingleLeakResponse::mutable_reencrypted_lookup_hash() {}
inline const std::string& LookupSingleLeakResponse::_internal_reencrypted_lookup_hash() const {}
inline void LookupSingleLeakResponse::_internal_set_reencrypted_lookup_hash(const std::string& value) {}
inline std::string* LookupSingleLeakResponse::_internal_mutable_reencrypted_lookup_hash() {}
inline std::string* LookupSingleLeakResponse::release_reencrypted_lookup_hash() {}
inline void LookupSingleLeakResponse::set_allocated_reencrypted_lookup_hash(std::string* reencrypted_lookup_hash) {}

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


// @@protoc_insertion_point(namespace_scope)

}  // namespace v1
}  // namespace check
}  // namespace leak
}  // namespace passwords
}  // namespace identity
}  // namespace internal
}  // namespace google

PROTOBUF_NAMESPACE_OPEN

template <> struct is_proto_enum< ::google::internal::identity::passwords::leak::check::v1::LookupSingleLeakRequest_ClientUseCase> : ::std::true_type {};

PROTOBUF_NAMESPACE_CLOSE

// @@protoc_insertion_point(global_scope)

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