chromium/out/Default/gen/content/browser/file_system_access/file_system_access.pb.h

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

#ifndef GOOGLE_PROTOBUF_INCLUDED_file_5fsystem_5faccess_2eproto
#define GOOGLE_PROTOBUF_INCLUDED_file_5fsystem_5faccess_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_file_5fsystem_5faccess_2eproto
PROTOBUF_NAMESPACE_OPEN
namespace internal {
class AnyMetadata;
}  // namespace internal
PROTOBUF_NAMESPACE_CLOSE

// Internal implementation detail -- do not use these members.
struct TableStruct_file_5fsystem_5faccess_2eproto {};
namespace content {
class FileSystemAccessHandleData;
struct FileSystemAccessHandleDataDefaultTypeInternal;
extern FileSystemAccessHandleDataDefaultTypeInternal _FileSystemAccessHandleData_default_instance_;
class LocalFileData;
struct LocalFileDataDefaultTypeInternal;
extern LocalFileDataDefaultTypeInternal _LocalFileData_default_instance_;
class SandboxedFileData;
struct SandboxedFileDataDefaultTypeInternal;
extern SandboxedFileDataDefaultTypeInternal _SandboxedFileData_default_instance_;
}  // namespace content
PROTOBUF_NAMESPACE_OPEN
template<> ::content::FileSystemAccessHandleData* Arena::CreateMaybeMessage<::content::FileSystemAccessHandleData>(Arena*);
template<> ::content::LocalFileData* Arena::CreateMaybeMessage<::content::LocalFileData>(Arena*);
template<> ::content::SandboxedFileData* Arena::CreateMaybeMessage<::content::SandboxedFileData>(Arena*);
PROTOBUF_NAMESPACE_CLOSE
namespace content {

enum FileSystemAccessHandleData_HandleType : int {};
bool FileSystemAccessHandleData_HandleType_IsValid(int value);
constexpr FileSystemAccessHandleData_HandleType FileSystemAccessHandleData_HandleType_HandleType_MIN =;
constexpr FileSystemAccessHandleData_HandleType FileSystemAccessHandleData_HandleType_HandleType_MAX =;
constexpr int FileSystemAccessHandleData_HandleType_HandleType_ARRAYSIZE =;

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

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

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

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


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

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

// required bytes root_path = 1;
inline bool LocalFileData::_internal_has_root_path() const {}
inline bool LocalFileData::has_root_path() const {}
inline void LocalFileData::clear_root_path() {}
inline const std::string& LocalFileData::root_path() const {}
template <typename ArgT0, typename... ArgT>
inline PROTOBUF_ALWAYS_INLINE
void LocalFileData::set_root_path(ArgT0&& arg0, ArgT... args) {}
inline std::string* LocalFileData::mutable_root_path() {}
inline const std::string& LocalFileData::_internal_root_path() const {}
inline void LocalFileData::_internal_set_root_path(const std::string& value) {}
inline std::string* LocalFileData::_internal_mutable_root_path() {}
inline std::string* LocalFileData::release_root_path() {}
inline void LocalFileData::set_allocated_root_path(std::string* root_path) {}

// required bytes relative_path = 2;
inline bool LocalFileData::_internal_has_relative_path() const {}
inline bool LocalFileData::has_relative_path() const {}
inline void LocalFileData::clear_relative_path() {}
inline const std::string& LocalFileData::relative_path() const {}
template <typename ArgT0, typename... ArgT>
inline PROTOBUF_ALWAYS_INLINE
void LocalFileData::set_relative_path(ArgT0&& arg0, ArgT... args) {}
inline std::string* LocalFileData::mutable_relative_path() {}
inline const std::string& LocalFileData::_internal_relative_path() const {}
inline void LocalFileData::_internal_set_relative_path(const std::string& value) {}
inline std::string* LocalFileData::_internal_mutable_relative_path() {}
inline std::string* LocalFileData::release_relative_path() {}
inline void LocalFileData::set_allocated_relative_path(std::string* relative_path) {}

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

// SandboxedFileData

// required bytes virtual_path = 1;
inline bool SandboxedFileData::_internal_has_virtual_path() const {}
inline bool SandboxedFileData::has_virtual_path() const {}
inline void SandboxedFileData::clear_virtual_path() {}
inline const std::string& SandboxedFileData::virtual_path() const {}
template <typename ArgT0, typename... ArgT>
inline PROTOBUF_ALWAYS_INLINE
void SandboxedFileData::set_virtual_path(ArgT0&& arg0, ArgT... args) {}
inline std::string* SandboxedFileData::mutable_virtual_path() {}
inline const std::string& SandboxedFileData::_internal_virtual_path() const {}
inline void SandboxedFileData::_internal_set_virtual_path(const std::string& value) {}
inline std::string* SandboxedFileData::_internal_mutable_virtual_path() {}
inline std::string* SandboxedFileData::release_virtual_path() {}
inline void SandboxedFileData::set_allocated_virtual_path(std::string* virtual_path) {}

// optional int64 bucket_id = 2;
inline bool SandboxedFileData::_internal_has_bucket_id() const {}
inline bool SandboxedFileData::has_bucket_id() const {}
inline void SandboxedFileData::clear_bucket_id() {}
inline int64_t SandboxedFileData::_internal_bucket_id() const {}
inline int64_t SandboxedFileData::bucket_id() const {}
inline void SandboxedFileData::_internal_set_bucket_id(int64_t value) {}
inline void SandboxedFileData::set_bucket_id(int64_t value) {}

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

// FileSystemAccessHandleData

// required .content.FileSystemAccessHandleData.HandleType handle_type = 1;
inline bool FileSystemAccessHandleData::_internal_has_handle_type() const {}
inline bool FileSystemAccessHandleData::has_handle_type() const {}
inline void FileSystemAccessHandleData::clear_handle_type() {}
inline ::content::FileSystemAccessHandleData_HandleType FileSystemAccessHandleData::_internal_handle_type() const {}
inline ::content::FileSystemAccessHandleData_HandleType FileSystemAccessHandleData::handle_type() const {}
inline void FileSystemAccessHandleData::_internal_set_handle_type(::content::FileSystemAccessHandleData_HandleType value) {}
inline void FileSystemAccessHandleData::set_handle_type(::content::FileSystemAccessHandleData_HandleType value) {}

// .content.SandboxedFileData sandboxed = 2;
inline bool FileSystemAccessHandleData::_internal_has_sandboxed() const {}
inline bool FileSystemAccessHandleData::has_sandboxed() const {}
inline void FileSystemAccessHandleData::set_has_sandboxed() {}
inline void FileSystemAccessHandleData::clear_sandboxed() {}
inline ::content::SandboxedFileData* FileSystemAccessHandleData::release_sandboxed() {}
inline const ::content::SandboxedFileData& FileSystemAccessHandleData::_internal_sandboxed() const {}
inline const ::content::SandboxedFileData& FileSystemAccessHandleData::sandboxed() const {}
inline ::content::SandboxedFileData* FileSystemAccessHandleData::unsafe_arena_release_sandboxed() {}
inline void FileSystemAccessHandleData::unsafe_arena_set_allocated_sandboxed(::content::SandboxedFileData* sandboxed) {}
inline ::content::SandboxedFileData* FileSystemAccessHandleData::_internal_mutable_sandboxed() {}
inline ::content::SandboxedFileData* FileSystemAccessHandleData::mutable_sandboxed() {}

// .content.LocalFileData local = 3;
inline bool FileSystemAccessHandleData::_internal_has_local() const {}
inline bool FileSystemAccessHandleData::has_local() const {}
inline void FileSystemAccessHandleData::set_has_local() {}
inline void FileSystemAccessHandleData::clear_local() {}
inline ::content::LocalFileData* FileSystemAccessHandleData::release_local() {}
inline const ::content::LocalFileData& FileSystemAccessHandleData::_internal_local() const {}
inline const ::content::LocalFileData& FileSystemAccessHandleData::local() const {}
inline ::content::LocalFileData* FileSystemAccessHandleData::unsafe_arena_release_local() {}
inline void FileSystemAccessHandleData::unsafe_arena_set_allocated_local(::content::LocalFileData* local) {}
inline ::content::LocalFileData* FileSystemAccessHandleData::_internal_mutable_local() {}
inline ::content::LocalFileData* FileSystemAccessHandleData::mutable_local() {}

// .content.LocalFileData external = 4;
inline bool FileSystemAccessHandleData::_internal_has_external() const {}
inline bool FileSystemAccessHandleData::has_external() const {}
inline void FileSystemAccessHandleData::set_has_external() {}
inline void FileSystemAccessHandleData::clear_external() {}
inline ::content::LocalFileData* FileSystemAccessHandleData::release_external() {}
inline const ::content::LocalFileData& FileSystemAccessHandleData::_internal_external() const {}
inline const ::content::LocalFileData& FileSystemAccessHandleData::external() const {}
inline ::content::LocalFileData* FileSystemAccessHandleData::unsafe_arena_release_external() {}
inline void FileSystemAccessHandleData::unsafe_arena_set_allocated_external(::content::LocalFileData* external) {}
inline ::content::LocalFileData* FileSystemAccessHandleData::_internal_mutable_external() {}
inline ::content::LocalFileData* FileSystemAccessHandleData::mutable_external() {}

inline bool FileSystemAccessHandleData::has_data() const {}
inline void FileSystemAccessHandleData::clear_has_data() {}
inline FileSystemAccessHandleData::DataCase FileSystemAccessHandleData::data_case() const {}
#ifdef __GNUC__
  #pragma GCC diagnostic pop
#endif  // __GNUC__
// -------------------------------------------------------------------

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


// @@protoc_insertion_point(namespace_scope)

}  // namespace content

PROTOBUF_NAMESPACE_OPEN

template <> struct is_proto_enum< ::content::FileSystemAccessHandleData_HandleType> : ::std::true_type {};

PROTOBUF_NAMESPACE_CLOSE

// @@protoc_insertion_point(global_scope)

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