1 // Generated by the protocol buffer compiler. DO NOT EDIT!
2 // source: fcp/client/client_runner_example_data.proto
3
4 #ifndef GOOGLE_PROTOBUF_INCLUDED_fcp_2fclient_2fclient_5frunner_5fexample_5fdata_2eproto
5 #define GOOGLE_PROTOBUF_INCLUDED_fcp_2fclient_2fclient_5frunner_5fexample_5fdata_2eproto
6
7 #include <cstdint>
8 #include <limits>
9 #include <string>
10
11 #include <google/protobuf/port_def.inc>
12 #if PROTOBUF_VERSION < 3021000
13 #error This file was generated by a newer version of protoc which is
14 #error incompatible with your Protocol Buffer headers. Please update
15 #error your headers.
16 #endif
17 #if 3021012 < PROTOBUF_MIN_PROTOC_VERSION
18 #error This file was generated by an older version of protoc which is
19 #error incompatible with your Protocol Buffer headers. Please
20 #error regenerate this file with a newer version of protoc.
21 #endif
22
23 #include <google/protobuf/port_undef.inc>
24 #include <google/protobuf/io/coded_stream.h>
25 #include <google/protobuf/arena.h>
26 #include <google/protobuf/arenastring.h>
27 #include <google/protobuf/generated_message_util.h>
28 #include <google/protobuf/metadata_lite.h>
29 #include <google/protobuf/message_lite.h>
30 #include <google/protobuf/repeated_field.h> // IWYU pragma: export
31 #include <google/protobuf/extension_set.h> // IWYU pragma: export
32 #include <google/protobuf/map.h> // IWYU pragma: export
33 #include <google/protobuf/map_entry_lite.h>
34 #include <google/protobuf/map_field_lite.h>
35 // @@protoc_insertion_point(includes)
36 #include <google/protobuf/port_def.inc>
37 #define PROTOBUF_INTERNAL_EXPORT_fcp_2fclient_2fclient_5frunner_5fexample_5fdata_2eproto
38 PROTOBUF_NAMESPACE_OPEN
39 namespace internal {
40 class AnyMetadata;
41 } // namespace internal
42 PROTOBUF_NAMESPACE_CLOSE
43
44 // Internal implementation detail -- do not use these members.
45 struct TableStruct_fcp_2fclient_2fclient_5frunner_5fexample_5fdata_2eproto {
46 static const ::uint32_t offsets[];
47 };
48 namespace fcp {
49 namespace client {
50 class ClientRunnerExampleData;
51 struct ClientRunnerExampleDataDefaultTypeInternal;
52 extern ClientRunnerExampleDataDefaultTypeInternal _ClientRunnerExampleData_default_instance_;
53 class ClientRunnerExampleData_ExampleList;
54 struct ClientRunnerExampleData_ExampleListDefaultTypeInternal;
55 extern ClientRunnerExampleData_ExampleListDefaultTypeInternal _ClientRunnerExampleData_ExampleList_default_instance_;
56 class ClientRunnerExampleData_ExamplesByCollectionUriEntry_DoNotUse;
57 struct ClientRunnerExampleData_ExamplesByCollectionUriEntry_DoNotUseDefaultTypeInternal;
58 extern ClientRunnerExampleData_ExamplesByCollectionUriEntry_DoNotUseDefaultTypeInternal _ClientRunnerExampleData_ExamplesByCollectionUriEntry_DoNotUse_default_instance_;
59 } // namespace client
60 } // namespace fcp
61 PROTOBUF_NAMESPACE_OPEN
62 template<> ::fcp::client::ClientRunnerExampleData* Arena::CreateMaybeMessage<::fcp::client::ClientRunnerExampleData>(Arena*);
63 template<> ::fcp::client::ClientRunnerExampleData_ExampleList* Arena::CreateMaybeMessage<::fcp::client::ClientRunnerExampleData_ExampleList>(Arena*);
64 template<> ::fcp::client::ClientRunnerExampleData_ExamplesByCollectionUriEntry_DoNotUse* Arena::CreateMaybeMessage<::fcp::client::ClientRunnerExampleData_ExamplesByCollectionUriEntry_DoNotUse>(Arena*);
65 PROTOBUF_NAMESPACE_CLOSE
66 namespace fcp {
67 namespace client {
68
69 // ===================================================================
70
71 class ClientRunnerExampleData_ExampleList final :
72 public ::PROTOBUF_NAMESPACE_ID::MessageLite /* @@protoc_insertion_point(class_definition:fcp.client.ClientRunnerExampleData.ExampleList) */ {
73 public:
ClientRunnerExampleData_ExampleList()74 inline ClientRunnerExampleData_ExampleList() : ClientRunnerExampleData_ExampleList(nullptr) {}
75 ~ClientRunnerExampleData_ExampleList() override;
76 explicit PROTOBUF_CONSTEXPR ClientRunnerExampleData_ExampleList(::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized);
77
78 ClientRunnerExampleData_ExampleList(const ClientRunnerExampleData_ExampleList& from);
ClientRunnerExampleData_ExampleList(ClientRunnerExampleData_ExampleList && from)79 ClientRunnerExampleData_ExampleList(ClientRunnerExampleData_ExampleList&& from) noexcept
80 : ClientRunnerExampleData_ExampleList() {
81 *this = ::std::move(from);
82 }
83
84 inline ClientRunnerExampleData_ExampleList& operator=(const ClientRunnerExampleData_ExampleList& from) {
85 if (this == &from) return *this;
86 CopyFrom(from);
87 return *this;
88 }
89 inline ClientRunnerExampleData_ExampleList& operator=(ClientRunnerExampleData_ExampleList&& from) noexcept {
90 if (this == &from) return *this;
91 if (GetOwningArena() == from.GetOwningArena()
92 #ifdef PROTOBUF_FORCE_COPY_IN_MOVE
93 && GetOwningArena() != nullptr
94 #endif // !PROTOBUF_FORCE_COPY_IN_MOVE
95 ) {
96 InternalSwap(&from);
97 } else {
98 CopyFrom(from);
99 }
100 return *this;
101 }
102
default_instance()103 static const ClientRunnerExampleData_ExampleList& default_instance() {
104 return *internal_default_instance();
105 }
internal_default_instance()106 static inline const ClientRunnerExampleData_ExampleList* internal_default_instance() {
107 return reinterpret_cast<const ClientRunnerExampleData_ExampleList*>(
108 &_ClientRunnerExampleData_ExampleList_default_instance_);
109 }
110 static constexpr int kIndexInFileMessages =
111 0;
112
swap(ClientRunnerExampleData_ExampleList & a,ClientRunnerExampleData_ExampleList & b)113 friend void swap(ClientRunnerExampleData_ExampleList& a, ClientRunnerExampleData_ExampleList& b) {
114 a.Swap(&b);
115 }
Swap(ClientRunnerExampleData_ExampleList * other)116 inline void Swap(ClientRunnerExampleData_ExampleList* other) {
117 if (other == this) return;
118 #ifdef PROTOBUF_FORCE_COPY_IN_SWAP
119 if (GetOwningArena() != nullptr &&
120 GetOwningArena() == other->GetOwningArena()) {
121 #else // PROTOBUF_FORCE_COPY_IN_SWAP
122 if (GetOwningArena() == other->GetOwningArena()) {
123 #endif // !PROTOBUF_FORCE_COPY_IN_SWAP
124 InternalSwap(other);
125 } else {
126 ::PROTOBUF_NAMESPACE_ID::internal::GenericSwap(this, other);
127 }
128 }
129 void UnsafeArenaSwap(ClientRunnerExampleData_ExampleList* other) {
130 if (other == this) return;
131 GOOGLE_DCHECK(GetOwningArena() == other->GetOwningArena());
132 InternalSwap(other);
133 }
134
135 // implements Message ----------------------------------------------
136
137 ClientRunnerExampleData_ExampleList* New(::PROTOBUF_NAMESPACE_ID::Arena* arena) const final {
138 return CreateMaybeMessage<ClientRunnerExampleData_ExampleList>(arena);
139 }
140 ClientRunnerExampleData_ExampleList* New() const {
141 return New(nullptr);
142 }
143 void CheckTypeAndMergeFrom(const ::PROTOBUF_NAMESPACE_ID::MessageLite& from) final;
144 void CopyFrom(const ClientRunnerExampleData_ExampleList& from);
145 void MergeFrom(const ClientRunnerExampleData_ExampleList& from);
146 PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final;
147 bool IsInitialized() const final;
148
149 size_t ByteSizeLong() const final;
150 const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final;
151 ::uint8_t* _InternalSerialize(
152 ::uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final;
153 int GetCachedSize() const final { return _impl_._cached_size_.Get(); }
154
155 private:
156 void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned);
157 void SharedDtor();
158 void SetCachedSize(int size) const;
159 void InternalSwap(ClientRunnerExampleData_ExampleList* other);
160
161 private:
162 friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata;
163 static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() {
164 return "fcp.client.ClientRunnerExampleData.ExampleList";
165 }
166 protected:
167 explicit ClientRunnerExampleData_ExampleList(::PROTOBUF_NAMESPACE_ID::Arena* arena,
168 bool is_message_owned = false);
169 public:
170
171 std::string GetTypeName() const final;
172
173 // nested types ----------------------------------------------------
174
175 // accessors -------------------------------------------------------
176
177 enum : int {
178 kExamplesFieldNumber = 1,
179 };
180 // repeated bytes examples = 1;
181 int examples_size() const;
182 private:
183 int _internal_examples_size() const;
184 public:
185 void clear_examples();
186 const std::string& examples(int index) const;
187 std::string* mutable_examples(int index);
188 void set_examples(int index, const std::string& value);
189 void set_examples(int index, std::string&& value);
190 void set_examples(int index, const char* value);
191 void set_examples(int index, const void* value, size_t size);
192 std::string* add_examples();
193 void add_examples(const std::string& value);
194 void add_examples(std::string&& value);
195 void add_examples(const char* value);
196 void add_examples(const void* value, size_t size);
197 const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField<std::string>& examples() const;
198 ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField<std::string>* mutable_examples();
199 private:
200 const std::string& _internal_examples(int index) const;
201 std::string* _internal_add_examples();
202 public:
203
204 // @@protoc_insertion_point(class_scope:fcp.client.ClientRunnerExampleData.ExampleList)
205 private:
206 class _Internal;
207
208 template <typename T> friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper;
209 typedef void InternalArenaConstructable_;
210 typedef void DestructorSkippable_;
211 struct Impl_ {
212 ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField<std::string> examples_;
213 mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_;
214 };
215 union { Impl_ _impl_; };
216 friend struct ::TableStruct_fcp_2fclient_2fclient_5frunner_5fexample_5fdata_2eproto;
217 };
218 // -------------------------------------------------------------------
219
220 class ClientRunnerExampleData_ExamplesByCollectionUriEntry_DoNotUse : public ::PROTOBUF_NAMESPACE_ID::internal::MapEntryLite<ClientRunnerExampleData_ExamplesByCollectionUriEntry_DoNotUse,
221 std::string, ::fcp::client::ClientRunnerExampleData_ExampleList,
222 ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::TYPE_STRING,
223 ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::TYPE_MESSAGE> {
224 public:
225 typedef ::PROTOBUF_NAMESPACE_ID::internal::MapEntryLite<ClientRunnerExampleData_ExamplesByCollectionUriEntry_DoNotUse,
226 std::string, ::fcp::client::ClientRunnerExampleData_ExampleList,
227 ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::TYPE_STRING,
228 ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::TYPE_MESSAGE> SuperType;
229 ClientRunnerExampleData_ExamplesByCollectionUriEntry_DoNotUse();
230 explicit PROTOBUF_CONSTEXPR ClientRunnerExampleData_ExamplesByCollectionUriEntry_DoNotUse(
231 ::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized);
232 explicit ClientRunnerExampleData_ExamplesByCollectionUriEntry_DoNotUse(::PROTOBUF_NAMESPACE_ID::Arena* arena);
233 void MergeFrom(const ClientRunnerExampleData_ExamplesByCollectionUriEntry_DoNotUse& other);
internal_default_instance()234 static const ClientRunnerExampleData_ExamplesByCollectionUriEntry_DoNotUse* internal_default_instance() { return reinterpret_cast<const ClientRunnerExampleData_ExamplesByCollectionUriEntry_DoNotUse*>(&_ClientRunnerExampleData_ExamplesByCollectionUriEntry_DoNotUse_default_instance_); }
ValidateKey(std::string * s)235 static bool ValidateKey(std::string* s) {
236 return ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(s->data(), static_cast<int>(s->size()), ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::PARSE, "fcp.client.ClientRunnerExampleData.ExamplesByCollectionUriEntry.key");
237 }
ValidateValue(void *)238 static bool ValidateValue(void*) { return true; }
239 friend struct ::TableStruct_fcp_2fclient_2fclient_5frunner_5fexample_5fdata_2eproto;
240 };
241
242 // -------------------------------------------------------------------
243
244 class ClientRunnerExampleData final :
245 public ::PROTOBUF_NAMESPACE_ID::MessageLite /* @@protoc_insertion_point(class_definition:fcp.client.ClientRunnerExampleData) */ {
246 public:
ClientRunnerExampleData()247 inline ClientRunnerExampleData() : ClientRunnerExampleData(nullptr) {}
248 ~ClientRunnerExampleData() override;
249 explicit PROTOBUF_CONSTEXPR ClientRunnerExampleData(::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized);
250
251 ClientRunnerExampleData(const ClientRunnerExampleData& from);
ClientRunnerExampleData(ClientRunnerExampleData && from)252 ClientRunnerExampleData(ClientRunnerExampleData&& from) noexcept
253 : ClientRunnerExampleData() {
254 *this = ::std::move(from);
255 }
256
257 inline ClientRunnerExampleData& operator=(const ClientRunnerExampleData& from) {
258 if (this == &from) return *this;
259 CopyFrom(from);
260 return *this;
261 }
262 inline ClientRunnerExampleData& operator=(ClientRunnerExampleData&& from) noexcept {
263 if (this == &from) return *this;
264 if (GetOwningArena() == from.GetOwningArena()
265 #ifdef PROTOBUF_FORCE_COPY_IN_MOVE
266 && GetOwningArena() != nullptr
267 #endif // !PROTOBUF_FORCE_COPY_IN_MOVE
268 ) {
269 InternalSwap(&from);
270 } else {
271 CopyFrom(from);
272 }
273 return *this;
274 }
275
default_instance()276 static const ClientRunnerExampleData& default_instance() {
277 return *internal_default_instance();
278 }
internal_default_instance()279 static inline const ClientRunnerExampleData* internal_default_instance() {
280 return reinterpret_cast<const ClientRunnerExampleData*>(
281 &_ClientRunnerExampleData_default_instance_);
282 }
283 static constexpr int kIndexInFileMessages =
284 2;
285
swap(ClientRunnerExampleData & a,ClientRunnerExampleData & b)286 friend void swap(ClientRunnerExampleData& a, ClientRunnerExampleData& b) {
287 a.Swap(&b);
288 }
Swap(ClientRunnerExampleData * other)289 inline void Swap(ClientRunnerExampleData* other) {
290 if (other == this) return;
291 #ifdef PROTOBUF_FORCE_COPY_IN_SWAP
292 if (GetOwningArena() != nullptr &&
293 GetOwningArena() == other->GetOwningArena()) {
294 #else // PROTOBUF_FORCE_COPY_IN_SWAP
295 if (GetOwningArena() == other->GetOwningArena()) {
296 #endif // !PROTOBUF_FORCE_COPY_IN_SWAP
297 InternalSwap(other);
298 } else {
299 ::PROTOBUF_NAMESPACE_ID::internal::GenericSwap(this, other);
300 }
301 }
302 void UnsafeArenaSwap(ClientRunnerExampleData* other) {
303 if (other == this) return;
304 GOOGLE_DCHECK(GetOwningArena() == other->GetOwningArena());
305 InternalSwap(other);
306 }
307
308 // implements Message ----------------------------------------------
309
310 ClientRunnerExampleData* New(::PROTOBUF_NAMESPACE_ID::Arena* arena) const final {
311 return CreateMaybeMessage<ClientRunnerExampleData>(arena);
312 }
313 ClientRunnerExampleData* New() const {
314 return New(nullptr);
315 }
316 void CheckTypeAndMergeFrom(const ::PROTOBUF_NAMESPACE_ID::MessageLite& from) final;
317 void CopyFrom(const ClientRunnerExampleData& from);
318 void MergeFrom(const ClientRunnerExampleData& from);
319 PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final;
320 bool IsInitialized() const final;
321
322 size_t ByteSizeLong() const final;
323 const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final;
324 ::uint8_t* _InternalSerialize(
325 ::uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final;
326 int GetCachedSize() const final { return _impl_._cached_size_.Get(); }
327
328 private:
329 void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned);
330 void SharedDtor();
331 void SetCachedSize(int size) const;
332 void InternalSwap(ClientRunnerExampleData* other);
333
334 private:
335 friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata;
336 static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() {
337 return "fcp.client.ClientRunnerExampleData";
338 }
339 protected:
340 explicit ClientRunnerExampleData(::PROTOBUF_NAMESPACE_ID::Arena* arena,
341 bool is_message_owned = false);
342 public:
343
344 std::string GetTypeName() const final;
345
346 // nested types ----------------------------------------------------
347
348 typedef ClientRunnerExampleData_ExampleList ExampleList;
349
350 // accessors -------------------------------------------------------
351
352 enum : int {
353 kExamplesByCollectionUriFieldNumber = 1,
354 };
355 // map<string, .fcp.client.ClientRunnerExampleData.ExampleList> examples_by_collection_uri = 1;
356 int examples_by_collection_uri_size() const;
357 private:
358 int _internal_examples_by_collection_uri_size() const;
359 public:
360 void clear_examples_by_collection_uri();
361 private:
362 const ::PROTOBUF_NAMESPACE_ID::Map< std::string, ::fcp::client::ClientRunnerExampleData_ExampleList >&
363 _internal_examples_by_collection_uri() const;
364 ::PROTOBUF_NAMESPACE_ID::Map< std::string, ::fcp::client::ClientRunnerExampleData_ExampleList >*
365 _internal_mutable_examples_by_collection_uri();
366 public:
367 const ::PROTOBUF_NAMESPACE_ID::Map< std::string, ::fcp::client::ClientRunnerExampleData_ExampleList >&
368 examples_by_collection_uri() const;
369 ::PROTOBUF_NAMESPACE_ID::Map< std::string, ::fcp::client::ClientRunnerExampleData_ExampleList >*
370 mutable_examples_by_collection_uri();
371
372 // @@protoc_insertion_point(class_scope:fcp.client.ClientRunnerExampleData)
373 private:
374 class _Internal;
375
376 template <typename T> friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper;
377 typedef void InternalArenaConstructable_;
378 typedef void DestructorSkippable_;
379 struct Impl_ {
380 ::PROTOBUF_NAMESPACE_ID::internal::MapFieldLite<
381 ClientRunnerExampleData_ExamplesByCollectionUriEntry_DoNotUse,
382 std::string, ::fcp::client::ClientRunnerExampleData_ExampleList,
383 ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::TYPE_STRING,
384 ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::TYPE_MESSAGE> examples_by_collection_uri_;
385 mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_;
386 };
387 union { Impl_ _impl_; };
388 friend struct ::TableStruct_fcp_2fclient_2fclient_5frunner_5fexample_5fdata_2eproto;
389 };
390 // ===================================================================
391
392
393 // ===================================================================
394
395 #ifdef __GNUC__
396 #pragma GCC diagnostic push
397 #pragma GCC diagnostic ignored "-Wstrict-aliasing"
398 #endif // __GNUC__
399 // ClientRunnerExampleData_ExampleList
400
401 // repeated bytes examples = 1;
_internal_examples_size()402 inline int ClientRunnerExampleData_ExampleList::_internal_examples_size() const {
403 return _impl_.examples_.size();
404 }
examples_size()405 inline int ClientRunnerExampleData_ExampleList::examples_size() const {
406 return _internal_examples_size();
407 }
clear_examples()408 inline void ClientRunnerExampleData_ExampleList::clear_examples() {
409 _impl_.examples_.Clear();
410 }
add_examples()411 inline std::string* ClientRunnerExampleData_ExampleList::add_examples() {
412 std::string* _s = _internal_add_examples();
413 // @@protoc_insertion_point(field_add_mutable:fcp.client.ClientRunnerExampleData.ExampleList.examples)
414 return _s;
415 }
_internal_examples(int index)416 inline const std::string& ClientRunnerExampleData_ExampleList::_internal_examples(int index) const {
417 return _impl_.examples_.Get(index);
418 }
examples(int index)419 inline const std::string& ClientRunnerExampleData_ExampleList::examples(int index) const {
420 // @@protoc_insertion_point(field_get:fcp.client.ClientRunnerExampleData.ExampleList.examples)
421 return _internal_examples(index);
422 }
mutable_examples(int index)423 inline std::string* ClientRunnerExampleData_ExampleList::mutable_examples(int index) {
424 // @@protoc_insertion_point(field_mutable:fcp.client.ClientRunnerExampleData.ExampleList.examples)
425 return _impl_.examples_.Mutable(index);
426 }
set_examples(int index,const std::string & value)427 inline void ClientRunnerExampleData_ExampleList::set_examples(int index, const std::string& value) {
428 _impl_.examples_.Mutable(index)->assign(value);
429 // @@protoc_insertion_point(field_set:fcp.client.ClientRunnerExampleData.ExampleList.examples)
430 }
set_examples(int index,std::string && value)431 inline void ClientRunnerExampleData_ExampleList::set_examples(int index, std::string&& value) {
432 _impl_.examples_.Mutable(index)->assign(std::move(value));
433 // @@protoc_insertion_point(field_set:fcp.client.ClientRunnerExampleData.ExampleList.examples)
434 }
set_examples(int index,const char * value)435 inline void ClientRunnerExampleData_ExampleList::set_examples(int index, const char* value) {
436 GOOGLE_DCHECK(value != nullptr);
437 _impl_.examples_.Mutable(index)->assign(value);
438 // @@protoc_insertion_point(field_set_char:fcp.client.ClientRunnerExampleData.ExampleList.examples)
439 }
set_examples(int index,const void * value,size_t size)440 inline void ClientRunnerExampleData_ExampleList::set_examples(int index, const void* value, size_t size) {
441 _impl_.examples_.Mutable(index)->assign(
442 reinterpret_cast<const char*>(value), size);
443 // @@protoc_insertion_point(field_set_pointer:fcp.client.ClientRunnerExampleData.ExampleList.examples)
444 }
_internal_add_examples()445 inline std::string* ClientRunnerExampleData_ExampleList::_internal_add_examples() {
446 return _impl_.examples_.Add();
447 }
add_examples(const std::string & value)448 inline void ClientRunnerExampleData_ExampleList::add_examples(const std::string& value) {
449 _impl_.examples_.Add()->assign(value);
450 // @@protoc_insertion_point(field_add:fcp.client.ClientRunnerExampleData.ExampleList.examples)
451 }
add_examples(std::string && value)452 inline void ClientRunnerExampleData_ExampleList::add_examples(std::string&& value) {
453 _impl_.examples_.Add(std::move(value));
454 // @@protoc_insertion_point(field_add:fcp.client.ClientRunnerExampleData.ExampleList.examples)
455 }
add_examples(const char * value)456 inline void ClientRunnerExampleData_ExampleList::add_examples(const char* value) {
457 GOOGLE_DCHECK(value != nullptr);
458 _impl_.examples_.Add()->assign(value);
459 // @@protoc_insertion_point(field_add_char:fcp.client.ClientRunnerExampleData.ExampleList.examples)
460 }
add_examples(const void * value,size_t size)461 inline void ClientRunnerExampleData_ExampleList::add_examples(const void* value, size_t size) {
462 _impl_.examples_.Add()->assign(reinterpret_cast<const char*>(value), size);
463 // @@protoc_insertion_point(field_add_pointer:fcp.client.ClientRunnerExampleData.ExampleList.examples)
464 }
465 inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField<std::string>&
examples()466 ClientRunnerExampleData_ExampleList::examples() const {
467 // @@protoc_insertion_point(field_list:fcp.client.ClientRunnerExampleData.ExampleList.examples)
468 return _impl_.examples_;
469 }
470 inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField<std::string>*
mutable_examples()471 ClientRunnerExampleData_ExampleList::mutable_examples() {
472 // @@protoc_insertion_point(field_mutable_list:fcp.client.ClientRunnerExampleData.ExampleList.examples)
473 return &_impl_.examples_;
474 }
475
476 // -------------------------------------------------------------------
477
478 // -------------------------------------------------------------------
479
480 // ClientRunnerExampleData
481
482 // map<string, .fcp.client.ClientRunnerExampleData.ExampleList> examples_by_collection_uri = 1;
_internal_examples_by_collection_uri_size()483 inline int ClientRunnerExampleData::_internal_examples_by_collection_uri_size() const {
484 return _impl_.examples_by_collection_uri_.size();
485 }
examples_by_collection_uri_size()486 inline int ClientRunnerExampleData::examples_by_collection_uri_size() const {
487 return _internal_examples_by_collection_uri_size();
488 }
clear_examples_by_collection_uri()489 inline void ClientRunnerExampleData::clear_examples_by_collection_uri() {
490 _impl_.examples_by_collection_uri_.Clear();
491 }
492 inline const ::PROTOBUF_NAMESPACE_ID::Map< std::string, ::fcp::client::ClientRunnerExampleData_ExampleList >&
_internal_examples_by_collection_uri()493 ClientRunnerExampleData::_internal_examples_by_collection_uri() const {
494 return _impl_.examples_by_collection_uri_.GetMap();
495 }
496 inline const ::PROTOBUF_NAMESPACE_ID::Map< std::string, ::fcp::client::ClientRunnerExampleData_ExampleList >&
examples_by_collection_uri()497 ClientRunnerExampleData::examples_by_collection_uri() const {
498 // @@protoc_insertion_point(field_map:fcp.client.ClientRunnerExampleData.examples_by_collection_uri)
499 return _internal_examples_by_collection_uri();
500 }
501 inline ::PROTOBUF_NAMESPACE_ID::Map< std::string, ::fcp::client::ClientRunnerExampleData_ExampleList >*
_internal_mutable_examples_by_collection_uri()502 ClientRunnerExampleData::_internal_mutable_examples_by_collection_uri() {
503 return _impl_.examples_by_collection_uri_.MutableMap();
504 }
505 inline ::PROTOBUF_NAMESPACE_ID::Map< std::string, ::fcp::client::ClientRunnerExampleData_ExampleList >*
mutable_examples_by_collection_uri()506 ClientRunnerExampleData::mutable_examples_by_collection_uri() {
507 // @@protoc_insertion_point(field_mutable_map:fcp.client.ClientRunnerExampleData.examples_by_collection_uri)
508 return _internal_mutable_examples_by_collection_uri();
509 }
510
511 #ifdef __GNUC__
512 #pragma GCC diagnostic pop
513 #endif // __GNUC__
514 // -------------------------------------------------------------------
515
516 // -------------------------------------------------------------------
517
518
519 // @@protoc_insertion_point(namespace_scope)
520
521 } // namespace client
522 } // namespace fcp
523
524 // @@protoc_insertion_point(global_scope)
525
526 #include <google/protobuf/port_undef.inc>
527 #endif // GOOGLE_PROTOBUF_INCLUDED_GOOGLE_PROTOBUF_INCLUDED_fcp_2fclient_2fclient_5frunner_5fexample_5fdata_2eproto
528