// Generated by the protocol buffer compiler. DO NOT EDIT!
|
// source: fileanalysis.proto
|
|
#ifndef GOOGLE_PROTOBUF_INCLUDED_fileanalysis_2eproto
|
#define GOOGLE_PROTOBUF_INCLUDED_fileanalysis_2eproto
|
|
#include <limits>
|
#include <string>
|
|
#include <google/protobuf/port_def.inc>
|
#if PROTOBUF_VERSION < 3017000
|
#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 3017003 < 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_table_driven.h>
|
#include <google/protobuf/generated_message_util.h>
|
#include <google/protobuf/metadata_lite.h>
|
#include <google/protobuf/generated_message_reflection.h>
|
#include <google/protobuf/message.h>
|
#include <google/protobuf/repeated_field.h> // IWYU pragma: export
|
#include <google/protobuf/extension_set.h> // IWYU pragma: export
|
#include <google/protobuf/unknown_field_set.h>
|
// @@protoc_insertion_point(includes)
|
#include <google/protobuf/port_def.inc>
|
#define PROTOBUF_INTERNAL_EXPORT_fileanalysis_2eproto
|
PROTOBUF_NAMESPACE_OPEN
|
namespace internal {
|
class AnyMetadata;
|
} // namespace internal
|
PROTOBUF_NAMESPACE_CLOSE
|
|
// Internal implementation detail -- do not use these members.
|
struct TableStruct_fileanalysis_2eproto {
|
static const ::PROTOBUF_NAMESPACE_ID::internal::ParseTableField entries[]
|
PROTOBUF_SECTION_VARIABLE(protodesc_cold);
|
static const ::PROTOBUF_NAMESPACE_ID::internal::AuxiliaryParseTableField aux[]
|
PROTOBUF_SECTION_VARIABLE(protodesc_cold);
|
static const ::PROTOBUF_NAMESPACE_ID::internal::ParseTable schema[3]
|
PROTOBUF_SECTION_VARIABLE(protodesc_cold);
|
static const ::PROTOBUF_NAMESPACE_ID::internal::FieldMetadata field_metadata[];
|
static const ::PROTOBUF_NAMESPACE_ID::internal::SerializationTable serialization_table[];
|
static const ::PROTOBUF_NAMESPACE_ID::uint32 offsets[];
|
};
|
extern const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable descriptor_table_fileanalysis_2eproto;
|
namespace protomsg {
|
class FileAnalysis;
|
struct FileAnalysisDefaultTypeInternal;
|
extern FileAnalysisDefaultTypeInternal _FileAnalysis_default_instance_;
|
class FileAnalysisSetting;
|
struct FileAnalysisSettingDefaultTypeInternal;
|
extern FileAnalysisSettingDefaultTypeInternal _FileAnalysisSetting_default_instance_;
|
class FileStack;
|
struct FileStackDefaultTypeInternal;
|
extern FileStackDefaultTypeInternal _FileStack_default_instance_;
|
} // namespace protomsg
|
PROTOBUF_NAMESPACE_OPEN
|
template<> ::protomsg::FileAnalysis* Arena::CreateMaybeMessage<::protomsg::FileAnalysis>(Arena*);
|
template<> ::protomsg::FileAnalysisSetting* Arena::CreateMaybeMessage<::protomsg::FileAnalysisSetting>(Arena*);
|
template<> ::protomsg::FileStack* Arena::CreateMaybeMessage<::protomsg::FileStack>(Arena*);
|
PROTOBUF_NAMESPACE_CLOSE
|
namespace protomsg {
|
|
// ===================================================================
|
|
class FileAnalysis final :
|
public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:protomsg.FileAnalysis) */ {
|
public:
|
inline FileAnalysis() : FileAnalysis(nullptr) {}
|
~FileAnalysis() override;
|
explicit constexpr FileAnalysis(::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized);
|
|
FileAnalysis(const FileAnalysis& from);
|
FileAnalysis(FileAnalysis&& from) noexcept
|
: FileAnalysis() {
|
*this = ::std::move(from);
|
}
|
|
inline FileAnalysis& operator=(const FileAnalysis& from) {
|
CopyFrom(from);
|
return *this;
|
}
|
inline FileAnalysis& operator=(FileAnalysis&& from) noexcept {
|
if (this == &from) return *this;
|
if (GetOwningArena() == from.GetOwningArena()) {
|
InternalSwap(&from);
|
} else {
|
CopyFrom(from);
|
}
|
return *this;
|
}
|
|
static const ::PROTOBUF_NAMESPACE_ID::Descriptor* descriptor() {
|
return GetDescriptor();
|
}
|
static const ::PROTOBUF_NAMESPACE_ID::Descriptor* GetDescriptor() {
|
return default_instance().GetMetadata().descriptor;
|
}
|
static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() {
|
return default_instance().GetMetadata().reflection;
|
}
|
static const FileAnalysis& default_instance() {
|
return *internal_default_instance();
|
}
|
static inline const FileAnalysis* internal_default_instance() {
|
return reinterpret_cast<const FileAnalysis*>(
|
&_FileAnalysis_default_instance_);
|
}
|
static constexpr int kIndexInFileMessages =
|
0;
|
|
friend void swap(FileAnalysis& a, FileAnalysis& b) {
|
a.Swap(&b);
|
}
|
inline void Swap(FileAnalysis* other) {
|
if (other == this) return;
|
if (GetOwningArena() == other->GetOwningArena()) {
|
InternalSwap(other);
|
} else {
|
::PROTOBUF_NAMESPACE_ID::internal::GenericSwap(this, other);
|
}
|
}
|
void UnsafeArenaSwap(FileAnalysis* other) {
|
if (other == this) return;
|
GOOGLE_DCHECK(GetOwningArena() == other->GetOwningArena());
|
InternalSwap(other);
|
}
|
|
// implements Message ----------------------------------------------
|
|
inline FileAnalysis* New() const final {
|
return new FileAnalysis();
|
}
|
|
FileAnalysis* New(::PROTOBUF_NAMESPACE_ID::Arena* arena) const final {
|
return CreateMaybeMessage<FileAnalysis>(arena);
|
}
|
using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom;
|
void CopyFrom(const FileAnalysis& from);
|
using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom;
|
void MergeFrom(const FileAnalysis& from);
|
private:
|
static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message*to, const ::PROTOBUF_NAMESPACE_ID::Message&from);
|
public:
|
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final;
|
bool IsInitialized() const final;
|
|
size_t ByteSizeLong() const final;
|
const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final;
|
::PROTOBUF_NAMESPACE_ID::uint8* _InternalSerialize(
|
::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final;
|
int GetCachedSize() const final { return _cached_size_.Get(); }
|
|
private:
|
void SharedCtor();
|
void SharedDtor();
|
void SetCachedSize(int size) const final;
|
void InternalSwap(FileAnalysis* other);
|
friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata;
|
static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() {
|
return "protomsg.FileAnalysis";
|
}
|
protected:
|
explicit FileAnalysis(::PROTOBUF_NAMESPACE_ID::Arena* arena,
|
bool is_message_owned = false);
|
private:
|
static void ArenaDtor(void* object);
|
inline void RegisterArenaDtor(::PROTOBUF_NAMESPACE_ID::Arena* arena);
|
public:
|
|
static const ClassData _class_data_;
|
const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*GetClassData() const final;
|
|
::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final;
|
|
// nested types ----------------------------------------------------
|
|
// accessors -------------------------------------------------------
|
|
enum : int {
|
kIdFieldNumber = 1,
|
kNameFieldNumber = 2,
|
kPathFieldNumber = 3,
|
kAliasFieldNumber = 6,
|
kSnapshotUrlFieldNumber = 7,
|
kDurationFieldNumber = 8,
|
kCreateTimeFieldNumber = 13,
|
kUpdateTimeFieldNumber = 14,
|
kIdentifierFieldNumber = 15,
|
kStackIdFieldNumber = 16,
|
kTypeFieldNumber = 4,
|
kSortFieldNumber = 5,
|
kIsRunningFieldNumber = 9,
|
kProgressFieldNumber = 10,
|
kRuleTypeFieldNumber = 11,
|
kStatusFieldNumber = 12,
|
kSizeFieldNumber = 17,
|
};
|
// string id = 1;
|
void clear_id();
|
const std::string& id() const;
|
template <typename ArgT0 = const std::string&, typename... ArgT>
|
void set_id(ArgT0&& arg0, ArgT... args);
|
std::string* mutable_id();
|
PROTOBUF_MUST_USE_RESULT std::string* release_id();
|
void set_allocated_id(std::string* id);
|
private:
|
const std::string& _internal_id() const;
|
inline PROTOBUF_ALWAYS_INLINE void _internal_set_id(const std::string& value);
|
std::string* _internal_mutable_id();
|
public:
|
|
// string name = 2;
|
void clear_name();
|
const std::string& name() const;
|
template <typename ArgT0 = const std::string&, typename... ArgT>
|
void set_name(ArgT0&& arg0, ArgT... args);
|
std::string* mutable_name();
|
PROTOBUF_MUST_USE_RESULT std::string* release_name();
|
void set_allocated_name(std::string* name);
|
private:
|
const std::string& _internal_name() const;
|
inline PROTOBUF_ALWAYS_INLINE void _internal_set_name(const std::string& value);
|
std::string* _internal_mutable_name();
|
public:
|
|
// string path = 3;
|
void clear_path();
|
const std::string& path() const;
|
template <typename ArgT0 = const std::string&, typename... ArgT>
|
void set_path(ArgT0&& arg0, ArgT... args);
|
std::string* mutable_path();
|
PROTOBUF_MUST_USE_RESULT std::string* release_path();
|
void set_allocated_path(std::string* path);
|
private:
|
const std::string& _internal_path() const;
|
inline PROTOBUF_ALWAYS_INLINE void _internal_set_path(const std::string& value);
|
std::string* _internal_mutable_path();
|
public:
|
|
// string alias = 6;
|
void clear_alias();
|
const std::string& alias() const;
|
template <typename ArgT0 = const std::string&, typename... ArgT>
|
void set_alias(ArgT0&& arg0, ArgT... args);
|
std::string* mutable_alias();
|
PROTOBUF_MUST_USE_RESULT std::string* release_alias();
|
void set_allocated_alias(std::string* alias);
|
private:
|
const std::string& _internal_alias() const;
|
inline PROTOBUF_ALWAYS_INLINE void _internal_set_alias(const std::string& value);
|
std::string* _internal_mutable_alias();
|
public:
|
|
// string snapshot_url = 7;
|
void clear_snapshot_url();
|
const std::string& snapshot_url() const;
|
template <typename ArgT0 = const std::string&, typename... ArgT>
|
void set_snapshot_url(ArgT0&& arg0, ArgT... args);
|
std::string* mutable_snapshot_url();
|
PROTOBUF_MUST_USE_RESULT std::string* release_snapshot_url();
|
void set_allocated_snapshot_url(std::string* snapshot_url);
|
private:
|
const std::string& _internal_snapshot_url() const;
|
inline PROTOBUF_ALWAYS_INLINE void _internal_set_snapshot_url(const std::string& value);
|
std::string* _internal_mutable_snapshot_url();
|
public:
|
|
// string duration = 8;
|
void clear_duration();
|
const std::string& duration() const;
|
template <typename ArgT0 = const std::string&, typename... ArgT>
|
void set_duration(ArgT0&& arg0, ArgT... args);
|
std::string* mutable_duration();
|
PROTOBUF_MUST_USE_RESULT std::string* release_duration();
|
void set_allocated_duration(std::string* duration);
|
private:
|
const std::string& _internal_duration() const;
|
inline PROTOBUF_ALWAYS_INLINE void _internal_set_duration(const std::string& value);
|
std::string* _internal_mutable_duration();
|
public:
|
|
// string createTime = 13;
|
void clear_createtime();
|
const std::string& createtime() const;
|
template <typename ArgT0 = const std::string&, typename... ArgT>
|
void set_createtime(ArgT0&& arg0, ArgT... args);
|
std::string* mutable_createtime();
|
PROTOBUF_MUST_USE_RESULT std::string* release_createtime();
|
void set_allocated_createtime(std::string* createtime);
|
private:
|
const std::string& _internal_createtime() const;
|
inline PROTOBUF_ALWAYS_INLINE void _internal_set_createtime(const std::string& value);
|
std::string* _internal_mutable_createtime();
|
public:
|
|
// string updateTime = 14;
|
void clear_updatetime();
|
const std::string& updatetime() const;
|
template <typename ArgT0 = const std::string&, typename... ArgT>
|
void set_updatetime(ArgT0&& arg0, ArgT... args);
|
std::string* mutable_updatetime();
|
PROTOBUF_MUST_USE_RESULT std::string* release_updatetime();
|
void set_allocated_updatetime(std::string* updatetime);
|
private:
|
const std::string& _internal_updatetime() const;
|
inline PROTOBUF_ALWAYS_INLINE void _internal_set_updatetime(const std::string& value);
|
std::string* _internal_mutable_updatetime();
|
public:
|
|
// string identifier = 15;
|
void clear_identifier();
|
const std::string& identifier() const;
|
template <typename ArgT0 = const std::string&, typename... ArgT>
|
void set_identifier(ArgT0&& arg0, ArgT... args);
|
std::string* mutable_identifier();
|
PROTOBUF_MUST_USE_RESULT std::string* release_identifier();
|
void set_allocated_identifier(std::string* identifier);
|
private:
|
const std::string& _internal_identifier() const;
|
inline PROTOBUF_ALWAYS_INLINE void _internal_set_identifier(const std::string& value);
|
std::string* _internal_mutable_identifier();
|
public:
|
|
// string stack_id = 16;
|
void clear_stack_id();
|
const std::string& stack_id() const;
|
template <typename ArgT0 = const std::string&, typename... ArgT>
|
void set_stack_id(ArgT0&& arg0, ArgT... args);
|
std::string* mutable_stack_id();
|
PROTOBUF_MUST_USE_RESULT std::string* release_stack_id();
|
void set_allocated_stack_id(std::string* stack_id);
|
private:
|
const std::string& _internal_stack_id() const;
|
inline PROTOBUF_ALWAYS_INLINE void _internal_set_stack_id(const std::string& value);
|
std::string* _internal_mutable_stack_id();
|
public:
|
|
// int32 type = 4;
|
void clear_type();
|
::PROTOBUF_NAMESPACE_ID::int32 type() const;
|
void set_type(::PROTOBUF_NAMESPACE_ID::int32 value);
|
private:
|
::PROTOBUF_NAMESPACE_ID::int32 _internal_type() const;
|
void _internal_set_type(::PROTOBUF_NAMESPACE_ID::int32 value);
|
public:
|
|
// int32 sort = 5;
|
void clear_sort();
|
::PROTOBUF_NAMESPACE_ID::int32 sort() const;
|
void set_sort(::PROTOBUF_NAMESPACE_ID::int32 value);
|
private:
|
::PROTOBUF_NAMESPACE_ID::int32 _internal_sort() const;
|
void _internal_set_sort(::PROTOBUF_NAMESPACE_ID::int32 value);
|
public:
|
|
// bool is_running = 9;
|
void clear_is_running();
|
bool is_running() const;
|
void set_is_running(bool value);
|
private:
|
bool _internal_is_running() const;
|
void _internal_set_is_running(bool value);
|
public:
|
|
// int32 progress = 10;
|
void clear_progress();
|
::PROTOBUF_NAMESPACE_ID::int32 progress() const;
|
void set_progress(::PROTOBUF_NAMESPACE_ID::int32 value);
|
private:
|
::PROTOBUF_NAMESPACE_ID::int32 _internal_progress() const;
|
void _internal_set_progress(::PROTOBUF_NAMESPACE_ID::int32 value);
|
public:
|
|
// int32 ruleType = 11;
|
void clear_ruletype();
|
::PROTOBUF_NAMESPACE_ID::int32 ruletype() const;
|
void set_ruletype(::PROTOBUF_NAMESPACE_ID::int32 value);
|
private:
|
::PROTOBUF_NAMESPACE_ID::int32 _internal_ruletype() const;
|
void _internal_set_ruletype(::PROTOBUF_NAMESPACE_ID::int32 value);
|
public:
|
|
// int32 status = 12;
|
void clear_status();
|
::PROTOBUF_NAMESPACE_ID::int32 status() const;
|
void set_status(::PROTOBUF_NAMESPACE_ID::int32 value);
|
private:
|
::PROTOBUF_NAMESPACE_ID::int32 _internal_status() const;
|
void _internal_set_status(::PROTOBUF_NAMESPACE_ID::int32 value);
|
public:
|
|
// int64 size = 17;
|
void clear_size();
|
::PROTOBUF_NAMESPACE_ID::int64 size() const;
|
void set_size(::PROTOBUF_NAMESPACE_ID::int64 value);
|
private:
|
::PROTOBUF_NAMESPACE_ID::int64 _internal_size() const;
|
void _internal_set_size(::PROTOBUF_NAMESPACE_ID::int64 value);
|
public:
|
|
// @@protoc_insertion_point(class_scope:protomsg.FileAnalysis)
|
private:
|
class _Internal;
|
|
template <typename T> friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper;
|
typedef void InternalArenaConstructable_;
|
typedef void DestructorSkippable_;
|
::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr id_;
|
::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr name_;
|
::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr path_;
|
::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr alias_;
|
::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr snapshot_url_;
|
::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr duration_;
|
::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr createtime_;
|
::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr updatetime_;
|
::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr identifier_;
|
::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr stack_id_;
|
::PROTOBUF_NAMESPACE_ID::int32 type_;
|
::PROTOBUF_NAMESPACE_ID::int32 sort_;
|
bool is_running_;
|
::PROTOBUF_NAMESPACE_ID::int32 progress_;
|
::PROTOBUF_NAMESPACE_ID::int32 ruletype_;
|
::PROTOBUF_NAMESPACE_ID::int32 status_;
|
::PROTOBUF_NAMESPACE_ID::int64 size_;
|
mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_;
|
friend struct ::TableStruct_fileanalysis_2eproto;
|
};
|
// -------------------------------------------------------------------
|
|
class FileAnalysisSetting final :
|
public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:protomsg.FileAnalysisSetting) */ {
|
public:
|
inline FileAnalysisSetting() : FileAnalysisSetting(nullptr) {}
|
~FileAnalysisSetting() override;
|
explicit constexpr FileAnalysisSetting(::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized);
|
|
FileAnalysisSetting(const FileAnalysisSetting& from);
|
FileAnalysisSetting(FileAnalysisSetting&& from) noexcept
|
: FileAnalysisSetting() {
|
*this = ::std::move(from);
|
}
|
|
inline FileAnalysisSetting& operator=(const FileAnalysisSetting& from) {
|
CopyFrom(from);
|
return *this;
|
}
|
inline FileAnalysisSetting& operator=(FileAnalysisSetting&& from) noexcept {
|
if (this == &from) return *this;
|
if (GetOwningArena() == from.GetOwningArena()) {
|
InternalSwap(&from);
|
} else {
|
CopyFrom(from);
|
}
|
return *this;
|
}
|
|
static const ::PROTOBUF_NAMESPACE_ID::Descriptor* descriptor() {
|
return GetDescriptor();
|
}
|
static const ::PROTOBUF_NAMESPACE_ID::Descriptor* GetDescriptor() {
|
return default_instance().GetMetadata().descriptor;
|
}
|
static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() {
|
return default_instance().GetMetadata().reflection;
|
}
|
static const FileAnalysisSetting& default_instance() {
|
return *internal_default_instance();
|
}
|
static inline const FileAnalysisSetting* internal_default_instance() {
|
return reinterpret_cast<const FileAnalysisSetting*>(
|
&_FileAnalysisSetting_default_instance_);
|
}
|
static constexpr int kIndexInFileMessages =
|
1;
|
|
friend void swap(FileAnalysisSetting& a, FileAnalysisSetting& b) {
|
a.Swap(&b);
|
}
|
inline void Swap(FileAnalysisSetting* other) {
|
if (other == this) return;
|
if (GetOwningArena() == other->GetOwningArena()) {
|
InternalSwap(other);
|
} else {
|
::PROTOBUF_NAMESPACE_ID::internal::GenericSwap(this, other);
|
}
|
}
|
void UnsafeArenaSwap(FileAnalysisSetting* other) {
|
if (other == this) return;
|
GOOGLE_DCHECK(GetOwningArena() == other->GetOwningArena());
|
InternalSwap(other);
|
}
|
|
// implements Message ----------------------------------------------
|
|
inline FileAnalysisSetting* New() const final {
|
return new FileAnalysisSetting();
|
}
|
|
FileAnalysisSetting* New(::PROTOBUF_NAMESPACE_ID::Arena* arena) const final {
|
return CreateMaybeMessage<FileAnalysisSetting>(arena);
|
}
|
using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom;
|
void CopyFrom(const FileAnalysisSetting& from);
|
using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom;
|
void MergeFrom(const FileAnalysisSetting& from);
|
private:
|
static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message*to, const ::PROTOBUF_NAMESPACE_ID::Message&from);
|
public:
|
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final;
|
bool IsInitialized() const final;
|
|
size_t ByteSizeLong() const final;
|
const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final;
|
::PROTOBUF_NAMESPACE_ID::uint8* _InternalSerialize(
|
::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final;
|
int GetCachedSize() const final { return _cached_size_.Get(); }
|
|
private:
|
void SharedCtor();
|
void SharedDtor();
|
void SetCachedSize(int size) const final;
|
void InternalSwap(FileAnalysisSetting* other);
|
friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata;
|
static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() {
|
return "protomsg.FileAnalysisSetting";
|
}
|
protected:
|
explicit FileAnalysisSetting(::PROTOBUF_NAMESPACE_ID::Arena* arena,
|
bool is_message_owned = false);
|
private:
|
static void ArenaDtor(void* object);
|
inline void RegisterArenaDtor(::PROTOBUF_NAMESPACE_ID::Arena* arena);
|
public:
|
|
static const ClassData _class_data_;
|
const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*GetClassData() const final;
|
|
::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final;
|
|
// nested types ----------------------------------------------------
|
|
// accessors -------------------------------------------------------
|
|
enum : int {
|
kFileDirectoryFieldNumber = 2,
|
kVideoEnableFieldNumber = 1,
|
kVideoChannelCountFieldNumber = 3,
|
kImgChannelCountFieldNumber = 4,
|
kAudioChannelCountFieldNumber = 5,
|
};
|
// string fileDirectory = 2;
|
void clear_filedirectory();
|
const std::string& filedirectory() const;
|
template <typename ArgT0 = const std::string&, typename... ArgT>
|
void set_filedirectory(ArgT0&& arg0, ArgT... args);
|
std::string* mutable_filedirectory();
|
PROTOBUF_MUST_USE_RESULT std::string* release_filedirectory();
|
void set_allocated_filedirectory(std::string* filedirectory);
|
private:
|
const std::string& _internal_filedirectory() const;
|
inline PROTOBUF_ALWAYS_INLINE void _internal_set_filedirectory(const std::string& value);
|
std::string* _internal_mutable_filedirectory();
|
public:
|
|
// bool videoEnable = 1;
|
void clear_videoenable();
|
bool videoenable() const;
|
void set_videoenable(bool value);
|
private:
|
bool _internal_videoenable() const;
|
void _internal_set_videoenable(bool value);
|
public:
|
|
// int32 videoChannelCount = 3;
|
void clear_videochannelcount();
|
::PROTOBUF_NAMESPACE_ID::int32 videochannelcount() const;
|
void set_videochannelcount(::PROTOBUF_NAMESPACE_ID::int32 value);
|
private:
|
::PROTOBUF_NAMESPACE_ID::int32 _internal_videochannelcount() const;
|
void _internal_set_videochannelcount(::PROTOBUF_NAMESPACE_ID::int32 value);
|
public:
|
|
// int32 imgChannelCount = 4;
|
void clear_imgchannelcount();
|
::PROTOBUF_NAMESPACE_ID::int32 imgchannelcount() const;
|
void set_imgchannelcount(::PROTOBUF_NAMESPACE_ID::int32 value);
|
private:
|
::PROTOBUF_NAMESPACE_ID::int32 _internal_imgchannelcount() const;
|
void _internal_set_imgchannelcount(::PROTOBUF_NAMESPACE_ID::int32 value);
|
public:
|
|
// int32 audioChannelCount = 5;
|
void clear_audiochannelcount();
|
::PROTOBUF_NAMESPACE_ID::int32 audiochannelcount() const;
|
void set_audiochannelcount(::PROTOBUF_NAMESPACE_ID::int32 value);
|
private:
|
::PROTOBUF_NAMESPACE_ID::int32 _internal_audiochannelcount() const;
|
void _internal_set_audiochannelcount(::PROTOBUF_NAMESPACE_ID::int32 value);
|
public:
|
|
// @@protoc_insertion_point(class_scope:protomsg.FileAnalysisSetting)
|
private:
|
class _Internal;
|
|
template <typename T> friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper;
|
typedef void InternalArenaConstructable_;
|
typedef void DestructorSkippable_;
|
::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr filedirectory_;
|
bool videoenable_;
|
::PROTOBUF_NAMESPACE_ID::int32 videochannelcount_;
|
::PROTOBUF_NAMESPACE_ID::int32 imgchannelcount_;
|
::PROTOBUF_NAMESPACE_ID::int32 audiochannelcount_;
|
mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_;
|
friend struct ::TableStruct_fileanalysis_2eproto;
|
};
|
// -------------------------------------------------------------------
|
|
class FileStack final :
|
public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:protomsg.FileStack) */ {
|
public:
|
inline FileStack() : FileStack(nullptr) {}
|
~FileStack() override;
|
explicit constexpr FileStack(::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized);
|
|
FileStack(const FileStack& from);
|
FileStack(FileStack&& from) noexcept
|
: FileStack() {
|
*this = ::std::move(from);
|
}
|
|
inline FileStack& operator=(const FileStack& from) {
|
CopyFrom(from);
|
return *this;
|
}
|
inline FileStack& operator=(FileStack&& from) noexcept {
|
if (this == &from) return *this;
|
if (GetOwningArena() == from.GetOwningArena()) {
|
InternalSwap(&from);
|
} else {
|
CopyFrom(from);
|
}
|
return *this;
|
}
|
|
static const ::PROTOBUF_NAMESPACE_ID::Descriptor* descriptor() {
|
return GetDescriptor();
|
}
|
static const ::PROTOBUF_NAMESPACE_ID::Descriptor* GetDescriptor() {
|
return default_instance().GetMetadata().descriptor;
|
}
|
static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() {
|
return default_instance().GetMetadata().reflection;
|
}
|
static const FileStack& default_instance() {
|
return *internal_default_instance();
|
}
|
static inline const FileStack* internal_default_instance() {
|
return reinterpret_cast<const FileStack*>(
|
&_FileStack_default_instance_);
|
}
|
static constexpr int kIndexInFileMessages =
|
2;
|
|
friend void swap(FileStack& a, FileStack& b) {
|
a.Swap(&b);
|
}
|
inline void Swap(FileStack* other) {
|
if (other == this) return;
|
if (GetOwningArena() == other->GetOwningArena()) {
|
InternalSwap(other);
|
} else {
|
::PROTOBUF_NAMESPACE_ID::internal::GenericSwap(this, other);
|
}
|
}
|
void UnsafeArenaSwap(FileStack* other) {
|
if (other == this) return;
|
GOOGLE_DCHECK(GetOwningArena() == other->GetOwningArena());
|
InternalSwap(other);
|
}
|
|
// implements Message ----------------------------------------------
|
|
inline FileStack* New() const final {
|
return new FileStack();
|
}
|
|
FileStack* New(::PROTOBUF_NAMESPACE_ID::Arena* arena) const final {
|
return CreateMaybeMessage<FileStack>(arena);
|
}
|
using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom;
|
void CopyFrom(const FileStack& from);
|
using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom;
|
void MergeFrom(const FileStack& from);
|
private:
|
static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message*to, const ::PROTOBUF_NAMESPACE_ID::Message&from);
|
public:
|
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final;
|
bool IsInitialized() const final;
|
|
size_t ByteSizeLong() const final;
|
const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final;
|
::PROTOBUF_NAMESPACE_ID::uint8* _InternalSerialize(
|
::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final;
|
int GetCachedSize() const final { return _cached_size_.Get(); }
|
|
private:
|
void SharedCtor();
|
void SharedDtor();
|
void SetCachedSize(int size) const final;
|
void InternalSwap(FileStack* other);
|
friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata;
|
static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() {
|
return "protomsg.FileStack";
|
}
|
protected:
|
explicit FileStack(::PROTOBUF_NAMESPACE_ID::Arena* arena,
|
bool is_message_owned = false);
|
private:
|
static void ArenaDtor(void* object);
|
inline void RegisterArenaDtor(::PROTOBUF_NAMESPACE_ID::Arena* arena);
|
public:
|
|
static const ClassData _class_data_;
|
const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*GetClassData() const final;
|
|
::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final;
|
|
// nested types ----------------------------------------------------
|
|
// accessors -------------------------------------------------------
|
|
enum : int {
|
kIdFieldNumber = 1,
|
kNameFieldNumber = 2,
|
kCreateTimeFieldNumber = 7,
|
kUpdateTimeFieldNumber = 8,
|
kTypeFieldNumber = 3,
|
kEnableFieldNumber = 4,
|
kIsAutoDelFileFieldNumber = 5,
|
kStatusFieldNumber = 6,
|
kSortFieldNumber = 9,
|
kResolutionWidthFieldNumber = 21,
|
kResolutionHeightFieldNumber = 22,
|
};
|
// string id = 1;
|
void clear_id();
|
const std::string& id() const;
|
template <typename ArgT0 = const std::string&, typename... ArgT>
|
void set_id(ArgT0&& arg0, ArgT... args);
|
std::string* mutable_id();
|
PROTOBUF_MUST_USE_RESULT std::string* release_id();
|
void set_allocated_id(std::string* id);
|
private:
|
const std::string& _internal_id() const;
|
inline PROTOBUF_ALWAYS_INLINE void _internal_set_id(const std::string& value);
|
std::string* _internal_mutable_id();
|
public:
|
|
// string name = 2;
|
void clear_name();
|
const std::string& name() const;
|
template <typename ArgT0 = const std::string&, typename... ArgT>
|
void set_name(ArgT0&& arg0, ArgT... args);
|
std::string* mutable_name();
|
PROTOBUF_MUST_USE_RESULT std::string* release_name();
|
void set_allocated_name(std::string* name);
|
private:
|
const std::string& _internal_name() const;
|
inline PROTOBUF_ALWAYS_INLINE void _internal_set_name(const std::string& value);
|
std::string* _internal_mutable_name();
|
public:
|
|
// string createTime = 7;
|
void clear_createtime();
|
const std::string& createtime() const;
|
template <typename ArgT0 = const std::string&, typename... ArgT>
|
void set_createtime(ArgT0&& arg0, ArgT... args);
|
std::string* mutable_createtime();
|
PROTOBUF_MUST_USE_RESULT std::string* release_createtime();
|
void set_allocated_createtime(std::string* createtime);
|
private:
|
const std::string& _internal_createtime() const;
|
inline PROTOBUF_ALWAYS_INLINE void _internal_set_createtime(const std::string& value);
|
std::string* _internal_mutable_createtime();
|
public:
|
|
// string updateTime = 8;
|
void clear_updatetime();
|
const std::string& updatetime() const;
|
template <typename ArgT0 = const std::string&, typename... ArgT>
|
void set_updatetime(ArgT0&& arg0, ArgT... args);
|
std::string* mutable_updatetime();
|
PROTOBUF_MUST_USE_RESULT std::string* release_updatetime();
|
void set_allocated_updatetime(std::string* updatetime);
|
private:
|
const std::string& _internal_updatetime() const;
|
inline PROTOBUF_ALWAYS_INLINE void _internal_set_updatetime(const std::string& value);
|
std::string* _internal_mutable_updatetime();
|
public:
|
|
// int32 type = 3;
|
void clear_type();
|
::PROTOBUF_NAMESPACE_ID::int32 type() const;
|
void set_type(::PROTOBUF_NAMESPACE_ID::int32 value);
|
private:
|
::PROTOBUF_NAMESPACE_ID::int32 _internal_type() const;
|
void _internal_set_type(::PROTOBUF_NAMESPACE_ID::int32 value);
|
public:
|
|
// bool enable = 4;
|
void clear_enable();
|
bool enable() const;
|
void set_enable(bool value);
|
private:
|
bool _internal_enable() const;
|
void _internal_set_enable(bool value);
|
public:
|
|
// bool isAutoDelFile = 5;
|
void clear_isautodelfile();
|
bool isautodelfile() const;
|
void set_isautodelfile(bool value);
|
private:
|
bool _internal_isautodelfile() const;
|
void _internal_set_isautodelfile(bool value);
|
public:
|
|
// int32 status = 6;
|
void clear_status();
|
::PROTOBUF_NAMESPACE_ID::int32 status() const;
|
void set_status(::PROTOBUF_NAMESPACE_ID::int32 value);
|
private:
|
::PROTOBUF_NAMESPACE_ID::int32 _internal_status() const;
|
void _internal_set_status(::PROTOBUF_NAMESPACE_ID::int32 value);
|
public:
|
|
// int32 sort = 9;
|
void clear_sort();
|
::PROTOBUF_NAMESPACE_ID::int32 sort() const;
|
void set_sort(::PROTOBUF_NAMESPACE_ID::int32 value);
|
private:
|
::PROTOBUF_NAMESPACE_ID::int32 _internal_sort() const;
|
void _internal_set_sort(::PROTOBUF_NAMESPACE_ID::int32 value);
|
public:
|
|
// int32 resolution_width = 21;
|
void clear_resolution_width();
|
::PROTOBUF_NAMESPACE_ID::int32 resolution_width() const;
|
void set_resolution_width(::PROTOBUF_NAMESPACE_ID::int32 value);
|
private:
|
::PROTOBUF_NAMESPACE_ID::int32 _internal_resolution_width() const;
|
void _internal_set_resolution_width(::PROTOBUF_NAMESPACE_ID::int32 value);
|
public:
|
|
// int32 resolution_height = 22;
|
void clear_resolution_height();
|
::PROTOBUF_NAMESPACE_ID::int32 resolution_height() const;
|
void set_resolution_height(::PROTOBUF_NAMESPACE_ID::int32 value);
|
private:
|
::PROTOBUF_NAMESPACE_ID::int32 _internal_resolution_height() const;
|
void _internal_set_resolution_height(::PROTOBUF_NAMESPACE_ID::int32 value);
|
public:
|
|
// @@protoc_insertion_point(class_scope:protomsg.FileStack)
|
private:
|
class _Internal;
|
|
template <typename T> friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper;
|
typedef void InternalArenaConstructable_;
|
typedef void DestructorSkippable_;
|
::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr id_;
|
::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr name_;
|
::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr createtime_;
|
::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr updatetime_;
|
::PROTOBUF_NAMESPACE_ID::int32 type_;
|
bool enable_;
|
bool isautodelfile_;
|
::PROTOBUF_NAMESPACE_ID::int32 status_;
|
::PROTOBUF_NAMESPACE_ID::int32 sort_;
|
::PROTOBUF_NAMESPACE_ID::int32 resolution_width_;
|
::PROTOBUF_NAMESPACE_ID::int32 resolution_height_;
|
mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_;
|
friend struct ::TableStruct_fileanalysis_2eproto;
|
};
|
// ===================================================================
|
|
|
// ===================================================================
|
|
#ifdef __GNUC__
|
#pragma GCC diagnostic push
|
#pragma GCC diagnostic ignored "-Wstrict-aliasing"
|
#endif // __GNUC__
|
// FileAnalysis
|
|
// string id = 1;
|
inline void FileAnalysis::clear_id() {
|
id_.ClearToEmpty();
|
}
|
inline const std::string& FileAnalysis::id() const {
|
// @@protoc_insertion_point(field_get:protomsg.FileAnalysis.id)
|
return _internal_id();
|
}
|
template <typename ArgT0, typename... ArgT>
|
inline PROTOBUF_ALWAYS_INLINE
|
void FileAnalysis::set_id(ArgT0&& arg0, ArgT... args) {
|
|
id_.Set(::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::EmptyDefault{}, static_cast<ArgT0 &&>(arg0), args..., GetArenaForAllocation());
|
// @@protoc_insertion_point(field_set:protomsg.FileAnalysis.id)
|
}
|
inline std::string* FileAnalysis::mutable_id() {
|
std::string* _s = _internal_mutable_id();
|
// @@protoc_insertion_point(field_mutable:protomsg.FileAnalysis.id)
|
return _s;
|
}
|
inline const std::string& FileAnalysis::_internal_id() const {
|
return id_.Get();
|
}
|
inline void FileAnalysis::_internal_set_id(const std::string& value) {
|
|
id_.Set(::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::EmptyDefault{}, value, GetArenaForAllocation());
|
}
|
inline std::string* FileAnalysis::_internal_mutable_id() {
|
|
return id_.Mutable(::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::EmptyDefault{}, GetArenaForAllocation());
|
}
|
inline std::string* FileAnalysis::release_id() {
|
// @@protoc_insertion_point(field_release:protomsg.FileAnalysis.id)
|
return id_.Release(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), GetArenaForAllocation());
|
}
|
inline void FileAnalysis::set_allocated_id(std::string* id) {
|
if (id != nullptr) {
|
|
} else {
|
|
}
|
id_.SetAllocated(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), id,
|
GetArenaForAllocation());
|
// @@protoc_insertion_point(field_set_allocated:protomsg.FileAnalysis.id)
|
}
|
|
// string name = 2;
|
inline void FileAnalysis::clear_name() {
|
name_.ClearToEmpty();
|
}
|
inline const std::string& FileAnalysis::name() const {
|
// @@protoc_insertion_point(field_get:protomsg.FileAnalysis.name)
|
return _internal_name();
|
}
|
template <typename ArgT0, typename... ArgT>
|
inline PROTOBUF_ALWAYS_INLINE
|
void FileAnalysis::set_name(ArgT0&& arg0, ArgT... args) {
|
|
name_.Set(::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::EmptyDefault{}, static_cast<ArgT0 &&>(arg0), args..., GetArenaForAllocation());
|
// @@protoc_insertion_point(field_set:protomsg.FileAnalysis.name)
|
}
|
inline std::string* FileAnalysis::mutable_name() {
|
std::string* _s = _internal_mutable_name();
|
// @@protoc_insertion_point(field_mutable:protomsg.FileAnalysis.name)
|
return _s;
|
}
|
inline const std::string& FileAnalysis::_internal_name() const {
|
return name_.Get();
|
}
|
inline void FileAnalysis::_internal_set_name(const std::string& value) {
|
|
name_.Set(::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::EmptyDefault{}, value, GetArenaForAllocation());
|
}
|
inline std::string* FileAnalysis::_internal_mutable_name() {
|
|
return name_.Mutable(::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::EmptyDefault{}, GetArenaForAllocation());
|
}
|
inline std::string* FileAnalysis::release_name() {
|
// @@protoc_insertion_point(field_release:protomsg.FileAnalysis.name)
|
return name_.Release(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), GetArenaForAllocation());
|
}
|
inline void FileAnalysis::set_allocated_name(std::string* name) {
|
if (name != nullptr) {
|
|
} else {
|
|
}
|
name_.SetAllocated(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), name,
|
GetArenaForAllocation());
|
// @@protoc_insertion_point(field_set_allocated:protomsg.FileAnalysis.name)
|
}
|
|
// string path = 3;
|
inline void FileAnalysis::clear_path() {
|
path_.ClearToEmpty();
|
}
|
inline const std::string& FileAnalysis::path() const {
|
// @@protoc_insertion_point(field_get:protomsg.FileAnalysis.path)
|
return _internal_path();
|
}
|
template <typename ArgT0, typename... ArgT>
|
inline PROTOBUF_ALWAYS_INLINE
|
void FileAnalysis::set_path(ArgT0&& arg0, ArgT... args) {
|
|
path_.Set(::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::EmptyDefault{}, static_cast<ArgT0 &&>(arg0), args..., GetArenaForAllocation());
|
// @@protoc_insertion_point(field_set:protomsg.FileAnalysis.path)
|
}
|
inline std::string* FileAnalysis::mutable_path() {
|
std::string* _s = _internal_mutable_path();
|
// @@protoc_insertion_point(field_mutable:protomsg.FileAnalysis.path)
|
return _s;
|
}
|
inline const std::string& FileAnalysis::_internal_path() const {
|
return path_.Get();
|
}
|
inline void FileAnalysis::_internal_set_path(const std::string& value) {
|
|
path_.Set(::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::EmptyDefault{}, value, GetArenaForAllocation());
|
}
|
inline std::string* FileAnalysis::_internal_mutable_path() {
|
|
return path_.Mutable(::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::EmptyDefault{}, GetArenaForAllocation());
|
}
|
inline std::string* FileAnalysis::release_path() {
|
// @@protoc_insertion_point(field_release:protomsg.FileAnalysis.path)
|
return path_.Release(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), GetArenaForAllocation());
|
}
|
inline void FileAnalysis::set_allocated_path(std::string* path) {
|
if (path != nullptr) {
|
|
} else {
|
|
}
|
path_.SetAllocated(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), path,
|
GetArenaForAllocation());
|
// @@protoc_insertion_point(field_set_allocated:protomsg.FileAnalysis.path)
|
}
|
|
// int32 type = 4;
|
inline void FileAnalysis::clear_type() {
|
type_ = 0;
|
}
|
inline ::PROTOBUF_NAMESPACE_ID::int32 FileAnalysis::_internal_type() const {
|
return type_;
|
}
|
inline ::PROTOBUF_NAMESPACE_ID::int32 FileAnalysis::type() const {
|
// @@protoc_insertion_point(field_get:protomsg.FileAnalysis.type)
|
return _internal_type();
|
}
|
inline void FileAnalysis::_internal_set_type(::PROTOBUF_NAMESPACE_ID::int32 value) {
|
|
type_ = value;
|
}
|
inline void FileAnalysis::set_type(::PROTOBUF_NAMESPACE_ID::int32 value) {
|
_internal_set_type(value);
|
// @@protoc_insertion_point(field_set:protomsg.FileAnalysis.type)
|
}
|
|
// int32 sort = 5;
|
inline void FileAnalysis::clear_sort() {
|
sort_ = 0;
|
}
|
inline ::PROTOBUF_NAMESPACE_ID::int32 FileAnalysis::_internal_sort() const {
|
return sort_;
|
}
|
inline ::PROTOBUF_NAMESPACE_ID::int32 FileAnalysis::sort() const {
|
// @@protoc_insertion_point(field_get:protomsg.FileAnalysis.sort)
|
return _internal_sort();
|
}
|
inline void FileAnalysis::_internal_set_sort(::PROTOBUF_NAMESPACE_ID::int32 value) {
|
|
sort_ = value;
|
}
|
inline void FileAnalysis::set_sort(::PROTOBUF_NAMESPACE_ID::int32 value) {
|
_internal_set_sort(value);
|
// @@protoc_insertion_point(field_set:protomsg.FileAnalysis.sort)
|
}
|
|
// string alias = 6;
|
inline void FileAnalysis::clear_alias() {
|
alias_.ClearToEmpty();
|
}
|
inline const std::string& FileAnalysis::alias() const {
|
// @@protoc_insertion_point(field_get:protomsg.FileAnalysis.alias)
|
return _internal_alias();
|
}
|
template <typename ArgT0, typename... ArgT>
|
inline PROTOBUF_ALWAYS_INLINE
|
void FileAnalysis::set_alias(ArgT0&& arg0, ArgT... args) {
|
|
alias_.Set(::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::EmptyDefault{}, static_cast<ArgT0 &&>(arg0), args..., GetArenaForAllocation());
|
// @@protoc_insertion_point(field_set:protomsg.FileAnalysis.alias)
|
}
|
inline std::string* FileAnalysis::mutable_alias() {
|
std::string* _s = _internal_mutable_alias();
|
// @@protoc_insertion_point(field_mutable:protomsg.FileAnalysis.alias)
|
return _s;
|
}
|
inline const std::string& FileAnalysis::_internal_alias() const {
|
return alias_.Get();
|
}
|
inline void FileAnalysis::_internal_set_alias(const std::string& value) {
|
|
alias_.Set(::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::EmptyDefault{}, value, GetArenaForAllocation());
|
}
|
inline std::string* FileAnalysis::_internal_mutable_alias() {
|
|
return alias_.Mutable(::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::EmptyDefault{}, GetArenaForAllocation());
|
}
|
inline std::string* FileAnalysis::release_alias() {
|
// @@protoc_insertion_point(field_release:protomsg.FileAnalysis.alias)
|
return alias_.Release(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), GetArenaForAllocation());
|
}
|
inline void FileAnalysis::set_allocated_alias(std::string* alias) {
|
if (alias != nullptr) {
|
|
} else {
|
|
}
|
alias_.SetAllocated(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), alias,
|
GetArenaForAllocation());
|
// @@protoc_insertion_point(field_set_allocated:protomsg.FileAnalysis.alias)
|
}
|
|
// string snapshot_url = 7;
|
inline void FileAnalysis::clear_snapshot_url() {
|
snapshot_url_.ClearToEmpty();
|
}
|
inline const std::string& FileAnalysis::snapshot_url() const {
|
// @@protoc_insertion_point(field_get:protomsg.FileAnalysis.snapshot_url)
|
return _internal_snapshot_url();
|
}
|
template <typename ArgT0, typename... ArgT>
|
inline PROTOBUF_ALWAYS_INLINE
|
void FileAnalysis::set_snapshot_url(ArgT0&& arg0, ArgT... args) {
|
|
snapshot_url_.Set(::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::EmptyDefault{}, static_cast<ArgT0 &&>(arg0), args..., GetArenaForAllocation());
|
// @@protoc_insertion_point(field_set:protomsg.FileAnalysis.snapshot_url)
|
}
|
inline std::string* FileAnalysis::mutable_snapshot_url() {
|
std::string* _s = _internal_mutable_snapshot_url();
|
// @@protoc_insertion_point(field_mutable:protomsg.FileAnalysis.snapshot_url)
|
return _s;
|
}
|
inline const std::string& FileAnalysis::_internal_snapshot_url() const {
|
return snapshot_url_.Get();
|
}
|
inline void FileAnalysis::_internal_set_snapshot_url(const std::string& value) {
|
|
snapshot_url_.Set(::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::EmptyDefault{}, value, GetArenaForAllocation());
|
}
|
inline std::string* FileAnalysis::_internal_mutable_snapshot_url() {
|
|
return snapshot_url_.Mutable(::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::EmptyDefault{}, GetArenaForAllocation());
|
}
|
inline std::string* FileAnalysis::release_snapshot_url() {
|
// @@protoc_insertion_point(field_release:protomsg.FileAnalysis.snapshot_url)
|
return snapshot_url_.Release(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), GetArenaForAllocation());
|
}
|
inline void FileAnalysis::set_allocated_snapshot_url(std::string* snapshot_url) {
|
if (snapshot_url != nullptr) {
|
|
} else {
|
|
}
|
snapshot_url_.SetAllocated(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), snapshot_url,
|
GetArenaForAllocation());
|
// @@protoc_insertion_point(field_set_allocated:protomsg.FileAnalysis.snapshot_url)
|
}
|
|
// string duration = 8;
|
inline void FileAnalysis::clear_duration() {
|
duration_.ClearToEmpty();
|
}
|
inline const std::string& FileAnalysis::duration() const {
|
// @@protoc_insertion_point(field_get:protomsg.FileAnalysis.duration)
|
return _internal_duration();
|
}
|
template <typename ArgT0, typename... ArgT>
|
inline PROTOBUF_ALWAYS_INLINE
|
void FileAnalysis::set_duration(ArgT0&& arg0, ArgT... args) {
|
|
duration_.Set(::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::EmptyDefault{}, static_cast<ArgT0 &&>(arg0), args..., GetArenaForAllocation());
|
// @@protoc_insertion_point(field_set:protomsg.FileAnalysis.duration)
|
}
|
inline std::string* FileAnalysis::mutable_duration() {
|
std::string* _s = _internal_mutable_duration();
|
// @@protoc_insertion_point(field_mutable:protomsg.FileAnalysis.duration)
|
return _s;
|
}
|
inline const std::string& FileAnalysis::_internal_duration() const {
|
return duration_.Get();
|
}
|
inline void FileAnalysis::_internal_set_duration(const std::string& value) {
|
|
duration_.Set(::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::EmptyDefault{}, value, GetArenaForAllocation());
|
}
|
inline std::string* FileAnalysis::_internal_mutable_duration() {
|
|
return duration_.Mutable(::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::EmptyDefault{}, GetArenaForAllocation());
|
}
|
inline std::string* FileAnalysis::release_duration() {
|
// @@protoc_insertion_point(field_release:protomsg.FileAnalysis.duration)
|
return duration_.Release(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), GetArenaForAllocation());
|
}
|
inline void FileAnalysis::set_allocated_duration(std::string* duration) {
|
if (duration != nullptr) {
|
|
} else {
|
|
}
|
duration_.SetAllocated(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), duration,
|
GetArenaForAllocation());
|
// @@protoc_insertion_point(field_set_allocated:protomsg.FileAnalysis.duration)
|
}
|
|
// bool is_running = 9;
|
inline void FileAnalysis::clear_is_running() {
|
is_running_ = false;
|
}
|
inline bool FileAnalysis::_internal_is_running() const {
|
return is_running_;
|
}
|
inline bool FileAnalysis::is_running() const {
|
// @@protoc_insertion_point(field_get:protomsg.FileAnalysis.is_running)
|
return _internal_is_running();
|
}
|
inline void FileAnalysis::_internal_set_is_running(bool value) {
|
|
is_running_ = value;
|
}
|
inline void FileAnalysis::set_is_running(bool value) {
|
_internal_set_is_running(value);
|
// @@protoc_insertion_point(field_set:protomsg.FileAnalysis.is_running)
|
}
|
|
// int32 progress = 10;
|
inline void FileAnalysis::clear_progress() {
|
progress_ = 0;
|
}
|
inline ::PROTOBUF_NAMESPACE_ID::int32 FileAnalysis::_internal_progress() const {
|
return progress_;
|
}
|
inline ::PROTOBUF_NAMESPACE_ID::int32 FileAnalysis::progress() const {
|
// @@protoc_insertion_point(field_get:protomsg.FileAnalysis.progress)
|
return _internal_progress();
|
}
|
inline void FileAnalysis::_internal_set_progress(::PROTOBUF_NAMESPACE_ID::int32 value) {
|
|
progress_ = value;
|
}
|
inline void FileAnalysis::set_progress(::PROTOBUF_NAMESPACE_ID::int32 value) {
|
_internal_set_progress(value);
|
// @@protoc_insertion_point(field_set:protomsg.FileAnalysis.progress)
|
}
|
|
// int32 ruleType = 11;
|
inline void FileAnalysis::clear_ruletype() {
|
ruletype_ = 0;
|
}
|
inline ::PROTOBUF_NAMESPACE_ID::int32 FileAnalysis::_internal_ruletype() const {
|
return ruletype_;
|
}
|
inline ::PROTOBUF_NAMESPACE_ID::int32 FileAnalysis::ruletype() const {
|
// @@protoc_insertion_point(field_get:protomsg.FileAnalysis.ruleType)
|
return _internal_ruletype();
|
}
|
inline void FileAnalysis::_internal_set_ruletype(::PROTOBUF_NAMESPACE_ID::int32 value) {
|
|
ruletype_ = value;
|
}
|
inline void FileAnalysis::set_ruletype(::PROTOBUF_NAMESPACE_ID::int32 value) {
|
_internal_set_ruletype(value);
|
// @@protoc_insertion_point(field_set:protomsg.FileAnalysis.ruleType)
|
}
|
|
// int32 status = 12;
|
inline void FileAnalysis::clear_status() {
|
status_ = 0;
|
}
|
inline ::PROTOBUF_NAMESPACE_ID::int32 FileAnalysis::_internal_status() const {
|
return status_;
|
}
|
inline ::PROTOBUF_NAMESPACE_ID::int32 FileAnalysis::status() const {
|
// @@protoc_insertion_point(field_get:protomsg.FileAnalysis.status)
|
return _internal_status();
|
}
|
inline void FileAnalysis::_internal_set_status(::PROTOBUF_NAMESPACE_ID::int32 value) {
|
|
status_ = value;
|
}
|
inline void FileAnalysis::set_status(::PROTOBUF_NAMESPACE_ID::int32 value) {
|
_internal_set_status(value);
|
// @@protoc_insertion_point(field_set:protomsg.FileAnalysis.status)
|
}
|
|
// string createTime = 13;
|
inline void FileAnalysis::clear_createtime() {
|
createtime_.ClearToEmpty();
|
}
|
inline const std::string& FileAnalysis::createtime() const {
|
// @@protoc_insertion_point(field_get:protomsg.FileAnalysis.createTime)
|
return _internal_createtime();
|
}
|
template <typename ArgT0, typename... ArgT>
|
inline PROTOBUF_ALWAYS_INLINE
|
void FileAnalysis::set_createtime(ArgT0&& arg0, ArgT... args) {
|
|
createtime_.Set(::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::EmptyDefault{}, static_cast<ArgT0 &&>(arg0), args..., GetArenaForAllocation());
|
// @@protoc_insertion_point(field_set:protomsg.FileAnalysis.createTime)
|
}
|
inline std::string* FileAnalysis::mutable_createtime() {
|
std::string* _s = _internal_mutable_createtime();
|
// @@protoc_insertion_point(field_mutable:protomsg.FileAnalysis.createTime)
|
return _s;
|
}
|
inline const std::string& FileAnalysis::_internal_createtime() const {
|
return createtime_.Get();
|
}
|
inline void FileAnalysis::_internal_set_createtime(const std::string& value) {
|
|
createtime_.Set(::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::EmptyDefault{}, value, GetArenaForAllocation());
|
}
|
inline std::string* FileAnalysis::_internal_mutable_createtime() {
|
|
return createtime_.Mutable(::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::EmptyDefault{}, GetArenaForAllocation());
|
}
|
inline std::string* FileAnalysis::release_createtime() {
|
// @@protoc_insertion_point(field_release:protomsg.FileAnalysis.createTime)
|
return createtime_.Release(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), GetArenaForAllocation());
|
}
|
inline void FileAnalysis::set_allocated_createtime(std::string* createtime) {
|
if (createtime != nullptr) {
|
|
} else {
|
|
}
|
createtime_.SetAllocated(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), createtime,
|
GetArenaForAllocation());
|
// @@protoc_insertion_point(field_set_allocated:protomsg.FileAnalysis.createTime)
|
}
|
|
// string updateTime = 14;
|
inline void FileAnalysis::clear_updatetime() {
|
updatetime_.ClearToEmpty();
|
}
|
inline const std::string& FileAnalysis::updatetime() const {
|
// @@protoc_insertion_point(field_get:protomsg.FileAnalysis.updateTime)
|
return _internal_updatetime();
|
}
|
template <typename ArgT0, typename... ArgT>
|
inline PROTOBUF_ALWAYS_INLINE
|
void FileAnalysis::set_updatetime(ArgT0&& arg0, ArgT... args) {
|
|
updatetime_.Set(::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::EmptyDefault{}, static_cast<ArgT0 &&>(arg0), args..., GetArenaForAllocation());
|
// @@protoc_insertion_point(field_set:protomsg.FileAnalysis.updateTime)
|
}
|
inline std::string* FileAnalysis::mutable_updatetime() {
|
std::string* _s = _internal_mutable_updatetime();
|
// @@protoc_insertion_point(field_mutable:protomsg.FileAnalysis.updateTime)
|
return _s;
|
}
|
inline const std::string& FileAnalysis::_internal_updatetime() const {
|
return updatetime_.Get();
|
}
|
inline void FileAnalysis::_internal_set_updatetime(const std::string& value) {
|
|
updatetime_.Set(::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::EmptyDefault{}, value, GetArenaForAllocation());
|
}
|
inline std::string* FileAnalysis::_internal_mutable_updatetime() {
|
|
return updatetime_.Mutable(::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::EmptyDefault{}, GetArenaForAllocation());
|
}
|
inline std::string* FileAnalysis::release_updatetime() {
|
// @@protoc_insertion_point(field_release:protomsg.FileAnalysis.updateTime)
|
return updatetime_.Release(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), GetArenaForAllocation());
|
}
|
inline void FileAnalysis::set_allocated_updatetime(std::string* updatetime) {
|
if (updatetime != nullptr) {
|
|
} else {
|
|
}
|
updatetime_.SetAllocated(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), updatetime,
|
GetArenaForAllocation());
|
// @@protoc_insertion_point(field_set_allocated:protomsg.FileAnalysis.updateTime)
|
}
|
|
// string identifier = 15;
|
inline void FileAnalysis::clear_identifier() {
|
identifier_.ClearToEmpty();
|
}
|
inline const std::string& FileAnalysis::identifier() const {
|
// @@protoc_insertion_point(field_get:protomsg.FileAnalysis.identifier)
|
return _internal_identifier();
|
}
|
template <typename ArgT0, typename... ArgT>
|
inline PROTOBUF_ALWAYS_INLINE
|
void FileAnalysis::set_identifier(ArgT0&& arg0, ArgT... args) {
|
|
identifier_.Set(::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::EmptyDefault{}, static_cast<ArgT0 &&>(arg0), args..., GetArenaForAllocation());
|
// @@protoc_insertion_point(field_set:protomsg.FileAnalysis.identifier)
|
}
|
inline std::string* FileAnalysis::mutable_identifier() {
|
std::string* _s = _internal_mutable_identifier();
|
// @@protoc_insertion_point(field_mutable:protomsg.FileAnalysis.identifier)
|
return _s;
|
}
|
inline const std::string& FileAnalysis::_internal_identifier() const {
|
return identifier_.Get();
|
}
|
inline void FileAnalysis::_internal_set_identifier(const std::string& value) {
|
|
identifier_.Set(::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::EmptyDefault{}, value, GetArenaForAllocation());
|
}
|
inline std::string* FileAnalysis::_internal_mutable_identifier() {
|
|
return identifier_.Mutable(::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::EmptyDefault{}, GetArenaForAllocation());
|
}
|
inline std::string* FileAnalysis::release_identifier() {
|
// @@protoc_insertion_point(field_release:protomsg.FileAnalysis.identifier)
|
return identifier_.Release(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), GetArenaForAllocation());
|
}
|
inline void FileAnalysis::set_allocated_identifier(std::string* identifier) {
|
if (identifier != nullptr) {
|
|
} else {
|
|
}
|
identifier_.SetAllocated(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), identifier,
|
GetArenaForAllocation());
|
// @@protoc_insertion_point(field_set_allocated:protomsg.FileAnalysis.identifier)
|
}
|
|
// string stack_id = 16;
|
inline void FileAnalysis::clear_stack_id() {
|
stack_id_.ClearToEmpty();
|
}
|
inline const std::string& FileAnalysis::stack_id() const {
|
// @@protoc_insertion_point(field_get:protomsg.FileAnalysis.stack_id)
|
return _internal_stack_id();
|
}
|
template <typename ArgT0, typename... ArgT>
|
inline PROTOBUF_ALWAYS_INLINE
|
void FileAnalysis::set_stack_id(ArgT0&& arg0, ArgT... args) {
|
|
stack_id_.Set(::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::EmptyDefault{}, static_cast<ArgT0 &&>(arg0), args..., GetArenaForAllocation());
|
// @@protoc_insertion_point(field_set:protomsg.FileAnalysis.stack_id)
|
}
|
inline std::string* FileAnalysis::mutable_stack_id() {
|
std::string* _s = _internal_mutable_stack_id();
|
// @@protoc_insertion_point(field_mutable:protomsg.FileAnalysis.stack_id)
|
return _s;
|
}
|
inline const std::string& FileAnalysis::_internal_stack_id() const {
|
return stack_id_.Get();
|
}
|
inline void FileAnalysis::_internal_set_stack_id(const std::string& value) {
|
|
stack_id_.Set(::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::EmptyDefault{}, value, GetArenaForAllocation());
|
}
|
inline std::string* FileAnalysis::_internal_mutable_stack_id() {
|
|
return stack_id_.Mutable(::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::EmptyDefault{}, GetArenaForAllocation());
|
}
|
inline std::string* FileAnalysis::release_stack_id() {
|
// @@protoc_insertion_point(field_release:protomsg.FileAnalysis.stack_id)
|
return stack_id_.Release(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), GetArenaForAllocation());
|
}
|
inline void FileAnalysis::set_allocated_stack_id(std::string* stack_id) {
|
if (stack_id != nullptr) {
|
|
} else {
|
|
}
|
stack_id_.SetAllocated(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), stack_id,
|
GetArenaForAllocation());
|
// @@protoc_insertion_point(field_set_allocated:protomsg.FileAnalysis.stack_id)
|
}
|
|
// int64 size = 17;
|
inline void FileAnalysis::clear_size() {
|
size_ = int64_t{0};
|
}
|
inline ::PROTOBUF_NAMESPACE_ID::int64 FileAnalysis::_internal_size() const {
|
return size_;
|
}
|
inline ::PROTOBUF_NAMESPACE_ID::int64 FileAnalysis::size() const {
|
// @@protoc_insertion_point(field_get:protomsg.FileAnalysis.size)
|
return _internal_size();
|
}
|
inline void FileAnalysis::_internal_set_size(::PROTOBUF_NAMESPACE_ID::int64 value) {
|
|
size_ = value;
|
}
|
inline void FileAnalysis::set_size(::PROTOBUF_NAMESPACE_ID::int64 value) {
|
_internal_set_size(value);
|
// @@protoc_insertion_point(field_set:protomsg.FileAnalysis.size)
|
}
|
|
// -------------------------------------------------------------------
|
|
// FileAnalysisSetting
|
|
// bool videoEnable = 1;
|
inline void FileAnalysisSetting::clear_videoenable() {
|
videoenable_ = false;
|
}
|
inline bool FileAnalysisSetting::_internal_videoenable() const {
|
return videoenable_;
|
}
|
inline bool FileAnalysisSetting::videoenable() const {
|
// @@protoc_insertion_point(field_get:protomsg.FileAnalysisSetting.videoEnable)
|
return _internal_videoenable();
|
}
|
inline void FileAnalysisSetting::_internal_set_videoenable(bool value) {
|
|
videoenable_ = value;
|
}
|
inline void FileAnalysisSetting::set_videoenable(bool value) {
|
_internal_set_videoenable(value);
|
// @@protoc_insertion_point(field_set:protomsg.FileAnalysisSetting.videoEnable)
|
}
|
|
// string fileDirectory = 2;
|
inline void FileAnalysisSetting::clear_filedirectory() {
|
filedirectory_.ClearToEmpty();
|
}
|
inline const std::string& FileAnalysisSetting::filedirectory() const {
|
// @@protoc_insertion_point(field_get:protomsg.FileAnalysisSetting.fileDirectory)
|
return _internal_filedirectory();
|
}
|
template <typename ArgT0, typename... ArgT>
|
inline PROTOBUF_ALWAYS_INLINE
|
void FileAnalysisSetting::set_filedirectory(ArgT0&& arg0, ArgT... args) {
|
|
filedirectory_.Set(::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::EmptyDefault{}, static_cast<ArgT0 &&>(arg0), args..., GetArenaForAllocation());
|
// @@protoc_insertion_point(field_set:protomsg.FileAnalysisSetting.fileDirectory)
|
}
|
inline std::string* FileAnalysisSetting::mutable_filedirectory() {
|
std::string* _s = _internal_mutable_filedirectory();
|
// @@protoc_insertion_point(field_mutable:protomsg.FileAnalysisSetting.fileDirectory)
|
return _s;
|
}
|
inline const std::string& FileAnalysisSetting::_internal_filedirectory() const {
|
return filedirectory_.Get();
|
}
|
inline void FileAnalysisSetting::_internal_set_filedirectory(const std::string& value) {
|
|
filedirectory_.Set(::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::EmptyDefault{}, value, GetArenaForAllocation());
|
}
|
inline std::string* FileAnalysisSetting::_internal_mutable_filedirectory() {
|
|
return filedirectory_.Mutable(::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::EmptyDefault{}, GetArenaForAllocation());
|
}
|
inline std::string* FileAnalysisSetting::release_filedirectory() {
|
// @@protoc_insertion_point(field_release:protomsg.FileAnalysisSetting.fileDirectory)
|
return filedirectory_.Release(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), GetArenaForAllocation());
|
}
|
inline void FileAnalysisSetting::set_allocated_filedirectory(std::string* filedirectory) {
|
if (filedirectory != nullptr) {
|
|
} else {
|
|
}
|
filedirectory_.SetAllocated(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), filedirectory,
|
GetArenaForAllocation());
|
// @@protoc_insertion_point(field_set_allocated:protomsg.FileAnalysisSetting.fileDirectory)
|
}
|
|
// int32 videoChannelCount = 3;
|
inline void FileAnalysisSetting::clear_videochannelcount() {
|
videochannelcount_ = 0;
|
}
|
inline ::PROTOBUF_NAMESPACE_ID::int32 FileAnalysisSetting::_internal_videochannelcount() const {
|
return videochannelcount_;
|
}
|
inline ::PROTOBUF_NAMESPACE_ID::int32 FileAnalysisSetting::videochannelcount() const {
|
// @@protoc_insertion_point(field_get:protomsg.FileAnalysisSetting.videoChannelCount)
|
return _internal_videochannelcount();
|
}
|
inline void FileAnalysisSetting::_internal_set_videochannelcount(::PROTOBUF_NAMESPACE_ID::int32 value) {
|
|
videochannelcount_ = value;
|
}
|
inline void FileAnalysisSetting::set_videochannelcount(::PROTOBUF_NAMESPACE_ID::int32 value) {
|
_internal_set_videochannelcount(value);
|
// @@protoc_insertion_point(field_set:protomsg.FileAnalysisSetting.videoChannelCount)
|
}
|
|
// int32 imgChannelCount = 4;
|
inline void FileAnalysisSetting::clear_imgchannelcount() {
|
imgchannelcount_ = 0;
|
}
|
inline ::PROTOBUF_NAMESPACE_ID::int32 FileAnalysisSetting::_internal_imgchannelcount() const {
|
return imgchannelcount_;
|
}
|
inline ::PROTOBUF_NAMESPACE_ID::int32 FileAnalysisSetting::imgchannelcount() const {
|
// @@protoc_insertion_point(field_get:protomsg.FileAnalysisSetting.imgChannelCount)
|
return _internal_imgchannelcount();
|
}
|
inline void FileAnalysisSetting::_internal_set_imgchannelcount(::PROTOBUF_NAMESPACE_ID::int32 value) {
|
|
imgchannelcount_ = value;
|
}
|
inline void FileAnalysisSetting::set_imgchannelcount(::PROTOBUF_NAMESPACE_ID::int32 value) {
|
_internal_set_imgchannelcount(value);
|
// @@protoc_insertion_point(field_set:protomsg.FileAnalysisSetting.imgChannelCount)
|
}
|
|
// int32 audioChannelCount = 5;
|
inline void FileAnalysisSetting::clear_audiochannelcount() {
|
audiochannelcount_ = 0;
|
}
|
inline ::PROTOBUF_NAMESPACE_ID::int32 FileAnalysisSetting::_internal_audiochannelcount() const {
|
return audiochannelcount_;
|
}
|
inline ::PROTOBUF_NAMESPACE_ID::int32 FileAnalysisSetting::audiochannelcount() const {
|
// @@protoc_insertion_point(field_get:protomsg.FileAnalysisSetting.audioChannelCount)
|
return _internal_audiochannelcount();
|
}
|
inline void FileAnalysisSetting::_internal_set_audiochannelcount(::PROTOBUF_NAMESPACE_ID::int32 value) {
|
|
audiochannelcount_ = value;
|
}
|
inline void FileAnalysisSetting::set_audiochannelcount(::PROTOBUF_NAMESPACE_ID::int32 value) {
|
_internal_set_audiochannelcount(value);
|
// @@protoc_insertion_point(field_set:protomsg.FileAnalysisSetting.audioChannelCount)
|
}
|
|
// -------------------------------------------------------------------
|
|
// FileStack
|
|
// string id = 1;
|
inline void FileStack::clear_id() {
|
id_.ClearToEmpty();
|
}
|
inline const std::string& FileStack::id() const {
|
// @@protoc_insertion_point(field_get:protomsg.FileStack.id)
|
return _internal_id();
|
}
|
template <typename ArgT0, typename... ArgT>
|
inline PROTOBUF_ALWAYS_INLINE
|
void FileStack::set_id(ArgT0&& arg0, ArgT... args) {
|
|
id_.Set(::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::EmptyDefault{}, static_cast<ArgT0 &&>(arg0), args..., GetArenaForAllocation());
|
// @@protoc_insertion_point(field_set:protomsg.FileStack.id)
|
}
|
inline std::string* FileStack::mutable_id() {
|
std::string* _s = _internal_mutable_id();
|
// @@protoc_insertion_point(field_mutable:protomsg.FileStack.id)
|
return _s;
|
}
|
inline const std::string& FileStack::_internal_id() const {
|
return id_.Get();
|
}
|
inline void FileStack::_internal_set_id(const std::string& value) {
|
|
id_.Set(::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::EmptyDefault{}, value, GetArenaForAllocation());
|
}
|
inline std::string* FileStack::_internal_mutable_id() {
|
|
return id_.Mutable(::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::EmptyDefault{}, GetArenaForAllocation());
|
}
|
inline std::string* FileStack::release_id() {
|
// @@protoc_insertion_point(field_release:protomsg.FileStack.id)
|
return id_.Release(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), GetArenaForAllocation());
|
}
|
inline void FileStack::set_allocated_id(std::string* id) {
|
if (id != nullptr) {
|
|
} else {
|
|
}
|
id_.SetAllocated(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), id,
|
GetArenaForAllocation());
|
// @@protoc_insertion_point(field_set_allocated:protomsg.FileStack.id)
|
}
|
|
// string name = 2;
|
inline void FileStack::clear_name() {
|
name_.ClearToEmpty();
|
}
|
inline const std::string& FileStack::name() const {
|
// @@protoc_insertion_point(field_get:protomsg.FileStack.name)
|
return _internal_name();
|
}
|
template <typename ArgT0, typename... ArgT>
|
inline PROTOBUF_ALWAYS_INLINE
|
void FileStack::set_name(ArgT0&& arg0, ArgT... args) {
|
|
name_.Set(::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::EmptyDefault{}, static_cast<ArgT0 &&>(arg0), args..., GetArenaForAllocation());
|
// @@protoc_insertion_point(field_set:protomsg.FileStack.name)
|
}
|
inline std::string* FileStack::mutable_name() {
|
std::string* _s = _internal_mutable_name();
|
// @@protoc_insertion_point(field_mutable:protomsg.FileStack.name)
|
return _s;
|
}
|
inline const std::string& FileStack::_internal_name() const {
|
return name_.Get();
|
}
|
inline void FileStack::_internal_set_name(const std::string& value) {
|
|
name_.Set(::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::EmptyDefault{}, value, GetArenaForAllocation());
|
}
|
inline std::string* FileStack::_internal_mutable_name() {
|
|
return name_.Mutable(::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::EmptyDefault{}, GetArenaForAllocation());
|
}
|
inline std::string* FileStack::release_name() {
|
// @@protoc_insertion_point(field_release:protomsg.FileStack.name)
|
return name_.Release(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), GetArenaForAllocation());
|
}
|
inline void FileStack::set_allocated_name(std::string* name) {
|
if (name != nullptr) {
|
|
} else {
|
|
}
|
name_.SetAllocated(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), name,
|
GetArenaForAllocation());
|
// @@protoc_insertion_point(field_set_allocated:protomsg.FileStack.name)
|
}
|
|
// int32 type = 3;
|
inline void FileStack::clear_type() {
|
type_ = 0;
|
}
|
inline ::PROTOBUF_NAMESPACE_ID::int32 FileStack::_internal_type() const {
|
return type_;
|
}
|
inline ::PROTOBUF_NAMESPACE_ID::int32 FileStack::type() const {
|
// @@protoc_insertion_point(field_get:protomsg.FileStack.type)
|
return _internal_type();
|
}
|
inline void FileStack::_internal_set_type(::PROTOBUF_NAMESPACE_ID::int32 value) {
|
|
type_ = value;
|
}
|
inline void FileStack::set_type(::PROTOBUF_NAMESPACE_ID::int32 value) {
|
_internal_set_type(value);
|
// @@protoc_insertion_point(field_set:protomsg.FileStack.type)
|
}
|
|
// bool enable = 4;
|
inline void FileStack::clear_enable() {
|
enable_ = false;
|
}
|
inline bool FileStack::_internal_enable() const {
|
return enable_;
|
}
|
inline bool FileStack::enable() const {
|
// @@protoc_insertion_point(field_get:protomsg.FileStack.enable)
|
return _internal_enable();
|
}
|
inline void FileStack::_internal_set_enable(bool value) {
|
|
enable_ = value;
|
}
|
inline void FileStack::set_enable(bool value) {
|
_internal_set_enable(value);
|
// @@protoc_insertion_point(field_set:protomsg.FileStack.enable)
|
}
|
|
// bool isAutoDelFile = 5;
|
inline void FileStack::clear_isautodelfile() {
|
isautodelfile_ = false;
|
}
|
inline bool FileStack::_internal_isautodelfile() const {
|
return isautodelfile_;
|
}
|
inline bool FileStack::isautodelfile() const {
|
// @@protoc_insertion_point(field_get:protomsg.FileStack.isAutoDelFile)
|
return _internal_isautodelfile();
|
}
|
inline void FileStack::_internal_set_isautodelfile(bool value) {
|
|
isautodelfile_ = value;
|
}
|
inline void FileStack::set_isautodelfile(bool value) {
|
_internal_set_isautodelfile(value);
|
// @@protoc_insertion_point(field_set:protomsg.FileStack.isAutoDelFile)
|
}
|
|
// int32 status = 6;
|
inline void FileStack::clear_status() {
|
status_ = 0;
|
}
|
inline ::PROTOBUF_NAMESPACE_ID::int32 FileStack::_internal_status() const {
|
return status_;
|
}
|
inline ::PROTOBUF_NAMESPACE_ID::int32 FileStack::status() const {
|
// @@protoc_insertion_point(field_get:protomsg.FileStack.status)
|
return _internal_status();
|
}
|
inline void FileStack::_internal_set_status(::PROTOBUF_NAMESPACE_ID::int32 value) {
|
|
status_ = value;
|
}
|
inline void FileStack::set_status(::PROTOBUF_NAMESPACE_ID::int32 value) {
|
_internal_set_status(value);
|
// @@protoc_insertion_point(field_set:protomsg.FileStack.status)
|
}
|
|
// string createTime = 7;
|
inline void FileStack::clear_createtime() {
|
createtime_.ClearToEmpty();
|
}
|
inline const std::string& FileStack::createtime() const {
|
// @@protoc_insertion_point(field_get:protomsg.FileStack.createTime)
|
return _internal_createtime();
|
}
|
template <typename ArgT0, typename... ArgT>
|
inline PROTOBUF_ALWAYS_INLINE
|
void FileStack::set_createtime(ArgT0&& arg0, ArgT... args) {
|
|
createtime_.Set(::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::EmptyDefault{}, static_cast<ArgT0 &&>(arg0), args..., GetArenaForAllocation());
|
// @@protoc_insertion_point(field_set:protomsg.FileStack.createTime)
|
}
|
inline std::string* FileStack::mutable_createtime() {
|
std::string* _s = _internal_mutable_createtime();
|
// @@protoc_insertion_point(field_mutable:protomsg.FileStack.createTime)
|
return _s;
|
}
|
inline const std::string& FileStack::_internal_createtime() const {
|
return createtime_.Get();
|
}
|
inline void FileStack::_internal_set_createtime(const std::string& value) {
|
|
createtime_.Set(::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::EmptyDefault{}, value, GetArenaForAllocation());
|
}
|
inline std::string* FileStack::_internal_mutable_createtime() {
|
|
return createtime_.Mutable(::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::EmptyDefault{}, GetArenaForAllocation());
|
}
|
inline std::string* FileStack::release_createtime() {
|
// @@protoc_insertion_point(field_release:protomsg.FileStack.createTime)
|
return createtime_.Release(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), GetArenaForAllocation());
|
}
|
inline void FileStack::set_allocated_createtime(std::string* createtime) {
|
if (createtime != nullptr) {
|
|
} else {
|
|
}
|
createtime_.SetAllocated(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), createtime,
|
GetArenaForAllocation());
|
// @@protoc_insertion_point(field_set_allocated:protomsg.FileStack.createTime)
|
}
|
|
// string updateTime = 8;
|
inline void FileStack::clear_updatetime() {
|
updatetime_.ClearToEmpty();
|
}
|
inline const std::string& FileStack::updatetime() const {
|
// @@protoc_insertion_point(field_get:protomsg.FileStack.updateTime)
|
return _internal_updatetime();
|
}
|
template <typename ArgT0, typename... ArgT>
|
inline PROTOBUF_ALWAYS_INLINE
|
void FileStack::set_updatetime(ArgT0&& arg0, ArgT... args) {
|
|
updatetime_.Set(::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::EmptyDefault{}, static_cast<ArgT0 &&>(arg0), args..., GetArenaForAllocation());
|
// @@protoc_insertion_point(field_set:protomsg.FileStack.updateTime)
|
}
|
inline std::string* FileStack::mutable_updatetime() {
|
std::string* _s = _internal_mutable_updatetime();
|
// @@protoc_insertion_point(field_mutable:protomsg.FileStack.updateTime)
|
return _s;
|
}
|
inline const std::string& FileStack::_internal_updatetime() const {
|
return updatetime_.Get();
|
}
|
inline void FileStack::_internal_set_updatetime(const std::string& value) {
|
|
updatetime_.Set(::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::EmptyDefault{}, value, GetArenaForAllocation());
|
}
|
inline std::string* FileStack::_internal_mutable_updatetime() {
|
|
return updatetime_.Mutable(::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::EmptyDefault{}, GetArenaForAllocation());
|
}
|
inline std::string* FileStack::release_updatetime() {
|
// @@protoc_insertion_point(field_release:protomsg.FileStack.updateTime)
|
return updatetime_.Release(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), GetArenaForAllocation());
|
}
|
inline void FileStack::set_allocated_updatetime(std::string* updatetime) {
|
if (updatetime != nullptr) {
|
|
} else {
|
|
}
|
updatetime_.SetAllocated(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), updatetime,
|
GetArenaForAllocation());
|
// @@protoc_insertion_point(field_set_allocated:protomsg.FileStack.updateTime)
|
}
|
|
// int32 sort = 9;
|
inline void FileStack::clear_sort() {
|
sort_ = 0;
|
}
|
inline ::PROTOBUF_NAMESPACE_ID::int32 FileStack::_internal_sort() const {
|
return sort_;
|
}
|
inline ::PROTOBUF_NAMESPACE_ID::int32 FileStack::sort() const {
|
// @@protoc_insertion_point(field_get:protomsg.FileStack.sort)
|
return _internal_sort();
|
}
|
inline void FileStack::_internal_set_sort(::PROTOBUF_NAMESPACE_ID::int32 value) {
|
|
sort_ = value;
|
}
|
inline void FileStack::set_sort(::PROTOBUF_NAMESPACE_ID::int32 value) {
|
_internal_set_sort(value);
|
// @@protoc_insertion_point(field_set:protomsg.FileStack.sort)
|
}
|
|
// int32 resolution_width = 21;
|
inline void FileStack::clear_resolution_width() {
|
resolution_width_ = 0;
|
}
|
inline ::PROTOBUF_NAMESPACE_ID::int32 FileStack::_internal_resolution_width() const {
|
return resolution_width_;
|
}
|
inline ::PROTOBUF_NAMESPACE_ID::int32 FileStack::resolution_width() const {
|
// @@protoc_insertion_point(field_get:protomsg.FileStack.resolution_width)
|
return _internal_resolution_width();
|
}
|
inline void FileStack::_internal_set_resolution_width(::PROTOBUF_NAMESPACE_ID::int32 value) {
|
|
resolution_width_ = value;
|
}
|
inline void FileStack::set_resolution_width(::PROTOBUF_NAMESPACE_ID::int32 value) {
|
_internal_set_resolution_width(value);
|
// @@protoc_insertion_point(field_set:protomsg.FileStack.resolution_width)
|
}
|
|
// int32 resolution_height = 22;
|
inline void FileStack::clear_resolution_height() {
|
resolution_height_ = 0;
|
}
|
inline ::PROTOBUF_NAMESPACE_ID::int32 FileStack::_internal_resolution_height() const {
|
return resolution_height_;
|
}
|
inline ::PROTOBUF_NAMESPACE_ID::int32 FileStack::resolution_height() const {
|
// @@protoc_insertion_point(field_get:protomsg.FileStack.resolution_height)
|
return _internal_resolution_height();
|
}
|
inline void FileStack::_internal_set_resolution_height(::PROTOBUF_NAMESPACE_ID::int32 value) {
|
|
resolution_height_ = value;
|
}
|
inline void FileStack::set_resolution_height(::PROTOBUF_NAMESPACE_ID::int32 value) {
|
_internal_set_resolution_height(value);
|
// @@protoc_insertion_point(field_set:protomsg.FileStack.resolution_height)
|
}
|
|
#ifdef __GNUC__
|
#pragma GCC diagnostic pop
|
#endif // __GNUC__
|
// -------------------------------------------------------------------
|
|
// -------------------------------------------------------------------
|
|
|
// @@protoc_insertion_point(namespace_scope)
|
|
} // namespace protomsg
|
|
// @@protoc_insertion_point(global_scope)
|
|
#include <google/protobuf/port_undef.inc>
|
#endif // GOOGLE_PROTOBUF_INCLUDED_GOOGLE_PROTOBUF_INCLUDED_fileanalysis_2eproto
|