From 83a48fc76677aea4cc63b2837aee327cd5ca8254 Mon Sep 17 00:00:00 2001 From: matthewphsmith Date: Thu, 29 Aug 2019 13:20:00 -0700 Subject: [PATCH] Endpoints for Active Launch Plans (#5) * Endpoints for active launch plans * Correct input for GetActiveLaunchPlan * Use project and domain field directly so protos compile * Generate code * Fix generation of js bindings * Add generated JS --- .../gen/pb-cpp/flyteidl/admin/common.pb.cc | 382 +++- .../gen/pb-cpp/flyteidl/admin/common.pb.h | 188 +- .../pb-cpp/flyteidl/service/admin.grpc.pb.cc | 134 +- .../pb-cpp/flyteidl/service/admin.grpc.pb.h | 452 ++-- .../gen/pb-cpp/flyteidl/service/admin.pb.cc | 270 +-- .../gen/pb-go/flyteidl/admin/common.pb.go | 167 +- .../flyteidl/admin/common.pb.validate.go | 77 + .../gen/pb-go/flyteidl/service/admin.pb.go | 288 ++- .../gen/pb-go/flyteidl/service/admin.pb.gw.go | 169 ++ .../pb-go/flyteidl/service/admin.swagger.json | 105 + .../flyteidl/service/flyteadmin/README.md | 2 + .../service/flyteadmin/api/swagger.yaml | 1989 ++++++----------- .../service/flyteadmin/api_admin_service.go | 207 ++ .../gen/pb-go/flyteidl/service/openapi.go | 4 +- .../gen/pb-java/flyteidl/admin/Common.java | 685 +++++- .../gen/pb-java/flyteidl/service/Admin.java | 268 +-- flyteidl/gen/pb-js/flyteidl.d.ts | 94 + flyteidl/gen/pb-js/flyteidl.js | 178 ++ .../flyteidl/admin/common.proto.rst | 44 +- .../pb_python/flyteidl/admin/common_pb2.py | 94 +- .../pb_python/flyteidl/service/admin_pb2.py | 64 +- .../flyteidl/service/admin_pb2_grpc.py | 34 + .../flyteidl/service/flyteadmin/README.md | 2 + .../flyteadmin/api/admin_service_api.py | 234 ++ .../flyteadmin/test/test_admin_service_api.py | 12 + flyteidl/generate_protos.sh | 2 +- flyteidl/protos/flyteidl/admin/common.proto | 5 + flyteidl/protos/flyteidl/service/admin.proto | 12 + 28 files changed, 4053 insertions(+), 2109 deletions(-) diff --git a/flyteidl/gen/pb-cpp/flyteidl/admin/common.pb.cc b/flyteidl/gen/pb-cpp/flyteidl/admin/common.pb.cc index 143abc1573..ae03a99274 100644 --- a/flyteidl/gen/pb-cpp/flyteidl/admin/common.pb.cc +++ b/flyteidl/gen/pb-cpp/flyteidl/admin/common.pb.cc @@ -31,6 +31,11 @@ class SortDefaultTypeInternal { ::google::protobuf::internal::ExplicitlyConstructed _instance; } _Sort_default_instance_; +class ActiveLaunchPlanRequestDefaultTypeInternal { + public: + ::google::protobuf::internal::ExplicitlyConstructed + _instance; +} _ActiveLaunchPlanRequest_default_instance_; class NamedEntityIdentifierListRequestDefaultTypeInternal { public: ::google::protobuf::internal::ExplicitlyConstructed @@ -144,6 +149,28 @@ void InitDefaultsSort() { ::google::protobuf::GoogleOnceInit(&once, &InitDefaultsSortImpl); } +void InitDefaultsActiveLaunchPlanRequestImpl() { + GOOGLE_PROTOBUF_VERIFY_VERSION; + +#ifdef GOOGLE_PROTOBUF_ENFORCE_UNIQUENESS + ::google::protobuf::internal::InitProtobufDefaultsForceUnique(); +#else + ::google::protobuf::internal::InitProtobufDefaults(); +#endif // GOOGLE_PROTOBUF_ENFORCE_UNIQUENESS + protobuf_flyteidl_2fadmin_2fcommon_2eproto::InitDefaultsNamedEntityIdentifier(); + { + void* ptr = &::flyteidl::admin::_ActiveLaunchPlanRequest_default_instance_; + new (ptr) ::flyteidl::admin::ActiveLaunchPlanRequest(); + ::google::protobuf::internal::OnShutdownDestroyMessage(ptr); + } + ::flyteidl::admin::ActiveLaunchPlanRequest::InitAsDefaultInstance(); +} + +void InitDefaultsActiveLaunchPlanRequest() { + static GOOGLE_PROTOBUF_DECLARE_ONCE(once); + ::google::protobuf::GoogleOnceInit(&once, &InitDefaultsActiveLaunchPlanRequestImpl); +} + void InitDefaultsNamedEntityIdentifierListRequestImpl() { GOOGLE_PROTOBUF_VERIFY_VERSION; @@ -425,7 +452,7 @@ void InitDefaultsAnnotations() { ::google::protobuf::GoogleOnceInit(&once, &InitDefaultsAnnotationsImpl); } -::google::protobuf::Metadata file_level_metadata[15]; +::google::protobuf::Metadata file_level_metadata[16]; const ::google::protobuf::EnumDescriptor* file_level_enum_descriptors[1]; const ::google::protobuf::uint32 TableStruct::offsets[] GOOGLE_PROTOBUF_ATTRIBUTE_SECTION_VARIABLE(protodesc_cold) = { @@ -445,6 +472,12 @@ const ::google::protobuf::uint32 TableStruct::offsets[] GOOGLE_PROTOBUF_ATTRIBUT GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(::flyteidl::admin::Sort, key_), GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(::flyteidl::admin::Sort, direction_), ~0u, // no _has_bits_ + GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(::flyteidl::admin::ActiveLaunchPlanRequest, _internal_metadata_), + ~0u, // no _extensions_ + ~0u, // no _oneof_case_ + ~0u, // no _weak_field_map_ + GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(::flyteidl::admin::ActiveLaunchPlanRequest, id_), + ~0u, // no _has_bits_ GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(::flyteidl::admin::NamedEntityIdentifierListRequest, _internal_metadata_), ~0u, // no _extensions_ ~0u, // no _oneof_case_ @@ -546,24 +579,26 @@ const ::google::protobuf::uint32 TableStruct::offsets[] GOOGLE_PROTOBUF_ATTRIBUT static const ::google::protobuf::internal::MigrationSchema schemas[] GOOGLE_PROTOBUF_ATTRIBUTE_SECTION_VARIABLE(protodesc_cold) = { { 0, -1, sizeof(::flyteidl::admin::NamedEntityIdentifier)}, { 8, -1, sizeof(::flyteidl::admin::Sort)}, - { 15, -1, sizeof(::flyteidl::admin::NamedEntityIdentifierListRequest)}, - { 25, -1, sizeof(::flyteidl::admin::NamedEntityIdentifierList)}, - { 32, -1, sizeof(::flyteidl::admin::ObjectGetRequest)}, - { 38, -1, sizeof(::flyteidl::admin::ResourceListRequest)}, - { 48, -1, sizeof(::flyteidl::admin::EmailNotification)}, - { 54, -1, sizeof(::flyteidl::admin::PagerDutyNotification)}, - { 60, -1, sizeof(::flyteidl::admin::SlackNotification)}, - { 66, -1, sizeof(::flyteidl::admin::Notification)}, - { 76, -1, sizeof(::flyteidl::admin::UrlBlob)}, - { 83, 90, sizeof(::flyteidl::admin::Labels_ValuesEntry_DoNotUse)}, - { 92, -1, sizeof(::flyteidl::admin::Labels)}, - { 98, 105, sizeof(::flyteidl::admin::Annotations_ValuesEntry_DoNotUse)}, - { 107, -1, sizeof(::flyteidl::admin::Annotations)}, + { 15, -1, sizeof(::flyteidl::admin::ActiveLaunchPlanRequest)}, + { 21, -1, sizeof(::flyteidl::admin::NamedEntityIdentifierListRequest)}, + { 31, -1, sizeof(::flyteidl::admin::NamedEntityIdentifierList)}, + { 38, -1, sizeof(::flyteidl::admin::ObjectGetRequest)}, + { 44, -1, sizeof(::flyteidl::admin::ResourceListRequest)}, + { 54, -1, sizeof(::flyteidl::admin::EmailNotification)}, + { 60, -1, sizeof(::flyteidl::admin::PagerDutyNotification)}, + { 66, -1, sizeof(::flyteidl::admin::SlackNotification)}, + { 72, -1, sizeof(::flyteidl::admin::Notification)}, + { 82, -1, sizeof(::flyteidl::admin::UrlBlob)}, + { 89, 96, sizeof(::flyteidl::admin::Labels_ValuesEntry_DoNotUse)}, + { 98, -1, sizeof(::flyteidl::admin::Labels)}, + { 104, 111, sizeof(::flyteidl::admin::Annotations_ValuesEntry_DoNotUse)}, + { 113, -1, sizeof(::flyteidl::admin::Annotations)}, }; static ::google::protobuf::Message const * const file_default_instances[] = { reinterpret_cast(&::flyteidl::admin::_NamedEntityIdentifier_default_instance_), reinterpret_cast(&::flyteidl::admin::_Sort_default_instance_), + reinterpret_cast(&::flyteidl::admin::_ActiveLaunchPlanRequest_default_instance_), reinterpret_cast(&::flyteidl::admin::_NamedEntityIdentifierListRequest_default_instance_), reinterpret_cast(&::flyteidl::admin::_NamedEntityIdentifierList_default_instance_), reinterpret_cast(&::flyteidl::admin::_ObjectGetRequest_default_instance_), @@ -595,7 +630,7 @@ void protobuf_AssignDescriptorsOnce() { void protobuf_RegisterTypes(const ::std::string&) GOOGLE_PROTOBUF_ATTRIBUTE_COLD; void protobuf_RegisterTypes(const ::std::string&) { protobuf_AssignDescriptorsOnce(); - ::google::protobuf::internal::RegisterAllTypes(file_level_metadata, 15); + ::google::protobuf::internal::RegisterAllTypes(file_level_metadata, 16); } void AddDescriptorsImpl() { @@ -608,39 +643,41 @@ void AddDescriptorsImpl() { "\030\002 \001(\t\022\014\n\004name\030\003 \001(\t\"r\n\004Sort\022\013\n\003key\030\001 \001(" "\t\0221\n\tdirection\030\002 \001(\0162\036.flyteidl.admin.So" "rt.Direction\"*\n\tDirection\022\016\n\nDESCENDING\020" - "\000\022\r\n\tASCENDING\020\001\"\210\001\n NamedEntityIdentifi" - "erListRequest\022\017\n\007project\030\001 \001(\t\022\016\n\006domain" - "\030\002 \001(\t\022\r\n\005limit\030\003 \001(\r\022\r\n\005token\030\004 \001(\t\022%\n\007" - "sort_by\030\005 \001(\0132\024.flyteidl.admin.Sort\"c\n\031N" - "amedEntityIdentifierList\0227\n\010entities\030\001 \003" - "(\0132%.flyteidl.admin.NamedEntityIdentifie" - "r\022\r\n\005token\030\002 \001(\t\"9\n\020ObjectGetRequest\022%\n\002" - "id\030\001 \001(\0132\031.flyteidl.core.Identifier\"\236\001\n\023" - "ResourceListRequest\0221\n\002id\030\001 \001(\0132%.flytei" - "dl.admin.NamedEntityIdentifier\022\r\n\005limit\030" - "\002 \001(\r\022\r\n\005token\030\003 \001(\t\022\017\n\007filters\030\004 \001(\t\022%\n" - "\007sort_by\030\005 \001(\0132\024.flyteidl.admin.Sort\"-\n\021" - "EmailNotification\022\030\n\020recipients_email\030\001 " - "\003(\t\"1\n\025PagerDutyNotification\022\030\n\020recipien" - "ts_email\030\001 \003(\t\"-\n\021SlackNotification\022\030\n\020r" - "ecipients_email\030\001 \003(\t\"\363\001\n\014Notification\0226" - "\n\006phases\030\001 \003(\0162&.flyteidl.core.WorkflowE" - "xecution.Phase\0222\n\005email\030\002 \001(\0132!.flyteidl" - ".admin.EmailNotificationH\000\022;\n\npager_duty" - "\030\003 \001(\0132%.flyteidl.admin.PagerDutyNotific" - "ationH\000\0222\n\005slack\030\004 \001(\0132!.flyteidl.admin." - "SlackNotificationH\000B\006\n\004type\"%\n\007UrlBlob\022\013" - "\n\003url\030\001 \001(\t\022\r\n\005bytes\030\002 \001(\003\"k\n\006Labels\0222\n\006" - "values\030\001 \003(\0132\".flyteidl.admin.Labels.Val" - "uesEntry\032-\n\013ValuesEntry\022\013\n\003key\030\001 \001(\t\022\r\n\005" - "value\030\002 \001(\t:\0028\001\"u\n\013Annotations\0227\n\006values" - "\030\001 \003(\0132\'.flyteidl.admin.Annotations.Valu" - "esEntry\032-\n\013ValuesEntry\022\013\n\003key\030\001 \001(\t\022\r\n\005v" - "alue\030\002 \001(\t:\0028\001B3Z1github.com/lyft/flytei" - "dl/gen/pb-go/flyteidl/adminb\006proto3" + "\000\022\r\n\tASCENDING\020\001\"L\n\027ActiveLaunchPlanRequ" + "est\0221\n\002id\030\001 \001(\0132%.flyteidl.admin.NamedEn" + "tityIdentifier\"\210\001\n NamedEntityIdentifier" + "ListRequest\022\017\n\007project\030\001 \001(\t\022\016\n\006domain\030\002" + " \001(\t\022\r\n\005limit\030\003 \001(\r\022\r\n\005token\030\004 \001(\t\022%\n\007so" + "rt_by\030\005 \001(\0132\024.flyteidl.admin.Sort\"c\n\031Nam" + "edEntityIdentifierList\0227\n\010entities\030\001 \003(\013" + "2%.flyteidl.admin.NamedEntityIdentifier\022" + "\r\n\005token\030\002 \001(\t\"9\n\020ObjectGetRequest\022%\n\002id" + "\030\001 \001(\0132\031.flyteidl.core.Identifier\"\236\001\n\023Re" + "sourceListRequest\0221\n\002id\030\001 \001(\0132%.flyteidl" + ".admin.NamedEntityIdentifier\022\r\n\005limit\030\002 " + "\001(\r\022\r\n\005token\030\003 \001(\t\022\017\n\007filters\030\004 \001(\t\022%\n\007s" + "ort_by\030\005 \001(\0132\024.flyteidl.admin.Sort\"-\n\021Em" + "ailNotification\022\030\n\020recipients_email\030\001 \003(" + "\t\"1\n\025PagerDutyNotification\022\030\n\020recipients" + "_email\030\001 \003(\t\"-\n\021SlackNotification\022\030\n\020rec" + "ipients_email\030\001 \003(\t\"\363\001\n\014Notification\0226\n\006" + "phases\030\001 \003(\0162&.flyteidl.core.WorkflowExe" + "cution.Phase\0222\n\005email\030\002 \001(\0132!.flyteidl.a" + "dmin.EmailNotificationH\000\022;\n\npager_duty\030\003" + " \001(\0132%.flyteidl.admin.PagerDutyNotificat" + "ionH\000\0222\n\005slack\030\004 \001(\0132!.flyteidl.admin.Sl" + "ackNotificationH\000B\006\n\004type\"%\n\007UrlBlob\022\013\n\003" + "url\030\001 \001(\t\022\r\n\005bytes\030\002 \001(\003\"k\n\006Labels\0222\n\006va" + "lues\030\001 \003(\0132\".flyteidl.admin.Labels.Value" + "sEntry\032-\n\013ValuesEntry\022\013\n\003key\030\001 \001(\t\022\r\n\005va" + "lue\030\002 \001(\t:\0028\001\"u\n\013Annotations\0227\n\006values\030\001" + " \003(\0132\'.flyteidl.admin.Annotations.Values" + "Entry\032-\n\013ValuesEntry\022\013\n\003key\030\001 \001(\t\022\r\n\005val" + "ue\030\002 \001(\t:\0028\001B3Z1github.com/lyft/flyteidl" + "/gen/pb-go/flyteidl/adminb\006proto3" }; ::google::protobuf::DescriptorPool::InternalAddGeneratedFile( - descriptor, 1475); + descriptor, 1553); ::google::protobuf::MessageFactory::InternalRegisterGeneratedFile( "flyteidl/admin/common.proto", &protobuf_RegisterTypes); ::protobuf_flyteidl_2fcore_2fexecution_2eproto::AddDescriptors(); @@ -1349,6 +1386,255 @@ ::google::protobuf::Metadata Sort::GetMetadata() const { } +// =================================================================== + +void ActiveLaunchPlanRequest::InitAsDefaultInstance() { + ::flyteidl::admin::_ActiveLaunchPlanRequest_default_instance_._instance.get_mutable()->id_ = const_cast< ::flyteidl::admin::NamedEntityIdentifier*>( + ::flyteidl::admin::NamedEntityIdentifier::internal_default_instance()); +} +#if !defined(_MSC_VER) || _MSC_VER >= 1900 +const int ActiveLaunchPlanRequest::kIdFieldNumber; +#endif // !defined(_MSC_VER) || _MSC_VER >= 1900 + +ActiveLaunchPlanRequest::ActiveLaunchPlanRequest() + : ::google::protobuf::Message(), _internal_metadata_(NULL) { + if (GOOGLE_PREDICT_TRUE(this != internal_default_instance())) { + ::protobuf_flyteidl_2fadmin_2fcommon_2eproto::InitDefaultsActiveLaunchPlanRequest(); + } + SharedCtor(); + // @@protoc_insertion_point(constructor:flyteidl.admin.ActiveLaunchPlanRequest) +} +ActiveLaunchPlanRequest::ActiveLaunchPlanRequest(const ActiveLaunchPlanRequest& from) + : ::google::protobuf::Message(), + _internal_metadata_(NULL), + _cached_size_(0) { + _internal_metadata_.MergeFrom(from._internal_metadata_); + if (from.has_id()) { + id_ = new ::flyteidl::admin::NamedEntityIdentifier(*from.id_); + } else { + id_ = NULL; + } + // @@protoc_insertion_point(copy_constructor:flyteidl.admin.ActiveLaunchPlanRequest) +} + +void ActiveLaunchPlanRequest::SharedCtor() { + id_ = NULL; + _cached_size_ = 0; +} + +ActiveLaunchPlanRequest::~ActiveLaunchPlanRequest() { + // @@protoc_insertion_point(destructor:flyteidl.admin.ActiveLaunchPlanRequest) + SharedDtor(); +} + +void ActiveLaunchPlanRequest::SharedDtor() { + if (this != internal_default_instance()) delete id_; +} + +void ActiveLaunchPlanRequest::SetCachedSize(int size) const { + GOOGLE_SAFE_CONCURRENT_WRITES_BEGIN(); + _cached_size_ = size; + GOOGLE_SAFE_CONCURRENT_WRITES_END(); +} +const ::google::protobuf::Descriptor* ActiveLaunchPlanRequest::descriptor() { + ::protobuf_flyteidl_2fadmin_2fcommon_2eproto::protobuf_AssignDescriptorsOnce(); + return ::protobuf_flyteidl_2fadmin_2fcommon_2eproto::file_level_metadata[kIndexInFileMessages].descriptor; +} + +const ActiveLaunchPlanRequest& ActiveLaunchPlanRequest::default_instance() { + ::protobuf_flyteidl_2fadmin_2fcommon_2eproto::InitDefaultsActiveLaunchPlanRequest(); + return *internal_default_instance(); +} + +ActiveLaunchPlanRequest* ActiveLaunchPlanRequest::New(::google::protobuf::Arena* arena) const { + ActiveLaunchPlanRequest* n = new ActiveLaunchPlanRequest; + if (arena != NULL) { + arena->Own(n); + } + return n; +} + +void ActiveLaunchPlanRequest::Clear() { +// @@protoc_insertion_point(message_clear_start:flyteidl.admin.ActiveLaunchPlanRequest) + ::google::protobuf::uint32 cached_has_bits = 0; + // Prevent compiler warnings about cached_has_bits being unused + (void) cached_has_bits; + + if (GetArenaNoVirtual() == NULL && id_ != NULL) { + delete id_; + } + id_ = NULL; + _internal_metadata_.Clear(); +} + +bool ActiveLaunchPlanRequest::MergePartialFromCodedStream( + ::google::protobuf::io::CodedInputStream* input) { +#define DO_(EXPRESSION) if (!GOOGLE_PREDICT_TRUE(EXPRESSION)) goto failure + ::google::protobuf::uint32 tag; + // @@protoc_insertion_point(parse_start:flyteidl.admin.ActiveLaunchPlanRequest) + for (;;) { + ::std::pair< ::google::protobuf::uint32, bool> p = input->ReadTagWithCutoffNoLastTag(127u); + tag = p.first; + if (!p.second) goto handle_unusual; + switch (::google::protobuf::internal::WireFormatLite::GetTagFieldNumber(tag)) { + // .flyteidl.admin.NamedEntityIdentifier id = 1; + case 1: { + if (static_cast< ::google::protobuf::uint8>(tag) == + static_cast< ::google::protobuf::uint8>(10u /* 10 & 0xFF */)) { + DO_(::google::protobuf::internal::WireFormatLite::ReadMessage( + input, mutable_id())); + } else { + goto handle_unusual; + } + break; + } + + default: { + handle_unusual: + if (tag == 0) { + goto success; + } + DO_(::google::protobuf::internal::WireFormat::SkipField( + input, tag, _internal_metadata_.mutable_unknown_fields())); + break; + } + } + } +success: + // @@protoc_insertion_point(parse_success:flyteidl.admin.ActiveLaunchPlanRequest) + return true; +failure: + // @@protoc_insertion_point(parse_failure:flyteidl.admin.ActiveLaunchPlanRequest) + return false; +#undef DO_ +} + +void ActiveLaunchPlanRequest::SerializeWithCachedSizes( + ::google::protobuf::io::CodedOutputStream* output) const { + // @@protoc_insertion_point(serialize_start:flyteidl.admin.ActiveLaunchPlanRequest) + ::google::protobuf::uint32 cached_has_bits = 0; + (void) cached_has_bits; + + // .flyteidl.admin.NamedEntityIdentifier id = 1; + if (this->has_id()) { + ::google::protobuf::internal::WireFormatLite::WriteMessageMaybeToArray( + 1, *this->id_, output); + } + + if ((_internal_metadata_.have_unknown_fields() && ::google::protobuf::internal::GetProto3PreserveUnknownsDefault())) { + ::google::protobuf::internal::WireFormat::SerializeUnknownFields( + (::google::protobuf::internal::GetProto3PreserveUnknownsDefault() ? _internal_metadata_.unknown_fields() : _internal_metadata_.default_instance()), output); + } + // @@protoc_insertion_point(serialize_end:flyteidl.admin.ActiveLaunchPlanRequest) +} + +::google::protobuf::uint8* ActiveLaunchPlanRequest::InternalSerializeWithCachedSizesToArray( + bool deterministic, ::google::protobuf::uint8* target) const { + (void)deterministic; // Unused + // @@protoc_insertion_point(serialize_to_array_start:flyteidl.admin.ActiveLaunchPlanRequest) + ::google::protobuf::uint32 cached_has_bits = 0; + (void) cached_has_bits; + + // .flyteidl.admin.NamedEntityIdentifier id = 1; + if (this->has_id()) { + target = ::google::protobuf::internal::WireFormatLite:: + InternalWriteMessageToArray( + 1, *this->id_, deterministic, target); + } + + if ((_internal_metadata_.have_unknown_fields() && ::google::protobuf::internal::GetProto3PreserveUnknownsDefault())) { + target = ::google::protobuf::internal::WireFormat::SerializeUnknownFieldsToArray( + (::google::protobuf::internal::GetProto3PreserveUnknownsDefault() ? _internal_metadata_.unknown_fields() : _internal_metadata_.default_instance()), target); + } + // @@protoc_insertion_point(serialize_to_array_end:flyteidl.admin.ActiveLaunchPlanRequest) + return target; +} + +size_t ActiveLaunchPlanRequest::ByteSizeLong() const { +// @@protoc_insertion_point(message_byte_size_start:flyteidl.admin.ActiveLaunchPlanRequest) + size_t total_size = 0; + + if ((_internal_metadata_.have_unknown_fields() && ::google::protobuf::internal::GetProto3PreserveUnknownsDefault())) { + total_size += + ::google::protobuf::internal::WireFormat::ComputeUnknownFieldsSize( + (::google::protobuf::internal::GetProto3PreserveUnknownsDefault() ? _internal_metadata_.unknown_fields() : _internal_metadata_.default_instance())); + } + // .flyteidl.admin.NamedEntityIdentifier id = 1; + if (this->has_id()) { + total_size += 1 + + ::google::protobuf::internal::WireFormatLite::MessageSize( + *this->id_); + } + + int cached_size = ::google::protobuf::internal::ToCachedSize(total_size); + GOOGLE_SAFE_CONCURRENT_WRITES_BEGIN(); + _cached_size_ = cached_size; + GOOGLE_SAFE_CONCURRENT_WRITES_END(); + return total_size; +} + +void ActiveLaunchPlanRequest::MergeFrom(const ::google::protobuf::Message& from) { +// @@protoc_insertion_point(generalized_merge_from_start:flyteidl.admin.ActiveLaunchPlanRequest) + GOOGLE_DCHECK_NE(&from, this); + const ActiveLaunchPlanRequest* source = + ::google::protobuf::internal::DynamicCastToGenerated( + &from); + if (source == NULL) { + // @@protoc_insertion_point(generalized_merge_from_cast_fail:flyteidl.admin.ActiveLaunchPlanRequest) + ::google::protobuf::internal::ReflectionOps::Merge(from, this); + } else { + // @@protoc_insertion_point(generalized_merge_from_cast_success:flyteidl.admin.ActiveLaunchPlanRequest) + MergeFrom(*source); + } +} + +void ActiveLaunchPlanRequest::MergeFrom(const ActiveLaunchPlanRequest& from) { +// @@protoc_insertion_point(class_specific_merge_from_start:flyteidl.admin.ActiveLaunchPlanRequest) + GOOGLE_DCHECK_NE(&from, this); + _internal_metadata_.MergeFrom(from._internal_metadata_); + ::google::protobuf::uint32 cached_has_bits = 0; + (void) cached_has_bits; + + if (from.has_id()) { + mutable_id()->::flyteidl::admin::NamedEntityIdentifier::MergeFrom(from.id()); + } +} + +void ActiveLaunchPlanRequest::CopyFrom(const ::google::protobuf::Message& from) { +// @@protoc_insertion_point(generalized_copy_from_start:flyteidl.admin.ActiveLaunchPlanRequest) + if (&from == this) return; + Clear(); + MergeFrom(from); +} + +void ActiveLaunchPlanRequest::CopyFrom(const ActiveLaunchPlanRequest& from) { +// @@protoc_insertion_point(class_specific_copy_from_start:flyteidl.admin.ActiveLaunchPlanRequest) + if (&from == this) return; + Clear(); + MergeFrom(from); +} + +bool ActiveLaunchPlanRequest::IsInitialized() const { + return true; +} + +void ActiveLaunchPlanRequest::Swap(ActiveLaunchPlanRequest* other) { + if (other == this) return; + InternalSwap(other); +} +void ActiveLaunchPlanRequest::InternalSwap(ActiveLaunchPlanRequest* other) { + using std::swap; + swap(id_, other->id_); + _internal_metadata_.Swap(&other->_internal_metadata_); + swap(_cached_size_, other->_cached_size_); +} + +::google::protobuf::Metadata ActiveLaunchPlanRequest::GetMetadata() const { + protobuf_flyteidl_2fadmin_2fcommon_2eproto::protobuf_AssignDescriptorsOnce(); + return ::protobuf_flyteidl_2fadmin_2fcommon_2eproto::file_level_metadata[kIndexInFileMessages]; +} + + // =================================================================== void NamedEntityIdentifierListRequest::InitAsDefaultInstance() { @@ -4360,7 +4646,7 @@ void Labels_ValuesEntry_DoNotUse::MergeFrom(const Labels_ValuesEntry_DoNotUse& o } ::google::protobuf::Metadata Labels_ValuesEntry_DoNotUse::GetMetadata() const { ::protobuf_flyteidl_2fadmin_2fcommon_2eproto::protobuf_AssignDescriptorsOnce(); - return ::protobuf_flyteidl_2fadmin_2fcommon_2eproto::file_level_metadata[11]; + return ::protobuf_flyteidl_2fadmin_2fcommon_2eproto::file_level_metadata[12]; } void Labels_ValuesEntry_DoNotUse::MergeFrom( const ::google::protobuf::Message& other) { @@ -4732,7 +5018,7 @@ void Annotations_ValuesEntry_DoNotUse::MergeFrom(const Annotations_ValuesEntry_D } ::google::protobuf::Metadata Annotations_ValuesEntry_DoNotUse::GetMetadata() const { ::protobuf_flyteidl_2fadmin_2fcommon_2eproto::protobuf_AssignDescriptorsOnce(); - return ::protobuf_flyteidl_2fadmin_2fcommon_2eproto::file_level_metadata[13]; + return ::protobuf_flyteidl_2fadmin_2fcommon_2eproto::file_level_metadata[14]; } void Annotations_ValuesEntry_DoNotUse::MergeFrom( const ::google::protobuf::Message& other) { diff --git a/flyteidl/gen/pb-cpp/flyteidl/admin/common.pb.h b/flyteidl/gen/pb-cpp/flyteidl/admin/common.pb.h index b886ae0355..e3881223b9 100644 --- a/flyteidl/gen/pb-cpp/flyteidl/admin/common.pb.h +++ b/flyteidl/gen/pb-cpp/flyteidl/admin/common.pb.h @@ -42,7 +42,7 @@ namespace protobuf_flyteidl_2fadmin_2fcommon_2eproto { struct TableStruct { static const ::google::protobuf::internal::ParseTableField entries[]; static const ::google::protobuf::internal::AuxillaryParseTableField aux[]; - static const ::google::protobuf::internal::ParseTable schema[15]; + static const ::google::protobuf::internal::ParseTable schema[16]; static const ::google::protobuf::internal::FieldMetadata field_metadata[]; static const ::google::protobuf::internal::SerializationTable serialization_table[]; static const ::google::protobuf::uint32 offsets[]; @@ -52,6 +52,8 @@ void InitDefaultsNamedEntityIdentifierImpl(); void InitDefaultsNamedEntityIdentifier(); void InitDefaultsSortImpl(); void InitDefaultsSort(); +void InitDefaultsActiveLaunchPlanRequestImpl(); +void InitDefaultsActiveLaunchPlanRequest(); void InitDefaultsNamedEntityIdentifierListRequestImpl(); void InitDefaultsNamedEntityIdentifierListRequest(); void InitDefaultsNamedEntityIdentifierListImpl(); @@ -81,6 +83,7 @@ void InitDefaultsAnnotations(); inline void InitDefaults() { InitDefaultsNamedEntityIdentifier(); InitDefaultsSort(); + InitDefaultsActiveLaunchPlanRequest(); InitDefaultsNamedEntityIdentifierListRequest(); InitDefaultsNamedEntityIdentifierList(); InitDefaultsObjectGetRequest(); @@ -98,6 +101,9 @@ inline void InitDefaults() { } // namespace protobuf_flyteidl_2fadmin_2fcommon_2eproto namespace flyteidl { namespace admin { +class ActiveLaunchPlanRequest; +class ActiveLaunchPlanRequestDefaultTypeInternal; +extern ActiveLaunchPlanRequestDefaultTypeInternal _ActiveLaunchPlanRequest_default_instance_; class Annotations; class AnnotationsDefaultTypeInternal; extern AnnotationsDefaultTypeInternal _Annotations_default_instance_; @@ -448,6 +454,108 @@ class Sort : public ::google::protobuf::Message /* @@protoc_insertion_point(clas }; // ------------------------------------------------------------------- +class ActiveLaunchPlanRequest : public ::google::protobuf::Message /* @@protoc_insertion_point(class_definition:flyteidl.admin.ActiveLaunchPlanRequest) */ { + public: + ActiveLaunchPlanRequest(); + virtual ~ActiveLaunchPlanRequest(); + + ActiveLaunchPlanRequest(const ActiveLaunchPlanRequest& from); + + inline ActiveLaunchPlanRequest& operator=(const ActiveLaunchPlanRequest& from) { + CopyFrom(from); + return *this; + } + #if LANG_CXX11 + ActiveLaunchPlanRequest(ActiveLaunchPlanRequest&& from) noexcept + : ActiveLaunchPlanRequest() { + *this = ::std::move(from); + } + + inline ActiveLaunchPlanRequest& operator=(ActiveLaunchPlanRequest&& from) noexcept { + if (GetArenaNoVirtual() == from.GetArenaNoVirtual()) { + if (this != &from) InternalSwap(&from); + } else { + CopyFrom(from); + } + return *this; + } + #endif + static const ::google::protobuf::Descriptor* descriptor(); + static const ActiveLaunchPlanRequest& default_instance(); + + static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY + static inline const ActiveLaunchPlanRequest* internal_default_instance() { + return reinterpret_cast( + &_ActiveLaunchPlanRequest_default_instance_); + } + static PROTOBUF_CONSTEXPR int const kIndexInFileMessages = + 2; + + void Swap(ActiveLaunchPlanRequest* other); + friend void swap(ActiveLaunchPlanRequest& a, ActiveLaunchPlanRequest& b) { + a.Swap(&b); + } + + // implements Message ---------------------------------------------- + + inline ActiveLaunchPlanRequest* New() const PROTOBUF_FINAL { return New(NULL); } + + ActiveLaunchPlanRequest* New(::google::protobuf::Arena* arena) const PROTOBUF_FINAL; + void CopyFrom(const ::google::protobuf::Message& from) PROTOBUF_FINAL; + void MergeFrom(const ::google::protobuf::Message& from) PROTOBUF_FINAL; + void CopyFrom(const ActiveLaunchPlanRequest& from); + void MergeFrom(const ActiveLaunchPlanRequest& from); + void Clear() PROTOBUF_FINAL; + bool IsInitialized() const PROTOBUF_FINAL; + + size_t ByteSizeLong() const PROTOBUF_FINAL; + bool MergePartialFromCodedStream( + ::google::protobuf::io::CodedInputStream* input) PROTOBUF_FINAL; + void SerializeWithCachedSizes( + ::google::protobuf::io::CodedOutputStream* output) const PROTOBUF_FINAL; + ::google::protobuf::uint8* InternalSerializeWithCachedSizesToArray( + bool deterministic, ::google::protobuf::uint8* target) const PROTOBUF_FINAL; + int GetCachedSize() const PROTOBUF_FINAL { return _cached_size_; } + private: + void SharedCtor(); + void SharedDtor(); + void SetCachedSize(int size) const PROTOBUF_FINAL; + void InternalSwap(ActiveLaunchPlanRequest* other); + private: + inline ::google::protobuf::Arena* GetArenaNoVirtual() const { + return NULL; + } + inline void* MaybeArenaPtr() const { + return NULL; + } + public: + + ::google::protobuf::Metadata GetMetadata() const PROTOBUF_FINAL; + + // nested types ---------------------------------------------------- + + // accessors ------------------------------------------------------- + + // .flyteidl.admin.NamedEntityIdentifier id = 1; + bool has_id() const; + void clear_id(); + static const int kIdFieldNumber = 1; + const ::flyteidl::admin::NamedEntityIdentifier& id() const; + ::flyteidl::admin::NamedEntityIdentifier* release_id(); + ::flyteidl::admin::NamedEntityIdentifier* mutable_id(); + void set_allocated_id(::flyteidl::admin::NamedEntityIdentifier* id); + + // @@protoc_insertion_point(class_scope:flyteidl.admin.ActiveLaunchPlanRequest) + private: + + ::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_; + ::flyteidl::admin::NamedEntityIdentifier* id_; + mutable int _cached_size_; + friend struct ::protobuf_flyteidl_2fadmin_2fcommon_2eproto::TableStruct; + friend void ::protobuf_flyteidl_2fadmin_2fcommon_2eproto::InitDefaultsActiveLaunchPlanRequestImpl(); +}; +// ------------------------------------------------------------------- + class NamedEntityIdentifierListRequest : public ::google::protobuf::Message /* @@protoc_insertion_point(class_definition:flyteidl.admin.NamedEntityIdentifierListRequest) */ { public: NamedEntityIdentifierListRequest(); @@ -483,7 +591,7 @@ class NamedEntityIdentifierListRequest : public ::google::protobuf::Message /* @ &_NamedEntityIdentifierListRequest_default_instance_); } static PROTOBUF_CONSTEXPR int const kIndexInFileMessages = - 2; + 3; void Swap(NamedEntityIdentifierListRequest* other); friend void swap(NamedEntityIdentifierListRequest& a, NamedEntityIdentifierListRequest& b) { @@ -637,7 +745,7 @@ class NamedEntityIdentifierList : public ::google::protobuf::Message /* @@protoc &_NamedEntityIdentifierList_default_instance_); } static PROTOBUF_CONSTEXPR int const kIndexInFileMessages = - 3; + 4; void Swap(NamedEntityIdentifierList* other); friend void swap(NamedEntityIdentifierList& a, NamedEntityIdentifierList& b) { @@ -757,7 +865,7 @@ class ObjectGetRequest : public ::google::protobuf::Message /* @@protoc_insertio &_ObjectGetRequest_default_instance_); } static PROTOBUF_CONSTEXPR int const kIndexInFileMessages = - 4; + 5; void Swap(ObjectGetRequest* other); friend void swap(ObjectGetRequest& a, ObjectGetRequest& b) { @@ -859,7 +967,7 @@ class ResourceListRequest : public ::google::protobuf::Message /* @@protoc_inser &_ResourceListRequest_default_instance_); } static PROTOBUF_CONSTEXPR int const kIndexInFileMessages = - 5; + 6; void Swap(ResourceListRequest* other); friend void swap(ResourceListRequest& a, ResourceListRequest& b) { @@ -1008,7 +1116,7 @@ class EmailNotification : public ::google::protobuf::Message /* @@protoc_inserti &_EmailNotification_default_instance_); } static PROTOBUF_CONSTEXPR int const kIndexInFileMessages = - 6; + 7; void Swap(EmailNotification* other); friend void swap(EmailNotification& a, EmailNotification& b) { @@ -1123,7 +1231,7 @@ class PagerDutyNotification : public ::google::protobuf::Message /* @@protoc_ins &_PagerDutyNotification_default_instance_); } static PROTOBUF_CONSTEXPR int const kIndexInFileMessages = - 7; + 8; void Swap(PagerDutyNotification* other); friend void swap(PagerDutyNotification& a, PagerDutyNotification& b) { @@ -1238,7 +1346,7 @@ class SlackNotification : public ::google::protobuf::Message /* @@protoc_inserti &_SlackNotification_default_instance_); } static PROTOBUF_CONSTEXPR int const kIndexInFileMessages = - 8; + 9; void Swap(SlackNotification* other); friend void swap(SlackNotification& a, SlackNotification& b) { @@ -1360,7 +1468,7 @@ class Notification : public ::google::protobuf::Message /* @@protoc_insertion_po &_Notification_default_instance_); } static PROTOBUF_CONSTEXPR int const kIndexInFileMessages = - 9; + 10; void Swap(Notification* other); friend void swap(Notification& a, Notification& b) { @@ -1507,7 +1615,7 @@ class UrlBlob : public ::google::protobuf::Message /* @@protoc_insertion_point(c &_UrlBlob_default_instance_); } static PROTOBUF_CONSTEXPR int const kIndexInFileMessages = - 10; + 11; void Swap(UrlBlob* other); friend void swap(UrlBlob& a, UrlBlob& b) { @@ -1642,7 +1750,7 @@ class Labels : public ::google::protobuf::Message /* @@protoc_insertion_point(cl &_Labels_default_instance_); } static PROTOBUF_CONSTEXPR int const kIndexInFileMessages = - 12; + 13; void Swap(Labels* other); friend void swap(Labels& a, Labels& b) { @@ -1771,7 +1879,7 @@ class Annotations : public ::google::protobuf::Message /* @@protoc_insertion_poi &_Annotations_default_instance_); } static PROTOBUF_CONSTEXPR int const kIndexInFileMessages = - 14; + 15; void Swap(Annotations* other); friend void swap(Annotations& a, Annotations& b) { @@ -2085,6 +2193,60 @@ inline void Sort::set_direction(::flyteidl::admin::Sort_Direction value) { // ------------------------------------------------------------------- +// ActiveLaunchPlanRequest + +// .flyteidl.admin.NamedEntityIdentifier id = 1; +inline bool ActiveLaunchPlanRequest::has_id() const { + return this != internal_default_instance() && id_ != NULL; +} +inline void ActiveLaunchPlanRequest::clear_id() { + if (GetArenaNoVirtual() == NULL && id_ != NULL) { + delete id_; + } + id_ = NULL; +} +inline const ::flyteidl::admin::NamedEntityIdentifier& ActiveLaunchPlanRequest::id() const { + const ::flyteidl::admin::NamedEntityIdentifier* p = id_; + // @@protoc_insertion_point(field_get:flyteidl.admin.ActiveLaunchPlanRequest.id) + return p != NULL ? *p : *reinterpret_cast( + &::flyteidl::admin::_NamedEntityIdentifier_default_instance_); +} +inline ::flyteidl::admin::NamedEntityIdentifier* ActiveLaunchPlanRequest::release_id() { + // @@protoc_insertion_point(field_release:flyteidl.admin.ActiveLaunchPlanRequest.id) + + ::flyteidl::admin::NamedEntityIdentifier* temp = id_; + id_ = NULL; + return temp; +} +inline ::flyteidl::admin::NamedEntityIdentifier* ActiveLaunchPlanRequest::mutable_id() { + + if (id_ == NULL) { + id_ = new ::flyteidl::admin::NamedEntityIdentifier; + } + // @@protoc_insertion_point(field_mutable:flyteidl.admin.ActiveLaunchPlanRequest.id) + return id_; +} +inline void ActiveLaunchPlanRequest::set_allocated_id(::flyteidl::admin::NamedEntityIdentifier* id) { + ::google::protobuf::Arena* message_arena = GetArenaNoVirtual(); + if (message_arena == NULL) { + delete id_; + } + if (id) { + ::google::protobuf::Arena* submessage_arena = NULL; + if (message_arena != submessage_arena) { + id = ::google::protobuf::internal::GetOwnedMessage( + message_arena, id, submessage_arena); + } + + } else { + + } + id_ = id; + // @@protoc_insertion_point(field_set_allocated:flyteidl.admin.ActiveLaunchPlanRequest.id) +} + +// ------------------------------------------------------------------- + // NamedEntityIdentifierListRequest // string project = 1; @@ -3201,6 +3363,8 @@ Annotations::mutable_values() { // ------------------------------------------------------------------- +// ------------------------------------------------------------------- + // @@protoc_insertion_point(namespace_scope) diff --git a/flyteidl/gen/pb-cpp/flyteidl/service/admin.grpc.pb.cc b/flyteidl/gen/pb-cpp/flyteidl/service/admin.grpc.pb.cc index 2a3188259e..092bf07c8a 100644 --- a/flyteidl/gen/pb-cpp/flyteidl/service/admin.grpc.pb.cc +++ b/flyteidl/gen/pb-cpp/flyteidl/service/admin.grpc.pb.cc @@ -27,6 +27,8 @@ static const char* AdminService_method_names[] = { "/flyteidl.service.AdminService/ListWorkflows", "/flyteidl.service.AdminService/CreateLaunchPlan", "/flyteidl.service.AdminService/GetLaunchPlan", + "/flyteidl.service.AdminService/GetActiveLaunchPlan", + "/flyteidl.service.AdminService/ListActiveLaunchPlans", "/flyteidl.service.AdminService/ListLaunchPlanIds", "/flyteidl.service.AdminService/ListLaunchPlans", "/flyteidl.service.AdminService/UpdateLaunchPlan", @@ -67,27 +69,29 @@ AdminService::Stub::Stub(const std::shared_ptr< ::grpc::ChannelInterface>& chann , rpcmethod_ListWorkflows_(AdminService_method_names[7], ::grpc::internal::RpcMethod::NORMAL_RPC, channel) , rpcmethod_CreateLaunchPlan_(AdminService_method_names[8], ::grpc::internal::RpcMethod::NORMAL_RPC, channel) , rpcmethod_GetLaunchPlan_(AdminService_method_names[9], ::grpc::internal::RpcMethod::NORMAL_RPC, channel) - , rpcmethod_ListLaunchPlanIds_(AdminService_method_names[10], ::grpc::internal::RpcMethod::NORMAL_RPC, channel) - , rpcmethod_ListLaunchPlans_(AdminService_method_names[11], ::grpc::internal::RpcMethod::NORMAL_RPC, channel) - , rpcmethod_UpdateLaunchPlan_(AdminService_method_names[12], ::grpc::internal::RpcMethod::NORMAL_RPC, channel) - , rpcmethod_CreateExecution_(AdminService_method_names[13], ::grpc::internal::RpcMethod::NORMAL_RPC, channel) - , rpcmethod_RelaunchExecution_(AdminService_method_names[14], ::grpc::internal::RpcMethod::NORMAL_RPC, channel) - , rpcmethod_GetExecution_(AdminService_method_names[15], ::grpc::internal::RpcMethod::NORMAL_RPC, channel) - , rpcmethod_GetExecutionData_(AdminService_method_names[16], ::grpc::internal::RpcMethod::NORMAL_RPC, channel) - , rpcmethod_ListExecutions_(AdminService_method_names[17], ::grpc::internal::RpcMethod::NORMAL_RPC, channel) - , rpcmethod_TerminateExecution_(AdminService_method_names[18], ::grpc::internal::RpcMethod::NORMAL_RPC, channel) - , rpcmethod_GetNodeExecution_(AdminService_method_names[19], ::grpc::internal::RpcMethod::NORMAL_RPC, channel) - , rpcmethod_ListNodeExecutions_(AdminService_method_names[20], ::grpc::internal::RpcMethod::NORMAL_RPC, channel) - , rpcmethod_ListNodeExecutionsForTask_(AdminService_method_names[21], ::grpc::internal::RpcMethod::NORMAL_RPC, channel) - , rpcmethod_GetNodeExecutionData_(AdminService_method_names[22], ::grpc::internal::RpcMethod::NORMAL_RPC, channel) - , rpcmethod_RegisterProject_(AdminService_method_names[23], ::grpc::internal::RpcMethod::NORMAL_RPC, channel) - , rpcmethod_ListProjects_(AdminService_method_names[24], ::grpc::internal::RpcMethod::NORMAL_RPC, channel) - , rpcmethod_CreateWorkflowEvent_(AdminService_method_names[25], ::grpc::internal::RpcMethod::NORMAL_RPC, channel) - , rpcmethod_CreateNodeEvent_(AdminService_method_names[26], ::grpc::internal::RpcMethod::NORMAL_RPC, channel) - , rpcmethod_CreateTaskEvent_(AdminService_method_names[27], ::grpc::internal::RpcMethod::NORMAL_RPC, channel) - , rpcmethod_GetTaskExecution_(AdminService_method_names[28], ::grpc::internal::RpcMethod::NORMAL_RPC, channel) - , rpcmethod_ListTaskExecutions_(AdminService_method_names[29], ::grpc::internal::RpcMethod::NORMAL_RPC, channel) - , rpcmethod_GetTaskExecutionData_(AdminService_method_names[30], ::grpc::internal::RpcMethod::NORMAL_RPC, channel) + , rpcmethod_GetActiveLaunchPlan_(AdminService_method_names[10], ::grpc::internal::RpcMethod::NORMAL_RPC, channel) + , rpcmethod_ListActiveLaunchPlans_(AdminService_method_names[11], ::grpc::internal::RpcMethod::NORMAL_RPC, channel) + , rpcmethod_ListLaunchPlanIds_(AdminService_method_names[12], ::grpc::internal::RpcMethod::NORMAL_RPC, channel) + , rpcmethod_ListLaunchPlans_(AdminService_method_names[13], ::grpc::internal::RpcMethod::NORMAL_RPC, channel) + , rpcmethod_UpdateLaunchPlan_(AdminService_method_names[14], ::grpc::internal::RpcMethod::NORMAL_RPC, channel) + , rpcmethod_CreateExecution_(AdminService_method_names[15], ::grpc::internal::RpcMethod::NORMAL_RPC, channel) + , rpcmethod_RelaunchExecution_(AdminService_method_names[16], ::grpc::internal::RpcMethod::NORMAL_RPC, channel) + , rpcmethod_GetExecution_(AdminService_method_names[17], ::grpc::internal::RpcMethod::NORMAL_RPC, channel) + , rpcmethod_GetExecutionData_(AdminService_method_names[18], ::grpc::internal::RpcMethod::NORMAL_RPC, channel) + , rpcmethod_ListExecutions_(AdminService_method_names[19], ::grpc::internal::RpcMethod::NORMAL_RPC, channel) + , rpcmethod_TerminateExecution_(AdminService_method_names[20], ::grpc::internal::RpcMethod::NORMAL_RPC, channel) + , rpcmethod_GetNodeExecution_(AdminService_method_names[21], ::grpc::internal::RpcMethod::NORMAL_RPC, channel) + , rpcmethod_ListNodeExecutions_(AdminService_method_names[22], ::grpc::internal::RpcMethod::NORMAL_RPC, channel) + , rpcmethod_ListNodeExecutionsForTask_(AdminService_method_names[23], ::grpc::internal::RpcMethod::NORMAL_RPC, channel) + , rpcmethod_GetNodeExecutionData_(AdminService_method_names[24], ::grpc::internal::RpcMethod::NORMAL_RPC, channel) + , rpcmethod_RegisterProject_(AdminService_method_names[25], ::grpc::internal::RpcMethod::NORMAL_RPC, channel) + , rpcmethod_ListProjects_(AdminService_method_names[26], ::grpc::internal::RpcMethod::NORMAL_RPC, channel) + , rpcmethod_CreateWorkflowEvent_(AdminService_method_names[27], ::grpc::internal::RpcMethod::NORMAL_RPC, channel) + , rpcmethod_CreateNodeEvent_(AdminService_method_names[28], ::grpc::internal::RpcMethod::NORMAL_RPC, channel) + , rpcmethod_CreateTaskEvent_(AdminService_method_names[29], ::grpc::internal::RpcMethod::NORMAL_RPC, channel) + , rpcmethod_GetTaskExecution_(AdminService_method_names[30], ::grpc::internal::RpcMethod::NORMAL_RPC, channel) + , rpcmethod_ListTaskExecutions_(AdminService_method_names[31], ::grpc::internal::RpcMethod::NORMAL_RPC, channel) + , rpcmethod_GetTaskExecutionData_(AdminService_method_names[32], ::grpc::internal::RpcMethod::NORMAL_RPC, channel) {} ::grpc::Status AdminService::Stub::CreateTask(::grpc::ClientContext* context, const ::flyteidl::admin::TaskCreateRequest& request, ::flyteidl::admin::TaskCreateResponse* response) { @@ -210,6 +214,30 @@ ::grpc::ClientAsyncResponseReader< ::flyteidl::admin::LaunchPlan>* AdminService: return ::grpc::internal::ClientAsyncResponseReaderFactory< ::flyteidl::admin::LaunchPlan>::Create(channel_.get(), cq, rpcmethod_GetLaunchPlan_, context, request, false); } +::grpc::Status AdminService::Stub::GetActiveLaunchPlan(::grpc::ClientContext* context, const ::flyteidl::admin::ActiveLaunchPlanRequest& request, ::flyteidl::admin::LaunchPlan* response) { + return ::grpc::internal::BlockingUnaryCall(channel_.get(), rpcmethod_GetActiveLaunchPlan_, context, request, response); +} + +::grpc::ClientAsyncResponseReader< ::flyteidl::admin::LaunchPlan>* AdminService::Stub::AsyncGetActiveLaunchPlanRaw(::grpc::ClientContext* context, const ::flyteidl::admin::ActiveLaunchPlanRequest& request, ::grpc::CompletionQueue* cq) { + return ::grpc::internal::ClientAsyncResponseReaderFactory< ::flyteidl::admin::LaunchPlan>::Create(channel_.get(), cq, rpcmethod_GetActiveLaunchPlan_, context, request, true); +} + +::grpc::ClientAsyncResponseReader< ::flyteidl::admin::LaunchPlan>* AdminService::Stub::PrepareAsyncGetActiveLaunchPlanRaw(::grpc::ClientContext* context, const ::flyteidl::admin::ActiveLaunchPlanRequest& request, ::grpc::CompletionQueue* cq) { + return ::grpc::internal::ClientAsyncResponseReaderFactory< ::flyteidl::admin::LaunchPlan>::Create(channel_.get(), cq, rpcmethod_GetActiveLaunchPlan_, context, request, false); +} + +::grpc::Status AdminService::Stub::ListActiveLaunchPlans(::grpc::ClientContext* context, const ::flyteidl::admin::NamedEntityIdentifierListRequest& request, ::flyteidl::admin::LaunchPlanList* response) { + return ::grpc::internal::BlockingUnaryCall(channel_.get(), rpcmethod_ListActiveLaunchPlans_, context, request, response); +} + +::grpc::ClientAsyncResponseReader< ::flyteidl::admin::LaunchPlanList>* AdminService::Stub::AsyncListActiveLaunchPlansRaw(::grpc::ClientContext* context, const ::flyteidl::admin::NamedEntityIdentifierListRequest& request, ::grpc::CompletionQueue* cq) { + return ::grpc::internal::ClientAsyncResponseReaderFactory< ::flyteidl::admin::LaunchPlanList>::Create(channel_.get(), cq, rpcmethod_ListActiveLaunchPlans_, context, request, true); +} + +::grpc::ClientAsyncResponseReader< ::flyteidl::admin::LaunchPlanList>* AdminService::Stub::PrepareAsyncListActiveLaunchPlansRaw(::grpc::ClientContext* context, const ::flyteidl::admin::NamedEntityIdentifierListRequest& request, ::grpc::CompletionQueue* cq) { + return ::grpc::internal::ClientAsyncResponseReaderFactory< ::flyteidl::admin::LaunchPlanList>::Create(channel_.get(), cq, rpcmethod_ListActiveLaunchPlans_, context, request, false); +} + ::grpc::Status AdminService::Stub::ListLaunchPlanIds(::grpc::ClientContext* context, const ::flyteidl::admin::NamedEntityIdentifierListRequest& request, ::flyteidl::admin::NamedEntityIdentifierList* response) { return ::grpc::internal::BlockingUnaryCall(channel_.get(), rpcmethod_ListLaunchPlanIds_, context, request, response); } @@ -516,105 +544,115 @@ AdminService::Service::Service() { AddMethod(new ::grpc::internal::RpcServiceMethod( AdminService_method_names[10], ::grpc::internal::RpcMethod::NORMAL_RPC, + new ::grpc::internal::RpcMethodHandler< AdminService::Service, ::flyteidl::admin::ActiveLaunchPlanRequest, ::flyteidl::admin::LaunchPlan>( + std::mem_fn(&AdminService::Service::GetActiveLaunchPlan), this))); + AddMethod(new ::grpc::internal::RpcServiceMethod( + AdminService_method_names[11], + ::grpc::internal::RpcMethod::NORMAL_RPC, + new ::grpc::internal::RpcMethodHandler< AdminService::Service, ::flyteidl::admin::NamedEntityIdentifierListRequest, ::flyteidl::admin::LaunchPlanList>( + std::mem_fn(&AdminService::Service::ListActiveLaunchPlans), this))); + AddMethod(new ::grpc::internal::RpcServiceMethod( + AdminService_method_names[12], + ::grpc::internal::RpcMethod::NORMAL_RPC, new ::grpc::internal::RpcMethodHandler< AdminService::Service, ::flyteidl::admin::NamedEntityIdentifierListRequest, ::flyteidl::admin::NamedEntityIdentifierList>( std::mem_fn(&AdminService::Service::ListLaunchPlanIds), this))); AddMethod(new ::grpc::internal::RpcServiceMethod( - AdminService_method_names[11], + AdminService_method_names[13], ::grpc::internal::RpcMethod::NORMAL_RPC, new ::grpc::internal::RpcMethodHandler< AdminService::Service, ::flyteidl::admin::ResourceListRequest, ::flyteidl::admin::LaunchPlanList>( std::mem_fn(&AdminService::Service::ListLaunchPlans), this))); AddMethod(new ::grpc::internal::RpcServiceMethod( - AdminService_method_names[12], + AdminService_method_names[14], ::grpc::internal::RpcMethod::NORMAL_RPC, new ::grpc::internal::RpcMethodHandler< AdminService::Service, ::flyteidl::admin::LaunchPlanUpdateRequest, ::flyteidl::admin::LaunchPlanUpdateResponse>( std::mem_fn(&AdminService::Service::UpdateLaunchPlan), this))); AddMethod(new ::grpc::internal::RpcServiceMethod( - AdminService_method_names[13], + AdminService_method_names[15], ::grpc::internal::RpcMethod::NORMAL_RPC, new ::grpc::internal::RpcMethodHandler< AdminService::Service, ::flyteidl::admin::ExecutionCreateRequest, ::flyteidl::admin::ExecutionCreateResponse>( std::mem_fn(&AdminService::Service::CreateExecution), this))); AddMethod(new ::grpc::internal::RpcServiceMethod( - AdminService_method_names[14], + AdminService_method_names[16], ::grpc::internal::RpcMethod::NORMAL_RPC, new ::grpc::internal::RpcMethodHandler< AdminService::Service, ::flyteidl::admin::ExecutionRelaunchRequest, ::flyteidl::admin::ExecutionCreateResponse>( std::mem_fn(&AdminService::Service::RelaunchExecution), this))); AddMethod(new ::grpc::internal::RpcServiceMethod( - AdminService_method_names[15], + AdminService_method_names[17], ::grpc::internal::RpcMethod::NORMAL_RPC, new ::grpc::internal::RpcMethodHandler< AdminService::Service, ::flyteidl::admin::WorkflowExecutionGetRequest, ::flyteidl::admin::Execution>( std::mem_fn(&AdminService::Service::GetExecution), this))); AddMethod(new ::grpc::internal::RpcServiceMethod( - AdminService_method_names[16], + AdminService_method_names[18], ::grpc::internal::RpcMethod::NORMAL_RPC, new ::grpc::internal::RpcMethodHandler< AdminService::Service, ::flyteidl::admin::WorkflowExecutionGetDataRequest, ::flyteidl::admin::WorkflowExecutionGetDataResponse>( std::mem_fn(&AdminService::Service::GetExecutionData), this))); AddMethod(new ::grpc::internal::RpcServiceMethod( - AdminService_method_names[17], + AdminService_method_names[19], ::grpc::internal::RpcMethod::NORMAL_RPC, new ::grpc::internal::RpcMethodHandler< AdminService::Service, ::flyteidl::admin::ResourceListRequest, ::flyteidl::admin::ExecutionList>( std::mem_fn(&AdminService::Service::ListExecutions), this))); AddMethod(new ::grpc::internal::RpcServiceMethod( - AdminService_method_names[18], + AdminService_method_names[20], ::grpc::internal::RpcMethod::NORMAL_RPC, new ::grpc::internal::RpcMethodHandler< AdminService::Service, ::flyteidl::admin::ExecutionTerminateRequest, ::flyteidl::admin::ExecutionTerminateResponse>( std::mem_fn(&AdminService::Service::TerminateExecution), this))); AddMethod(new ::grpc::internal::RpcServiceMethod( - AdminService_method_names[19], + AdminService_method_names[21], ::grpc::internal::RpcMethod::NORMAL_RPC, new ::grpc::internal::RpcMethodHandler< AdminService::Service, ::flyteidl::admin::NodeExecutionGetRequest, ::flyteidl::admin::NodeExecution>( std::mem_fn(&AdminService::Service::GetNodeExecution), this))); AddMethod(new ::grpc::internal::RpcServiceMethod( - AdminService_method_names[20], + AdminService_method_names[22], ::grpc::internal::RpcMethod::NORMAL_RPC, new ::grpc::internal::RpcMethodHandler< AdminService::Service, ::flyteidl::admin::NodeExecutionListRequest, ::flyteidl::admin::NodeExecutionList>( std::mem_fn(&AdminService::Service::ListNodeExecutions), this))); AddMethod(new ::grpc::internal::RpcServiceMethod( - AdminService_method_names[21], + AdminService_method_names[23], ::grpc::internal::RpcMethod::NORMAL_RPC, new ::grpc::internal::RpcMethodHandler< AdminService::Service, ::flyteidl::admin::NodeExecutionForTaskListRequest, ::flyteidl::admin::NodeExecutionList>( std::mem_fn(&AdminService::Service::ListNodeExecutionsForTask), this))); AddMethod(new ::grpc::internal::RpcServiceMethod( - AdminService_method_names[22], + AdminService_method_names[24], ::grpc::internal::RpcMethod::NORMAL_RPC, new ::grpc::internal::RpcMethodHandler< AdminService::Service, ::flyteidl::admin::NodeExecutionGetDataRequest, ::flyteidl::admin::NodeExecutionGetDataResponse>( std::mem_fn(&AdminService::Service::GetNodeExecutionData), this))); AddMethod(new ::grpc::internal::RpcServiceMethod( - AdminService_method_names[23], + AdminService_method_names[25], ::grpc::internal::RpcMethod::NORMAL_RPC, new ::grpc::internal::RpcMethodHandler< AdminService::Service, ::flyteidl::admin::ProjectRegisterRequest, ::flyteidl::admin::ProjectRegisterResponse>( std::mem_fn(&AdminService::Service::RegisterProject), this))); AddMethod(new ::grpc::internal::RpcServiceMethod( - AdminService_method_names[24], + AdminService_method_names[26], ::grpc::internal::RpcMethod::NORMAL_RPC, new ::grpc::internal::RpcMethodHandler< AdminService::Service, ::flyteidl::admin::ProjectListRequest, ::flyteidl::admin::Projects>( std::mem_fn(&AdminService::Service::ListProjects), this))); AddMethod(new ::grpc::internal::RpcServiceMethod( - AdminService_method_names[25], + AdminService_method_names[27], ::grpc::internal::RpcMethod::NORMAL_RPC, new ::grpc::internal::RpcMethodHandler< AdminService::Service, ::flyteidl::admin::WorkflowExecutionEventRequest, ::flyteidl::admin::WorkflowExecutionEventResponse>( std::mem_fn(&AdminService::Service::CreateWorkflowEvent), this))); AddMethod(new ::grpc::internal::RpcServiceMethod( - AdminService_method_names[26], + AdminService_method_names[28], ::grpc::internal::RpcMethod::NORMAL_RPC, new ::grpc::internal::RpcMethodHandler< AdminService::Service, ::flyteidl::admin::NodeExecutionEventRequest, ::flyteidl::admin::NodeExecutionEventResponse>( std::mem_fn(&AdminService::Service::CreateNodeEvent), this))); AddMethod(new ::grpc::internal::RpcServiceMethod( - AdminService_method_names[27], + AdminService_method_names[29], ::grpc::internal::RpcMethod::NORMAL_RPC, new ::grpc::internal::RpcMethodHandler< AdminService::Service, ::flyteidl::admin::TaskExecutionEventRequest, ::flyteidl::admin::TaskExecutionEventResponse>( std::mem_fn(&AdminService::Service::CreateTaskEvent), this))); AddMethod(new ::grpc::internal::RpcServiceMethod( - AdminService_method_names[28], + AdminService_method_names[30], ::grpc::internal::RpcMethod::NORMAL_RPC, new ::grpc::internal::RpcMethodHandler< AdminService::Service, ::flyteidl::admin::TaskExecutionGetRequest, ::flyteidl::admin::TaskExecution>( std::mem_fn(&AdminService::Service::GetTaskExecution), this))); AddMethod(new ::grpc::internal::RpcServiceMethod( - AdminService_method_names[29], + AdminService_method_names[31], ::grpc::internal::RpcMethod::NORMAL_RPC, new ::grpc::internal::RpcMethodHandler< AdminService::Service, ::flyteidl::admin::TaskExecutionListRequest, ::flyteidl::admin::TaskExecutionList>( std::mem_fn(&AdminService::Service::ListTaskExecutions), this))); AddMethod(new ::grpc::internal::RpcServiceMethod( - AdminService_method_names[30], + AdminService_method_names[32], ::grpc::internal::RpcMethod::NORMAL_RPC, new ::grpc::internal::RpcMethodHandler< AdminService::Service, ::flyteidl::admin::TaskExecutionGetDataRequest, ::flyteidl::admin::TaskExecutionGetDataResponse>( std::mem_fn(&AdminService::Service::GetTaskExecutionData), this))); @@ -693,6 +731,20 @@ ::grpc::Status AdminService::Service::GetLaunchPlan(::grpc::ServerContext* conte return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); } +::grpc::Status AdminService::Service::GetActiveLaunchPlan(::grpc::ServerContext* context, const ::flyteidl::admin::ActiveLaunchPlanRequest* request, ::flyteidl::admin::LaunchPlan* response) { + (void) context; + (void) request; + (void) response; + return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); +} + +::grpc::Status AdminService::Service::ListActiveLaunchPlans(::grpc::ServerContext* context, const ::flyteidl::admin::NamedEntityIdentifierListRequest* request, ::flyteidl::admin::LaunchPlanList* response) { + (void) context; + (void) request; + (void) response; + return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); +} + ::grpc::Status AdminService::Service::ListLaunchPlanIds(::grpc::ServerContext* context, const ::flyteidl::admin::NamedEntityIdentifierListRequest* request, ::flyteidl::admin::NamedEntityIdentifierList* response) { (void) context; (void) request; diff --git a/flyteidl/gen/pb-cpp/flyteidl/service/admin.grpc.pb.h b/flyteidl/gen/pb-cpp/flyteidl/service/admin.grpc.pb.h index bf58676f98..e5ea0a5d8f 100644 --- a/flyteidl/gen/pb-cpp/flyteidl/service/admin.grpc.pb.h +++ b/flyteidl/gen/pb-cpp/flyteidl/service/admin.grpc.pb.h @@ -105,6 +105,20 @@ class AdminService final { std::unique_ptr< ::grpc::ClientAsyncResponseReaderInterface< ::flyteidl::admin::LaunchPlan>> PrepareAsyncGetLaunchPlan(::grpc::ClientContext* context, const ::flyteidl::admin::ObjectGetRequest& request, ::grpc::CompletionQueue* cq) { return std::unique_ptr< ::grpc::ClientAsyncResponseReaderInterface< ::flyteidl::admin::LaunchPlan>>(PrepareAsyncGetLaunchPlanRaw(context, request, cq)); } + virtual ::grpc::Status GetActiveLaunchPlan(::grpc::ClientContext* context, const ::flyteidl::admin::ActiveLaunchPlanRequest& request, ::flyteidl::admin::LaunchPlan* response) = 0; + std::unique_ptr< ::grpc::ClientAsyncResponseReaderInterface< ::flyteidl::admin::LaunchPlan>> AsyncGetActiveLaunchPlan(::grpc::ClientContext* context, const ::flyteidl::admin::ActiveLaunchPlanRequest& request, ::grpc::CompletionQueue* cq) { + return std::unique_ptr< ::grpc::ClientAsyncResponseReaderInterface< ::flyteidl::admin::LaunchPlan>>(AsyncGetActiveLaunchPlanRaw(context, request, cq)); + } + std::unique_ptr< ::grpc::ClientAsyncResponseReaderInterface< ::flyteidl::admin::LaunchPlan>> PrepareAsyncGetActiveLaunchPlan(::grpc::ClientContext* context, const ::flyteidl::admin::ActiveLaunchPlanRequest& request, ::grpc::CompletionQueue* cq) { + return std::unique_ptr< ::grpc::ClientAsyncResponseReaderInterface< ::flyteidl::admin::LaunchPlan>>(PrepareAsyncGetActiveLaunchPlanRaw(context, request, cq)); + } + virtual ::grpc::Status ListActiveLaunchPlans(::grpc::ClientContext* context, const ::flyteidl::admin::NamedEntityIdentifierListRequest& request, ::flyteidl::admin::LaunchPlanList* response) = 0; + std::unique_ptr< ::grpc::ClientAsyncResponseReaderInterface< ::flyteidl::admin::LaunchPlanList>> AsyncListActiveLaunchPlans(::grpc::ClientContext* context, const ::flyteidl::admin::NamedEntityIdentifierListRequest& request, ::grpc::CompletionQueue* cq) { + return std::unique_ptr< ::grpc::ClientAsyncResponseReaderInterface< ::flyteidl::admin::LaunchPlanList>>(AsyncListActiveLaunchPlansRaw(context, request, cq)); + } + std::unique_ptr< ::grpc::ClientAsyncResponseReaderInterface< ::flyteidl::admin::LaunchPlanList>> PrepareAsyncListActiveLaunchPlans(::grpc::ClientContext* context, const ::flyteidl::admin::NamedEntityIdentifierListRequest& request, ::grpc::CompletionQueue* cq) { + return std::unique_ptr< ::grpc::ClientAsyncResponseReaderInterface< ::flyteidl::admin::LaunchPlanList>>(PrepareAsyncListActiveLaunchPlansRaw(context, request, cq)); + } virtual ::grpc::Status ListLaunchPlanIds(::grpc::ClientContext* context, const ::flyteidl::admin::NamedEntityIdentifierListRequest& request, ::flyteidl::admin::NamedEntityIdentifierList* response) = 0; std::unique_ptr< ::grpc::ClientAsyncResponseReaderInterface< ::flyteidl::admin::NamedEntityIdentifierList>> AsyncListLaunchPlanIds(::grpc::ClientContext* context, const ::flyteidl::admin::NamedEntityIdentifierListRequest& request, ::grpc::CompletionQueue* cq) { return std::unique_ptr< ::grpc::ClientAsyncResponseReaderInterface< ::flyteidl::admin::NamedEntityIdentifierList>>(AsyncListLaunchPlanIdsRaw(context, request, cq)); @@ -273,6 +287,10 @@ class AdminService final { virtual ::grpc::ClientAsyncResponseReaderInterface< ::flyteidl::admin::LaunchPlanCreateResponse>* PrepareAsyncCreateLaunchPlanRaw(::grpc::ClientContext* context, const ::flyteidl::admin::LaunchPlanCreateRequest& request, ::grpc::CompletionQueue* cq) = 0; virtual ::grpc::ClientAsyncResponseReaderInterface< ::flyteidl::admin::LaunchPlan>* AsyncGetLaunchPlanRaw(::grpc::ClientContext* context, const ::flyteidl::admin::ObjectGetRequest& request, ::grpc::CompletionQueue* cq) = 0; virtual ::grpc::ClientAsyncResponseReaderInterface< ::flyteidl::admin::LaunchPlan>* PrepareAsyncGetLaunchPlanRaw(::grpc::ClientContext* context, const ::flyteidl::admin::ObjectGetRequest& request, ::grpc::CompletionQueue* cq) = 0; + virtual ::grpc::ClientAsyncResponseReaderInterface< ::flyteidl::admin::LaunchPlan>* AsyncGetActiveLaunchPlanRaw(::grpc::ClientContext* context, const ::flyteidl::admin::ActiveLaunchPlanRequest& request, ::grpc::CompletionQueue* cq) = 0; + virtual ::grpc::ClientAsyncResponseReaderInterface< ::flyteidl::admin::LaunchPlan>* PrepareAsyncGetActiveLaunchPlanRaw(::grpc::ClientContext* context, const ::flyteidl::admin::ActiveLaunchPlanRequest& request, ::grpc::CompletionQueue* cq) = 0; + virtual ::grpc::ClientAsyncResponseReaderInterface< ::flyteidl::admin::LaunchPlanList>* AsyncListActiveLaunchPlansRaw(::grpc::ClientContext* context, const ::flyteidl::admin::NamedEntityIdentifierListRequest& request, ::grpc::CompletionQueue* cq) = 0; + virtual ::grpc::ClientAsyncResponseReaderInterface< ::flyteidl::admin::LaunchPlanList>* PrepareAsyncListActiveLaunchPlansRaw(::grpc::ClientContext* context, const ::flyteidl::admin::NamedEntityIdentifierListRequest& request, ::grpc::CompletionQueue* cq) = 0; virtual ::grpc::ClientAsyncResponseReaderInterface< ::flyteidl::admin::NamedEntityIdentifierList>* AsyncListLaunchPlanIdsRaw(::grpc::ClientContext* context, const ::flyteidl::admin::NamedEntityIdentifierListRequest& request, ::grpc::CompletionQueue* cq) = 0; virtual ::grpc::ClientAsyncResponseReaderInterface< ::flyteidl::admin::NamedEntityIdentifierList>* PrepareAsyncListLaunchPlanIdsRaw(::grpc::ClientContext* context, const ::flyteidl::admin::NamedEntityIdentifierListRequest& request, ::grpc::CompletionQueue* cq) = 0; virtual ::grpc::ClientAsyncResponseReaderInterface< ::flyteidl::admin::LaunchPlanList>* AsyncListLaunchPlansRaw(::grpc::ClientContext* context, const ::flyteidl::admin::ResourceListRequest& request, ::grpc::CompletionQueue* cq) = 0; @@ -389,6 +407,20 @@ class AdminService final { std::unique_ptr< ::grpc::ClientAsyncResponseReader< ::flyteidl::admin::LaunchPlan>> PrepareAsyncGetLaunchPlan(::grpc::ClientContext* context, const ::flyteidl::admin::ObjectGetRequest& request, ::grpc::CompletionQueue* cq) { return std::unique_ptr< ::grpc::ClientAsyncResponseReader< ::flyteidl::admin::LaunchPlan>>(PrepareAsyncGetLaunchPlanRaw(context, request, cq)); } + ::grpc::Status GetActiveLaunchPlan(::grpc::ClientContext* context, const ::flyteidl::admin::ActiveLaunchPlanRequest& request, ::flyteidl::admin::LaunchPlan* response) override; + std::unique_ptr< ::grpc::ClientAsyncResponseReader< ::flyteidl::admin::LaunchPlan>> AsyncGetActiveLaunchPlan(::grpc::ClientContext* context, const ::flyteidl::admin::ActiveLaunchPlanRequest& request, ::grpc::CompletionQueue* cq) { + return std::unique_ptr< ::grpc::ClientAsyncResponseReader< ::flyteidl::admin::LaunchPlan>>(AsyncGetActiveLaunchPlanRaw(context, request, cq)); + } + std::unique_ptr< ::grpc::ClientAsyncResponseReader< ::flyteidl::admin::LaunchPlan>> PrepareAsyncGetActiveLaunchPlan(::grpc::ClientContext* context, const ::flyteidl::admin::ActiveLaunchPlanRequest& request, ::grpc::CompletionQueue* cq) { + return std::unique_ptr< ::grpc::ClientAsyncResponseReader< ::flyteidl::admin::LaunchPlan>>(PrepareAsyncGetActiveLaunchPlanRaw(context, request, cq)); + } + ::grpc::Status ListActiveLaunchPlans(::grpc::ClientContext* context, const ::flyteidl::admin::NamedEntityIdentifierListRequest& request, ::flyteidl::admin::LaunchPlanList* response) override; + std::unique_ptr< ::grpc::ClientAsyncResponseReader< ::flyteidl::admin::LaunchPlanList>> AsyncListActiveLaunchPlans(::grpc::ClientContext* context, const ::flyteidl::admin::NamedEntityIdentifierListRequest& request, ::grpc::CompletionQueue* cq) { + return std::unique_ptr< ::grpc::ClientAsyncResponseReader< ::flyteidl::admin::LaunchPlanList>>(AsyncListActiveLaunchPlansRaw(context, request, cq)); + } + std::unique_ptr< ::grpc::ClientAsyncResponseReader< ::flyteidl::admin::LaunchPlanList>> PrepareAsyncListActiveLaunchPlans(::grpc::ClientContext* context, const ::flyteidl::admin::NamedEntityIdentifierListRequest& request, ::grpc::CompletionQueue* cq) { + return std::unique_ptr< ::grpc::ClientAsyncResponseReader< ::flyteidl::admin::LaunchPlanList>>(PrepareAsyncListActiveLaunchPlansRaw(context, request, cq)); + } ::grpc::Status ListLaunchPlanIds(::grpc::ClientContext* context, const ::flyteidl::admin::NamedEntityIdentifierListRequest& request, ::flyteidl::admin::NamedEntityIdentifierList* response) override; std::unique_ptr< ::grpc::ClientAsyncResponseReader< ::flyteidl::admin::NamedEntityIdentifierList>> AsyncListLaunchPlanIds(::grpc::ClientContext* context, const ::flyteidl::admin::NamedEntityIdentifierListRequest& request, ::grpc::CompletionQueue* cq) { return std::unique_ptr< ::grpc::ClientAsyncResponseReader< ::flyteidl::admin::NamedEntityIdentifierList>>(AsyncListLaunchPlanIdsRaw(context, request, cq)); @@ -559,6 +591,10 @@ class AdminService final { ::grpc::ClientAsyncResponseReader< ::flyteidl::admin::LaunchPlanCreateResponse>* PrepareAsyncCreateLaunchPlanRaw(::grpc::ClientContext* context, const ::flyteidl::admin::LaunchPlanCreateRequest& request, ::grpc::CompletionQueue* cq) override; ::grpc::ClientAsyncResponseReader< ::flyteidl::admin::LaunchPlan>* AsyncGetLaunchPlanRaw(::grpc::ClientContext* context, const ::flyteidl::admin::ObjectGetRequest& request, ::grpc::CompletionQueue* cq) override; ::grpc::ClientAsyncResponseReader< ::flyteidl::admin::LaunchPlan>* PrepareAsyncGetLaunchPlanRaw(::grpc::ClientContext* context, const ::flyteidl::admin::ObjectGetRequest& request, ::grpc::CompletionQueue* cq) override; + ::grpc::ClientAsyncResponseReader< ::flyteidl::admin::LaunchPlan>* AsyncGetActiveLaunchPlanRaw(::grpc::ClientContext* context, const ::flyteidl::admin::ActiveLaunchPlanRequest& request, ::grpc::CompletionQueue* cq) override; + ::grpc::ClientAsyncResponseReader< ::flyteidl::admin::LaunchPlan>* PrepareAsyncGetActiveLaunchPlanRaw(::grpc::ClientContext* context, const ::flyteidl::admin::ActiveLaunchPlanRequest& request, ::grpc::CompletionQueue* cq) override; + ::grpc::ClientAsyncResponseReader< ::flyteidl::admin::LaunchPlanList>* AsyncListActiveLaunchPlansRaw(::grpc::ClientContext* context, const ::flyteidl::admin::NamedEntityIdentifierListRequest& request, ::grpc::CompletionQueue* cq) override; + ::grpc::ClientAsyncResponseReader< ::flyteidl::admin::LaunchPlanList>* PrepareAsyncListActiveLaunchPlansRaw(::grpc::ClientContext* context, const ::flyteidl::admin::NamedEntityIdentifierListRequest& request, ::grpc::CompletionQueue* cq) override; ::grpc::ClientAsyncResponseReader< ::flyteidl::admin::NamedEntityIdentifierList>* AsyncListLaunchPlanIdsRaw(::grpc::ClientContext* context, const ::flyteidl::admin::NamedEntityIdentifierListRequest& request, ::grpc::CompletionQueue* cq) override; ::grpc::ClientAsyncResponseReader< ::flyteidl::admin::NamedEntityIdentifierList>* PrepareAsyncListLaunchPlanIdsRaw(::grpc::ClientContext* context, const ::flyteidl::admin::NamedEntityIdentifierListRequest& request, ::grpc::CompletionQueue* cq) override; ::grpc::ClientAsyncResponseReader< ::flyteidl::admin::LaunchPlanList>* AsyncListLaunchPlansRaw(::grpc::ClientContext* context, const ::flyteidl::admin::ResourceListRequest& request, ::grpc::CompletionQueue* cq) override; @@ -611,6 +647,8 @@ class AdminService final { const ::grpc::internal::RpcMethod rpcmethod_ListWorkflows_; const ::grpc::internal::RpcMethod rpcmethod_CreateLaunchPlan_; const ::grpc::internal::RpcMethod rpcmethod_GetLaunchPlan_; + const ::grpc::internal::RpcMethod rpcmethod_GetActiveLaunchPlan_; + const ::grpc::internal::RpcMethod rpcmethod_ListActiveLaunchPlans_; const ::grpc::internal::RpcMethod rpcmethod_ListLaunchPlanIds_; const ::grpc::internal::RpcMethod rpcmethod_ListLaunchPlans_; const ::grpc::internal::RpcMethod rpcmethod_UpdateLaunchPlan_; @@ -649,6 +687,8 @@ class AdminService final { virtual ::grpc::Status ListWorkflows(::grpc::ServerContext* context, const ::flyteidl::admin::ResourceListRequest* request, ::flyteidl::admin::WorkflowList* response); virtual ::grpc::Status CreateLaunchPlan(::grpc::ServerContext* context, const ::flyteidl::admin::LaunchPlanCreateRequest* request, ::flyteidl::admin::LaunchPlanCreateResponse* response); virtual ::grpc::Status GetLaunchPlan(::grpc::ServerContext* context, const ::flyteidl::admin::ObjectGetRequest* request, ::flyteidl::admin::LaunchPlan* response); + virtual ::grpc::Status GetActiveLaunchPlan(::grpc::ServerContext* context, const ::flyteidl::admin::ActiveLaunchPlanRequest* request, ::flyteidl::admin::LaunchPlan* response); + virtual ::grpc::Status ListActiveLaunchPlans(::grpc::ServerContext* context, const ::flyteidl::admin::NamedEntityIdentifierListRequest* request, ::flyteidl::admin::LaunchPlanList* response); virtual ::grpc::Status ListLaunchPlanIds(::grpc::ServerContext* context, const ::flyteidl::admin::NamedEntityIdentifierListRequest* request, ::flyteidl::admin::NamedEntityIdentifierList* response); virtual ::grpc::Status ListLaunchPlans(::grpc::ServerContext* context, const ::flyteidl::admin::ResourceListRequest* request, ::flyteidl::admin::LaunchPlanList* response); virtual ::grpc::Status UpdateLaunchPlan(::grpc::ServerContext* context, const ::flyteidl::admin::LaunchPlanUpdateRequest* request, ::flyteidl::admin::LaunchPlanUpdateResponse* response); @@ -872,12 +912,52 @@ class AdminService final { } }; template + class WithAsyncMethod_GetActiveLaunchPlan : public BaseClass { + private: + void BaseClassMustBeDerivedFromService(const Service *service) {} + public: + WithAsyncMethod_GetActiveLaunchPlan() { + ::grpc::Service::MarkMethodAsync(10); + } + ~WithAsyncMethod_GetActiveLaunchPlan() override { + BaseClassMustBeDerivedFromService(this); + } + // disable synchronous version of this method + ::grpc::Status GetActiveLaunchPlan(::grpc::ServerContext* context, const ::flyteidl::admin::ActiveLaunchPlanRequest* request, ::flyteidl::admin::LaunchPlan* response) override { + abort(); + return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); + } + void RequestGetActiveLaunchPlan(::grpc::ServerContext* context, ::flyteidl::admin::ActiveLaunchPlanRequest* request, ::grpc::ServerAsyncResponseWriter< ::flyteidl::admin::LaunchPlan>* response, ::grpc::CompletionQueue* new_call_cq, ::grpc::ServerCompletionQueue* notification_cq, void *tag) { + ::grpc::Service::RequestAsyncUnary(10, context, request, response, new_call_cq, notification_cq, tag); + } + }; + template + class WithAsyncMethod_ListActiveLaunchPlans : public BaseClass { + private: + void BaseClassMustBeDerivedFromService(const Service *service) {} + public: + WithAsyncMethod_ListActiveLaunchPlans() { + ::grpc::Service::MarkMethodAsync(11); + } + ~WithAsyncMethod_ListActiveLaunchPlans() override { + BaseClassMustBeDerivedFromService(this); + } + // disable synchronous version of this method + ::grpc::Status ListActiveLaunchPlans(::grpc::ServerContext* context, const ::flyteidl::admin::NamedEntityIdentifierListRequest* request, ::flyteidl::admin::LaunchPlanList* response) override { + abort(); + return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); + } + void RequestListActiveLaunchPlans(::grpc::ServerContext* context, ::flyteidl::admin::NamedEntityIdentifierListRequest* request, ::grpc::ServerAsyncResponseWriter< ::flyteidl::admin::LaunchPlanList>* response, ::grpc::CompletionQueue* new_call_cq, ::grpc::ServerCompletionQueue* notification_cq, void *tag) { + ::grpc::Service::RequestAsyncUnary(11, context, request, response, new_call_cq, notification_cq, tag); + } + }; + template class WithAsyncMethod_ListLaunchPlanIds : public BaseClass { private: void BaseClassMustBeDerivedFromService(const Service *service) {} public: WithAsyncMethod_ListLaunchPlanIds() { - ::grpc::Service::MarkMethodAsync(10); + ::grpc::Service::MarkMethodAsync(12); } ~WithAsyncMethod_ListLaunchPlanIds() override { BaseClassMustBeDerivedFromService(this); @@ -888,7 +968,7 @@ class AdminService final { return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); } void RequestListLaunchPlanIds(::grpc::ServerContext* context, ::flyteidl::admin::NamedEntityIdentifierListRequest* request, ::grpc::ServerAsyncResponseWriter< ::flyteidl::admin::NamedEntityIdentifierList>* response, ::grpc::CompletionQueue* new_call_cq, ::grpc::ServerCompletionQueue* notification_cq, void *tag) { - ::grpc::Service::RequestAsyncUnary(10, context, request, response, new_call_cq, notification_cq, tag); + ::grpc::Service::RequestAsyncUnary(12, context, request, response, new_call_cq, notification_cq, tag); } }; template @@ -897,7 +977,7 @@ class AdminService final { void BaseClassMustBeDerivedFromService(const Service *service) {} public: WithAsyncMethod_ListLaunchPlans() { - ::grpc::Service::MarkMethodAsync(11); + ::grpc::Service::MarkMethodAsync(13); } ~WithAsyncMethod_ListLaunchPlans() override { BaseClassMustBeDerivedFromService(this); @@ -908,7 +988,7 @@ class AdminService final { return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); } void RequestListLaunchPlans(::grpc::ServerContext* context, ::flyteidl::admin::ResourceListRequest* request, ::grpc::ServerAsyncResponseWriter< ::flyteidl::admin::LaunchPlanList>* response, ::grpc::CompletionQueue* new_call_cq, ::grpc::ServerCompletionQueue* notification_cq, void *tag) { - ::grpc::Service::RequestAsyncUnary(11, context, request, response, new_call_cq, notification_cq, tag); + ::grpc::Service::RequestAsyncUnary(13, context, request, response, new_call_cq, notification_cq, tag); } }; template @@ -917,7 +997,7 @@ class AdminService final { void BaseClassMustBeDerivedFromService(const Service *service) {} public: WithAsyncMethod_UpdateLaunchPlan() { - ::grpc::Service::MarkMethodAsync(12); + ::grpc::Service::MarkMethodAsync(14); } ~WithAsyncMethod_UpdateLaunchPlan() override { BaseClassMustBeDerivedFromService(this); @@ -928,7 +1008,7 @@ class AdminService final { return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); } void RequestUpdateLaunchPlan(::grpc::ServerContext* context, ::flyteidl::admin::LaunchPlanUpdateRequest* request, ::grpc::ServerAsyncResponseWriter< ::flyteidl::admin::LaunchPlanUpdateResponse>* response, ::grpc::CompletionQueue* new_call_cq, ::grpc::ServerCompletionQueue* notification_cq, void *tag) { - ::grpc::Service::RequestAsyncUnary(12, context, request, response, new_call_cq, notification_cq, tag); + ::grpc::Service::RequestAsyncUnary(14, context, request, response, new_call_cq, notification_cq, tag); } }; template @@ -937,7 +1017,7 @@ class AdminService final { void BaseClassMustBeDerivedFromService(const Service *service) {} public: WithAsyncMethod_CreateExecution() { - ::grpc::Service::MarkMethodAsync(13); + ::grpc::Service::MarkMethodAsync(15); } ~WithAsyncMethod_CreateExecution() override { BaseClassMustBeDerivedFromService(this); @@ -948,7 +1028,7 @@ class AdminService final { return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); } void RequestCreateExecution(::grpc::ServerContext* context, ::flyteidl::admin::ExecutionCreateRequest* request, ::grpc::ServerAsyncResponseWriter< ::flyteidl::admin::ExecutionCreateResponse>* response, ::grpc::CompletionQueue* new_call_cq, ::grpc::ServerCompletionQueue* notification_cq, void *tag) { - ::grpc::Service::RequestAsyncUnary(13, context, request, response, new_call_cq, notification_cq, tag); + ::grpc::Service::RequestAsyncUnary(15, context, request, response, new_call_cq, notification_cq, tag); } }; template @@ -957,7 +1037,7 @@ class AdminService final { void BaseClassMustBeDerivedFromService(const Service *service) {} public: WithAsyncMethod_RelaunchExecution() { - ::grpc::Service::MarkMethodAsync(14); + ::grpc::Service::MarkMethodAsync(16); } ~WithAsyncMethod_RelaunchExecution() override { BaseClassMustBeDerivedFromService(this); @@ -968,7 +1048,7 @@ class AdminService final { return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); } void RequestRelaunchExecution(::grpc::ServerContext* context, ::flyteidl::admin::ExecutionRelaunchRequest* request, ::grpc::ServerAsyncResponseWriter< ::flyteidl::admin::ExecutionCreateResponse>* response, ::grpc::CompletionQueue* new_call_cq, ::grpc::ServerCompletionQueue* notification_cq, void *tag) { - ::grpc::Service::RequestAsyncUnary(14, context, request, response, new_call_cq, notification_cq, tag); + ::grpc::Service::RequestAsyncUnary(16, context, request, response, new_call_cq, notification_cq, tag); } }; template @@ -977,7 +1057,7 @@ class AdminService final { void BaseClassMustBeDerivedFromService(const Service *service) {} public: WithAsyncMethod_GetExecution() { - ::grpc::Service::MarkMethodAsync(15); + ::grpc::Service::MarkMethodAsync(17); } ~WithAsyncMethod_GetExecution() override { BaseClassMustBeDerivedFromService(this); @@ -988,7 +1068,7 @@ class AdminService final { return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); } void RequestGetExecution(::grpc::ServerContext* context, ::flyteidl::admin::WorkflowExecutionGetRequest* request, ::grpc::ServerAsyncResponseWriter< ::flyteidl::admin::Execution>* response, ::grpc::CompletionQueue* new_call_cq, ::grpc::ServerCompletionQueue* notification_cq, void *tag) { - ::grpc::Service::RequestAsyncUnary(15, context, request, response, new_call_cq, notification_cq, tag); + ::grpc::Service::RequestAsyncUnary(17, context, request, response, new_call_cq, notification_cq, tag); } }; template @@ -997,7 +1077,7 @@ class AdminService final { void BaseClassMustBeDerivedFromService(const Service *service) {} public: WithAsyncMethod_GetExecutionData() { - ::grpc::Service::MarkMethodAsync(16); + ::grpc::Service::MarkMethodAsync(18); } ~WithAsyncMethod_GetExecutionData() override { BaseClassMustBeDerivedFromService(this); @@ -1008,7 +1088,7 @@ class AdminService final { return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); } void RequestGetExecutionData(::grpc::ServerContext* context, ::flyteidl::admin::WorkflowExecutionGetDataRequest* request, ::grpc::ServerAsyncResponseWriter< ::flyteidl::admin::WorkflowExecutionGetDataResponse>* response, ::grpc::CompletionQueue* new_call_cq, ::grpc::ServerCompletionQueue* notification_cq, void *tag) { - ::grpc::Service::RequestAsyncUnary(16, context, request, response, new_call_cq, notification_cq, tag); + ::grpc::Service::RequestAsyncUnary(18, context, request, response, new_call_cq, notification_cq, tag); } }; template @@ -1017,7 +1097,7 @@ class AdminService final { void BaseClassMustBeDerivedFromService(const Service *service) {} public: WithAsyncMethod_ListExecutions() { - ::grpc::Service::MarkMethodAsync(17); + ::grpc::Service::MarkMethodAsync(19); } ~WithAsyncMethod_ListExecutions() override { BaseClassMustBeDerivedFromService(this); @@ -1028,7 +1108,7 @@ class AdminService final { return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); } void RequestListExecutions(::grpc::ServerContext* context, ::flyteidl::admin::ResourceListRequest* request, ::grpc::ServerAsyncResponseWriter< ::flyteidl::admin::ExecutionList>* response, ::grpc::CompletionQueue* new_call_cq, ::grpc::ServerCompletionQueue* notification_cq, void *tag) { - ::grpc::Service::RequestAsyncUnary(17, context, request, response, new_call_cq, notification_cq, tag); + ::grpc::Service::RequestAsyncUnary(19, context, request, response, new_call_cq, notification_cq, tag); } }; template @@ -1037,7 +1117,7 @@ class AdminService final { void BaseClassMustBeDerivedFromService(const Service *service) {} public: WithAsyncMethod_TerminateExecution() { - ::grpc::Service::MarkMethodAsync(18); + ::grpc::Service::MarkMethodAsync(20); } ~WithAsyncMethod_TerminateExecution() override { BaseClassMustBeDerivedFromService(this); @@ -1048,7 +1128,7 @@ class AdminService final { return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); } void RequestTerminateExecution(::grpc::ServerContext* context, ::flyteidl::admin::ExecutionTerminateRequest* request, ::grpc::ServerAsyncResponseWriter< ::flyteidl::admin::ExecutionTerminateResponse>* response, ::grpc::CompletionQueue* new_call_cq, ::grpc::ServerCompletionQueue* notification_cq, void *tag) { - ::grpc::Service::RequestAsyncUnary(18, context, request, response, new_call_cq, notification_cq, tag); + ::grpc::Service::RequestAsyncUnary(20, context, request, response, new_call_cq, notification_cq, tag); } }; template @@ -1057,7 +1137,7 @@ class AdminService final { void BaseClassMustBeDerivedFromService(const Service *service) {} public: WithAsyncMethod_GetNodeExecution() { - ::grpc::Service::MarkMethodAsync(19); + ::grpc::Service::MarkMethodAsync(21); } ~WithAsyncMethod_GetNodeExecution() override { BaseClassMustBeDerivedFromService(this); @@ -1068,7 +1148,7 @@ class AdminService final { return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); } void RequestGetNodeExecution(::grpc::ServerContext* context, ::flyteidl::admin::NodeExecutionGetRequest* request, ::grpc::ServerAsyncResponseWriter< ::flyteidl::admin::NodeExecution>* response, ::grpc::CompletionQueue* new_call_cq, ::grpc::ServerCompletionQueue* notification_cq, void *tag) { - ::grpc::Service::RequestAsyncUnary(19, context, request, response, new_call_cq, notification_cq, tag); + ::grpc::Service::RequestAsyncUnary(21, context, request, response, new_call_cq, notification_cq, tag); } }; template @@ -1077,7 +1157,7 @@ class AdminService final { void BaseClassMustBeDerivedFromService(const Service *service) {} public: WithAsyncMethod_ListNodeExecutions() { - ::grpc::Service::MarkMethodAsync(20); + ::grpc::Service::MarkMethodAsync(22); } ~WithAsyncMethod_ListNodeExecutions() override { BaseClassMustBeDerivedFromService(this); @@ -1088,7 +1168,7 @@ class AdminService final { return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); } void RequestListNodeExecutions(::grpc::ServerContext* context, ::flyteidl::admin::NodeExecutionListRequest* request, ::grpc::ServerAsyncResponseWriter< ::flyteidl::admin::NodeExecutionList>* response, ::grpc::CompletionQueue* new_call_cq, ::grpc::ServerCompletionQueue* notification_cq, void *tag) { - ::grpc::Service::RequestAsyncUnary(20, context, request, response, new_call_cq, notification_cq, tag); + ::grpc::Service::RequestAsyncUnary(22, context, request, response, new_call_cq, notification_cq, tag); } }; template @@ -1097,7 +1177,7 @@ class AdminService final { void BaseClassMustBeDerivedFromService(const Service *service) {} public: WithAsyncMethod_ListNodeExecutionsForTask() { - ::grpc::Service::MarkMethodAsync(21); + ::grpc::Service::MarkMethodAsync(23); } ~WithAsyncMethod_ListNodeExecutionsForTask() override { BaseClassMustBeDerivedFromService(this); @@ -1108,7 +1188,7 @@ class AdminService final { return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); } void RequestListNodeExecutionsForTask(::grpc::ServerContext* context, ::flyteidl::admin::NodeExecutionForTaskListRequest* request, ::grpc::ServerAsyncResponseWriter< ::flyteidl::admin::NodeExecutionList>* response, ::grpc::CompletionQueue* new_call_cq, ::grpc::ServerCompletionQueue* notification_cq, void *tag) { - ::grpc::Service::RequestAsyncUnary(21, context, request, response, new_call_cq, notification_cq, tag); + ::grpc::Service::RequestAsyncUnary(23, context, request, response, new_call_cq, notification_cq, tag); } }; template @@ -1117,7 +1197,7 @@ class AdminService final { void BaseClassMustBeDerivedFromService(const Service *service) {} public: WithAsyncMethod_GetNodeExecutionData() { - ::grpc::Service::MarkMethodAsync(22); + ::grpc::Service::MarkMethodAsync(24); } ~WithAsyncMethod_GetNodeExecutionData() override { BaseClassMustBeDerivedFromService(this); @@ -1128,7 +1208,7 @@ class AdminService final { return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); } void RequestGetNodeExecutionData(::grpc::ServerContext* context, ::flyteidl::admin::NodeExecutionGetDataRequest* request, ::grpc::ServerAsyncResponseWriter< ::flyteidl::admin::NodeExecutionGetDataResponse>* response, ::grpc::CompletionQueue* new_call_cq, ::grpc::ServerCompletionQueue* notification_cq, void *tag) { - ::grpc::Service::RequestAsyncUnary(22, context, request, response, new_call_cq, notification_cq, tag); + ::grpc::Service::RequestAsyncUnary(24, context, request, response, new_call_cq, notification_cq, tag); } }; template @@ -1137,7 +1217,7 @@ class AdminService final { void BaseClassMustBeDerivedFromService(const Service *service) {} public: WithAsyncMethod_RegisterProject() { - ::grpc::Service::MarkMethodAsync(23); + ::grpc::Service::MarkMethodAsync(25); } ~WithAsyncMethod_RegisterProject() override { BaseClassMustBeDerivedFromService(this); @@ -1148,7 +1228,7 @@ class AdminService final { return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); } void RequestRegisterProject(::grpc::ServerContext* context, ::flyteidl::admin::ProjectRegisterRequest* request, ::grpc::ServerAsyncResponseWriter< ::flyteidl::admin::ProjectRegisterResponse>* response, ::grpc::CompletionQueue* new_call_cq, ::grpc::ServerCompletionQueue* notification_cq, void *tag) { - ::grpc::Service::RequestAsyncUnary(23, context, request, response, new_call_cq, notification_cq, tag); + ::grpc::Service::RequestAsyncUnary(25, context, request, response, new_call_cq, notification_cq, tag); } }; template @@ -1157,7 +1237,7 @@ class AdminService final { void BaseClassMustBeDerivedFromService(const Service *service) {} public: WithAsyncMethod_ListProjects() { - ::grpc::Service::MarkMethodAsync(24); + ::grpc::Service::MarkMethodAsync(26); } ~WithAsyncMethod_ListProjects() override { BaseClassMustBeDerivedFromService(this); @@ -1168,7 +1248,7 @@ class AdminService final { return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); } void RequestListProjects(::grpc::ServerContext* context, ::flyteidl::admin::ProjectListRequest* request, ::grpc::ServerAsyncResponseWriter< ::flyteidl::admin::Projects>* response, ::grpc::CompletionQueue* new_call_cq, ::grpc::ServerCompletionQueue* notification_cq, void *tag) { - ::grpc::Service::RequestAsyncUnary(24, context, request, response, new_call_cq, notification_cq, tag); + ::grpc::Service::RequestAsyncUnary(26, context, request, response, new_call_cq, notification_cq, tag); } }; template @@ -1177,7 +1257,7 @@ class AdminService final { void BaseClassMustBeDerivedFromService(const Service *service) {} public: WithAsyncMethod_CreateWorkflowEvent() { - ::grpc::Service::MarkMethodAsync(25); + ::grpc::Service::MarkMethodAsync(27); } ~WithAsyncMethod_CreateWorkflowEvent() override { BaseClassMustBeDerivedFromService(this); @@ -1188,7 +1268,7 @@ class AdminService final { return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); } void RequestCreateWorkflowEvent(::grpc::ServerContext* context, ::flyteidl::admin::WorkflowExecutionEventRequest* request, ::grpc::ServerAsyncResponseWriter< ::flyteidl::admin::WorkflowExecutionEventResponse>* response, ::grpc::CompletionQueue* new_call_cq, ::grpc::ServerCompletionQueue* notification_cq, void *tag) { - ::grpc::Service::RequestAsyncUnary(25, context, request, response, new_call_cq, notification_cq, tag); + ::grpc::Service::RequestAsyncUnary(27, context, request, response, new_call_cq, notification_cq, tag); } }; template @@ -1197,7 +1277,7 @@ class AdminService final { void BaseClassMustBeDerivedFromService(const Service *service) {} public: WithAsyncMethod_CreateNodeEvent() { - ::grpc::Service::MarkMethodAsync(26); + ::grpc::Service::MarkMethodAsync(28); } ~WithAsyncMethod_CreateNodeEvent() override { BaseClassMustBeDerivedFromService(this); @@ -1208,7 +1288,7 @@ class AdminService final { return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); } void RequestCreateNodeEvent(::grpc::ServerContext* context, ::flyteidl::admin::NodeExecutionEventRequest* request, ::grpc::ServerAsyncResponseWriter< ::flyteidl::admin::NodeExecutionEventResponse>* response, ::grpc::CompletionQueue* new_call_cq, ::grpc::ServerCompletionQueue* notification_cq, void *tag) { - ::grpc::Service::RequestAsyncUnary(26, context, request, response, new_call_cq, notification_cq, tag); + ::grpc::Service::RequestAsyncUnary(28, context, request, response, new_call_cq, notification_cq, tag); } }; template @@ -1217,7 +1297,7 @@ class AdminService final { void BaseClassMustBeDerivedFromService(const Service *service) {} public: WithAsyncMethod_CreateTaskEvent() { - ::grpc::Service::MarkMethodAsync(27); + ::grpc::Service::MarkMethodAsync(29); } ~WithAsyncMethod_CreateTaskEvent() override { BaseClassMustBeDerivedFromService(this); @@ -1228,7 +1308,7 @@ class AdminService final { return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); } void RequestCreateTaskEvent(::grpc::ServerContext* context, ::flyteidl::admin::TaskExecutionEventRequest* request, ::grpc::ServerAsyncResponseWriter< ::flyteidl::admin::TaskExecutionEventResponse>* response, ::grpc::CompletionQueue* new_call_cq, ::grpc::ServerCompletionQueue* notification_cq, void *tag) { - ::grpc::Service::RequestAsyncUnary(27, context, request, response, new_call_cq, notification_cq, tag); + ::grpc::Service::RequestAsyncUnary(29, context, request, response, new_call_cq, notification_cq, tag); } }; template @@ -1237,7 +1317,7 @@ class AdminService final { void BaseClassMustBeDerivedFromService(const Service *service) {} public: WithAsyncMethod_GetTaskExecution() { - ::grpc::Service::MarkMethodAsync(28); + ::grpc::Service::MarkMethodAsync(30); } ~WithAsyncMethod_GetTaskExecution() override { BaseClassMustBeDerivedFromService(this); @@ -1248,7 +1328,7 @@ class AdminService final { return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); } void RequestGetTaskExecution(::grpc::ServerContext* context, ::flyteidl::admin::TaskExecutionGetRequest* request, ::grpc::ServerAsyncResponseWriter< ::flyteidl::admin::TaskExecution>* response, ::grpc::CompletionQueue* new_call_cq, ::grpc::ServerCompletionQueue* notification_cq, void *tag) { - ::grpc::Service::RequestAsyncUnary(28, context, request, response, new_call_cq, notification_cq, tag); + ::grpc::Service::RequestAsyncUnary(30, context, request, response, new_call_cq, notification_cq, tag); } }; template @@ -1257,7 +1337,7 @@ class AdminService final { void BaseClassMustBeDerivedFromService(const Service *service) {} public: WithAsyncMethod_ListTaskExecutions() { - ::grpc::Service::MarkMethodAsync(29); + ::grpc::Service::MarkMethodAsync(31); } ~WithAsyncMethod_ListTaskExecutions() override { BaseClassMustBeDerivedFromService(this); @@ -1268,7 +1348,7 @@ class AdminService final { return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); } void RequestListTaskExecutions(::grpc::ServerContext* context, ::flyteidl::admin::TaskExecutionListRequest* request, ::grpc::ServerAsyncResponseWriter< ::flyteidl::admin::TaskExecutionList>* response, ::grpc::CompletionQueue* new_call_cq, ::grpc::ServerCompletionQueue* notification_cq, void *tag) { - ::grpc::Service::RequestAsyncUnary(29, context, request, response, new_call_cq, notification_cq, tag); + ::grpc::Service::RequestAsyncUnary(31, context, request, response, new_call_cq, notification_cq, tag); } }; template @@ -1277,7 +1357,7 @@ class AdminService final { void BaseClassMustBeDerivedFromService(const Service *service) {} public: WithAsyncMethod_GetTaskExecutionData() { - ::grpc::Service::MarkMethodAsync(30); + ::grpc::Service::MarkMethodAsync(32); } ~WithAsyncMethod_GetTaskExecutionData() override { BaseClassMustBeDerivedFromService(this); @@ -1288,10 +1368,10 @@ class AdminService final { return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); } void RequestGetTaskExecutionData(::grpc::ServerContext* context, ::flyteidl::admin::TaskExecutionGetDataRequest* request, ::grpc::ServerAsyncResponseWriter< ::flyteidl::admin::TaskExecutionGetDataResponse>* response, ::grpc::CompletionQueue* new_call_cq, ::grpc::ServerCompletionQueue* notification_cq, void *tag) { - ::grpc::Service::RequestAsyncUnary(30, context, request, response, new_call_cq, notification_cq, tag); + ::grpc::Service::RequestAsyncUnary(32, context, request, response, new_call_cq, notification_cq, tag); } }; - typedef WithAsyncMethod_CreateTask > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > AsyncService; + typedef WithAsyncMethod_CreateTask > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > AsyncService; template class WithGenericMethod_CreateTask : public BaseClass { private: @@ -1463,12 +1543,46 @@ class AdminService final { } }; template + class WithGenericMethod_GetActiveLaunchPlan : public BaseClass { + private: + void BaseClassMustBeDerivedFromService(const Service *service) {} + public: + WithGenericMethod_GetActiveLaunchPlan() { + ::grpc::Service::MarkMethodGeneric(10); + } + ~WithGenericMethod_GetActiveLaunchPlan() override { + BaseClassMustBeDerivedFromService(this); + } + // disable synchronous version of this method + ::grpc::Status GetActiveLaunchPlan(::grpc::ServerContext* context, const ::flyteidl::admin::ActiveLaunchPlanRequest* request, ::flyteidl::admin::LaunchPlan* response) override { + abort(); + return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); + } + }; + template + class WithGenericMethod_ListActiveLaunchPlans : public BaseClass { + private: + void BaseClassMustBeDerivedFromService(const Service *service) {} + public: + WithGenericMethod_ListActiveLaunchPlans() { + ::grpc::Service::MarkMethodGeneric(11); + } + ~WithGenericMethod_ListActiveLaunchPlans() override { + BaseClassMustBeDerivedFromService(this); + } + // disable synchronous version of this method + ::grpc::Status ListActiveLaunchPlans(::grpc::ServerContext* context, const ::flyteidl::admin::NamedEntityIdentifierListRequest* request, ::flyteidl::admin::LaunchPlanList* response) override { + abort(); + return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); + } + }; + template class WithGenericMethod_ListLaunchPlanIds : public BaseClass { private: void BaseClassMustBeDerivedFromService(const Service *service) {} public: WithGenericMethod_ListLaunchPlanIds() { - ::grpc::Service::MarkMethodGeneric(10); + ::grpc::Service::MarkMethodGeneric(12); } ~WithGenericMethod_ListLaunchPlanIds() override { BaseClassMustBeDerivedFromService(this); @@ -1485,7 +1599,7 @@ class AdminService final { void BaseClassMustBeDerivedFromService(const Service *service) {} public: WithGenericMethod_ListLaunchPlans() { - ::grpc::Service::MarkMethodGeneric(11); + ::grpc::Service::MarkMethodGeneric(13); } ~WithGenericMethod_ListLaunchPlans() override { BaseClassMustBeDerivedFromService(this); @@ -1502,7 +1616,7 @@ class AdminService final { void BaseClassMustBeDerivedFromService(const Service *service) {} public: WithGenericMethod_UpdateLaunchPlan() { - ::grpc::Service::MarkMethodGeneric(12); + ::grpc::Service::MarkMethodGeneric(14); } ~WithGenericMethod_UpdateLaunchPlan() override { BaseClassMustBeDerivedFromService(this); @@ -1519,7 +1633,7 @@ class AdminService final { void BaseClassMustBeDerivedFromService(const Service *service) {} public: WithGenericMethod_CreateExecution() { - ::grpc::Service::MarkMethodGeneric(13); + ::grpc::Service::MarkMethodGeneric(15); } ~WithGenericMethod_CreateExecution() override { BaseClassMustBeDerivedFromService(this); @@ -1536,7 +1650,7 @@ class AdminService final { void BaseClassMustBeDerivedFromService(const Service *service) {} public: WithGenericMethod_RelaunchExecution() { - ::grpc::Service::MarkMethodGeneric(14); + ::grpc::Service::MarkMethodGeneric(16); } ~WithGenericMethod_RelaunchExecution() override { BaseClassMustBeDerivedFromService(this); @@ -1553,7 +1667,7 @@ class AdminService final { void BaseClassMustBeDerivedFromService(const Service *service) {} public: WithGenericMethod_GetExecution() { - ::grpc::Service::MarkMethodGeneric(15); + ::grpc::Service::MarkMethodGeneric(17); } ~WithGenericMethod_GetExecution() override { BaseClassMustBeDerivedFromService(this); @@ -1570,7 +1684,7 @@ class AdminService final { void BaseClassMustBeDerivedFromService(const Service *service) {} public: WithGenericMethod_GetExecutionData() { - ::grpc::Service::MarkMethodGeneric(16); + ::grpc::Service::MarkMethodGeneric(18); } ~WithGenericMethod_GetExecutionData() override { BaseClassMustBeDerivedFromService(this); @@ -1587,7 +1701,7 @@ class AdminService final { void BaseClassMustBeDerivedFromService(const Service *service) {} public: WithGenericMethod_ListExecutions() { - ::grpc::Service::MarkMethodGeneric(17); + ::grpc::Service::MarkMethodGeneric(19); } ~WithGenericMethod_ListExecutions() override { BaseClassMustBeDerivedFromService(this); @@ -1604,7 +1718,7 @@ class AdminService final { void BaseClassMustBeDerivedFromService(const Service *service) {} public: WithGenericMethod_TerminateExecution() { - ::grpc::Service::MarkMethodGeneric(18); + ::grpc::Service::MarkMethodGeneric(20); } ~WithGenericMethod_TerminateExecution() override { BaseClassMustBeDerivedFromService(this); @@ -1621,7 +1735,7 @@ class AdminService final { void BaseClassMustBeDerivedFromService(const Service *service) {} public: WithGenericMethod_GetNodeExecution() { - ::grpc::Service::MarkMethodGeneric(19); + ::grpc::Service::MarkMethodGeneric(21); } ~WithGenericMethod_GetNodeExecution() override { BaseClassMustBeDerivedFromService(this); @@ -1638,7 +1752,7 @@ class AdminService final { void BaseClassMustBeDerivedFromService(const Service *service) {} public: WithGenericMethod_ListNodeExecutions() { - ::grpc::Service::MarkMethodGeneric(20); + ::grpc::Service::MarkMethodGeneric(22); } ~WithGenericMethod_ListNodeExecutions() override { BaseClassMustBeDerivedFromService(this); @@ -1655,7 +1769,7 @@ class AdminService final { void BaseClassMustBeDerivedFromService(const Service *service) {} public: WithGenericMethod_ListNodeExecutionsForTask() { - ::grpc::Service::MarkMethodGeneric(21); + ::grpc::Service::MarkMethodGeneric(23); } ~WithGenericMethod_ListNodeExecutionsForTask() override { BaseClassMustBeDerivedFromService(this); @@ -1672,7 +1786,7 @@ class AdminService final { void BaseClassMustBeDerivedFromService(const Service *service) {} public: WithGenericMethod_GetNodeExecutionData() { - ::grpc::Service::MarkMethodGeneric(22); + ::grpc::Service::MarkMethodGeneric(24); } ~WithGenericMethod_GetNodeExecutionData() override { BaseClassMustBeDerivedFromService(this); @@ -1689,7 +1803,7 @@ class AdminService final { void BaseClassMustBeDerivedFromService(const Service *service) {} public: WithGenericMethod_RegisterProject() { - ::grpc::Service::MarkMethodGeneric(23); + ::grpc::Service::MarkMethodGeneric(25); } ~WithGenericMethod_RegisterProject() override { BaseClassMustBeDerivedFromService(this); @@ -1706,7 +1820,7 @@ class AdminService final { void BaseClassMustBeDerivedFromService(const Service *service) {} public: WithGenericMethod_ListProjects() { - ::grpc::Service::MarkMethodGeneric(24); + ::grpc::Service::MarkMethodGeneric(26); } ~WithGenericMethod_ListProjects() override { BaseClassMustBeDerivedFromService(this); @@ -1723,7 +1837,7 @@ class AdminService final { void BaseClassMustBeDerivedFromService(const Service *service) {} public: WithGenericMethod_CreateWorkflowEvent() { - ::grpc::Service::MarkMethodGeneric(25); + ::grpc::Service::MarkMethodGeneric(27); } ~WithGenericMethod_CreateWorkflowEvent() override { BaseClassMustBeDerivedFromService(this); @@ -1740,7 +1854,7 @@ class AdminService final { void BaseClassMustBeDerivedFromService(const Service *service) {} public: WithGenericMethod_CreateNodeEvent() { - ::grpc::Service::MarkMethodGeneric(26); + ::grpc::Service::MarkMethodGeneric(28); } ~WithGenericMethod_CreateNodeEvent() override { BaseClassMustBeDerivedFromService(this); @@ -1757,7 +1871,7 @@ class AdminService final { void BaseClassMustBeDerivedFromService(const Service *service) {} public: WithGenericMethod_CreateTaskEvent() { - ::grpc::Service::MarkMethodGeneric(27); + ::grpc::Service::MarkMethodGeneric(29); } ~WithGenericMethod_CreateTaskEvent() override { BaseClassMustBeDerivedFromService(this); @@ -1774,7 +1888,7 @@ class AdminService final { void BaseClassMustBeDerivedFromService(const Service *service) {} public: WithGenericMethod_GetTaskExecution() { - ::grpc::Service::MarkMethodGeneric(28); + ::grpc::Service::MarkMethodGeneric(30); } ~WithGenericMethod_GetTaskExecution() override { BaseClassMustBeDerivedFromService(this); @@ -1791,7 +1905,7 @@ class AdminService final { void BaseClassMustBeDerivedFromService(const Service *service) {} public: WithGenericMethod_ListTaskExecutions() { - ::grpc::Service::MarkMethodGeneric(29); + ::grpc::Service::MarkMethodGeneric(31); } ~WithGenericMethod_ListTaskExecutions() override { BaseClassMustBeDerivedFromService(this); @@ -1808,7 +1922,7 @@ class AdminService final { void BaseClassMustBeDerivedFromService(const Service *service) {} public: WithGenericMethod_GetTaskExecutionData() { - ::grpc::Service::MarkMethodGeneric(30); + ::grpc::Service::MarkMethodGeneric(32); } ~WithGenericMethod_GetTaskExecutionData() override { BaseClassMustBeDerivedFromService(this); @@ -2020,12 +2134,52 @@ class AdminService final { } }; template + class WithRawMethod_GetActiveLaunchPlan : public BaseClass { + private: + void BaseClassMustBeDerivedFromService(const Service *service) {} + public: + WithRawMethod_GetActiveLaunchPlan() { + ::grpc::Service::MarkMethodRaw(10); + } + ~WithRawMethod_GetActiveLaunchPlan() override { + BaseClassMustBeDerivedFromService(this); + } + // disable synchronous version of this method + ::grpc::Status GetActiveLaunchPlan(::grpc::ServerContext* context, const ::flyteidl::admin::ActiveLaunchPlanRequest* request, ::flyteidl::admin::LaunchPlan* response) override { + abort(); + return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); + } + void RequestGetActiveLaunchPlan(::grpc::ServerContext* context, ::grpc::ByteBuffer* request, ::grpc::ServerAsyncResponseWriter< ::grpc::ByteBuffer>* response, ::grpc::CompletionQueue* new_call_cq, ::grpc::ServerCompletionQueue* notification_cq, void *tag) { + ::grpc::Service::RequestAsyncUnary(10, context, request, response, new_call_cq, notification_cq, tag); + } + }; + template + class WithRawMethod_ListActiveLaunchPlans : public BaseClass { + private: + void BaseClassMustBeDerivedFromService(const Service *service) {} + public: + WithRawMethod_ListActiveLaunchPlans() { + ::grpc::Service::MarkMethodRaw(11); + } + ~WithRawMethod_ListActiveLaunchPlans() override { + BaseClassMustBeDerivedFromService(this); + } + // disable synchronous version of this method + ::grpc::Status ListActiveLaunchPlans(::grpc::ServerContext* context, const ::flyteidl::admin::NamedEntityIdentifierListRequest* request, ::flyteidl::admin::LaunchPlanList* response) override { + abort(); + return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); + } + void RequestListActiveLaunchPlans(::grpc::ServerContext* context, ::grpc::ByteBuffer* request, ::grpc::ServerAsyncResponseWriter< ::grpc::ByteBuffer>* response, ::grpc::CompletionQueue* new_call_cq, ::grpc::ServerCompletionQueue* notification_cq, void *tag) { + ::grpc::Service::RequestAsyncUnary(11, context, request, response, new_call_cq, notification_cq, tag); + } + }; + template class WithRawMethod_ListLaunchPlanIds : public BaseClass { private: void BaseClassMustBeDerivedFromService(const Service *service) {} public: WithRawMethod_ListLaunchPlanIds() { - ::grpc::Service::MarkMethodRaw(10); + ::grpc::Service::MarkMethodRaw(12); } ~WithRawMethod_ListLaunchPlanIds() override { BaseClassMustBeDerivedFromService(this); @@ -2036,7 +2190,7 @@ class AdminService final { return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); } void RequestListLaunchPlanIds(::grpc::ServerContext* context, ::grpc::ByteBuffer* request, ::grpc::ServerAsyncResponseWriter< ::grpc::ByteBuffer>* response, ::grpc::CompletionQueue* new_call_cq, ::grpc::ServerCompletionQueue* notification_cq, void *tag) { - ::grpc::Service::RequestAsyncUnary(10, context, request, response, new_call_cq, notification_cq, tag); + ::grpc::Service::RequestAsyncUnary(12, context, request, response, new_call_cq, notification_cq, tag); } }; template @@ -2045,7 +2199,7 @@ class AdminService final { void BaseClassMustBeDerivedFromService(const Service *service) {} public: WithRawMethod_ListLaunchPlans() { - ::grpc::Service::MarkMethodRaw(11); + ::grpc::Service::MarkMethodRaw(13); } ~WithRawMethod_ListLaunchPlans() override { BaseClassMustBeDerivedFromService(this); @@ -2056,7 +2210,7 @@ class AdminService final { return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); } void RequestListLaunchPlans(::grpc::ServerContext* context, ::grpc::ByteBuffer* request, ::grpc::ServerAsyncResponseWriter< ::grpc::ByteBuffer>* response, ::grpc::CompletionQueue* new_call_cq, ::grpc::ServerCompletionQueue* notification_cq, void *tag) { - ::grpc::Service::RequestAsyncUnary(11, context, request, response, new_call_cq, notification_cq, tag); + ::grpc::Service::RequestAsyncUnary(13, context, request, response, new_call_cq, notification_cq, tag); } }; template @@ -2065,7 +2219,7 @@ class AdminService final { void BaseClassMustBeDerivedFromService(const Service *service) {} public: WithRawMethod_UpdateLaunchPlan() { - ::grpc::Service::MarkMethodRaw(12); + ::grpc::Service::MarkMethodRaw(14); } ~WithRawMethod_UpdateLaunchPlan() override { BaseClassMustBeDerivedFromService(this); @@ -2076,7 +2230,7 @@ class AdminService final { return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); } void RequestUpdateLaunchPlan(::grpc::ServerContext* context, ::grpc::ByteBuffer* request, ::grpc::ServerAsyncResponseWriter< ::grpc::ByteBuffer>* response, ::grpc::CompletionQueue* new_call_cq, ::grpc::ServerCompletionQueue* notification_cq, void *tag) { - ::grpc::Service::RequestAsyncUnary(12, context, request, response, new_call_cq, notification_cq, tag); + ::grpc::Service::RequestAsyncUnary(14, context, request, response, new_call_cq, notification_cq, tag); } }; template @@ -2085,7 +2239,7 @@ class AdminService final { void BaseClassMustBeDerivedFromService(const Service *service) {} public: WithRawMethod_CreateExecution() { - ::grpc::Service::MarkMethodRaw(13); + ::grpc::Service::MarkMethodRaw(15); } ~WithRawMethod_CreateExecution() override { BaseClassMustBeDerivedFromService(this); @@ -2096,7 +2250,7 @@ class AdminService final { return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); } void RequestCreateExecution(::grpc::ServerContext* context, ::grpc::ByteBuffer* request, ::grpc::ServerAsyncResponseWriter< ::grpc::ByteBuffer>* response, ::grpc::CompletionQueue* new_call_cq, ::grpc::ServerCompletionQueue* notification_cq, void *tag) { - ::grpc::Service::RequestAsyncUnary(13, context, request, response, new_call_cq, notification_cq, tag); + ::grpc::Service::RequestAsyncUnary(15, context, request, response, new_call_cq, notification_cq, tag); } }; template @@ -2105,7 +2259,7 @@ class AdminService final { void BaseClassMustBeDerivedFromService(const Service *service) {} public: WithRawMethod_RelaunchExecution() { - ::grpc::Service::MarkMethodRaw(14); + ::grpc::Service::MarkMethodRaw(16); } ~WithRawMethod_RelaunchExecution() override { BaseClassMustBeDerivedFromService(this); @@ -2116,7 +2270,7 @@ class AdminService final { return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); } void RequestRelaunchExecution(::grpc::ServerContext* context, ::grpc::ByteBuffer* request, ::grpc::ServerAsyncResponseWriter< ::grpc::ByteBuffer>* response, ::grpc::CompletionQueue* new_call_cq, ::grpc::ServerCompletionQueue* notification_cq, void *tag) { - ::grpc::Service::RequestAsyncUnary(14, context, request, response, new_call_cq, notification_cq, tag); + ::grpc::Service::RequestAsyncUnary(16, context, request, response, new_call_cq, notification_cq, tag); } }; template @@ -2125,7 +2279,7 @@ class AdminService final { void BaseClassMustBeDerivedFromService(const Service *service) {} public: WithRawMethod_GetExecution() { - ::grpc::Service::MarkMethodRaw(15); + ::grpc::Service::MarkMethodRaw(17); } ~WithRawMethod_GetExecution() override { BaseClassMustBeDerivedFromService(this); @@ -2136,7 +2290,7 @@ class AdminService final { return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); } void RequestGetExecution(::grpc::ServerContext* context, ::grpc::ByteBuffer* request, ::grpc::ServerAsyncResponseWriter< ::grpc::ByteBuffer>* response, ::grpc::CompletionQueue* new_call_cq, ::grpc::ServerCompletionQueue* notification_cq, void *tag) { - ::grpc::Service::RequestAsyncUnary(15, context, request, response, new_call_cq, notification_cq, tag); + ::grpc::Service::RequestAsyncUnary(17, context, request, response, new_call_cq, notification_cq, tag); } }; template @@ -2145,7 +2299,7 @@ class AdminService final { void BaseClassMustBeDerivedFromService(const Service *service) {} public: WithRawMethod_GetExecutionData() { - ::grpc::Service::MarkMethodRaw(16); + ::grpc::Service::MarkMethodRaw(18); } ~WithRawMethod_GetExecutionData() override { BaseClassMustBeDerivedFromService(this); @@ -2156,7 +2310,7 @@ class AdminService final { return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); } void RequestGetExecutionData(::grpc::ServerContext* context, ::grpc::ByteBuffer* request, ::grpc::ServerAsyncResponseWriter< ::grpc::ByteBuffer>* response, ::grpc::CompletionQueue* new_call_cq, ::grpc::ServerCompletionQueue* notification_cq, void *tag) { - ::grpc::Service::RequestAsyncUnary(16, context, request, response, new_call_cq, notification_cq, tag); + ::grpc::Service::RequestAsyncUnary(18, context, request, response, new_call_cq, notification_cq, tag); } }; template @@ -2165,7 +2319,7 @@ class AdminService final { void BaseClassMustBeDerivedFromService(const Service *service) {} public: WithRawMethod_ListExecutions() { - ::grpc::Service::MarkMethodRaw(17); + ::grpc::Service::MarkMethodRaw(19); } ~WithRawMethod_ListExecutions() override { BaseClassMustBeDerivedFromService(this); @@ -2176,7 +2330,7 @@ class AdminService final { return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); } void RequestListExecutions(::grpc::ServerContext* context, ::grpc::ByteBuffer* request, ::grpc::ServerAsyncResponseWriter< ::grpc::ByteBuffer>* response, ::grpc::CompletionQueue* new_call_cq, ::grpc::ServerCompletionQueue* notification_cq, void *tag) { - ::grpc::Service::RequestAsyncUnary(17, context, request, response, new_call_cq, notification_cq, tag); + ::grpc::Service::RequestAsyncUnary(19, context, request, response, new_call_cq, notification_cq, tag); } }; template @@ -2185,7 +2339,7 @@ class AdminService final { void BaseClassMustBeDerivedFromService(const Service *service) {} public: WithRawMethod_TerminateExecution() { - ::grpc::Service::MarkMethodRaw(18); + ::grpc::Service::MarkMethodRaw(20); } ~WithRawMethod_TerminateExecution() override { BaseClassMustBeDerivedFromService(this); @@ -2196,7 +2350,7 @@ class AdminService final { return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); } void RequestTerminateExecution(::grpc::ServerContext* context, ::grpc::ByteBuffer* request, ::grpc::ServerAsyncResponseWriter< ::grpc::ByteBuffer>* response, ::grpc::CompletionQueue* new_call_cq, ::grpc::ServerCompletionQueue* notification_cq, void *tag) { - ::grpc::Service::RequestAsyncUnary(18, context, request, response, new_call_cq, notification_cq, tag); + ::grpc::Service::RequestAsyncUnary(20, context, request, response, new_call_cq, notification_cq, tag); } }; template @@ -2205,7 +2359,7 @@ class AdminService final { void BaseClassMustBeDerivedFromService(const Service *service) {} public: WithRawMethod_GetNodeExecution() { - ::grpc::Service::MarkMethodRaw(19); + ::grpc::Service::MarkMethodRaw(21); } ~WithRawMethod_GetNodeExecution() override { BaseClassMustBeDerivedFromService(this); @@ -2216,7 +2370,7 @@ class AdminService final { return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); } void RequestGetNodeExecution(::grpc::ServerContext* context, ::grpc::ByteBuffer* request, ::grpc::ServerAsyncResponseWriter< ::grpc::ByteBuffer>* response, ::grpc::CompletionQueue* new_call_cq, ::grpc::ServerCompletionQueue* notification_cq, void *tag) { - ::grpc::Service::RequestAsyncUnary(19, context, request, response, new_call_cq, notification_cq, tag); + ::grpc::Service::RequestAsyncUnary(21, context, request, response, new_call_cq, notification_cq, tag); } }; template @@ -2225,7 +2379,7 @@ class AdminService final { void BaseClassMustBeDerivedFromService(const Service *service) {} public: WithRawMethod_ListNodeExecutions() { - ::grpc::Service::MarkMethodRaw(20); + ::grpc::Service::MarkMethodRaw(22); } ~WithRawMethod_ListNodeExecutions() override { BaseClassMustBeDerivedFromService(this); @@ -2236,7 +2390,7 @@ class AdminService final { return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); } void RequestListNodeExecutions(::grpc::ServerContext* context, ::grpc::ByteBuffer* request, ::grpc::ServerAsyncResponseWriter< ::grpc::ByteBuffer>* response, ::grpc::CompletionQueue* new_call_cq, ::grpc::ServerCompletionQueue* notification_cq, void *tag) { - ::grpc::Service::RequestAsyncUnary(20, context, request, response, new_call_cq, notification_cq, tag); + ::grpc::Service::RequestAsyncUnary(22, context, request, response, new_call_cq, notification_cq, tag); } }; template @@ -2245,7 +2399,7 @@ class AdminService final { void BaseClassMustBeDerivedFromService(const Service *service) {} public: WithRawMethod_ListNodeExecutionsForTask() { - ::grpc::Service::MarkMethodRaw(21); + ::grpc::Service::MarkMethodRaw(23); } ~WithRawMethod_ListNodeExecutionsForTask() override { BaseClassMustBeDerivedFromService(this); @@ -2256,7 +2410,7 @@ class AdminService final { return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); } void RequestListNodeExecutionsForTask(::grpc::ServerContext* context, ::grpc::ByteBuffer* request, ::grpc::ServerAsyncResponseWriter< ::grpc::ByteBuffer>* response, ::grpc::CompletionQueue* new_call_cq, ::grpc::ServerCompletionQueue* notification_cq, void *tag) { - ::grpc::Service::RequestAsyncUnary(21, context, request, response, new_call_cq, notification_cq, tag); + ::grpc::Service::RequestAsyncUnary(23, context, request, response, new_call_cq, notification_cq, tag); } }; template @@ -2265,7 +2419,7 @@ class AdminService final { void BaseClassMustBeDerivedFromService(const Service *service) {} public: WithRawMethod_GetNodeExecutionData() { - ::grpc::Service::MarkMethodRaw(22); + ::grpc::Service::MarkMethodRaw(24); } ~WithRawMethod_GetNodeExecutionData() override { BaseClassMustBeDerivedFromService(this); @@ -2276,7 +2430,7 @@ class AdminService final { return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); } void RequestGetNodeExecutionData(::grpc::ServerContext* context, ::grpc::ByteBuffer* request, ::grpc::ServerAsyncResponseWriter< ::grpc::ByteBuffer>* response, ::grpc::CompletionQueue* new_call_cq, ::grpc::ServerCompletionQueue* notification_cq, void *tag) { - ::grpc::Service::RequestAsyncUnary(22, context, request, response, new_call_cq, notification_cq, tag); + ::grpc::Service::RequestAsyncUnary(24, context, request, response, new_call_cq, notification_cq, tag); } }; template @@ -2285,7 +2439,7 @@ class AdminService final { void BaseClassMustBeDerivedFromService(const Service *service) {} public: WithRawMethod_RegisterProject() { - ::grpc::Service::MarkMethodRaw(23); + ::grpc::Service::MarkMethodRaw(25); } ~WithRawMethod_RegisterProject() override { BaseClassMustBeDerivedFromService(this); @@ -2296,7 +2450,7 @@ class AdminService final { return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); } void RequestRegisterProject(::grpc::ServerContext* context, ::grpc::ByteBuffer* request, ::grpc::ServerAsyncResponseWriter< ::grpc::ByteBuffer>* response, ::grpc::CompletionQueue* new_call_cq, ::grpc::ServerCompletionQueue* notification_cq, void *tag) { - ::grpc::Service::RequestAsyncUnary(23, context, request, response, new_call_cq, notification_cq, tag); + ::grpc::Service::RequestAsyncUnary(25, context, request, response, new_call_cq, notification_cq, tag); } }; template @@ -2305,7 +2459,7 @@ class AdminService final { void BaseClassMustBeDerivedFromService(const Service *service) {} public: WithRawMethod_ListProjects() { - ::grpc::Service::MarkMethodRaw(24); + ::grpc::Service::MarkMethodRaw(26); } ~WithRawMethod_ListProjects() override { BaseClassMustBeDerivedFromService(this); @@ -2316,7 +2470,7 @@ class AdminService final { return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); } void RequestListProjects(::grpc::ServerContext* context, ::grpc::ByteBuffer* request, ::grpc::ServerAsyncResponseWriter< ::grpc::ByteBuffer>* response, ::grpc::CompletionQueue* new_call_cq, ::grpc::ServerCompletionQueue* notification_cq, void *tag) { - ::grpc::Service::RequestAsyncUnary(24, context, request, response, new_call_cq, notification_cq, tag); + ::grpc::Service::RequestAsyncUnary(26, context, request, response, new_call_cq, notification_cq, tag); } }; template @@ -2325,7 +2479,7 @@ class AdminService final { void BaseClassMustBeDerivedFromService(const Service *service) {} public: WithRawMethod_CreateWorkflowEvent() { - ::grpc::Service::MarkMethodRaw(25); + ::grpc::Service::MarkMethodRaw(27); } ~WithRawMethod_CreateWorkflowEvent() override { BaseClassMustBeDerivedFromService(this); @@ -2336,7 +2490,7 @@ class AdminService final { return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); } void RequestCreateWorkflowEvent(::grpc::ServerContext* context, ::grpc::ByteBuffer* request, ::grpc::ServerAsyncResponseWriter< ::grpc::ByteBuffer>* response, ::grpc::CompletionQueue* new_call_cq, ::grpc::ServerCompletionQueue* notification_cq, void *tag) { - ::grpc::Service::RequestAsyncUnary(25, context, request, response, new_call_cq, notification_cq, tag); + ::grpc::Service::RequestAsyncUnary(27, context, request, response, new_call_cq, notification_cq, tag); } }; template @@ -2345,7 +2499,7 @@ class AdminService final { void BaseClassMustBeDerivedFromService(const Service *service) {} public: WithRawMethod_CreateNodeEvent() { - ::grpc::Service::MarkMethodRaw(26); + ::grpc::Service::MarkMethodRaw(28); } ~WithRawMethod_CreateNodeEvent() override { BaseClassMustBeDerivedFromService(this); @@ -2356,7 +2510,7 @@ class AdminService final { return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); } void RequestCreateNodeEvent(::grpc::ServerContext* context, ::grpc::ByteBuffer* request, ::grpc::ServerAsyncResponseWriter< ::grpc::ByteBuffer>* response, ::grpc::CompletionQueue* new_call_cq, ::grpc::ServerCompletionQueue* notification_cq, void *tag) { - ::grpc::Service::RequestAsyncUnary(26, context, request, response, new_call_cq, notification_cq, tag); + ::grpc::Service::RequestAsyncUnary(28, context, request, response, new_call_cq, notification_cq, tag); } }; template @@ -2365,7 +2519,7 @@ class AdminService final { void BaseClassMustBeDerivedFromService(const Service *service) {} public: WithRawMethod_CreateTaskEvent() { - ::grpc::Service::MarkMethodRaw(27); + ::grpc::Service::MarkMethodRaw(29); } ~WithRawMethod_CreateTaskEvent() override { BaseClassMustBeDerivedFromService(this); @@ -2376,7 +2530,7 @@ class AdminService final { return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); } void RequestCreateTaskEvent(::grpc::ServerContext* context, ::grpc::ByteBuffer* request, ::grpc::ServerAsyncResponseWriter< ::grpc::ByteBuffer>* response, ::grpc::CompletionQueue* new_call_cq, ::grpc::ServerCompletionQueue* notification_cq, void *tag) { - ::grpc::Service::RequestAsyncUnary(27, context, request, response, new_call_cq, notification_cq, tag); + ::grpc::Service::RequestAsyncUnary(29, context, request, response, new_call_cq, notification_cq, tag); } }; template @@ -2385,7 +2539,7 @@ class AdminService final { void BaseClassMustBeDerivedFromService(const Service *service) {} public: WithRawMethod_GetTaskExecution() { - ::grpc::Service::MarkMethodRaw(28); + ::grpc::Service::MarkMethodRaw(30); } ~WithRawMethod_GetTaskExecution() override { BaseClassMustBeDerivedFromService(this); @@ -2396,7 +2550,7 @@ class AdminService final { return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); } void RequestGetTaskExecution(::grpc::ServerContext* context, ::grpc::ByteBuffer* request, ::grpc::ServerAsyncResponseWriter< ::grpc::ByteBuffer>* response, ::grpc::CompletionQueue* new_call_cq, ::grpc::ServerCompletionQueue* notification_cq, void *tag) { - ::grpc::Service::RequestAsyncUnary(28, context, request, response, new_call_cq, notification_cq, tag); + ::grpc::Service::RequestAsyncUnary(30, context, request, response, new_call_cq, notification_cq, tag); } }; template @@ -2405,7 +2559,7 @@ class AdminService final { void BaseClassMustBeDerivedFromService(const Service *service) {} public: WithRawMethod_ListTaskExecutions() { - ::grpc::Service::MarkMethodRaw(29); + ::grpc::Service::MarkMethodRaw(31); } ~WithRawMethod_ListTaskExecutions() override { BaseClassMustBeDerivedFromService(this); @@ -2416,7 +2570,7 @@ class AdminService final { return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); } void RequestListTaskExecutions(::grpc::ServerContext* context, ::grpc::ByteBuffer* request, ::grpc::ServerAsyncResponseWriter< ::grpc::ByteBuffer>* response, ::grpc::CompletionQueue* new_call_cq, ::grpc::ServerCompletionQueue* notification_cq, void *tag) { - ::grpc::Service::RequestAsyncUnary(29, context, request, response, new_call_cq, notification_cq, tag); + ::grpc::Service::RequestAsyncUnary(31, context, request, response, new_call_cq, notification_cq, tag); } }; template @@ -2425,7 +2579,7 @@ class AdminService final { void BaseClassMustBeDerivedFromService(const Service *service) {} public: WithRawMethod_GetTaskExecutionData() { - ::grpc::Service::MarkMethodRaw(30); + ::grpc::Service::MarkMethodRaw(32); } ~WithRawMethod_GetTaskExecutionData() override { BaseClassMustBeDerivedFromService(this); @@ -2436,7 +2590,7 @@ class AdminService final { return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); } void RequestGetTaskExecutionData(::grpc::ServerContext* context, ::grpc::ByteBuffer* request, ::grpc::ServerAsyncResponseWriter< ::grpc::ByteBuffer>* response, ::grpc::CompletionQueue* new_call_cq, ::grpc::ServerCompletionQueue* notification_cq, void *tag) { - ::grpc::Service::RequestAsyncUnary(30, context, request, response, new_call_cq, notification_cq, tag); + ::grpc::Service::RequestAsyncUnary(32, context, request, response, new_call_cq, notification_cq, tag); } }; template @@ -2640,12 +2794,52 @@ class AdminService final { virtual ::grpc::Status StreamedGetLaunchPlan(::grpc::ServerContext* context, ::grpc::ServerUnaryStreamer< ::flyteidl::admin::ObjectGetRequest,::flyteidl::admin::LaunchPlan>* server_unary_streamer) = 0; }; template + class WithStreamedUnaryMethod_GetActiveLaunchPlan : public BaseClass { + private: + void BaseClassMustBeDerivedFromService(const Service *service) {} + public: + WithStreamedUnaryMethod_GetActiveLaunchPlan() { + ::grpc::Service::MarkMethodStreamed(10, + new ::grpc::internal::StreamedUnaryHandler< ::flyteidl::admin::ActiveLaunchPlanRequest, ::flyteidl::admin::LaunchPlan>(std::bind(&WithStreamedUnaryMethod_GetActiveLaunchPlan::StreamedGetActiveLaunchPlan, this, std::placeholders::_1, std::placeholders::_2))); + } + ~WithStreamedUnaryMethod_GetActiveLaunchPlan() override { + BaseClassMustBeDerivedFromService(this); + } + // disable regular version of this method + ::grpc::Status GetActiveLaunchPlan(::grpc::ServerContext* context, const ::flyteidl::admin::ActiveLaunchPlanRequest* request, ::flyteidl::admin::LaunchPlan* response) override { + abort(); + return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); + } + // replace default version of method with streamed unary + virtual ::grpc::Status StreamedGetActiveLaunchPlan(::grpc::ServerContext* context, ::grpc::ServerUnaryStreamer< ::flyteidl::admin::ActiveLaunchPlanRequest,::flyteidl::admin::LaunchPlan>* server_unary_streamer) = 0; + }; + template + class WithStreamedUnaryMethod_ListActiveLaunchPlans : public BaseClass { + private: + void BaseClassMustBeDerivedFromService(const Service *service) {} + public: + WithStreamedUnaryMethod_ListActiveLaunchPlans() { + ::grpc::Service::MarkMethodStreamed(11, + new ::grpc::internal::StreamedUnaryHandler< ::flyteidl::admin::NamedEntityIdentifierListRequest, ::flyteidl::admin::LaunchPlanList>(std::bind(&WithStreamedUnaryMethod_ListActiveLaunchPlans::StreamedListActiveLaunchPlans, this, std::placeholders::_1, std::placeholders::_2))); + } + ~WithStreamedUnaryMethod_ListActiveLaunchPlans() override { + BaseClassMustBeDerivedFromService(this); + } + // disable regular version of this method + ::grpc::Status ListActiveLaunchPlans(::grpc::ServerContext* context, const ::flyteidl::admin::NamedEntityIdentifierListRequest* request, ::flyteidl::admin::LaunchPlanList* response) override { + abort(); + return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); + } + // replace default version of method with streamed unary + virtual ::grpc::Status StreamedListActiveLaunchPlans(::grpc::ServerContext* context, ::grpc::ServerUnaryStreamer< ::flyteidl::admin::NamedEntityIdentifierListRequest,::flyteidl::admin::LaunchPlanList>* server_unary_streamer) = 0; + }; + template class WithStreamedUnaryMethod_ListLaunchPlanIds : public BaseClass { private: void BaseClassMustBeDerivedFromService(const Service *service) {} public: WithStreamedUnaryMethod_ListLaunchPlanIds() { - ::grpc::Service::MarkMethodStreamed(10, + ::grpc::Service::MarkMethodStreamed(12, new ::grpc::internal::StreamedUnaryHandler< ::flyteidl::admin::NamedEntityIdentifierListRequest, ::flyteidl::admin::NamedEntityIdentifierList>(std::bind(&WithStreamedUnaryMethod_ListLaunchPlanIds::StreamedListLaunchPlanIds, this, std::placeholders::_1, std::placeholders::_2))); } ~WithStreamedUnaryMethod_ListLaunchPlanIds() override { @@ -2665,7 +2859,7 @@ class AdminService final { void BaseClassMustBeDerivedFromService(const Service *service) {} public: WithStreamedUnaryMethod_ListLaunchPlans() { - ::grpc::Service::MarkMethodStreamed(11, + ::grpc::Service::MarkMethodStreamed(13, new ::grpc::internal::StreamedUnaryHandler< ::flyteidl::admin::ResourceListRequest, ::flyteidl::admin::LaunchPlanList>(std::bind(&WithStreamedUnaryMethod_ListLaunchPlans::StreamedListLaunchPlans, this, std::placeholders::_1, std::placeholders::_2))); } ~WithStreamedUnaryMethod_ListLaunchPlans() override { @@ -2685,7 +2879,7 @@ class AdminService final { void BaseClassMustBeDerivedFromService(const Service *service) {} public: WithStreamedUnaryMethod_UpdateLaunchPlan() { - ::grpc::Service::MarkMethodStreamed(12, + ::grpc::Service::MarkMethodStreamed(14, new ::grpc::internal::StreamedUnaryHandler< ::flyteidl::admin::LaunchPlanUpdateRequest, ::flyteidl::admin::LaunchPlanUpdateResponse>(std::bind(&WithStreamedUnaryMethod_UpdateLaunchPlan::StreamedUpdateLaunchPlan, this, std::placeholders::_1, std::placeholders::_2))); } ~WithStreamedUnaryMethod_UpdateLaunchPlan() override { @@ -2705,7 +2899,7 @@ class AdminService final { void BaseClassMustBeDerivedFromService(const Service *service) {} public: WithStreamedUnaryMethod_CreateExecution() { - ::grpc::Service::MarkMethodStreamed(13, + ::grpc::Service::MarkMethodStreamed(15, new ::grpc::internal::StreamedUnaryHandler< ::flyteidl::admin::ExecutionCreateRequest, ::flyteidl::admin::ExecutionCreateResponse>(std::bind(&WithStreamedUnaryMethod_CreateExecution::StreamedCreateExecution, this, std::placeholders::_1, std::placeholders::_2))); } ~WithStreamedUnaryMethod_CreateExecution() override { @@ -2725,7 +2919,7 @@ class AdminService final { void BaseClassMustBeDerivedFromService(const Service *service) {} public: WithStreamedUnaryMethod_RelaunchExecution() { - ::grpc::Service::MarkMethodStreamed(14, + ::grpc::Service::MarkMethodStreamed(16, new ::grpc::internal::StreamedUnaryHandler< ::flyteidl::admin::ExecutionRelaunchRequest, ::flyteidl::admin::ExecutionCreateResponse>(std::bind(&WithStreamedUnaryMethod_RelaunchExecution::StreamedRelaunchExecution, this, std::placeholders::_1, std::placeholders::_2))); } ~WithStreamedUnaryMethod_RelaunchExecution() override { @@ -2745,7 +2939,7 @@ class AdminService final { void BaseClassMustBeDerivedFromService(const Service *service) {} public: WithStreamedUnaryMethod_GetExecution() { - ::grpc::Service::MarkMethodStreamed(15, + ::grpc::Service::MarkMethodStreamed(17, new ::grpc::internal::StreamedUnaryHandler< ::flyteidl::admin::WorkflowExecutionGetRequest, ::flyteidl::admin::Execution>(std::bind(&WithStreamedUnaryMethod_GetExecution::StreamedGetExecution, this, std::placeholders::_1, std::placeholders::_2))); } ~WithStreamedUnaryMethod_GetExecution() override { @@ -2765,7 +2959,7 @@ class AdminService final { void BaseClassMustBeDerivedFromService(const Service *service) {} public: WithStreamedUnaryMethod_GetExecutionData() { - ::grpc::Service::MarkMethodStreamed(16, + ::grpc::Service::MarkMethodStreamed(18, new ::grpc::internal::StreamedUnaryHandler< ::flyteidl::admin::WorkflowExecutionGetDataRequest, ::flyteidl::admin::WorkflowExecutionGetDataResponse>(std::bind(&WithStreamedUnaryMethod_GetExecutionData::StreamedGetExecutionData, this, std::placeholders::_1, std::placeholders::_2))); } ~WithStreamedUnaryMethod_GetExecutionData() override { @@ -2785,7 +2979,7 @@ class AdminService final { void BaseClassMustBeDerivedFromService(const Service *service) {} public: WithStreamedUnaryMethod_ListExecutions() { - ::grpc::Service::MarkMethodStreamed(17, + ::grpc::Service::MarkMethodStreamed(19, new ::grpc::internal::StreamedUnaryHandler< ::flyteidl::admin::ResourceListRequest, ::flyteidl::admin::ExecutionList>(std::bind(&WithStreamedUnaryMethod_ListExecutions::StreamedListExecutions, this, std::placeholders::_1, std::placeholders::_2))); } ~WithStreamedUnaryMethod_ListExecutions() override { @@ -2805,7 +2999,7 @@ class AdminService final { void BaseClassMustBeDerivedFromService(const Service *service) {} public: WithStreamedUnaryMethod_TerminateExecution() { - ::grpc::Service::MarkMethodStreamed(18, + ::grpc::Service::MarkMethodStreamed(20, new ::grpc::internal::StreamedUnaryHandler< ::flyteidl::admin::ExecutionTerminateRequest, ::flyteidl::admin::ExecutionTerminateResponse>(std::bind(&WithStreamedUnaryMethod_TerminateExecution::StreamedTerminateExecution, this, std::placeholders::_1, std::placeholders::_2))); } ~WithStreamedUnaryMethod_TerminateExecution() override { @@ -2825,7 +3019,7 @@ class AdminService final { void BaseClassMustBeDerivedFromService(const Service *service) {} public: WithStreamedUnaryMethod_GetNodeExecution() { - ::grpc::Service::MarkMethodStreamed(19, + ::grpc::Service::MarkMethodStreamed(21, new ::grpc::internal::StreamedUnaryHandler< ::flyteidl::admin::NodeExecutionGetRequest, ::flyteidl::admin::NodeExecution>(std::bind(&WithStreamedUnaryMethod_GetNodeExecution::StreamedGetNodeExecution, this, std::placeholders::_1, std::placeholders::_2))); } ~WithStreamedUnaryMethod_GetNodeExecution() override { @@ -2845,7 +3039,7 @@ class AdminService final { void BaseClassMustBeDerivedFromService(const Service *service) {} public: WithStreamedUnaryMethod_ListNodeExecutions() { - ::grpc::Service::MarkMethodStreamed(20, + ::grpc::Service::MarkMethodStreamed(22, new ::grpc::internal::StreamedUnaryHandler< ::flyteidl::admin::NodeExecutionListRequest, ::flyteidl::admin::NodeExecutionList>(std::bind(&WithStreamedUnaryMethod_ListNodeExecutions::StreamedListNodeExecutions, this, std::placeholders::_1, std::placeholders::_2))); } ~WithStreamedUnaryMethod_ListNodeExecutions() override { @@ -2865,7 +3059,7 @@ class AdminService final { void BaseClassMustBeDerivedFromService(const Service *service) {} public: WithStreamedUnaryMethod_ListNodeExecutionsForTask() { - ::grpc::Service::MarkMethodStreamed(21, + ::grpc::Service::MarkMethodStreamed(23, new ::grpc::internal::StreamedUnaryHandler< ::flyteidl::admin::NodeExecutionForTaskListRequest, ::flyteidl::admin::NodeExecutionList>(std::bind(&WithStreamedUnaryMethod_ListNodeExecutionsForTask::StreamedListNodeExecutionsForTask, this, std::placeholders::_1, std::placeholders::_2))); } ~WithStreamedUnaryMethod_ListNodeExecutionsForTask() override { @@ -2885,7 +3079,7 @@ class AdminService final { void BaseClassMustBeDerivedFromService(const Service *service) {} public: WithStreamedUnaryMethod_GetNodeExecutionData() { - ::grpc::Service::MarkMethodStreamed(22, + ::grpc::Service::MarkMethodStreamed(24, new ::grpc::internal::StreamedUnaryHandler< ::flyteidl::admin::NodeExecutionGetDataRequest, ::flyteidl::admin::NodeExecutionGetDataResponse>(std::bind(&WithStreamedUnaryMethod_GetNodeExecutionData::StreamedGetNodeExecutionData, this, std::placeholders::_1, std::placeholders::_2))); } ~WithStreamedUnaryMethod_GetNodeExecutionData() override { @@ -2905,7 +3099,7 @@ class AdminService final { void BaseClassMustBeDerivedFromService(const Service *service) {} public: WithStreamedUnaryMethod_RegisterProject() { - ::grpc::Service::MarkMethodStreamed(23, + ::grpc::Service::MarkMethodStreamed(25, new ::grpc::internal::StreamedUnaryHandler< ::flyteidl::admin::ProjectRegisterRequest, ::flyteidl::admin::ProjectRegisterResponse>(std::bind(&WithStreamedUnaryMethod_RegisterProject::StreamedRegisterProject, this, std::placeholders::_1, std::placeholders::_2))); } ~WithStreamedUnaryMethod_RegisterProject() override { @@ -2925,7 +3119,7 @@ class AdminService final { void BaseClassMustBeDerivedFromService(const Service *service) {} public: WithStreamedUnaryMethod_ListProjects() { - ::grpc::Service::MarkMethodStreamed(24, + ::grpc::Service::MarkMethodStreamed(26, new ::grpc::internal::StreamedUnaryHandler< ::flyteidl::admin::ProjectListRequest, ::flyteidl::admin::Projects>(std::bind(&WithStreamedUnaryMethod_ListProjects::StreamedListProjects, this, std::placeholders::_1, std::placeholders::_2))); } ~WithStreamedUnaryMethod_ListProjects() override { @@ -2945,7 +3139,7 @@ class AdminService final { void BaseClassMustBeDerivedFromService(const Service *service) {} public: WithStreamedUnaryMethod_CreateWorkflowEvent() { - ::grpc::Service::MarkMethodStreamed(25, + ::grpc::Service::MarkMethodStreamed(27, new ::grpc::internal::StreamedUnaryHandler< ::flyteidl::admin::WorkflowExecutionEventRequest, ::flyteidl::admin::WorkflowExecutionEventResponse>(std::bind(&WithStreamedUnaryMethod_CreateWorkflowEvent::StreamedCreateWorkflowEvent, this, std::placeholders::_1, std::placeholders::_2))); } ~WithStreamedUnaryMethod_CreateWorkflowEvent() override { @@ -2965,7 +3159,7 @@ class AdminService final { void BaseClassMustBeDerivedFromService(const Service *service) {} public: WithStreamedUnaryMethod_CreateNodeEvent() { - ::grpc::Service::MarkMethodStreamed(26, + ::grpc::Service::MarkMethodStreamed(28, new ::grpc::internal::StreamedUnaryHandler< ::flyteidl::admin::NodeExecutionEventRequest, ::flyteidl::admin::NodeExecutionEventResponse>(std::bind(&WithStreamedUnaryMethod_CreateNodeEvent::StreamedCreateNodeEvent, this, std::placeholders::_1, std::placeholders::_2))); } ~WithStreamedUnaryMethod_CreateNodeEvent() override { @@ -2985,7 +3179,7 @@ class AdminService final { void BaseClassMustBeDerivedFromService(const Service *service) {} public: WithStreamedUnaryMethod_CreateTaskEvent() { - ::grpc::Service::MarkMethodStreamed(27, + ::grpc::Service::MarkMethodStreamed(29, new ::grpc::internal::StreamedUnaryHandler< ::flyteidl::admin::TaskExecutionEventRequest, ::flyteidl::admin::TaskExecutionEventResponse>(std::bind(&WithStreamedUnaryMethod_CreateTaskEvent::StreamedCreateTaskEvent, this, std::placeholders::_1, std::placeholders::_2))); } ~WithStreamedUnaryMethod_CreateTaskEvent() override { @@ -3005,7 +3199,7 @@ class AdminService final { void BaseClassMustBeDerivedFromService(const Service *service) {} public: WithStreamedUnaryMethod_GetTaskExecution() { - ::grpc::Service::MarkMethodStreamed(28, + ::grpc::Service::MarkMethodStreamed(30, new ::grpc::internal::StreamedUnaryHandler< ::flyteidl::admin::TaskExecutionGetRequest, ::flyteidl::admin::TaskExecution>(std::bind(&WithStreamedUnaryMethod_GetTaskExecution::StreamedGetTaskExecution, this, std::placeholders::_1, std::placeholders::_2))); } ~WithStreamedUnaryMethod_GetTaskExecution() override { @@ -3025,7 +3219,7 @@ class AdminService final { void BaseClassMustBeDerivedFromService(const Service *service) {} public: WithStreamedUnaryMethod_ListTaskExecutions() { - ::grpc::Service::MarkMethodStreamed(29, + ::grpc::Service::MarkMethodStreamed(31, new ::grpc::internal::StreamedUnaryHandler< ::flyteidl::admin::TaskExecutionListRequest, ::flyteidl::admin::TaskExecutionList>(std::bind(&WithStreamedUnaryMethod_ListTaskExecutions::StreamedListTaskExecutions, this, std::placeholders::_1, std::placeholders::_2))); } ~WithStreamedUnaryMethod_ListTaskExecutions() override { @@ -3045,7 +3239,7 @@ class AdminService final { void BaseClassMustBeDerivedFromService(const Service *service) {} public: WithStreamedUnaryMethod_GetTaskExecutionData() { - ::grpc::Service::MarkMethodStreamed(30, + ::grpc::Service::MarkMethodStreamed(32, new ::grpc::internal::StreamedUnaryHandler< ::flyteidl::admin::TaskExecutionGetDataRequest, ::flyteidl::admin::TaskExecutionGetDataResponse>(std::bind(&WithStreamedUnaryMethod_GetTaskExecutionData::StreamedGetTaskExecutionData, this, std::placeholders::_1, std::placeholders::_2))); } ~WithStreamedUnaryMethod_GetTaskExecutionData() override { @@ -3059,9 +3253,9 @@ class AdminService final { // replace default version of method with streamed unary virtual ::grpc::Status StreamedGetTaskExecutionData(::grpc::ServerContext* context, ::grpc::ServerUnaryStreamer< ::flyteidl::admin::TaskExecutionGetDataRequest,::flyteidl::admin::TaskExecutionGetDataResponse>* server_unary_streamer) = 0; }; - typedef WithStreamedUnaryMethod_CreateTask > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > StreamedUnaryService; + typedef WithStreamedUnaryMethod_CreateTask > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > StreamedUnaryService; typedef Service SplitStreamedService; - typedef WithStreamedUnaryMethod_CreateTask > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > StreamedService; + typedef WithStreamedUnaryMethod_CreateTask > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > StreamedService; }; } // namespace service diff --git a/flyteidl/gen/pb-cpp/flyteidl/service/admin.pb.cc b/flyteidl/gen/pb-cpp/flyteidl/service/admin.pb.cc index d6fb6f219f..7168178158 100644 --- a/flyteidl/gen/pb-cpp/flyteidl/service/admin.pb.cc +++ b/flyteidl/gen/pb-cpp/flyteidl/service/admin.pb.cc @@ -59,7 +59,7 @@ void AddDescriptorsImpl() { "e_execution.proto\032#flyteidl/admin/task_e" "xecution.proto\032\033flyteidl/admin/common.pr" "oto\032,protoc-gen-swagger/options/annotati" - "ons.proto2\3018\n\014AdminService\022\304\002\n\nCreateTas" + "ons.proto2\212;\n\014AdminService\022\304\002\n\nCreateTas" "k\022!.flyteidl.admin.TaskCreateRequest\032\".f" "lyteidl.admin.TaskCreateResponse\"\356\001\202\323\344\223\002" "\022\"\r/api/v1/tasks:\001*\222A\322\001\032%Create and regi" @@ -113,138 +113,146 @@ void AddDescriptorsImpl() { "GetLaunchPlan\022 .flyteidl.admin.ObjectGet" "Request\032\032.flyteidl.admin.LaunchPlan\"L\202\323\344" "\223\002F\022D/api/v1/launch_plans/{id.project}/{" - "id.domain}/{id.name}/{id.version}\022\244\001\n\021Li" - "stLaunchPlanIds\0220.flyteidl.admin.NamedEn" - "tityIdentifierListRequest\032).flyteidl.adm" - "in.NamedEntityIdentifierList\"2\202\323\344\223\002,\022*/a" - "pi/v1/launch_plan_ids/{project}/{domain}" - "\022\310\001\n\017ListLaunchPlans\022#.flyteidl.admin.Re" - "sourceListRequest\032\036.flyteidl.admin.Launc" - "hPlanList\"p\202\323\344\223\002j\0227/api/v1/launch_plans/" - "{id.project}/{id.domain}/{id.name}Z/\022-/a" - "pi/v1/launch_plans/{id.project}/{id.doma" - "in}\022\266\001\n\020UpdateLaunchPlan\022\'.flyteidl.admi" - "n.LaunchPlanUpdateRequest\032(.flyteidl.adm" - "in.LaunchPlanUpdateResponse\"O\202\323\344\223\002I\032D/ap" - "i/v1/launch_plans/{id.project}/{id.domai" - "n}/{id.name}/{id.version}:\001*\022\316\002\n\017CreateE" - "xecution\022&.flyteidl.admin.ExecutionCreat" - "eRequest\032\'.flyteidl.admin.ExecutionCreat" - "eResponse\"\351\001\202\323\344\223\002\027\"\022/api/v1/executions:\001" - "*\222A\310\001\032\033Create a workflow executionJB\n\00340" - "0\022;\n9Returned for bad request that may h" - "ave failed validation.Je\n\003409\022^\n\\Returne" - "d for a request that references an ident" - "ical entity that has already been regist" - "ered.\022\335\002\n\021RelaunchExecution\022(.flyteidl.a" - "dmin.ExecutionRelaunchRequest\032\'.flyteidl" - ".admin.ExecutionCreateResponse\"\364\001\202\323\344\223\002 \"" - "\033/api/v1/executions/relaunch:\001*\222A\312\001\032\035Rel" - "aunch a workflow executionJB\n\003400\022;\n9Ret" - "urned for bad request that may have fail" - "ed validation.Je\n\003409\022^\n\\Returned for a " - "request that references an identical ent" - "ity that has already been registered.\022\225\001" - "\n\014GetExecution\022+.flyteidl.admin.Workflow" - "ExecutionGetRequest\032\031.flyteidl.admin.Exe" - "cution\"=\202\323\344\223\0027\0225/api/v1/executions/{id.p" - "roject}/{id.domain}/{id.name}\022\271\001\n\020GetExe" - "cutionData\022/.flyteidl.admin.WorkflowExec" - "utionGetDataRequest\0320.flyteidl.admin.Wor" - "kflowExecutionGetDataResponse\"B\202\323\344\223\002<\022:/" - "api/v1/data/executions/{id.project}/{id." - "domain}/{id.name}\022\211\001\n\016ListExecutions\022#.f" - "lyteidl.admin.ResourceListRequest\032\035.flyt" - "eidl.admin.ExecutionList\"3\202\323\344\223\002-\022+/api/v" - "1/executions/{id.project}/{id.domain}\022\255\001" - "\n\022TerminateExecution\022).flyteidl.admin.Ex" - "ecutionTerminateRequest\032*.flyteidl.admin" - ".ExecutionTerminateResponse\"@\202\323\344\223\002:*5/ap" - "i/v1/executions/{id.project}/{id.domain}" - "/{id.name}:\001*\022\322\001\n\020GetNodeExecution\022\'.fly" - "teidl.admin.NodeExecutionGetRequest\032\035.fl" - "yteidl.admin.NodeExecution\"v\202\323\344\223\002p\022n/api" - "/v1/node_executions/{id.execution_id.pro" - "ject}/{id.execution_id.domain}/{id.execu" - "tion_id.name}/{id.node_id}\022\336\001\n\022ListNodeE" - "xecutions\022(.flyteidl.admin.NodeExecution" - "ListRequest\032!.flyteidl.admin.NodeExecuti" - "onList\"{\202\323\344\223\002u\022s/api/v1/node_executions/" - "{workflow_execution_id.project}/{workflo" - "w_execution_id.domain}/{workflow_executi" - "on_id.name}\022\245\004\n\031ListNodeExecutionsForTas" - "k\022/.flyteidl.admin.NodeExecutionForTaskL" - "istRequest\032!.flyteidl.admin.NodeExecutio" - "nList\"\263\003\202\323\344\223\002\254\003\022\251\003/api/v1/children/task_" - "executions/{task_execution_id.node_execu" - "tion_id.execution_id.project}/{task_exec" - "ution_id.node_execution_id.execution_id." - "domain}/{task_execution_id.node_executio" - "n_id.execution_id.name}/{task_execution_" - "id.node_execution_id.node_id}/{task_exec" - "ution_id.task_id.project}/{task_executio" - "n_id.task_id.domain}/{task_execution_id." - "task_id.name}/{task_execution_id.task_id" - ".version}/{task_execution_id.retry_attem" - "pt}\022\356\001\n\024GetNodeExecutionData\022+.flyteidl." - "admin.NodeExecutionGetDataRequest\032,.flyt" - "eidl.admin.NodeExecutionGetDataResponse\"" - "{\202\323\344\223\002u\022s/api/v1/data/node_executions/{i" - "d.execution_id.project}/{id.execution_id" - ".domain}/{id.execution_id.name}/{id.node" - "_id}\022\245\002\n\017RegisterProject\022&.flyteidl.admi" - "n.ProjectRegisterRequest\032\'.flyteidl.admi" - "n.ProjectRegisterResponse\"\300\001\202\323\344\223\002\025\"\020/api" - "/v1/projects:\001*\222A\241\001\032+Register a project " - "along with valid domainsJ.\n\003201\022\'\n%Retur" - "ned for successful registration.JB\n\003400\022" - ";\n9Returned for bad request that may hav" - "e failed validation.\022f\n\014ListProjects\022\".f" - "lyteidl.admin.ProjectListRequest\032\030.flyte" - "idl.admin.Projects\"\030\202\323\344\223\002\022\022\020/api/v1/proj" - "ects\022\231\001\n\023CreateWorkflowEvent\022-.flyteidl." - "admin.WorkflowExecutionEventRequest\032..fl" - "yteidl.admin.WorkflowExecutionEventRespo" - "nse\"#\202\323\344\223\002\035\"\030/api/v1/events/workflows:\001*" - "\022\211\001\n\017CreateNodeEvent\022).flyteidl.admin.No" - "deExecutionEventRequest\032*.flyteidl.admin" - ".NodeExecutionEventResponse\"\037\202\323\344\223\002\031\"\024/ap" - "i/v1/events/nodes:\001*\022\211\001\n\017CreateTaskEvent" - "\022).flyteidl.admin.TaskExecutionEventRequ" - "est\032*.flyteidl.admin.TaskExecutionEventR" - "esponse\"\037\202\323\344\223\002\031\"\024/api/v1/events/tasks:\001*" - "\022\200\003\n\020GetTaskExecution\022\'.flyteidl.admin.T" - "askExecutionGetRequest\032\035.flyteidl.admin." - "TaskExecution\"\243\002\202\323\344\223\002\234\002\022\231\002/api/v1/task_e" - "xecutions/{id.node_execution_id.executio" - "n_id.project}/{id.node_execution_id.exec" - "ution_id.domain}/{id.node_execution_id.e" - "xecution_id.name}/{id.node_execution_id." - "node_id}/{id.task_id.project}/{id.task_i" - "d.domain}/{id.task_id.name}/{id.task_id." - "version}/{id.retry_attempt}\022\230\002\n\022ListTask" - "Executions\022(.flyteidl.admin.TaskExecutio" - "nListRequest\032!.flyteidl.admin.TaskExecut" - "ionList\"\264\001\202\323\344\223\002\255\001\022\252\001/api/v1/task_executi" - "ons/{node_execution_id.execution_id.proj" - "ect}/{node_execution_id.execution_id.dom" - "ain}/{node_execution_id.execution_id.nam" - "e}/{node_execution_id.node_id}\022\234\003\n\024GetTa" - "skExecutionData\022+.flyteidl.admin.TaskExe" - "cutionGetDataRequest\032,.flyteidl.admin.Ta" - "skExecutionGetDataResponse\"\250\002\202\323\344\223\002\241\002\022\236\002/" - "api/v1/data/task_executions/{id.node_exe" - "cution_id.execution_id.project}/{id.node" - "_execution_id.execution_id.domain}/{id.n" - "ode_execution_id.execution_id.name}/{id." - "node_execution_id.node_id}/{id.task_id.p" - "roject}/{id.task_id.domain}/{id.task_id." - "name}/{id.task_id.version}/{id.retry_att" - "empt}B5Z3github.com/lyft/flyteidl/gen/pb" - "-go/flyteidl/serviceb\006proto3" + "id.domain}/{id.name}/{id.version}\022\242\001\n\023Ge" + "tActiveLaunchPlan\022\'.flyteidl.admin.Activ" + "eLaunchPlanRequest\032\032.flyteidl.admin.Laun" + "chPlan\"F\202\323\344\223\002@\022>/api/v1/active_launch_pl" + "ans/{id.project}/{id.domain}/{id.name}\022\241" + "\001\n\025ListActiveLaunchPlans\0220.flyteidl.admi" + "n.NamedEntityIdentifierListRequest\032\036.fly" + "teidl.admin.LaunchPlanList\"6\202\323\344\223\0020\022./api" + "/v1/active_launch_plans/{project}/{domai" + "n}\022\244\001\n\021ListLaunchPlanIds\0220.flyteidl.admi" + "n.NamedEntityIdentifierListRequest\032).fly" + "teidl.admin.NamedEntityIdentifierList\"2\202" + "\323\344\223\002,\022*/api/v1/launch_plan_ids/{project}" + "/{domain}\022\310\001\n\017ListLaunchPlans\022#.flyteidl" + ".admin.ResourceListRequest\032\036.flyteidl.ad" + "min.LaunchPlanList\"p\202\323\344\223\002j\0227/api/v1/laun" + "ch_plans/{id.project}/{id.domain}/{id.na" + "me}Z/\022-/api/v1/launch_plans/{id.project}" + "/{id.domain}\022\266\001\n\020UpdateLaunchPlan\022\'.flyt" + "eidl.admin.LaunchPlanUpdateRequest\032(.fly" + "teidl.admin.LaunchPlanUpdateResponse\"O\202\323" + "\344\223\002I\032D/api/v1/launch_plans/{id.project}/" + "{id.domain}/{id.name}/{id.version}:\001*\022\316\002" + "\n\017CreateExecution\022&.flyteidl.admin.Execu" + "tionCreateRequest\032\'.flyteidl.admin.Execu" + "tionCreateResponse\"\351\001\202\323\344\223\002\027\"\022/api/v1/exe" + "cutions:\001*\222A\310\001\032\033Create a workflow execut" + "ionJB\n\003400\022;\n9Returned for bad request t" + "hat may have failed validation.Je\n\003409\022^" + "\n\\Returned for a request that references" + " an identical entity that has already be" + "en registered.\022\335\002\n\021RelaunchExecution\022(.f" + "lyteidl.admin.ExecutionRelaunchRequest\032\'" + ".flyteidl.admin.ExecutionCreateResponse\"" + "\364\001\202\323\344\223\002 \"\033/api/v1/executions/relaunch:\001*" + "\222A\312\001\032\035Relaunch a workflow executionJB\n\0034" + "00\022;\n9Returned for bad request that may " + "have failed validation.Je\n\003409\022^\n\\Return" + "ed for a request that references an iden" + "tical entity that has already been regis" + "tered.\022\225\001\n\014GetExecution\022+.flyteidl.admin" + ".WorkflowExecutionGetRequest\032\031.flyteidl." + "admin.Execution\"=\202\323\344\223\0027\0225/api/v1/executi" + "ons/{id.project}/{id.domain}/{id.name}\022\271" + "\001\n\020GetExecutionData\022/.flyteidl.admin.Wor" + "kflowExecutionGetDataRequest\0320.flyteidl." + "admin.WorkflowExecutionGetDataResponse\"B" + "\202\323\344\223\002<\022:/api/v1/data/executions/{id.proj" + "ect}/{id.domain}/{id.name}\022\211\001\n\016ListExecu" + "tions\022#.flyteidl.admin.ResourceListReque" + "st\032\035.flyteidl.admin.ExecutionList\"3\202\323\344\223\002" + "-\022+/api/v1/executions/{id.project}/{id.d" + "omain}\022\255\001\n\022TerminateExecution\022).flyteidl" + ".admin.ExecutionTerminateRequest\032*.flyte" + "idl.admin.ExecutionTerminateResponse\"@\202\323" + "\344\223\002:*5/api/v1/executions/{id.project}/{i" + "d.domain}/{id.name}:\001*\022\322\001\n\020GetNodeExecut" + "ion\022\'.flyteidl.admin.NodeExecutionGetReq" + "uest\032\035.flyteidl.admin.NodeExecution\"v\202\323\344" + "\223\002p\022n/api/v1/node_executions/{id.executi" + "on_id.project}/{id.execution_id.domain}/" + "{id.execution_id.name}/{id.node_id}\022\336\001\n\022" + "ListNodeExecutions\022(.flyteidl.admin.Node" + "ExecutionListRequest\032!.flyteidl.admin.No" + "deExecutionList\"{\202\323\344\223\002u\022s/api/v1/node_ex" + "ecutions/{workflow_execution_id.project}" + "/{workflow_execution_id.domain}/{workflo" + "w_execution_id.name}\022\245\004\n\031ListNodeExecuti" + "onsForTask\022/.flyteidl.admin.NodeExecutio" + "nForTaskListRequest\032!.flyteidl.admin.Nod" + "eExecutionList\"\263\003\202\323\344\223\002\254\003\022\251\003/api/v1/child" + "ren/task_executions/{task_execution_id.n" + "ode_execution_id.execution_id.project}/{" + "task_execution_id.node_execution_id.exec" + "ution_id.domain}/{task_execution_id.node" + "_execution_id.execution_id.name}/{task_e" + "xecution_id.node_execution_id.node_id}/{" + "task_execution_id.task_id.project}/{task" + "_execution_id.task_id.domain}/{task_exec" + "ution_id.task_id.name}/{task_execution_i" + "d.task_id.version}/{task_execution_id.re" + "try_attempt}\022\356\001\n\024GetNodeExecutionData\022+." + "flyteidl.admin.NodeExecutionGetDataReque" + "st\032,.flyteidl.admin.NodeExecutionGetData" + "Response\"{\202\323\344\223\002u\022s/api/v1/data/node_exec" + "utions/{id.execution_id.project}/{id.exe" + "cution_id.domain}/{id.execution_id.name}" + "/{id.node_id}\022\245\002\n\017RegisterProject\022&.flyt" + "eidl.admin.ProjectRegisterRequest\032\'.flyt" + "eidl.admin.ProjectRegisterResponse\"\300\001\202\323\344" + "\223\002\025\"\020/api/v1/projects:\001*\222A\241\001\032+Register a" + " project along with valid domainsJ.\n\003201" + "\022\'\n%Returned for successful registration" + ".JB\n\003400\022;\n9Returned for bad request tha" + "t may have failed validation.\022f\n\014ListPro" + "jects\022\".flyteidl.admin.ProjectListReques" + "t\032\030.flyteidl.admin.Projects\"\030\202\323\344\223\002\022\022\020/ap" + "i/v1/projects\022\231\001\n\023CreateWorkflowEvent\022-." + "flyteidl.admin.WorkflowExecutionEventReq" + "uest\032..flyteidl.admin.WorkflowExecutionE" + "ventResponse\"#\202\323\344\223\002\035\"\030/api/v1/events/wor" + "kflows:\001*\022\211\001\n\017CreateNodeEvent\022).flyteidl" + ".admin.NodeExecutionEventRequest\032*.flyte" + "idl.admin.NodeExecutionEventResponse\"\037\202\323" + "\344\223\002\031\"\024/api/v1/events/nodes:\001*\022\211\001\n\017Create" + "TaskEvent\022).flyteidl.admin.TaskExecution" + "EventRequest\032*.flyteidl.admin.TaskExecut" + "ionEventResponse\"\037\202\323\344\223\002\031\"\024/api/v1/events" + "/tasks:\001*\022\200\003\n\020GetTaskExecution\022\'.flyteid" + "l.admin.TaskExecutionGetRequest\032\035.flytei" + "dl.admin.TaskExecution\"\243\002\202\323\344\223\002\234\002\022\231\002/api/" + "v1/task_executions/{id.node_execution_id" + ".execution_id.project}/{id.node_executio" + "n_id.execution_id.domain}/{id.node_execu" + "tion_id.execution_id.name}/{id.node_exec" + "ution_id.node_id}/{id.task_id.project}/{" + "id.task_id.domain}/{id.task_id.name}/{id" + ".task_id.version}/{id.retry_attempt}\022\230\002\n" + "\022ListTaskExecutions\022(.flyteidl.admin.Tas" + "kExecutionListRequest\032!.flyteidl.admin.T" + "askExecutionList\"\264\001\202\323\344\223\002\255\001\022\252\001/api/v1/tas" + "k_executions/{node_execution_id.executio" + "n_id.project}/{node_execution_id.executi" + "on_id.domain}/{node_execution_id.executi" + "on_id.name}/{node_execution_id.node_id}\022" + "\234\003\n\024GetTaskExecutionData\022+.flyteidl.admi" + "n.TaskExecutionGetDataRequest\032,.flyteidl" + ".admin.TaskExecutionGetDataResponse\"\250\002\202\323" + "\344\223\002\241\002\022\236\002/api/v1/data/task_executions/{id" + ".node_execution_id.execution_id.project}" + "/{id.node_execution_id.execution_id.doma" + "in}/{id.node_execution_id.execution_id.n" + "ame}/{id.node_execution_id.node_id}/{id." + "task_id.project}/{id.task_id.domain}/{id" + ".task_id.name}/{id.task_id.version}/{id." + "retry_attempt}B5Z3github.com/lyft/flytei" + "dl/gen/pb-go/flyteidl/serviceb\006proto3" }; ::google::protobuf::DescriptorPool::InternalAddGeneratedFile( - descriptor, 7708); + descriptor, 8037); ::google::protobuf::MessageFactory::InternalRegisterGeneratedFile( "flyteidl/service/admin.proto", &protobuf_RegisterTypes); ::protobuf_google_2fapi_2fannotations_2eproto::AddDescriptors(); diff --git a/flyteidl/gen/pb-go/flyteidl/admin/common.pb.go b/flyteidl/gen/pb-go/flyteidl/admin/common.pb.go index ceb6e57615..2c57e92111 100644 --- a/flyteidl/gen/pb-go/flyteidl/admin/common.pb.go +++ b/flyteidl/gen/pb-go/flyteidl/admin/common.pb.go @@ -39,7 +39,7 @@ func (x Sort_Direction) String() string { return proto.EnumName(Sort_Direction_name, int32(x)) } func (Sort_Direction) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_common_08b9f09568cb42e9, []int{1, 0} + return fileDescriptor_common_085ed7f6f8b96f64, []int{1, 0} } // Encapsulation of fields that identifies a Flyte resource. @@ -63,7 +63,7 @@ func (m *NamedEntityIdentifier) Reset() { *m = NamedEntityIdentifier{} } func (m *NamedEntityIdentifier) String() string { return proto.CompactTextString(m) } func (*NamedEntityIdentifier) ProtoMessage() {} func (*NamedEntityIdentifier) Descriptor() ([]byte, []int) { - return fileDescriptor_common_08b9f09568cb42e9, []int{0} + return fileDescriptor_common_085ed7f6f8b96f64, []int{0} } func (m *NamedEntityIdentifier) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_NamedEntityIdentifier.Unmarshal(m, b) @@ -121,7 +121,7 @@ func (m *Sort) Reset() { *m = Sort{} } func (m *Sort) String() string { return proto.CompactTextString(m) } func (*Sort) ProtoMessage() {} func (*Sort) Descriptor() ([]byte, []int) { - return fileDescriptor_common_08b9f09568cb42e9, []int{1} + return fileDescriptor_common_085ed7f6f8b96f64, []int{1} } func (m *Sort) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Sort.Unmarshal(m, b) @@ -155,6 +155,45 @@ func (m *Sort) GetDirection() Sort_Direction { return Sort_DESCENDING } +// Represents a request struct for finding an active launch plan for a given NamedEntityIdentifier +type ActiveLaunchPlanRequest struct { + Id *NamedEntityIdentifier `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +func (m *ActiveLaunchPlanRequest) Reset() { *m = ActiveLaunchPlanRequest{} } +func (m *ActiveLaunchPlanRequest) String() string { return proto.CompactTextString(m) } +func (*ActiveLaunchPlanRequest) ProtoMessage() {} +func (*ActiveLaunchPlanRequest) Descriptor() ([]byte, []int) { + return fileDescriptor_common_085ed7f6f8b96f64, []int{2} +} +func (m *ActiveLaunchPlanRequest) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_ActiveLaunchPlanRequest.Unmarshal(m, b) +} +func (m *ActiveLaunchPlanRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_ActiveLaunchPlanRequest.Marshal(b, m, deterministic) +} +func (dst *ActiveLaunchPlanRequest) XXX_Merge(src proto.Message) { + xxx_messageInfo_ActiveLaunchPlanRequest.Merge(dst, src) +} +func (m *ActiveLaunchPlanRequest) XXX_Size() int { + return xxx_messageInfo_ActiveLaunchPlanRequest.Size(m) +} +func (m *ActiveLaunchPlanRequest) XXX_DiscardUnknown() { + xxx_messageInfo_ActiveLaunchPlanRequest.DiscardUnknown(m) +} + +var xxx_messageInfo_ActiveLaunchPlanRequest proto.InternalMessageInfo + +func (m *ActiveLaunchPlanRequest) GetId() *NamedEntityIdentifier { + if m != nil { + return m.Id + } + return nil +} + // Represents a request structure to list identifiers. type NamedEntityIdentifierListRequest struct { // Name of the project that contains the identifiers. @@ -179,7 +218,7 @@ func (m *NamedEntityIdentifierListRequest) Reset() { *m = NamedEntityIde func (m *NamedEntityIdentifierListRequest) String() string { return proto.CompactTextString(m) } func (*NamedEntityIdentifierListRequest) ProtoMessage() {} func (*NamedEntityIdentifierListRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_common_08b9f09568cb42e9, []int{2} + return fileDescriptor_common_085ed7f6f8b96f64, []int{3} } func (m *NamedEntityIdentifierListRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_NamedEntityIdentifierListRequest.Unmarshal(m, b) @@ -250,7 +289,7 @@ func (m *NamedEntityIdentifierList) Reset() { *m = NamedEntityIdentifier func (m *NamedEntityIdentifierList) String() string { return proto.CompactTextString(m) } func (*NamedEntityIdentifierList) ProtoMessage() {} func (*NamedEntityIdentifierList) Descriptor() ([]byte, []int) { - return fileDescriptor_common_08b9f09568cb42e9, []int{3} + return fileDescriptor_common_085ed7f6f8b96f64, []int{4} } func (m *NamedEntityIdentifierList) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_NamedEntityIdentifierList.Unmarshal(m, b) @@ -297,7 +336,7 @@ func (m *ObjectGetRequest) Reset() { *m = ObjectGetRequest{} } func (m *ObjectGetRequest) String() string { return proto.CompactTextString(m) } func (*ObjectGetRequest) ProtoMessage() {} func (*ObjectGetRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_common_08b9f09568cb42e9, []int{4} + return fileDescriptor_common_085ed7f6f8b96f64, []int{5} } func (m *ObjectGetRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ObjectGetRequest.Unmarshal(m, b) @@ -351,7 +390,7 @@ func (m *ResourceListRequest) Reset() { *m = ResourceListRequest{} } func (m *ResourceListRequest) String() string { return proto.CompactTextString(m) } func (*ResourceListRequest) ProtoMessage() {} func (*ResourceListRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_common_08b9f09568cb42e9, []int{5} + return fileDescriptor_common_085ed7f6f8b96f64, []int{6} } func (m *ResourceListRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ResourceListRequest.Unmarshal(m, b) @@ -418,7 +457,7 @@ func (m *EmailNotification) Reset() { *m = EmailNotification{} } func (m *EmailNotification) String() string { return proto.CompactTextString(m) } func (*EmailNotification) ProtoMessage() {} func (*EmailNotification) Descriptor() ([]byte, []int) { - return fileDescriptor_common_08b9f09568cb42e9, []int{6} + return fileDescriptor_common_085ed7f6f8b96f64, []int{7} } func (m *EmailNotification) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_EmailNotification.Unmarshal(m, b) @@ -457,7 +496,7 @@ func (m *PagerDutyNotification) Reset() { *m = PagerDutyNotification{} } func (m *PagerDutyNotification) String() string { return proto.CompactTextString(m) } func (*PagerDutyNotification) ProtoMessage() {} func (*PagerDutyNotification) Descriptor() ([]byte, []int) { - return fileDescriptor_common_08b9f09568cb42e9, []int{7} + return fileDescriptor_common_085ed7f6f8b96f64, []int{8} } func (m *PagerDutyNotification) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_PagerDutyNotification.Unmarshal(m, b) @@ -496,7 +535,7 @@ func (m *SlackNotification) Reset() { *m = SlackNotification{} } func (m *SlackNotification) String() string { return proto.CompactTextString(m) } func (*SlackNotification) ProtoMessage() {} func (*SlackNotification) Descriptor() ([]byte, []int) { - return fileDescriptor_common_08b9f09568cb42e9, []int{8} + return fileDescriptor_common_085ed7f6f8b96f64, []int{9} } func (m *SlackNotification) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SlackNotification.Unmarshal(m, b) @@ -543,7 +582,7 @@ func (m *Notification) Reset() { *m = Notification{} } func (m *Notification) String() string { return proto.CompactTextString(m) } func (*Notification) ProtoMessage() {} func (*Notification) Descriptor() ([]byte, []int) { - return fileDescriptor_common_08b9f09568cb42e9, []int{9} + return fileDescriptor_common_085ed7f6f8b96f64, []int{10} } func (m *Notification) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Notification.Unmarshal(m, b) @@ -728,7 +767,7 @@ func (m *UrlBlob) Reset() { *m = UrlBlob{} } func (m *UrlBlob) String() string { return proto.CompactTextString(m) } func (*UrlBlob) ProtoMessage() {} func (*UrlBlob) Descriptor() ([]byte, []int) { - return fileDescriptor_common_08b9f09568cb42e9, []int{10} + return fileDescriptor_common_085ed7f6f8b96f64, []int{11} } func (m *UrlBlob) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UrlBlob.Unmarshal(m, b) @@ -777,7 +816,7 @@ func (m *Labels) Reset() { *m = Labels{} } func (m *Labels) String() string { return proto.CompactTextString(m) } func (*Labels) ProtoMessage() {} func (*Labels) Descriptor() ([]byte, []int) { - return fileDescriptor_common_08b9f09568cb42e9, []int{11} + return fileDescriptor_common_085ed7f6f8b96f64, []int{12} } func (m *Labels) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Labels.Unmarshal(m, b) @@ -819,7 +858,7 @@ func (m *Annotations) Reset() { *m = Annotations{} } func (m *Annotations) String() string { return proto.CompactTextString(m) } func (*Annotations) ProtoMessage() {} func (*Annotations) Descriptor() ([]byte, []int) { - return fileDescriptor_common_08b9f09568cb42e9, []int{12} + return fileDescriptor_common_085ed7f6f8b96f64, []int{13} } func (m *Annotations) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Annotations.Unmarshal(m, b) @@ -849,6 +888,7 @@ func (m *Annotations) GetValues() map[string]string { func init() { proto.RegisterType((*NamedEntityIdentifier)(nil), "flyteidl.admin.NamedEntityIdentifier") proto.RegisterType((*Sort)(nil), "flyteidl.admin.Sort") + proto.RegisterType((*ActiveLaunchPlanRequest)(nil), "flyteidl.admin.ActiveLaunchPlanRequest") proto.RegisterType((*NamedEntityIdentifierListRequest)(nil), "flyteidl.admin.NamedEntityIdentifierListRequest") proto.RegisterType((*NamedEntityIdentifierList)(nil), "flyteidl.admin.NamedEntityIdentifierList") proto.RegisterType((*ObjectGetRequest)(nil), "flyteidl.admin.ObjectGetRequest") @@ -865,53 +905,54 @@ func init() { proto.RegisterEnum("flyteidl.admin.Sort_Direction", Sort_Direction_name, Sort_Direction_value) } -func init() { proto.RegisterFile("flyteidl/admin/common.proto", fileDescriptor_common_08b9f09568cb42e9) } - -var fileDescriptor_common_08b9f09568cb42e9 = []byte{ - // 717 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x55, 0x5d, 0x6f, 0xd3, 0x4a, - 0x10, 0xad, 0x9d, 0xaf, 0x9b, 0xc9, 0x6d, 0x6e, 0xba, 0xb7, 0xbd, 0x72, 0x7b, 0x45, 0x15, 0x2c, - 0x01, 0x2d, 0x52, 0x1d, 0x35, 0x15, 0x12, 0xad, 0xa0, 0xa8, 0x21, 0xa1, 0xad, 0x54, 0x85, 0xca, - 0x15, 0x20, 0x21, 0xa1, 0xca, 0x1f, 0x9b, 0x74, 0x89, 0xed, 0x35, 0xeb, 0x35, 0xe0, 0x27, 0x24, - 0xde, 0x78, 0xe7, 0x7f, 0xf0, 0x1b, 0xf8, 0x67, 0x68, 0x37, 0xb1, 0xf3, 0x51, 0x23, 0x41, 0xc5, - 0x9b, 0x67, 0xe6, 0x9c, 0xf1, 0x99, 0xe3, 0xf1, 0x2e, 0xfc, 0x3f, 0xf0, 0x12, 0x8e, 0x89, 0xeb, - 0xb5, 0x2c, 0xd7, 0x27, 0x41, 0xcb, 0xa1, 0xbe, 0x4f, 0x03, 0x23, 0x64, 0x94, 0x53, 0x54, 0x4f, - 0x8b, 0x86, 0x2c, 0x6e, 0xdc, 0xca, 0xc0, 0x0e, 0x65, 0xb8, 0x85, 0x3f, 0x62, 0x27, 0xe6, 0x24, - 0x85, 0x6f, 0x6c, 0xce, 0x97, 0x89, 0x8b, 0x03, 0x4e, 0x06, 0x04, 0xb3, 0x71, 0x5d, 0x7f, 0x03, - 0x6b, 0x7d, 0xcb, 0xc7, 0x6e, 0x2f, 0xe0, 0x84, 0x27, 0xa7, 0x59, 0x19, 0x69, 0x50, 0x09, 0x19, - 0x7d, 0x8b, 0x1d, 0xae, 0x29, 0x4d, 0x65, 0xab, 0x6a, 0xa6, 0x21, 0xfa, 0x0f, 0xca, 0x2e, 0xf5, - 0x2d, 0x12, 0x68, 0xaa, 0x2c, 0x4c, 0x22, 0x84, 0xa0, 0x18, 0x58, 0x3e, 0xd6, 0x0a, 0x32, 0x2b, - 0x9f, 0xf5, 0xcf, 0x0a, 0x14, 0x2f, 0x28, 0xe3, 0xa8, 0x01, 0x85, 0x11, 0x4e, 0x26, 0xad, 0xc4, - 0x23, 0x7a, 0x04, 0x55, 0x97, 0x30, 0xec, 0x08, 0xb1, 0xb2, 0x53, 0xbd, 0xbd, 0x69, 0xcc, 0x0f, - 0x67, 0x08, 0xaa, 0xd1, 0x4d, 0x51, 0xe6, 0x94, 0xa0, 0xdf, 0x87, 0x6a, 0x96, 0x47, 0x75, 0x80, - 0x6e, 0xef, 0xe2, 0x69, 0xaf, 0xdf, 0x3d, 0xed, 0x1f, 0x37, 0x96, 0xd0, 0x32, 0x54, 0x8f, 0xb2, - 0x50, 0xd1, 0xbf, 0x29, 0xd0, 0xcc, 0x1d, 0xf2, 0x8c, 0x44, 0xdc, 0xc4, 0xef, 0x62, 0x1c, 0xf1, - 0x1b, 0xcc, 0xbb, 0x0a, 0x25, 0x8f, 0xf8, 0x84, 0xcb, 0x81, 0x97, 0xcd, 0x71, 0x20, 0xb2, 0x9c, - 0x8e, 0x70, 0xa0, 0x15, 0x25, 0x78, 0x1c, 0xa0, 0x1d, 0xa8, 0x44, 0x94, 0xf1, 0x4b, 0x3b, 0xd1, - 0x4a, 0x4d, 0x65, 0xab, 0xd6, 0x5e, 0xcd, 0x1b, 0xd5, 0x2c, 0x0b, 0x50, 0x27, 0xd1, 0x39, 0xac, - 0xff, 0x54, 0x30, 0x3a, 0x82, 0xbf, 0x44, 0xcc, 0x09, 0x8e, 0x34, 0xa5, 0x59, 0xd8, 0xaa, 0xb5, - 0xef, 0x2c, 0x36, 0xcb, 0x25, 0x9b, 0x19, 0x6d, 0x2a, 0x52, 0x9d, 0x11, 0xa9, 0x3f, 0x86, 0xc6, - 0x73, 0x5b, 0x8c, 0x7c, 0x8c, 0x33, 0x5b, 0xb6, 0x41, 0x25, 0xae, 0x74, 0xa4, 0xd6, 0x5e, 0x9f, - 0xbe, 0x46, 0x2c, 0x93, 0x31, 0xd3, 0x5a, 0x25, 0xae, 0xfe, 0x5d, 0x81, 0x7f, 0x4d, 0x1c, 0xd1, - 0x98, 0x39, 0x78, 0xd6, 0xd9, 0x07, 0x33, 0x2d, 0x7e, 0x51, 0xa9, 0x4a, 0xdc, 0xa9, 0xbd, 0x6a, - 0xae, 0xbd, 0x85, 0x59, 0x7b, 0x35, 0xa8, 0x0c, 0x88, 0xc7, 0x31, 0x8b, 0x26, 0xb6, 0xa7, 0xe1, - 0xef, 0x1a, 0x7f, 0x08, 0x2b, 0x3d, 0xdf, 0x22, 0x5e, 0x9f, 0x0a, 0x25, 0x8e, 0x25, 0xd7, 0x6b, - 0x1b, 0x1a, 0x0c, 0x3b, 0x24, 0x24, 0x38, 0xe0, 0xd1, 0x25, 0x16, 0x75, 0x69, 0x7c, 0xd5, 0xfc, - 0x67, 0x9a, 0x97, 0x34, 0xbd, 0x03, 0x6b, 0xe7, 0xd6, 0x10, 0xb3, 0x6e, 0xcc, 0x93, 0x9b, 0xf6, - 0x38, 0x84, 0x95, 0x0b, 0xcf, 0x72, 0x46, 0x37, 0xe5, 0x7f, 0x55, 0xe1, 0xef, 0x39, 0xee, 0x21, - 0x94, 0xc3, 0x2b, 0x2b, 0x9a, 0xac, 0x4b, 0xbd, 0x7d, 0x77, 0xe1, 0x3b, 0xbe, 0xa2, 0x6c, 0x34, - 0xf0, 0xe8, 0x87, 0x5e, 0x76, 0x76, 0x9c, 0x0b, 0xb8, 0x39, 0x61, 0xa1, 0x7d, 0x28, 0x8d, 0x5f, - 0xa8, 0x4a, 0x07, 0x6f, 0x2f, 0x3a, 0x78, 0xcd, 0xb1, 0x93, 0x25, 0x73, 0xcc, 0x40, 0xcf, 0x00, - 0x42, 0xe1, 0xc7, 0xa5, 0x1b, 0xf3, 0x44, 0x7e, 0xb3, 0x9c, 0x1d, 0xc8, 0x75, 0xec, 0x64, 0xc9, - 0xac, 0x86, 0x69, 0x41, 0x48, 0x88, 0x84, 0x27, 0xf2, 0xf3, 0xe6, 0x48, 0xb8, 0x66, 0x98, 0x90, - 0x20, 0x19, 0x9d, 0x32, 0x14, 0x79, 0x12, 0x62, 0x7d, 0x17, 0x2a, 0x2f, 0x98, 0xd7, 0xf1, 0xa8, - 0x2d, 0x0e, 0xa3, 0x98, 0x79, 0xe9, 0x61, 0x14, 0x33, 0x4f, 0xac, 0x95, 0x9d, 0x70, 0x1c, 0xc9, - 0x11, 0x0b, 0xe6, 0x38, 0xd0, 0x3f, 0x41, 0xf9, 0xcc, 0xb2, 0xb1, 0x17, 0xa1, 0x03, 0x28, 0xbf, - 0xb7, 0xbc, 0x38, 0xfb, 0xe3, 0xf4, 0x45, 0x01, 0x63, 0x9c, 0xf1, 0x52, 0x82, 0x7a, 0x01, 0x67, - 0x89, 0x39, 0x61, 0x6c, 0xec, 0x43, 0x6d, 0x26, 0x9d, 0x73, 0x12, 0xae, 0x42, 0x49, 0x42, 0xd3, - 0xbf, 0x51, 0x06, 0x07, 0xea, 0x43, 0x45, 0xff, 0xa2, 0x40, 0xed, 0x28, 0x08, 0x28, 0x97, 0x33, - 0x45, 0xe8, 0xc9, 0x82, 0x8c, 0x7b, 0x8b, 0x32, 0x66, 0xc0, 0x7f, 0x58, 0x4b, 0x67, 0xef, 0xf5, - 0xee, 0x90, 0xf0, 0xab, 0xd8, 0x36, 0x1c, 0xea, 0xb7, 0xbc, 0x64, 0xc0, 0x5b, 0xd9, 0xdd, 0x32, - 0xc4, 0x41, 0x2b, 0xb4, 0x77, 0x86, 0xb4, 0x35, 0x7f, 0x75, 0xd9, 0x65, 0x79, 0xcb, 0xec, 0xfd, - 0x08, 0x00, 0x00, 0xff, 0xff, 0xfe, 0x45, 0xd4, 0xe6, 0xd3, 0x06, 0x00, 0x00, +func init() { proto.RegisterFile("flyteidl/admin/common.proto", fileDescriptor_common_085ed7f6f8b96f64) } + +var fileDescriptor_common_085ed7f6f8b96f64 = []byte{ + // 732 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x95, 0x6d, 0x6f, 0xd3, 0x3a, + 0x14, 0xc7, 0x97, 0xf4, 0xe9, 0xf6, 0xec, 0xae, 0xb7, 0xf3, 0xdd, 0xee, 0xcd, 0x86, 0x98, 0x46, + 0x24, 0x1e, 0x86, 0xb4, 0x54, 0xdb, 0x84, 0xc4, 0x26, 0x18, 0x6a, 0x69, 0xd9, 0x26, 0x4d, 0xa5, + 0xca, 0x04, 0x48, 0x48, 0x68, 0xca, 0x83, 0xdb, 0x99, 0x26, 0x71, 0x70, 0x9c, 0x41, 0x5e, 0x21, + 0xf1, 0x8e, 0xf7, 0x7c, 0x0f, 0x3e, 0x03, 0xdf, 0x0c, 0xd9, 0x6d, 0xd2, 0x87, 0x05, 0x89, 0x4d, + 0xbc, 0xcb, 0xf1, 0x39, 0x7f, 0xfb, 0xef, 0x9f, 0x4f, 0x6c, 0xb8, 0xd5, 0xf7, 0x12, 0x8e, 0x89, + 0xeb, 0x35, 0x2c, 0xd7, 0x27, 0x41, 0xc3, 0xa1, 0xbe, 0x4f, 0x03, 0x23, 0x64, 0x94, 0x53, 0x54, + 0x4b, 0x93, 0x86, 0x4c, 0xae, 0xdf, 0xce, 0x8a, 0x1d, 0xca, 0x70, 0x03, 0x7f, 0xc2, 0x4e, 0xcc, + 0x49, 0x5a, 0xbe, 0xbe, 0x31, 0x9b, 0x26, 0x2e, 0x0e, 0x38, 0xe9, 0x13, 0xcc, 0x46, 0x79, 0xfd, + 0x1d, 0xac, 0x76, 0x2d, 0x1f, 0xbb, 0x9d, 0x80, 0x13, 0x9e, 0x9c, 0x64, 0x69, 0xa4, 0x41, 0x25, + 0x64, 0xf4, 0x3d, 0x76, 0xb8, 0xa6, 0x6c, 0x2a, 0x0f, 0xaa, 0x66, 0x1a, 0xa2, 0xff, 0xa0, 0xec, + 0x52, 0xdf, 0x22, 0x81, 0xa6, 0xca, 0xc4, 0x38, 0x42, 0x08, 0x8a, 0x81, 0xe5, 0x63, 0xad, 0x20, + 0x47, 0xe5, 0xb7, 0xfe, 0x45, 0x81, 0xe2, 0x19, 0x65, 0x1c, 0xd5, 0xa1, 0x30, 0xc4, 0xc9, 0x78, + 0x2a, 0xf1, 0x89, 0x9e, 0x40, 0xd5, 0x25, 0x0c, 0x3b, 0xc2, 0xac, 0x9c, 0xa9, 0xb6, 0xbb, 0x61, + 0xcc, 0x6e, 0xce, 0x10, 0x52, 0xa3, 0x9d, 0x56, 0x99, 0x13, 0x81, 0xfe, 0x10, 0xaa, 0xd9, 0x38, + 0xaa, 0x01, 0xb4, 0x3b, 0x67, 0xcf, 0x3b, 0xdd, 0xf6, 0x49, 0xf7, 0xa8, 0xbe, 0x80, 0x96, 0xa0, + 0xda, 0xcc, 0x42, 0x45, 0xef, 0xc1, 0xff, 0x4d, 0x87, 0x93, 0x4b, 0x7c, 0x6a, 0xc5, 0x81, 0x73, + 0xd1, 0xf3, 0xac, 0xc0, 0xc4, 0x1f, 0x62, 0x1c, 0x71, 0xf4, 0x08, 0x54, 0xe2, 0x4a, 0x57, 0x8b, + 0xbb, 0x77, 0xe7, 0x57, 0xcf, 0x05, 0x63, 0xaa, 0xc4, 0xd5, 0xbf, 0x2b, 0xb0, 0x99, 0x9b, 0x3d, + 0x25, 0x11, 0x4f, 0xe7, 0xbe, 0x3e, 0xc1, 0x15, 0x28, 0x79, 0xc4, 0x27, 0x5c, 0x22, 0x5c, 0x32, + 0x47, 0x81, 0x18, 0xe5, 0x74, 0x88, 0x03, 0xad, 0x28, 0x8b, 0x47, 0x01, 0xda, 0x86, 0x4a, 0x44, + 0x19, 0x3f, 0xb7, 0x13, 0xad, 0x24, 0xed, 0xaf, 0xe4, 0xc1, 0x33, 0xcb, 0xa2, 0xa8, 0x95, 0xe8, + 0x1c, 0xd6, 0x7e, 0x69, 0x18, 0x35, 0xe1, 0x2f, 0x11, 0x73, 0x82, 0x23, 0x4d, 0xd9, 0x2c, 0xfc, + 0x3e, 0x8b, 0x4c, 0x36, 0x31, 0xa9, 0x4e, 0x99, 0xd4, 0x9f, 0x42, 0xfd, 0xa5, 0x2d, 0xb6, 0x7c, + 0x84, 0x33, 0x2c, 0x5b, 0x53, 0xc8, 0xd7, 0x26, 0xcb, 0x88, 0xf6, 0x34, 0xe6, 0x30, 0xff, 0x50, + 0xe0, 0x5f, 0x13, 0x47, 0x34, 0x66, 0x0e, 0x9e, 0x26, 0x7b, 0xb3, 0x53, 0x9b, 0xe0, 0x55, 0x73, + 0xf1, 0x16, 0xa6, 0xf1, 0x6a, 0x50, 0xe9, 0x13, 0x8f, 0x63, 0x16, 0x8d, 0xb1, 0xa7, 0xe1, 0x75, + 0xc1, 0x1f, 0xc2, 0x72, 0xc7, 0xb7, 0x88, 0xd7, 0xa5, 0xc2, 0x89, 0x63, 0xc9, 0x86, 0xdd, 0x82, + 0x3a, 0xc3, 0x0e, 0x09, 0x09, 0x0e, 0x78, 0x74, 0x8e, 0x45, 0x5e, 0x82, 0xaf, 0x9a, 0xff, 0x4c, + 0xc6, 0xa5, 0x4c, 0x6f, 0xc1, 0x6a, 0xcf, 0x1a, 0x60, 0xd6, 0x8e, 0x79, 0x72, 0xd3, 0x39, 0x0e, + 0x61, 0xf9, 0xcc, 0xb3, 0x9c, 0xe1, 0x4d, 0xf5, 0xdf, 0x54, 0xf8, 0x7b, 0x46, 0x7b, 0x08, 0xe5, + 0xf0, 0xc2, 0x8a, 0xc6, 0xed, 0x52, 0xdb, 0xbd, 0x37, 0x77, 0x8e, 0x6f, 0x28, 0x1b, 0xf6, 0x3d, + 0xfa, 0xb1, 0x93, 0xdd, 0x46, 0x3d, 0x51, 0x6e, 0x8e, 0x55, 0x68, 0x1f, 0x4a, 0xa3, 0x05, 0x55, + 0x49, 0xf0, 0xce, 0x3c, 0xc1, 0x2b, 0xc4, 0x8e, 0x17, 0xcc, 0x91, 0x02, 0xbd, 0x00, 0x08, 0x05, + 0x8f, 0x73, 0x37, 0xe6, 0x89, 0x3c, 0xb3, 0x9c, 0x1e, 0xc8, 0x25, 0x76, 0xbc, 0x60, 0x56, 0xc3, + 0x34, 0x21, 0x2c, 0x44, 0x82, 0x89, 0x3c, 0xde, 0x1c, 0x0b, 0x57, 0x80, 0x09, 0x0b, 0x52, 0xd1, + 0x2a, 0x43, 0x91, 0x27, 0x21, 0xd6, 0x77, 0xa0, 0xf2, 0x8a, 0x79, 0x2d, 0x8f, 0xda, 0xe2, 0x7a, + 0x8b, 0x99, 0x97, 0x5e, 0x6f, 0x31, 0xf3, 0x44, 0x5b, 0xd9, 0x09, 0xc7, 0x91, 0xdc, 0x62, 0xc1, + 0x1c, 0x05, 0xfa, 0x67, 0x28, 0x9f, 0x5a, 0x36, 0xf6, 0x22, 0x74, 0x00, 0xe5, 0x4b, 0xcb, 0x8b, + 0xb3, 0x3f, 0x4e, 0x9f, 0x37, 0x30, 0xaa, 0x33, 0x5e, 0xcb, 0xa2, 0x4e, 0xc0, 0x59, 0x62, 0x8e, + 0x15, 0xeb, 0xfb, 0xb0, 0x38, 0x35, 0x9c, 0x73, 0xb7, 0xae, 0x40, 0x49, 0x96, 0xa6, 0x7f, 0xa3, + 0x0c, 0x0e, 0xd4, 0xc7, 0x8a, 0xfe, 0x55, 0x81, 0xc5, 0x66, 0x10, 0x50, 0x2e, 0xf7, 0x14, 0xa1, + 0x67, 0x73, 0x36, 0xee, 0xcf, 0xdb, 0x98, 0x2a, 0xfe, 0xc3, 0x5e, 0x5a, 0x7b, 0x6f, 0x77, 0x06, + 0x84, 0x5f, 0xc4, 0xb6, 0xe1, 0x50, 0xbf, 0xe1, 0x25, 0x7d, 0xde, 0xc8, 0x5e, 0xab, 0x01, 0x0e, + 0x1a, 0xa1, 0xbd, 0x3d, 0xa0, 0x8d, 0xd9, 0xc7, 0xd0, 0x2e, 0xcb, 0x77, 0x6b, 0xef, 0x67, 0x00, + 0x00, 0x00, 0xff, 0xff, 0x26, 0x31, 0x0e, 0xc1, 0x25, 0x07, 0x00, 0x00, } diff --git a/flyteidl/gen/pb-go/flyteidl/admin/common.pb.validate.go b/flyteidl/gen/pb-go/flyteidl/admin/common.pb.validate.go index 409b769458..62e05fdc16 100644 --- a/flyteidl/gen/pb-go/flyteidl/admin/common.pb.validate.go +++ b/flyteidl/gen/pb-go/flyteidl/admin/common.pb.validate.go @@ -174,6 +174,83 @@ var _ interface { ErrorName() string } = SortValidationError{} +// Validate checks the field values on ActiveLaunchPlanRequest with the rules +// defined in the proto definition for this message. If any rules are +// violated, an error is returned. +func (m *ActiveLaunchPlanRequest) Validate() error { + if m == nil { + return nil + } + + if v, ok := interface{}(m.GetId()).(interface{ Validate() error }); ok { + if err := v.Validate(); err != nil { + return ActiveLaunchPlanRequestValidationError{ + field: "Id", + reason: "embedded message failed validation", + cause: err, + } + } + } + + return nil +} + +// ActiveLaunchPlanRequestValidationError is the validation error returned by +// ActiveLaunchPlanRequest.Validate if the designated constraints aren't met. +type ActiveLaunchPlanRequestValidationError struct { + field string + reason string + cause error + key bool +} + +// Field function returns field value. +func (e ActiveLaunchPlanRequestValidationError) Field() string { return e.field } + +// Reason function returns reason value. +func (e ActiveLaunchPlanRequestValidationError) Reason() string { return e.reason } + +// Cause function returns cause value. +func (e ActiveLaunchPlanRequestValidationError) Cause() error { return e.cause } + +// Key function returns key value. +func (e ActiveLaunchPlanRequestValidationError) Key() bool { return e.key } + +// ErrorName returns error name. +func (e ActiveLaunchPlanRequestValidationError) ErrorName() string { + return "ActiveLaunchPlanRequestValidationError" +} + +// Error satisfies the builtin error interface +func (e ActiveLaunchPlanRequestValidationError) Error() string { + cause := "" + if e.cause != nil { + cause = fmt.Sprintf(" | caused by: %v", e.cause) + } + + key := "" + if e.key { + key = "key for " + } + + return fmt.Sprintf( + "invalid %sActiveLaunchPlanRequest.%s: %s%s", + key, + e.field, + e.reason, + cause) +} + +var _ error = ActiveLaunchPlanRequestValidationError{} + +var _ interface { + Field() string + Reason() string + Key() bool + Cause() error + ErrorName() string +} = ActiveLaunchPlanRequestValidationError{} + // Validate checks the field values on NamedEntityIdentifierListRequest with // the rules defined in the proto definition for this message. If any rules // are violated, an error is returned. diff --git a/flyteidl/gen/pb-go/flyteidl/service/admin.pb.go b/flyteidl/gen/pb-go/flyteidl/service/admin.pb.go index 03e7f59bb9..9491ad194b 100644 --- a/flyteidl/gen/pb-go/flyteidl/service/admin.pb.go +++ b/flyteidl/gen/pb-go/flyteidl/service/admin.pb.go @@ -48,6 +48,8 @@ type AdminServiceClient interface { ListWorkflows(ctx context.Context, in *admin.ResourceListRequest, opts ...grpc.CallOption) (*admin.WorkflowList, error) CreateLaunchPlan(ctx context.Context, in *admin.LaunchPlanCreateRequest, opts ...grpc.CallOption) (*admin.LaunchPlanCreateResponse, error) GetLaunchPlan(ctx context.Context, in *admin.ObjectGetRequest, opts ...grpc.CallOption) (*admin.LaunchPlan, error) + GetActiveLaunchPlan(ctx context.Context, in *admin.ActiveLaunchPlanRequest, opts ...grpc.CallOption) (*admin.LaunchPlan, error) + ListActiveLaunchPlans(ctx context.Context, in *admin.NamedEntityIdentifierListRequest, opts ...grpc.CallOption) (*admin.LaunchPlanList, error) ListLaunchPlanIds(ctx context.Context, in *admin.NamedEntityIdentifierListRequest, opts ...grpc.CallOption) (*admin.NamedEntityIdentifierList, error) ListLaunchPlans(ctx context.Context, in *admin.ResourceListRequest, opts ...grpc.CallOption) (*admin.LaunchPlanList, error) UpdateLaunchPlan(ctx context.Context, in *admin.LaunchPlanUpdateRequest, opts ...grpc.CallOption) (*admin.LaunchPlanUpdateResponse, error) @@ -169,6 +171,24 @@ func (c *adminServiceClient) GetLaunchPlan(ctx context.Context, in *admin.Object return out, nil } +func (c *adminServiceClient) GetActiveLaunchPlan(ctx context.Context, in *admin.ActiveLaunchPlanRequest, opts ...grpc.CallOption) (*admin.LaunchPlan, error) { + out := new(admin.LaunchPlan) + err := c.cc.Invoke(ctx, "/flyteidl.service.AdminService/GetActiveLaunchPlan", in, out, opts...) + if err != nil { + return nil, err + } + return out, nil +} + +func (c *adminServiceClient) ListActiveLaunchPlans(ctx context.Context, in *admin.NamedEntityIdentifierListRequest, opts ...grpc.CallOption) (*admin.LaunchPlanList, error) { + out := new(admin.LaunchPlanList) + err := c.cc.Invoke(ctx, "/flyteidl.service.AdminService/ListActiveLaunchPlans", in, out, opts...) + if err != nil { + return nil, err + } + return out, nil +} + func (c *adminServiceClient) ListLaunchPlanIds(ctx context.Context, in *admin.NamedEntityIdentifierListRequest, opts ...grpc.CallOption) (*admin.NamedEntityIdentifierList, error) { out := new(admin.NamedEntityIdentifierList) err := c.cc.Invoke(ctx, "/flyteidl.service.AdminService/ListLaunchPlanIds", in, out, opts...) @@ -370,6 +390,8 @@ type AdminServiceServer interface { ListWorkflows(context.Context, *admin.ResourceListRequest) (*admin.WorkflowList, error) CreateLaunchPlan(context.Context, *admin.LaunchPlanCreateRequest) (*admin.LaunchPlanCreateResponse, error) GetLaunchPlan(context.Context, *admin.ObjectGetRequest) (*admin.LaunchPlan, error) + GetActiveLaunchPlan(context.Context, *admin.ActiveLaunchPlanRequest) (*admin.LaunchPlan, error) + ListActiveLaunchPlans(context.Context, *admin.NamedEntityIdentifierListRequest) (*admin.LaunchPlanList, error) ListLaunchPlanIds(context.Context, *admin.NamedEntityIdentifierListRequest) (*admin.NamedEntityIdentifierList, error) ListLaunchPlans(context.Context, *admin.ResourceListRequest) (*admin.LaunchPlanList, error) UpdateLaunchPlan(context.Context, *admin.LaunchPlanUpdateRequest) (*admin.LaunchPlanUpdateResponse, error) @@ -577,6 +599,42 @@ func _AdminService_GetLaunchPlan_Handler(srv interface{}, ctx context.Context, d return interceptor(ctx, in, info, handler) } +func _AdminService_GetActiveLaunchPlan_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { + in := new(admin.ActiveLaunchPlanRequest) + if err := dec(in); err != nil { + return nil, err + } + if interceptor == nil { + return srv.(AdminServiceServer).GetActiveLaunchPlan(ctx, in) + } + info := &grpc.UnaryServerInfo{ + Server: srv, + FullMethod: "/flyteidl.service.AdminService/GetActiveLaunchPlan", + } + handler := func(ctx context.Context, req interface{}) (interface{}, error) { + return srv.(AdminServiceServer).GetActiveLaunchPlan(ctx, req.(*admin.ActiveLaunchPlanRequest)) + } + return interceptor(ctx, in, info, handler) +} + +func _AdminService_ListActiveLaunchPlans_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { + in := new(admin.NamedEntityIdentifierListRequest) + if err := dec(in); err != nil { + return nil, err + } + if interceptor == nil { + return srv.(AdminServiceServer).ListActiveLaunchPlans(ctx, in) + } + info := &grpc.UnaryServerInfo{ + Server: srv, + FullMethod: "/flyteidl.service.AdminService/ListActiveLaunchPlans", + } + handler := func(ctx context.Context, req interface{}) (interface{}, error) { + return srv.(AdminServiceServer).ListActiveLaunchPlans(ctx, req.(*admin.NamedEntityIdentifierListRequest)) + } + return interceptor(ctx, in, info, handler) +} + func _AdminService_ListLaunchPlanIds_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { in := new(admin.NamedEntityIdentifierListRequest) if err := dec(in); err != nil { @@ -999,6 +1057,14 @@ var _AdminService_serviceDesc = grpc.ServiceDesc{ MethodName: "GetLaunchPlan", Handler: _AdminService_GetLaunchPlan_Handler, }, + { + MethodName: "GetActiveLaunchPlan", + Handler: _AdminService_GetActiveLaunchPlan_Handler, + }, + { + MethodName: "ListActiveLaunchPlans", + Handler: _AdminService_ListActiveLaunchPlans_Handler, + }, { MethodName: "ListLaunchPlanIds", Handler: _AdminService_ListLaunchPlanIds_Handler, @@ -1088,113 +1154,117 @@ var _AdminService_serviceDesc = grpc.ServiceDesc{ Metadata: "flyteidl/service/admin.proto", } -func init() { proto.RegisterFile("flyteidl/service/admin.proto", fileDescriptor_admin_e16ec9902bb4ba3f) } - -var fileDescriptor_admin_e16ec9902bb4ba3f = []byte{ - // 1678 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xec, 0x59, 0x4b, 0x88, 0x1c, 0x45, - 0x18, 0xa6, 0x66, 0x44, 0xb1, 0xf2, 0xda, 0x94, 0x51, 0x77, 0x27, 0xd9, 0xd8, 0xe9, 0x65, 0xb3, - 0xd9, 0xd7, 0xf4, 0xe6, 0x45, 0x4c, 0x34, 0xe8, 0x24, 0xd9, 0x2c, 0x1b, 0x42, 0x12, 0xd6, 0x88, - 0xb0, 0x04, 0x97, 0x9a, 0xe9, 0x9a, 0x99, 0x4e, 0x7a, 0xba, 0xc7, 0xee, 0x9a, 0x59, 0x97, 0x65, - 0x41, 0x3c, 0x99, 0xeb, 0xaa, 0x68, 0x30, 0x28, 0x41, 0x03, 0x2a, 0xc6, 0x8b, 0x22, 0x78, 0x11, - 0x05, 0x0f, 0xc1, 0x83, 0x87, 0x08, 0xa2, 0x07, 0x3d, 0xe5, 0xe2, 0x25, 0x27, 0xf1, 0xe4, 0x41, - 0xba, 0xba, 0xaa, 0xa7, 0xab, 0x1f, 0x33, 0x3d, 0x21, 0x11, 0x22, 0x9e, 0x76, 0x77, 0xfe, 0xaf, - 0xaa, 0xbe, 0xff, 0xab, 0xff, 0xb5, 0x35, 0x70, 0x47, 0xd5, 0x5c, 0xa1, 0xc4, 0xd0, 0x4d, 0xcd, - 0x25, 0x4e, 0xdb, 0xa8, 0x10, 0x0d, 0xeb, 0x0d, 0xc3, 0x2a, 0x36, 0x1d, 0x9b, 0xda, 0x68, 0x40, - 0x58, 0x8b, 0xdc, 0x5a, 0xd8, 0x51, 0xb3, 0xed, 0x9a, 0x49, 0x34, 0xdc, 0x34, 0x34, 0x6c, 0x59, - 0x36, 0xc5, 0xd4, 0xb0, 0x2d, 0xd7, 0xc7, 0x17, 0x3a, 0xbb, 0xb1, 0x5d, 0xb4, 0xa6, 0x63, 0x5f, - 0x24, 0x15, 0xca, 0xad, 0x43, 0x11, 0x2b, 0xc5, 0xee, 0x25, 0x6e, 0x1a, 0x8e, 0x98, 0x96, 0x6d, - 0xe7, 0x52, 0xd5, 0xb4, 0x97, 0xb9, 0x59, 0x89, 0x98, 0x4d, 0xdc, 0xb2, 0x2a, 0xf5, 0xa5, 0xa6, - 0x89, 0x39, 0xd3, 0x42, 0x21, 0x82, 0x20, 0x6d, 0x62, 0x89, 0x73, 0x77, 0x46, 0x6d, 0xaf, 0x92, - 0x4a, 0xcb, 0xa3, 0xcd, 0xed, 0x23, 0x11, 0xbb, 0x65, 0xeb, 0x64, 0xa9, 0x17, 0xc8, 0x23, 0x1f, - 0x03, 0x6d, 0x8f, 0x80, 0x2a, 0x76, 0xa3, 0x11, 0x18, 0xa7, 0xd8, 0x8f, 0xca, 0x74, 0x8d, 0x58, - 0xd3, 0xee, 0x32, 0xae, 0xd5, 0x88, 0xa3, 0xd9, 0x4d, 0x26, 0x5f, 0x5c, 0xca, 0x7d, 0xdf, 0x3d, - 0x0d, 0x37, 0x96, 0xbc, 0x4d, 0x5e, 0xf0, 0x95, 0x47, 0xdf, 0xe7, 0x20, 0x3c, 0xee, 0x10, 0x4c, - 0xc9, 0x79, 0xec, 0x5e, 0x42, 0xbb, 0x8a, 0xc1, 0xdd, 0xf8, 0x37, 0xe6, 0x7d, 0xea, 0xdb, 0x17, - 0xc8, 0x2b, 0x2d, 0xe2, 0xd2, 0x82, 0xda, 0x0d, 0xe2, 0x36, 0x6d, 0xcb, 0x25, 0xea, 0x1d, 0xb0, - 0x5e, 0xba, 0x05, 0x0a, 0xa3, 0xfe, 0xc7, 0x0a, 0xb6, 0x74, 0xc5, 0x21, 0x35, 0xc3, 0xa5, 0xc4, - 0x51, 0xb0, 0xe2, 0x39, 0xa9, 0xe8, 0xa4, 0x6a, 0x58, 0x86, 0xc7, 0xed, 0xd4, 0x31, 0x98, 0x3f, - 0x30, 0x33, 0x83, 0x9e, 0x81, 0x87, 0x17, 0x08, 0x6d, 0x39, 0x16, 0xd1, 0x95, 0xaa, 0xed, 0x28, - 0x65, 0xec, 0xad, 0x62, 0x87, 0x2a, 0xb4, 0x8e, 0xa9, 0xd2, 0xc0, 0x2b, 0x4a, 0x1d, 0xb7, 0x89, - 0x52, 0xc5, 0x86, 0x49, 0x74, 0xa5, 0x8d, 0x4d, 0x43, 0x67, 0xee, 0x15, 0x4f, 0x11, 0x6f, 0x8f, - 0xc3, 0xe8, 0x65, 0x78, 0x41, 0xda, 0x03, 0xcb, 0x3b, 0x38, 0xa4, 0x4a, 0x1c, 0x62, 0x55, 0x88, - 0xab, 0x60, 0x4b, 0x31, 0x74, 0x62, 0x51, 0xa3, 0x82, 0x4d, 0xc5, 0xfb, 0x49, 0x57, 0x7c, 0x4c, - 0x1d, 0xbb, 0x0a, 0x36, 0x1d, 0x82, 0xf5, 0x15, 0xa5, 0x4c, 0x88, 0x15, 0x30, 0x27, 0x7a, 0xf1, - 0xf5, 0x9f, 0x6e, 0xbf, 0x99, 0x43, 0xea, 0x26, 0x16, 0xa8, 0xed, 0xbd, 0xec, 0xba, 0xdc, 0x23, - 0x60, 0x02, 0xbd, 0x01, 0xe0, 0x23, 0x73, 0x84, 0x32, 0x0d, 0x95, 0xa8, 0x40, 0x67, 0xcb, 0x5e, - 0xb8, 0xce, 0x11, 0x2a, 0x24, 0xdc, 0x96, 0x24, 0xa1, 0x3a, 0xcb, 0x76, 0x7f, 0x0e, 0x1d, 0x95, - 0x76, 0xd7, 0x56, 0x0d, 0xbd, 0xc8, 0x23, 0x7e, 0x8d, 0xfd, 0xa1, 0xdb, 0x0d, 0x6c, 0x58, 0xfe, - 0xef, 0x16, 0x6e, 0x10, 0xff, 0xb7, 0x36, 0x71, 0x5c, 0xc3, 0xb6, 0xd6, 0xd0, 0x3b, 0x00, 0x6e, - 0x38, 0x6d, 0xb8, 0x8c, 0xcb, 0xbc, 0xee, 0xa2, 0x99, 0xe8, 0x61, 0x67, 0x70, 0x83, 0xe8, 0xb3, - 0xcc, 0xe3, 0x79, 0xa6, 0x40, 0xd5, 0x20, 0x8e, 0xb7, 0x42, 0xd0, 0x1b, 0xcf, 0xbc, 0x42, 0x9d, - 0x64, 0x9c, 0x47, 0xd1, 0x48, 0x98, 0xf3, 0x92, 0xa1, 0xbb, 0xda, 0x6a, 0x87, 0x33, 0x27, 0x8c, - 0x3e, 0x07, 0xf0, 0x51, 0xc1, 0xcc, 0x45, 0x23, 0xd1, 0x53, 0x16, 0x88, 0x6b, 0xb7, 0x9c, 0x0a, - 0x09, 0x53, 0x19, 0x4c, 0x52, 0x8a, 0x9d, 0x5c, 0x66, 0x27, 0x5f, 0x40, 0x33, 0xfd, 0xaa, 0xb5, - 0xb8, 0x07, 0xed, 0xce, 0xb6, 0x06, 0xfd, 0x92, 0x83, 0x9b, 0xfd, 0x10, 0x7e, 0x89, 0x57, 0x0e, - 0x34, 0x1a, 0x25, 0x24, 0x2c, 0x72, 0x92, 0xec, 0xee, 0x05, 0xe3, 0x89, 0xf2, 0x17, 0x58, 0x2f, - 0xfd, 0x0c, 0x0a, 0xe3, 0xc9, 0x89, 0x22, 0xea, 0xd5, 0x03, 0x9c, 0x2c, 0x4f, 0xa8, 0x5b, 0x85, - 0xd8, 0xc2, 0x1b, 0x96, 0x30, 0x6f, 0x01, 0xb8, 0x61, 0x8e, 0xd0, 0x40, 0xd7, 0xde, 0x49, 0x33, - 0x98, 0x26, 0xa9, 0x3a, 0xcf, 0x4e, 0x3a, 0x8e, 0x4a, 0xb1, 0x93, 0xfa, 0x4e, 0x9e, 0x0f, 0x00, - 0xdc, 0xe2, 0x85, 0x97, 0xd8, 0xfb, 0xbe, 0x27, 0x90, 0xc6, 0xb8, 0x8f, 0xa3, 0xb1, 0x28, 0xf7, - 0xb4, 0x24, 0xfa, 0x06, 0xc0, 0x4d, 0x61, 0x86, 0x19, 0x13, 0x69, 0x47, 0x9a, 0x7a, 0x8c, 0xc5, - 0x45, 0xc6, 0x42, 0x47, 0x07, 0xee, 0x46, 0xc1, 0xc5, 0x29, 0x34, 0x91, 0x7d, 0x1d, 0xba, 0x9d, - 0x83, 0x03, 0x7e, 0xb8, 0x9f, 0x66, 0xfd, 0xf6, 0x9c, 0x89, 0x2d, 0x34, 0x16, 0xa5, 0xd7, 0xb1, - 0xc9, 0x89, 0xb5, 0xa7, 0x37, 0x90, 0xa7, 0xd6, 0xdf, 0x60, 0xbd, 0xf4, 0x2b, 0x28, 0x4c, 0x25, - 0xa7, 0x96, 0xdf, 0xeb, 0x15, 0xaf, 0xd7, 0x3f, 0xc0, 0xd9, 0x35, 0xa4, 0x6e, 0x13, 0xca, 0x87, - 0x86, 0x17, 0x96, 0x60, 0xef, 0x01, 0xb8, 0x69, 0x8e, 0xd0, 0x90, 0xc6, 0xbd, 0x53, 0xac, 0x90, - 0x2e, 0xae, 0x7a, 0x9a, 0x1d, 0x78, 0x12, 0x9d, 0x48, 0x3a, 0xb0, 0xef, 0x3c, 0xfb, 0x08, 0xc0, - 0xad, 0x5e, 0xe4, 0x75, 0x0e, 0xb8, 0xef, 0x99, 0xb6, 0x8f, 0x39, 0x10, 0x8a, 0xd5, 0x90, 0x03, - 0x69, 0xc9, 0x76, 0x93, 0x97, 0x83, 0x0e, 0xcd, 0x8c, 0xe9, 0xb6, 0x33, 0x5d, 0x49, 0x46, 0xa6, - 0xc9, 0xc8, 0x5c, 0x44, 0x87, 0xee, 0x52, 0xcd, 0x45, 0x0d, 0x4d, 0xf7, 0xb5, 0x14, 0x7d, 0x05, - 0xe0, 0xc0, 0x8b, 0x4d, 0x3d, 0x73, 0xda, 0xf9, 0xd8, 0x0c, 0x69, 0x27, 0x80, 0x3c, 0xed, 0xce, - 0x32, 0xcf, 0xe6, 0x0b, 0xf7, 0x24, 0x4e, 0xbc, 0x40, 0xfe, 0x31, 0x07, 0xb7, 0xf8, 0x39, 0x3c, - 0x2b, 0xe6, 0x62, 0x14, 0x6b, 0xaf, 0x81, 0x49, 0xae, 0x16, 0x63, 0x3d, 0x71, 0x9c, 0xf5, 0x1f, - 0x60, 0xbd, 0x74, 0x13, 0x14, 0xb6, 0x8b, 0x62, 0xd1, 0x69, 0xbd, 0xc1, 0x30, 0xfe, 0xa0, 0xd5, - 0x86, 0x27, 0x55, 0x24, 0xae, 0x20, 0xf0, 0x81, 0x55, 0x86, 0xdf, 0x72, 0x70, 0xeb, 0x02, 0xf1, - 0xaf, 0xa5, 0x23, 0xe9, 0x9e, 0x54, 0xa9, 0x04, 0xb6, 0x6f, 0x51, 0xff, 0x04, 0xeb, 0xa5, 0x1f, - 0x40, 0x61, 0x58, 0x6c, 0xf0, 0x9f, 0x90, 0x55, 0x51, 0xb7, 0xc7, 0x65, 0xd5, 0x1c, 0xee, 0xa2, - 0xa7, 0xef, 0xdb, 0x00, 0x6e, 0x9c, 0x23, 0xb4, 0x23, 0xed, 0x64, 0x5a, 0xef, 0x0d, 0x20, 0xa1, - 0x1a, 0x3c, 0x94, 0xaa, 0xae, 0x7a, 0x94, 0x11, 0x38, 0x84, 0x0e, 0x26, 0x10, 0xe8, 0x9d, 0x58, - 0xe8, 0x6b, 0x00, 0x07, 0xc2, 0xbc, 0x4e, 0x60, 0x8a, 0x91, 0x96, 0x85, 0x9b, 0x87, 0x14, 0xfc, - 0x66, 0xb2, 0x2f, 0xe0, 0x61, 0x70, 0x8c, 0xd1, 0x7e, 0x16, 0x1d, 0x11, 0xb4, 0x75, 0x4c, 0x71, - 0x9f, 0xdc, 0x2f, 0x03, 0xb8, 0xd9, 0x2b, 0x9c, 0xc1, 0x21, 0x19, 0xeb, 0xf0, 0x70, 0xaa, 0x9a, - 0xac, 0x0c, 0xef, 0x67, 0xd4, 0xa6, 0xd1, 0x64, 0x1f, 0x8a, 0xa2, 0x1b, 0x00, 0xa2, 0xf3, 0xc4, - 0x69, 0x18, 0x96, 0x54, 0x93, 0xc6, 0x53, 0x8f, 0x0a, 0xc0, 0x82, 0xd5, 0x44, 0x16, 0x28, 0x57, - 0xef, 0x79, 0x46, 0xf1, 0xc8, 0xc4, 0xdd, 0x5d, 0xba, 0x17, 0x8f, 0xb7, 0xfc, 0x7b, 0x3f, 0x63, - 0xeb, 0x21, 0xb6, 0xb1, 0x24, 0x96, 0xcc, 0xa1, 0x78, 0x1c, 0xee, 0x0a, 0x54, 0xdb, 0x8c, 0x5e, - 0x13, 0x59, 0x82, 0x9e, 0xfc, 0xcc, 0xe1, 0x73, 0x0c, 0xfe, 0x5c, 0x8a, 0x12, 0x96, 0x2c, 0x61, - 0xf6, 0x92, 0xa1, 0xd3, 0x18, 0xd8, 0xee, 0x86, 0xbe, 0x86, 0x7e, 0x07, 0x10, 0x79, 0x57, 0x28, - 0xb1, 0x71, 0xe3, 0x55, 0x4c, 0xb2, 0x87, 0x23, 0x63, 0x57, 0x4f, 0xa4, 0xba, 0xca, 0x7c, 0x6b, - 0x21, 0x37, 0xd5, 0xb7, 0x60, 0x58, 0x4f, 0xf1, 0x30, 0xd9, 0x1e, 0xf8, 0x99, 0x6c, 0xf6, 0x23, - 0xfe, 0xfa, 0x43, 0x70, 0x28, 0xee, 0xe0, 0x49, 0xdb, 0x61, 0x6f, 0x0c, 0x5a, 0x57, 0xf6, 0x1c, - 0xd5, 0xa7, 0xbb, 0x5f, 0xe4, 0x99, 0xbf, 0x9f, 0xe5, 0xd1, 0x27, 0x79, 0xe1, 0x71, 0xa5, 0x6e, - 0x98, 0xba, 0x43, 0xa2, 0x0f, 0x53, 0xae, 0xb6, 0x2a, 0x7f, 0xb0, 0x24, 0xee, 0x46, 0xfa, 0x24, - 0x45, 0x95, 0xbe, 0x97, 0x06, 0x82, 0xf5, 0xbd, 0x92, 0x47, 0x4e, 0x96, 0x75, 0x22, 0xb4, 0x92, - 0xd0, 0xfc, 0x55, 0xa3, 0xab, 0x0f, 0x02, 0xd3, 0x85, 0xac, 0x80, 0xa4, 0xb2, 0x12, 0x00, 0x31, - 0xff, 0x24, 0x61, 0x1c, 0x42, 0x9d, 0x95, 0x25, 0x4c, 0x29, 0x69, 0x34, 0xe9, 0x1a, 0xba, 0x03, - 0xe0, 0xb6, 0x68, 0x76, 0xb3, 0xca, 0x3e, 0xd9, 0x2b, 0xc3, 0xc3, 0x55, 0x7d, 0x2a, 0x1b, 0x98, - 0xd7, 0xa4, 0x58, 0x62, 0xb0, 0x8a, 0xfe, 0x2f, 0x65, 0xfe, 0xf5, 0x1c, 0xdc, 0xb2, 0xc0, 0x9b, - 0xf2, 0x39, 0x7f, 0xc7, 0xf8, 0x3c, 0xc8, 0x0d, 0x02, 0x97, 0x3a, 0xba, 0xc4, 0x70, 0xdc, 0xc3, - 0x6f, 0xc1, 0x7a, 0xe9, 0x1a, 0x28, 0x4c, 0x2e, 0x74, 0xfe, 0x63, 0xe4, 0xec, 0x15, 0x6c, 0xda, - 0x56, 0x4d, 0x59, 0x36, 0x68, 0xdd, 0x1f, 0x41, 0x14, 0x9f, 0xbc, 0x7b, 0xaa, 0x08, 0xf3, 0xfb, - 0x66, 0xf6, 0xa2, 0x31, 0x38, 0x2a, 0x0d, 0x21, 0x6e, 0xab, 0x52, 0x21, 0xae, 0x5b, 0x6d, 0x99, - 0x7c, 0x96, 0x70, 0xf8, 0xd0, 0x72, 0x0f, 0x06, 0x1f, 0x76, 0x0f, 0x8f, 0xab, 0x03, 0xe2, 0x1e, - 0x38, 0x47, 0x36, 0xe6, 0x55, 0xe1, 0x46, 0x2f, 0xad, 0xb9, 0x87, 0x2e, 0x52, 0x53, 0x7c, 0xef, - 0xfa, 0xdc, 0x26, 0x56, 0xab, 0x83, 0xfe, 0xd3, 0x27, 0x8a, 0x1d, 0x85, 0xae, 0x00, 0xf8, 0x98, - 0xfc, 0x48, 0x36, 0xdb, 0x26, 0x16, 0x45, 0xd3, 0x3d, 0x07, 0x05, 0x86, 0x13, 0x47, 0x17, 0xb3, - 0xc2, 0xf9, 0x0d, 0x8d, 0x30, 0x42, 0xc3, 0xea, 0x60, 0xd0, 0x17, 0x3d, 0xb3, 0x2b, 0xbf, 0x32, - 0x5d, 0x06, 0xe2, 0x7f, 0x07, 0x16, 0xcf, 0x8c, 0xd7, 0x78, 0xd7, 0x50, 0x97, 0x38, 0x4d, 0x64, - 0x81, 0x72, 0x3e, 0x4f, 0x45, 0xff, 0x21, 0xe7, 0x7c, 0xbc, 0xb8, 0x8d, 0x70, 0xf1, 0x6a, 0x73, - 0x0a, 0x17, 0x66, 0xca, 0xc6, 0x25, 0x09, 0xda, 0x83, 0x4b, 0xf0, 0x5c, 0xfd, 0x5a, 0x9e, 0x8d, - 0x04, 0xd2, 0x16, 0xf1, 0x91, 0x40, 0x32, 0x77, 0x1b, 0x09, 0x24, 0xa0, 0xfa, 0x61, 0x8e, 0x1d, - 0x7f, 0x35, 0x87, 0xae, 0xe4, 0xa4, 0x67, 0xe1, 0x48, 0x6d, 0xc8, 0xdc, 0x2f, 0xfa, 0x68, 0x10, - 0x99, 0x3b, 0x42, 0x8f, 0x16, 0x90, 0x58, 0xf3, 0x93, 0x8a, 0x7c, 0xbc, 0xaa, 0x27, 0x96, 0xf1, - 0x78, 0xdd, 0x7e, 0x37, 0xe7, 0x0f, 0x30, 0x92, 0x76, 0x09, 0x03, 0x8c, 0x64, 0xef, 0xda, 0xd1, - 0x63, 0x48, 0xf5, 0x4b, 0xc0, 0x6e, 0xe2, 0x06, 0x40, 0x9f, 0x82, 0xd4, 0x9b, 0xc8, 0x7c, 0x0d, - 0x59, 0xef, 0x20, 0xdb, 0x05, 0xa4, 0xab, 0x8f, 0xae, 0xe6, 0x59, 0x4b, 0x93, 0xfc, 0x49, 0x6e, - 0x69, 0xd1, 0x08, 0xed, 0xda, 0xd2, 0x92, 0xc1, 0x3c, 0x65, 0x3e, 0xf6, 0x83, 0xf6, 0x5a, 0x0e, - 0xbd, 0x9f, 0x93, 0xba, 0xda, 0xff, 0x91, 0x1b, 0x89, 0xdc, 0x63, 0x07, 0x17, 0xf7, 0xd7, 0x0c, - 0x5a, 0x6f, 0x95, 0x8b, 0x15, 0xbb, 0xa1, 0x99, 0x2b, 0x55, 0xaa, 0x05, 0x5f, 0x50, 0xd6, 0x88, - 0xa5, 0x35, 0xcb, 0xd3, 0x35, 0x5b, 0x8b, 0x7e, 0x03, 0x5c, 0x7e, 0x98, 0x7d, 0x03, 0xb9, 0xff, - 0x9f, 0x00, 0x00, 0x00, 0xff, 0xff, 0xd9, 0x52, 0xd7, 0x43, 0x1c, 0x1e, 0x00, 0x00, +func init() { proto.RegisterFile("flyteidl/service/admin.proto", fileDescriptor_admin_79e735a677fd03df) } + +var fileDescriptor_admin_79e735a677fd03df = []byte{ + // 1735 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xec, 0x59, 0x4d, 0x8c, 0x14, 0x45, + 0x14, 0x4e, 0xcd, 0x1a, 0x8d, 0xc5, 0xdf, 0x52, 0x80, 0xee, 0x0e, 0x2c, 0x36, 0xbd, 0x59, 0x96, + 0xfd, 0x9b, 0x5e, 0xfe, 0x24, 0x80, 0x28, 0x03, 0x2c, 0x9b, 0x25, 0x04, 0xc8, 0x8a, 0x31, 0xd9, + 0x10, 0x27, 0x35, 0xdd, 0x35, 0x33, 0x0d, 0x3d, 0xdd, 0x63, 0x77, 0xcd, 0xac, 0x9b, 0xcd, 0x26, + 0xc6, 0x93, 0x78, 0x5c, 0x35, 0x4a, 0x24, 0x1a, 0x54, 0x12, 0x35, 0xe2, 0x45, 0x63, 0xe2, 0xc5, + 0x78, 0xf0, 0x40, 0x3c, 0x78, 0xc0, 0xc4, 0xe8, 0x41, 0x4f, 0x5c, 0xbc, 0x70, 0x32, 0x9e, 0x3c, + 0x98, 0xae, 0xae, 0xea, 0xe9, 0xdf, 0x99, 0x9e, 0x0d, 0x98, 0x60, 0x3c, 0xcd, 0x4c, 0xbf, 0xaf, + 0xaa, 0xbe, 0xf7, 0xd5, 0x7b, 0xaf, 0x5e, 0xd7, 0xc0, 0x1d, 0x15, 0x63, 0x89, 0x12, 0x5d, 0x33, + 0x14, 0x87, 0xd8, 0x2d, 0x5d, 0x25, 0x0a, 0xd6, 0xea, 0xba, 0x59, 0x68, 0xd8, 0x16, 0xb5, 0x50, + 0xbf, 0xb0, 0x16, 0xb8, 0x35, 0xbf, 0xa3, 0x6a, 0x59, 0x55, 0x83, 0x28, 0xb8, 0xa1, 0x2b, 0xd8, + 0x34, 0x2d, 0x8a, 0xa9, 0x6e, 0x99, 0x8e, 0x87, 0xcf, 0xb7, 0x67, 0x63, 0xb3, 0x28, 0x0d, 0xdb, + 0xba, 0x4c, 0x54, 0xca, 0xad, 0x83, 0x11, 0x2b, 0xc5, 0xce, 0x15, 0x6e, 0x1a, 0x8a, 0x98, 0x16, + 0x2d, 0xfb, 0x4a, 0xc5, 0xb0, 0x16, 0xb9, 0x59, 0x8a, 0x98, 0x0d, 0xdc, 0x34, 0xd5, 0x5a, 0xa9, + 0x61, 0x60, 0xce, 0x34, 0x9f, 0x8f, 0x20, 0x48, 0x8b, 0x98, 0x62, 0xdd, 0x9d, 0x51, 0xdb, 0x2b, + 0x44, 0x6d, 0xba, 0xb4, 0xb9, 0x7d, 0x38, 0x62, 0x37, 0x2d, 0x8d, 0x94, 0xba, 0x81, 0x5c, 0xf2, + 0x31, 0xd0, 0xf6, 0x08, 0x48, 0xb5, 0xea, 0x75, 0xdf, 0x38, 0xc9, 0x3e, 0xd4, 0xa9, 0x2a, 0x31, + 0xa7, 0x9c, 0x45, 0x5c, 0xad, 0x12, 0x5b, 0xb1, 0x1a, 0x4c, 0xbe, 0xb8, 0x94, 0xfb, 0xde, 0x38, + 0x0a, 0xd7, 0x17, 0xdd, 0x49, 0x9e, 0xf7, 0x94, 0x47, 0xdf, 0xe7, 0x20, 0x3c, 0x69, 0x13, 0x4c, + 0xc9, 0x45, 0xec, 0x5c, 0x41, 0xbb, 0x0a, 0xfe, 0xde, 0x78, 0x3b, 0xe6, 0x3e, 0xf5, 0xec, 0xf3, + 0xe4, 0xe5, 0x26, 0x71, 0x68, 0x5e, 0xee, 0x04, 0x71, 0x1a, 0x96, 0xe9, 0x10, 0xf9, 0x1e, 0x58, + 0x2d, 0xde, 0x01, 0xf9, 0x11, 0xef, 0xb1, 0x84, 0x4d, 0x4d, 0xb2, 0x49, 0x55, 0x77, 0x28, 0xb1, + 0x25, 0x2c, 0xb9, 0x4e, 0x4a, 0x1a, 0xa9, 0xe8, 0xa6, 0xee, 0x72, 0x3b, 0x73, 0x02, 0xf6, 0x1d, + 0x98, 0x9e, 0x46, 0x47, 0xe1, 0xe1, 0x79, 0x42, 0x9b, 0xb6, 0x49, 0x34, 0xa9, 0x62, 0xd9, 0x52, + 0x19, 0xbb, 0xa3, 0xd8, 0xa2, 0x12, 0xad, 0x61, 0x2a, 0xd5, 0xf1, 0x92, 0x54, 0xc3, 0x2d, 0x22, + 0x55, 0xb0, 0x6e, 0x10, 0x4d, 0x6a, 0x61, 0x43, 0xd7, 0x98, 0x7b, 0x85, 0x33, 0xc4, 0x9d, 0xe3, + 0x30, 0x7a, 0x09, 0x5e, 0x0a, 0xcd, 0x81, 0xc3, 0x33, 0xd8, 0xa4, 0x42, 0x6c, 0x62, 0xaa, 0xc4, + 0x91, 0xb0, 0x29, 0xe9, 0x1a, 0x31, 0xa9, 0xae, 0x62, 0x43, 0x72, 0x3f, 0xe9, 0x92, 0x87, 0xa9, + 0x61, 0x47, 0xc2, 0x86, 0x4d, 0xb0, 0xb6, 0x24, 0x95, 0x09, 0x31, 0x7d, 0xe6, 0x44, 0x2b, 0xbc, + 0xf6, 0xd3, 0xdd, 0x37, 0x73, 0x48, 0xde, 0xc0, 0x02, 0xb5, 0xb5, 0x97, 0x6d, 0x97, 0x73, 0x04, + 0x8c, 0xa3, 0xd7, 0x01, 0x7c, 0x6c, 0x96, 0x50, 0xa6, 0xa1, 0x14, 0x15, 0xe8, 0x7c, 0xd9, 0x0d, + 0xd7, 0x59, 0x42, 0x85, 0x84, 0x5b, 0x93, 0x24, 0x94, 0x67, 0xd8, 0xec, 0xcf, 0xa1, 0x63, 0xa1, + 0xd9, 0x95, 0x65, 0x5d, 0x2b, 0xf0, 0x88, 0x5f, 0x61, 0x3f, 0x34, 0xab, 0x8e, 0x75, 0xd3, 0xfb, + 0x6e, 0xe2, 0x3a, 0xf1, 0xbe, 0xb5, 0x88, 0xed, 0xe8, 0x96, 0xb9, 0x82, 0xde, 0x01, 0x70, 0xdd, + 0x59, 0xdd, 0x61, 0x5c, 0xe6, 0x34, 0x07, 0x4d, 0x47, 0x17, 0x3b, 0x87, 0xeb, 0x44, 0x9b, 0x61, + 0x1e, 0xcf, 0x31, 0x05, 0x2a, 0x3a, 0xb1, 0xdd, 0x11, 0x82, 0xde, 0x58, 0xe6, 0x11, 0xf2, 0x04, + 0xe3, 0x3c, 0x82, 0x86, 0x83, 0x9c, 0x4b, 0xba, 0xe6, 0x28, 0xcb, 0x6d, 0xce, 0x9c, 0x30, 0xfa, + 0x02, 0xc0, 0xc7, 0x05, 0x33, 0x07, 0x0d, 0x47, 0x57, 0x99, 0x27, 0x8e, 0xd5, 0xb4, 0x55, 0x12, + 0xa4, 0x32, 0x90, 0xa4, 0x14, 0x5b, 0xb9, 0xcc, 0x56, 0xbe, 0x84, 0xa6, 0x7b, 0x55, 0x6b, 0x61, + 0x0f, 0xda, 0x9d, 0x6d, 0x0c, 0xfa, 0x25, 0x07, 0x37, 0x7a, 0x21, 0xfc, 0x22, 0xaf, 0x1c, 0x68, + 0x24, 0x4a, 0x48, 0x58, 0xc2, 0x49, 0xb2, 0xbb, 0x1b, 0x8c, 0x27, 0xca, 0x5f, 0x60, 0xb5, 0xf8, + 0x33, 0xc8, 0x8f, 0x25, 0x27, 0x8a, 0xa8, 0x57, 0x0f, 0x71, 0xb2, 0x3c, 0x21, 0x6f, 0x16, 0x62, + 0x0b, 0x6f, 0x58, 0xc2, 0xbc, 0x05, 0xe0, 0xba, 0x59, 0x42, 0x7d, 0x5d, 0xbb, 0x27, 0xcd, 0x40, + 0x9a, 0xa4, 0xf2, 0x1c, 0x5b, 0xe9, 0x24, 0x2a, 0xc6, 0x56, 0xea, 0x39, 0x79, 0x3e, 0x00, 0x70, + 0x93, 0x1b, 0x5e, 0x62, 0xee, 0x07, 0x9e, 0x40, 0x0a, 0xe3, 0x3e, 0x86, 0x46, 0xa3, 0xdc, 0xd3, + 0x92, 0xe8, 0x5b, 0x00, 0x37, 0x04, 0x19, 0x66, 0x4c, 0xa4, 0x1d, 0x69, 0xea, 0x31, 0x16, 0x97, + 0x19, 0x0b, 0x0d, 0x1d, 0x58, 0x8b, 0x82, 0x0b, 0x93, 0x68, 0x3c, 0xfb, 0x38, 0x74, 0x37, 0x07, + 0xfb, 0xbd, 0x70, 0x3f, 0xcb, 0xce, 0xdb, 0x0b, 0x06, 0x36, 0xd1, 0x68, 0x94, 0x5e, 0xdb, 0x16, + 0x4e, 0xac, 0x3d, 0xdd, 0x81, 0x3c, 0xb5, 0xfe, 0x06, 0xab, 0xc5, 0x5f, 0x41, 0x7e, 0x32, 0x39, + 0xb5, 0xbc, 0xb3, 0x5e, 0x72, 0xcf, 0xfa, 0x87, 0x38, 0xbb, 0x06, 0xe5, 0xad, 0x42, 0xf9, 0x40, + 0xf3, 0xc2, 0x12, 0xec, 0x3d, 0x00, 0x37, 0xcc, 0x12, 0x1a, 0xd0, 0xb8, 0x7b, 0x8a, 0xe5, 0xd3, + 0xc5, 0x95, 0xcf, 0xb2, 0x05, 0x4f, 0xa3, 0x53, 0x49, 0x0b, 0xf6, 0x9c, 0x67, 0x1f, 0x02, 0xb8, + 0x65, 0x96, 0xd0, 0xa2, 0x4a, 0xf5, 0x56, 0xc7, 0x38, 0x88, 0x22, 0xb2, 0x50, 0x3d, 0xcd, 0xa8, + 0x1e, 0x47, 0xcf, 0x0a, 0xaa, 0x98, 0x4d, 0x52, 0xea, 0x91, 0x31, 0xba, 0x01, 0xe0, 0x36, 0x37, + 0x3d, 0xa2, 0x1c, 0xd6, 0x52, 0x12, 0x76, 0xa6, 0xf3, 0x65, 0x19, 0xf8, 0x34, 0xe3, 0x3c, 0x8d, + 0x0a, 0x1d, 0x39, 0xc7, 0xcb, 0xc1, 0xc7, 0x00, 0x6e, 0x76, 0x27, 0x68, 0x4f, 0xf7, 0xc0, 0x4b, + 0xd6, 0x3e, 0x46, 0x35, 0x90, 0xf4, 0x01, 0x8e, 0x69, 0x55, 0xeb, 0x36, 0xaf, 0xab, 0x41, 0x11, + 0x33, 0xd5, 0xad, 0x6e, 0xba, 0x35, 0x18, 0x99, 0xcb, 0xe8, 0xd0, 0x1a, 0xc3, 0x72, 0x41, 0x41, + 0x53, 0x3d, 0x0d, 0x45, 0x5f, 0x03, 0xd8, 0xff, 0x42, 0x43, 0xcb, 0x5c, 0xbf, 0x3c, 0x6c, 0x86, + 0xfa, 0x25, 0x80, 0xbc, 0x7e, 0x9d, 0x67, 0x9e, 0xcd, 0xe5, 0xef, 0x4b, 0xc2, 0xb9, 0x15, 0xe1, + 0xc7, 0x1c, 0xdc, 0xe4, 0x15, 0xc3, 0x19, 0xf1, 0x82, 0x81, 0x62, 0x7d, 0x8a, 0x6f, 0x0a, 0x97, + 0xdd, 0xd1, 0xae, 0x38, 0xce, 0xfa, 0x0f, 0xb0, 0x5a, 0xbc, 0x0d, 0xf2, 0xdb, 0x45, 0xd5, 0x6d, + 0xf7, 0x30, 0xfe, 0x5b, 0xcd, 0xc3, 0x56, 0x64, 0x9f, 0x94, 0x91, 0xd8, 0x02, 0xdf, 0x07, 0x56, + 0x62, 0x7f, 0xcb, 0xc1, 0xcd, 0xf3, 0xc4, 0xdb, 0x96, 0xb6, 0xa4, 0x7b, 0x52, 0xa5, 0x12, 0xd8, + 0x9e, 0x45, 0xfd, 0x13, 0xac, 0x16, 0x7f, 0x00, 0xf9, 0x21, 0x31, 0xc1, 0x7f, 0x42, 0x56, 0x49, + 0xde, 0x1e, 0x97, 0x55, 0xb1, 0xb9, 0x8b, 0xae, 0xbe, 0x6f, 0x03, 0xb8, 0x7e, 0x96, 0xd0, 0xb6, + 0xb4, 0x13, 0x69, 0x4d, 0x8c, 0x0f, 0x09, 0x1c, 0x66, 0x83, 0xa9, 0xea, 0xca, 0xc7, 0x18, 0x81, + 0x43, 0xe8, 0x60, 0x02, 0x81, 0x0c, 0xe7, 0xc2, 0x37, 0x00, 0xf6, 0x07, 0x79, 0x9d, 0xc2, 0x14, + 0x23, 0x25, 0x0b, 0x37, 0x17, 0x29, 0xf8, 0x4d, 0x67, 0x1f, 0xc0, 0xc3, 0xe0, 0x04, 0xa3, 0xfd, + 0x0c, 0x3a, 0x22, 0x68, 0x6b, 0x98, 0xe2, 0x1e, 0xb9, 0x5f, 0x05, 0x70, 0xa3, 0x5b, 0x38, 0xfd, + 0x45, 0x32, 0xd6, 0xe1, 0xa1, 0x54, 0x35, 0x59, 0x19, 0xde, 0xcf, 0xa8, 0x4d, 0xa1, 0x89, 0x1e, + 0x14, 0x45, 0xb7, 0x00, 0x44, 0x17, 0x89, 0x5d, 0xd7, 0xcd, 0x50, 0x4d, 0x1a, 0x4b, 0x5d, 0xca, + 0x07, 0x0b, 0x56, 0xe3, 0x59, 0xa0, 0x5c, 0xbd, 0xe3, 0x8c, 0xe2, 0x91, 0xf1, 0xb5, 0x6d, 0xba, + 0x1b, 0x8f, 0x77, 0xbc, 0x7d, 0x3f, 0x67, 0x69, 0x01, 0xb6, 0xb1, 0x24, 0x0e, 0x99, 0x03, 0xf1, + 0x38, 0xd4, 0x11, 0x28, 0xb7, 0x18, 0xbd, 0x06, 0x32, 0x05, 0xbd, 0xf0, 0x7d, 0x91, 0xc7, 0xd1, + 0xff, 0x59, 0x8a, 0x12, 0x0e, 0x59, 0x82, 0xec, 0x43, 0x86, 0xf6, 0xc1, 0xc0, 0x66, 0xd7, 0xb5, + 0x15, 0xf4, 0x3b, 0x80, 0xc8, 0xdd, 0xc2, 0x10, 0x1b, 0x27, 0x5e, 0xc5, 0x42, 0xf6, 0x60, 0x64, + 0xec, 0xea, 0x8a, 0x94, 0x97, 0x99, 0x6f, 0x4d, 0xe4, 0xa4, 0xfa, 0xe6, 0xbf, 0xf5, 0xa4, 0x78, + 0x98, 0x6c, 0xf7, 0xfd, 0x4c, 0x36, 0x7b, 0x11, 0x7f, 0xf3, 0x11, 0x38, 0x18, 0x77, 0xf0, 0xb4, + 0x65, 0xb3, 0xcb, 0x1a, 0xa5, 0x23, 0x7b, 0x8e, 0xea, 0xd1, 0xdd, 0x2f, 0xfb, 0x98, 0xbf, 0x9f, + 0xf7, 0xa1, 0x4f, 0xfb, 0x84, 0xc7, 0x6a, 0x4d, 0x37, 0x34, 0x9b, 0x44, 0x6f, 0xf8, 0x1c, 0x65, + 0x39, 0xfc, 0xa0, 0x24, 0xf6, 0x26, 0xf4, 0x24, 0x45, 0x95, 0x9e, 0x87, 0xfa, 0x82, 0xf5, 0x3c, + 0x92, 0x47, 0x4e, 0x96, 0x71, 0x22, 0xb4, 0x92, 0xd0, 0xfc, 0x7a, 0xa8, 0xa3, 0x0f, 0x02, 0xd3, + 0x81, 0xac, 0x80, 0xa4, 0xb2, 0x12, 0x00, 0xd1, 0xff, 0x24, 0x61, 0x6c, 0x42, 0xed, 0xa5, 0x12, + 0xa6, 0x94, 0xd4, 0x1b, 0x74, 0x05, 0xdd, 0x03, 0x70, 0x6b, 0x34, 0xbb, 0x59, 0x65, 0x9f, 0xe8, + 0x96, 0xe1, 0xc1, 0xaa, 0x3e, 0x99, 0x0d, 0xcc, 0x6b, 0x52, 0x2c, 0x31, 0x58, 0x45, 0xff, 0x97, + 0x32, 0xff, 0x66, 0x0e, 0x6e, 0x9a, 0xe7, 0x87, 0xf2, 0x05, 0x6f, 0xc6, 0x78, 0x3f, 0xc8, 0x0d, + 0x02, 0x97, 0xda, 0xba, 0xc4, 0x70, 0xdc, 0xc3, 0xef, 0xc0, 0x6a, 0xf1, 0x06, 0xc8, 0x4f, 0xcc, + 0xb7, 0x5f, 0xbd, 0x39, 0x7b, 0x09, 0x1b, 0x96, 0x59, 0x95, 0x16, 0x75, 0x5a, 0xf3, 0x5a, 0x10, + 0xc9, 0x23, 0xef, 0x9c, 0x29, 0xc0, 0xbe, 0x7d, 0xd3, 0x7b, 0xd1, 0x28, 0x1c, 0x09, 0x35, 0x21, + 0x4e, 0x53, 0x55, 0x89, 0xe3, 0x54, 0x9a, 0x06, 0xef, 0x25, 0x6c, 0xde, 0xb4, 0xdc, 0x87, 0xc6, + 0x87, 0xed, 0xc3, 0x36, 0xb9, 0x5f, 0xec, 0x03, 0xe7, 0xc8, 0xda, 0xbc, 0x0a, 0x5c, 0xef, 0xa6, + 0x35, 0xf7, 0xd0, 0x41, 0x72, 0x8a, 0xef, 0x1d, 0xef, 0x2d, 0xc5, 0x68, 0x79, 0xc0, 0xbb, 0x43, + 0x46, 0xb1, 0xa5, 0xd0, 0x35, 0x00, 0xb7, 0x84, 0x6f, 0x1b, 0x67, 0x5a, 0xc4, 0xa4, 0x68, 0xaa, + 0x6b, 0xa3, 0xc0, 0x70, 0x62, 0xe9, 0x42, 0x56, 0x38, 0xdf, 0xa1, 0x61, 0x46, 0x68, 0x48, 0x1e, + 0xf0, 0xcf, 0x45, 0xd7, 0xec, 0x84, 0xaf, 0xeb, 0xae, 0x02, 0xf1, 0xee, 0xc0, 0xe2, 0x99, 0xf1, + 0x1a, 0xeb, 0x18, 0xea, 0x21, 0x4e, 0xe3, 0x59, 0xa0, 0x9c, 0xcf, 0x53, 0xd1, 0x9b, 0x0d, 0xce, + 0xc7, 0x8d, 0xdb, 0x08, 0x17, 0xb7, 0x36, 0xa7, 0x70, 0x61, 0xa6, 0x6c, 0x5c, 0x92, 0xa0, 0x5d, + 0xb8, 0xf8, 0xf7, 0xfe, 0xaf, 0xf6, 0xb1, 0x96, 0x20, 0x34, 0x45, 0xbc, 0x25, 0x08, 0x99, 0x3b, + 0xb5, 0x04, 0x21, 0xa0, 0xfc, 0x51, 0x8e, 0x2d, 0x7f, 0x3d, 0x87, 0xae, 0xe5, 0x42, 0xf7, 0xeb, + 0x91, 0xda, 0x90, 0xf9, 0xbc, 0xe8, 0xe1, 0x80, 0xc8, 0x7c, 0x22, 0x74, 0x39, 0x02, 0x12, 0x6b, + 0x7e, 0x52, 0x91, 0x8f, 0x57, 0xf5, 0xc4, 0x32, 0x1e, 0xaf, 0xdb, 0xef, 0xe6, 0xbc, 0x06, 0x26, + 0xa4, 0x5d, 0x42, 0x03, 0x13, 0xb2, 0x77, 0x3c, 0xd1, 0x63, 0x48, 0xf9, 0x2b, 0xc0, 0x76, 0xe2, + 0x16, 0x40, 0x9f, 0x81, 0xd4, 0x9d, 0xc8, 0xbc, 0x0d, 0x59, 0xf7, 0x20, 0xdb, 0x06, 0xa4, 0xab, + 0x8f, 0xae, 0xf7, 0xb1, 0x23, 0x2d, 0xe4, 0x4f, 0xf2, 0x91, 0x16, 0x8d, 0xd0, 0x8e, 0x47, 0x5a, + 0x32, 0x98, 0xa7, 0xcc, 0x27, 0x5e, 0xd0, 0xde, 0xc8, 0xa1, 0xf7, 0x73, 0xa1, 0x53, 0xed, 0xff, + 0xc8, 0x8d, 0x44, 0xee, 0x89, 0x83, 0x0b, 0xfb, 0xab, 0x3a, 0xad, 0x35, 0xcb, 0x05, 0xd5, 0xaa, + 0x2b, 0xc6, 0x52, 0x85, 0x2a, 0xfe, 0x3f, 0xbd, 0x55, 0x62, 0x2a, 0x8d, 0xf2, 0x54, 0xd5, 0x52, + 0xa2, 0x7f, 0xa5, 0x97, 0x1f, 0x65, 0x7f, 0xe5, 0xee, 0xff, 0x27, 0x00, 0x00, 0xff, 0xff, 0xd3, + 0x7c, 0x81, 0x58, 0x65, 0x1f, 0x00, 0x00, } diff --git a/flyteidl/gen/pb-go/flyteidl/service/admin.pb.gw.go b/flyteidl/gen/pb-go/flyteidl/service/admin.pb.gw.go index 9c738d7dbb..04ff4f3693 100644 --- a/flyteidl/gen/pb-go/flyteidl/service/admin.pb.gw.go +++ b/flyteidl/gen/pb-go/flyteidl/service/admin.pb.gw.go @@ -570,6 +570,109 @@ func request_AdminService_GetLaunchPlan_0(ctx context.Context, marshaler runtime } +var ( + filter_AdminService_GetActiveLaunchPlan_0 = &utilities.DoubleArray{Encoding: map[string]int{"id": 0, "project": 1, "domain": 2, "name": 3}, Base: []int{1, 1, 1, 2, 3, 0, 0, 0}, Check: []int{0, 1, 2, 2, 2, 3, 4, 5}} +) + +func request_AdminService_GetActiveLaunchPlan_0(ctx context.Context, marshaler runtime.Marshaler, client AdminServiceClient, req *http.Request, pathParams map[string]string) (proto.Message, runtime.ServerMetadata, error) { + var protoReq admin.ActiveLaunchPlanRequest + var metadata runtime.ServerMetadata + + var ( + val string + ok bool + err error + _ = err + ) + + val, ok = pathParams["id.project"] + if !ok { + return nil, metadata, status.Errorf(codes.InvalidArgument, "missing parameter %s", "id.project") + } + + err = runtime.PopulateFieldFromPath(&protoReq, "id.project", val) + + if err != nil { + return nil, metadata, status.Errorf(codes.InvalidArgument, "type mismatch, parameter: %s, error: %v", "id.project", err) + } + + val, ok = pathParams["id.domain"] + if !ok { + return nil, metadata, status.Errorf(codes.InvalidArgument, "missing parameter %s", "id.domain") + } + + err = runtime.PopulateFieldFromPath(&protoReq, "id.domain", val) + + if err != nil { + return nil, metadata, status.Errorf(codes.InvalidArgument, "type mismatch, parameter: %s, error: %v", "id.domain", err) + } + + val, ok = pathParams["id.name"] + if !ok { + return nil, metadata, status.Errorf(codes.InvalidArgument, "missing parameter %s", "id.name") + } + + err = runtime.PopulateFieldFromPath(&protoReq, "id.name", val) + + if err != nil { + return nil, metadata, status.Errorf(codes.InvalidArgument, "type mismatch, parameter: %s, error: %v", "id.name", err) + } + + if err := runtime.PopulateQueryParameters(&protoReq, req.URL.Query(), filter_AdminService_GetActiveLaunchPlan_0); err != nil { + return nil, metadata, status.Errorf(codes.InvalidArgument, "%v", err) + } + + msg, err := client.GetActiveLaunchPlan(ctx, &protoReq, grpc.Header(&metadata.HeaderMD), grpc.Trailer(&metadata.TrailerMD)) + return msg, metadata, err + +} + +var ( + filter_AdminService_ListActiveLaunchPlans_0 = &utilities.DoubleArray{Encoding: map[string]int{"project": 0, "domain": 1}, Base: []int{1, 1, 2, 0, 0}, Check: []int{0, 1, 1, 2, 3}} +) + +func request_AdminService_ListActiveLaunchPlans_0(ctx context.Context, marshaler runtime.Marshaler, client AdminServiceClient, req *http.Request, pathParams map[string]string) (proto.Message, runtime.ServerMetadata, error) { + var protoReq admin.NamedEntityIdentifierListRequest + var metadata runtime.ServerMetadata + + var ( + val string + ok bool + err error + _ = err + ) + + val, ok = pathParams["project"] + if !ok { + return nil, metadata, status.Errorf(codes.InvalidArgument, "missing parameter %s", "project") + } + + protoReq.Project, err = runtime.String(val) + + if err != nil { + return nil, metadata, status.Errorf(codes.InvalidArgument, "type mismatch, parameter: %s, error: %v", "project", err) + } + + val, ok = pathParams["domain"] + if !ok { + return nil, metadata, status.Errorf(codes.InvalidArgument, "missing parameter %s", "domain") + } + + protoReq.Domain, err = runtime.String(val) + + if err != nil { + return nil, metadata, status.Errorf(codes.InvalidArgument, "type mismatch, parameter: %s, error: %v", "domain", err) + } + + if err := runtime.PopulateQueryParameters(&protoReq, req.URL.Query(), filter_AdminService_ListActiveLaunchPlans_0); err != nil { + return nil, metadata, status.Errorf(codes.InvalidArgument, "%v", err) + } + + msg, err := client.ListActiveLaunchPlans(ctx, &protoReq, grpc.Header(&metadata.HeaderMD), grpc.Trailer(&metadata.TrailerMD)) + return msg, metadata, err + +} + var ( filter_AdminService_ListLaunchPlanIds_0 = &utilities.DoubleArray{Encoding: map[string]int{"project": 0, "domain": 1}, Base: []int{1, 1, 2, 0, 0}, Check: []int{0, 1, 1, 2, 3}} ) @@ -2099,6 +2202,64 @@ func RegisterAdminServiceHandlerClient(ctx context.Context, mux *runtime.ServeMu }) + mux.Handle("GET", pattern_AdminService_GetActiveLaunchPlan_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { + ctx, cancel := context.WithCancel(req.Context()) + defer cancel() + if cn, ok := w.(http.CloseNotifier); ok { + go func(done <-chan struct{}, closed <-chan bool) { + select { + case <-done: + case <-closed: + cancel() + } + }(ctx.Done(), cn.CloseNotify()) + } + inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) + rctx, err := runtime.AnnotateContext(ctx, mux, req) + if err != nil { + runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) + return + } + resp, md, err := request_AdminService_GetActiveLaunchPlan_0(rctx, inboundMarshaler, client, req, pathParams) + ctx = runtime.NewServerMetadataContext(ctx, md) + if err != nil { + runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) + return + } + + forward_AdminService_GetActiveLaunchPlan_0(ctx, mux, outboundMarshaler, w, req, resp, mux.GetForwardResponseOptions()...) + + }) + + mux.Handle("GET", pattern_AdminService_ListActiveLaunchPlans_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { + ctx, cancel := context.WithCancel(req.Context()) + defer cancel() + if cn, ok := w.(http.CloseNotifier); ok { + go func(done <-chan struct{}, closed <-chan bool) { + select { + case <-done: + case <-closed: + cancel() + } + }(ctx.Done(), cn.CloseNotify()) + } + inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) + rctx, err := runtime.AnnotateContext(ctx, mux, req) + if err != nil { + runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) + return + } + resp, md, err := request_AdminService_ListActiveLaunchPlans_0(rctx, inboundMarshaler, client, req, pathParams) + ctx = runtime.NewServerMetadataContext(ctx, md) + if err != nil { + runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) + return + } + + forward_AdminService_ListActiveLaunchPlans_0(ctx, mux, outboundMarshaler, w, req, resp, mux.GetForwardResponseOptions()...) + + }) + mux.Handle("GET", pattern_AdminService_ListLaunchPlanIds_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() @@ -2765,6 +2926,10 @@ var ( pattern_AdminService_GetLaunchPlan_0 = runtime.MustPattern(runtime.NewPattern(1, []int{2, 0, 2, 1, 2, 2, 1, 0, 4, 1, 5, 3, 1, 0, 4, 1, 5, 4, 1, 0, 4, 1, 5, 5, 1, 0, 4, 1, 5, 6}, []string{"api", "v1", "launch_plans", "id.project", "id.domain", "id.name", "id.version"}, "")) + pattern_AdminService_GetActiveLaunchPlan_0 = runtime.MustPattern(runtime.NewPattern(1, []int{2, 0, 2, 1, 2, 2, 1, 0, 4, 1, 5, 3, 1, 0, 4, 1, 5, 4, 1, 0, 4, 1, 5, 5}, []string{"api", "v1", "active_launch_plans", "id.project", "id.domain", "id.name"}, "")) + + pattern_AdminService_ListActiveLaunchPlans_0 = runtime.MustPattern(runtime.NewPattern(1, []int{2, 0, 2, 1, 2, 2, 1, 0, 4, 1, 5, 3, 1, 0, 4, 1, 5, 4}, []string{"api", "v1", "active_launch_plans", "project", "domain"}, "")) + pattern_AdminService_ListLaunchPlanIds_0 = runtime.MustPattern(runtime.NewPattern(1, []int{2, 0, 2, 1, 2, 2, 1, 0, 4, 1, 5, 3, 1, 0, 4, 1, 5, 4}, []string{"api", "v1", "launch_plan_ids", "project", "domain"}, "")) pattern_AdminService_ListLaunchPlans_0 = runtime.MustPattern(runtime.NewPattern(1, []int{2, 0, 2, 1, 2, 2, 1, 0, 4, 1, 5, 3, 1, 0, 4, 1, 5, 4, 1, 0, 4, 1, 5, 5}, []string{"api", "v1", "launch_plans", "id.project", "id.domain", "id.name"}, "")) @@ -2835,6 +3000,10 @@ var ( forward_AdminService_GetLaunchPlan_0 = runtime.ForwardResponseMessage + forward_AdminService_GetActiveLaunchPlan_0 = runtime.ForwardResponseMessage + + forward_AdminService_ListActiveLaunchPlans_0 = runtime.ForwardResponseMessage + forward_AdminService_ListLaunchPlanIds_0 = runtime.ForwardResponseMessage forward_AdminService_ListLaunchPlans_0 = runtime.ForwardResponseMessage diff --git a/flyteidl/gen/pb-go/flyteidl/service/admin.swagger.json b/flyteidl/gen/pb-go/flyteidl/service/admin.swagger.json index 526aa3ded3..9aa663dd55 100644 --- a/flyteidl/gen/pb-go/flyteidl/service/admin.swagger.json +++ b/flyteidl/gen/pb-go/flyteidl/service/admin.swagger.json @@ -15,6 +15,111 @@ "application/json" ], "paths": { + "/api/v1/active_launch_plans/{id.project}/{id.domain}/{id.name}": { + "get": { + "operationId": "GetActiveLaunchPlan", + "responses": { + "200": { + "description": "", + "schema": { + "$ref": "#/definitions/adminLaunchPlan" + } + } + }, + "parameters": [ + { + "name": "id.project", + "description": "Name of the project the resource belongs to.", + "in": "path", + "required": true, + "type": "string" + }, + { + "name": "id.domain", + "description": "Name of the domain the resource belongs to.\nA domain can be considered as a subset within a specific project.", + "in": "path", + "required": true, + "type": "string" + }, + { + "name": "id.name", + "description": "User provided value for the resource.\nThe combination of project + domain + name uniquely identifies the resource.\n+optional - in certain contexts - like 'List API', 'Launch plans'", + "in": "path", + "required": true, + "type": "string" + } + ], + "tags": [ + "AdminService" + ] + } + }, + "/api/v1/active_launch_plans/{project}/{domain}": { + "get": { + "operationId": "ListActiveLaunchPlans", + "responses": { + "200": { + "description": "", + "schema": { + "$ref": "#/definitions/adminLaunchPlanList" + } + } + }, + "parameters": [ + { + "name": "project", + "description": "Name of the project that contains the identifiers.", + "in": "path", + "required": true, + "type": "string" + }, + { + "name": "domain", + "description": "Name of the domain the identifiers belongs to within the project.", + "in": "path", + "required": true, + "type": "string" + }, + { + "name": "limit", + "description": "Indicates the number of resources to be returned.", + "in": "query", + "required": false, + "type": "integer", + "format": "int64" + }, + { + "name": "token", + "description": "In the case of multiple pages of results, the server-provided token can be used to fetch the next page\nin a query.\n+optional.", + "in": "query", + "required": false, + "type": "string" + }, + { + "name": "sort_by.key", + "description": "Indicates an attribute to sort the response values.\nTODO(katrogan): Add string validation here. This should never be empty.", + "in": "query", + "required": false, + "type": "string" + }, + { + "name": "sort_by.direction", + "description": "Indicates the direction to apply sort key for response values.\n+optional.", + "in": "query", + "required": false, + "type": "string", + "enum": [ + "DESCENDING", + "ASCENDING" + ], + "default": "DESCENDING" + } + ], + "tags": [ + "AdminService" + ] + } + }, "/api/v1/children/task_executions/{task_execution_id.node_execution_id.execution_id.project}/{task_execution_id.node_execution_id.execution_id.domain}/{task_execution_id.node_execution_id.execution_id.name}/{task_execution_id.node_execution_id.node_id}/{task_execution_id.task_id.project}/{task_execution_id.task_id.domain}/{task_execution_id.task_id.name}/{task_execution_id.task_id.version}/{task_execution_id.retry_attempt}": { "get": { "operationId": "ListNodeExecutionsForTask", diff --git a/flyteidl/gen/pb-go/flyteidl/service/flyteadmin/README.md b/flyteidl/gen/pb-go/flyteidl/service/flyteadmin/README.md index 090dac29c0..447e54e707 100644 --- a/flyteidl/gen/pb-go/flyteidl/service/flyteadmin/README.md +++ b/flyteidl/gen/pb-go/flyteidl/service/flyteadmin/README.md @@ -28,6 +28,7 @@ Class | Method | HTTP request | Description *AdminServiceApi* | [**CreateTaskEvent**](docs/AdminServiceApi.md#createtaskevent) | **Post** /api/v1/events/tasks | *AdminServiceApi* | [**CreateWorkflow**](docs/AdminServiceApi.md#createworkflow) | **Post** /api/v1/workflows | *AdminServiceApi* | [**CreateWorkflowEvent**](docs/AdminServiceApi.md#createworkflowevent) | **Post** /api/v1/events/workflows | +*AdminServiceApi* | [**GetActiveLaunchPlan**](docs/AdminServiceApi.md#getactivelaunchplan) | **Get** /api/v1/active_launch_plans/{id.project}/{id.domain}/{id.name} | *AdminServiceApi* | [**GetExecution**](docs/AdminServiceApi.md#getexecution) | **Get** /api/v1/executions/{id.project}/{id.domain}/{id.name} | *AdminServiceApi* | [**GetExecutionData**](docs/AdminServiceApi.md#getexecutiondata) | **Get** /api/v1/data/executions/{id.project}/{id.domain}/{id.name} | *AdminServiceApi* | [**GetLaunchPlan**](docs/AdminServiceApi.md#getlaunchplan) | **Get** /api/v1/launch_plans/{id.project}/{id.domain}/{id.name}/{id.version} | @@ -37,6 +38,7 @@ Class | Method | HTTP request | Description *AdminServiceApi* | [**GetTaskExecution**](docs/AdminServiceApi.md#gettaskexecution) | **Get** /api/v1/task_executions/{id.node_execution_id.execution_id.project}/{id.node_execution_id.execution_id.domain}/{id.node_execution_id.execution_id.name}/{id.node_execution_id.node_id}/{id.task_id.project}/{id.task_id.domain}/{id.task_id.name}/{id.task_id.version}/{id.retry_attempt} | *AdminServiceApi* | [**GetTaskExecutionData**](docs/AdminServiceApi.md#gettaskexecutiondata) | **Get** /api/v1/data/task_executions/{id.node_execution_id.execution_id.project}/{id.node_execution_id.execution_id.domain}/{id.node_execution_id.execution_id.name}/{id.node_execution_id.node_id}/{id.task_id.project}/{id.task_id.domain}/{id.task_id.name}/{id.task_id.version}/{id.retry_attempt} | *AdminServiceApi* | [**GetWorkflow**](docs/AdminServiceApi.md#getworkflow) | **Get** /api/v1/workflows/{id.project}/{id.domain}/{id.name}/{id.version} | +*AdminServiceApi* | [**ListActiveLaunchPlans**](docs/AdminServiceApi.md#listactivelaunchplans) | **Get** /api/v1/active_launch_plans/{project}/{domain} | *AdminServiceApi* | [**ListExecutions**](docs/AdminServiceApi.md#listexecutions) | **Get** /api/v1/executions/{id.project}/{id.domain} | *AdminServiceApi* | [**ListLaunchPlanIds**](docs/AdminServiceApi.md#listlaunchplanids) | **Get** /api/v1/launch_plan_ids/{project}/{domain} | *AdminServiceApi* | [**ListLaunchPlans**](docs/AdminServiceApi.md#listlaunchplans) | **Get** /api/v1/launch_plans/{id.project}/{id.domain}/{id.name} | diff --git a/flyteidl/gen/pb-go/flyteidl/service/flyteadmin/api/swagger.yaml b/flyteidl/gen/pb-go/flyteidl/service/flyteadmin/api/swagger.yaml index 41c3182658..4c6233fa8a 100644 --- a/flyteidl/gen/pb-go/flyteidl/service/flyteadmin/api/swagger.yaml +++ b/flyteidl/gen/pb-go/flyteidl/service/flyteadmin/api/swagger.yaml @@ -11,6 +11,97 @@ consumes: produces: - "application/json" paths: + /api/v1/active_launch_plans/{id.project}/{id.domain}/{id.name}: + get: + tags: + - "AdminService" + operationId: "GetActiveLaunchPlan" + parameters: + - name: "id.project" + in: "path" + description: "Name of the project the resource belongs to." + required: true + type: "string" + x-exportParamName: "IdProject" + - name: "id.domain" + in: "path" + description: "Name of the domain the resource belongs to.\nA domain can be\ + \ considered as a subset within a specific project." + required: true + type: "string" + x-exportParamName: "IdDomain" + - name: "id.name" + in: "path" + description: "User provided value for the resource.\nThe combination of project\ + \ + domain + name uniquely identifies the resource.\n+optional - in certain\ + \ contexts - like 'List API', 'Launch plans'" + required: true + type: "string" + x-exportParamName: "IdName" + responses: + 200: + description: "" + schema: + $ref: "#/definitions/adminLaunchPlan" + /api/v1/active_launch_plans/{project}/{domain}: + get: + tags: + - "AdminService" + operationId: "ListActiveLaunchPlans" + parameters: + - name: "project" + in: "path" + description: "Name of the project that contains the identifiers." + required: true + type: "string" + x-exportParamName: "Project" + - name: "domain" + in: "path" + description: "Name of the domain the identifiers belongs to within the project." + required: true + type: "string" + x-exportParamName: "Domain" + - name: "limit" + in: "query" + description: "Indicates the number of resources to be returned." + required: false + type: "integer" + format: "int64" + x-exportParamName: "Limit" + x-optionalDataType: "Int64" + - name: "token" + in: "query" + description: "In the case of multiple pages of results, the server-provided\ + \ token can be used to fetch the next page\nin a query.\n+optional." + required: false + type: "string" + x-exportParamName: "Token" + x-optionalDataType: "String" + - name: "sort_by.key" + in: "query" + description: "Indicates an attribute to sort the response values.\nTODO(katrogan):\ + \ Add string validation here. This should never be empty." + required: false + type: "string" + x-exportParamName: "SortByKey" + x-optionalDataType: "String" + - name: "sort_by.direction" + in: "query" + description: "Indicates the direction to apply sort key for response values.\n\ + +optional." + required: false + type: "string" + default: "DESCENDING" + enum: + - "DESCENDING" + - "ASCENDING" + x-exportParamName: "SortByDirection" + x-optionalDataType: "String" + responses: + 200: + description: "" + schema: + $ref: "#/definitions/adminLaunchPlanList" ? /api/v1/children/task_executions/{task_execution_id.node_execution_id.execution_id.project}/{task_execution_id.node_execution_id.execution_id.domain}/{task_execution_id.node_execution_id.execution_id.name}/{task_execution_id.node_execution_id.node_id}/{task_execution_id.task_id.project}/{task_execution_id.task_id.domain}/{task_execution_id.task_id.name}/{task_execution_id.task_id.version}/{task_execution_id.retry_attempt} : get: tags: @@ -1921,53 +2012,9 @@ definitions: closure: outputs: values: - literals: - key: - scalar: - schema: - type: - columns: - - name: "name" - type: {} - - name: "name" - type: {} - uri: "uri" - blob: - metadata: - type: - dimensionality: {} - format: "format" - uri: "uri" - none_type: {} - primitive: - duration: "duration" - datetime: "2000-01-23T04:56:07.000+00:00" - string_value: "string_value" - boolean: true - float_value: 0.8008281904610115 - integer: "integer" - binary: - tag: "tag" - value: "value" - error: - message: "message" - failed_node_id: "failed_node_id" - generic: - fields: - key: - list_value: - values: - - null - - null - number_value: 6.027456183070403 - string_value: "string_value" - null_value: {} - bool_value: true - collection: - literals: - - null - - null + literals: {} uri: "uri" + phase: {} duration: "duration" workflow_id: domain: "domain" @@ -1976,52 +2023,7 @@ definitions: project: "project" version: "version" computed_inputs: - literals: - key: - scalar: - schema: - type: - columns: - - name: "name" - type: {} - - name: "name" - type: {} - uri: "uri" - blob: - metadata: - type: - dimensionality: {} - format: "format" - uri: "uri" - none_type: {} - primitive: - duration: "duration" - datetime: "2000-01-23T04:56:07.000+00:00" - string_value: "string_value" - boolean: true - float_value: 0.8008281904610115 - integer: "integer" - binary: - tag: "tag" - value: "value" - error: - message: "message" - failed_node_id: "failed_node_id" - generic: - fields: - key: - list_value: - values: - - null - - null - number_value: 6.027456183070403 - string_value: "string_value" - null_value: {} - bool_value: true - collection: - literals: - - null - - null + literals: {} updated_at: "2000-01-23T04:56:07.000+00:00" started_at: "2000-01-23T04:56:07.000+00:00" created_at: "2000-01-23T04:56:07.000+00:00" @@ -2082,55 +2084,10 @@ definitions: name: "name" project: "project" scheduled_at: "2000-01-23T04:56:07.000+00:00" - nesting: 1 + nesting: 0 disable_all: true inputs: - literals: - key: - scalar: - schema: - type: - columns: - - name: "name" - type: {} - - name: "name" - type: {} - uri: "uri" - blob: - metadata: - type: - dimensionality: {} - format: "format" - uri: "uri" - none_type: {} - primitive: - duration: "duration" - datetime: "2000-01-23T04:56:07.000+00:00" - string_value: "string_value" - boolean: true - float_value: 0.8008281904610115 - integer: "integer" - binary: - tag: "tag" - value: "value" - error: - message: "message" - failed_node_id: "failed_node_id" - generic: - fields: - key: - list_value: - values: - - null - - null - number_value: 6.027456183070403 - string_value: "string_value" - null_value: {} - bool_value: true - collection: - literals: - - null - - null + literals: {} annotations: values: key: "values" @@ -2219,53 +2176,9 @@ definitions: example: outputs: values: - literals: - key: - scalar: - schema: - type: - columns: - - name: "name" - type: {} - - name: "name" - type: {} - uri: "uri" - blob: - metadata: - type: - dimensionality: {} - format: "format" - uri: "uri" - none_type: {} - primitive: - duration: "duration" - datetime: "2000-01-23T04:56:07.000+00:00" - string_value: "string_value" - boolean: true - float_value: 0.8008281904610115 - integer: "integer" - binary: - tag: "tag" - value: "value" - error: - message: "message" - failed_node_id: "failed_node_id" - generic: - fields: - key: - list_value: - values: - - null - - null - number_value: 6.027456183070403 - string_value: "string_value" - null_value: {} - bool_value: true - collection: - literals: - - null - - null + literals: {} uri: "uri" + phase: {} duration: "duration" workflow_id: domain: "domain" @@ -2274,52 +2187,7 @@ definitions: project: "project" version: "version" computed_inputs: - literals: - key: - scalar: - schema: - type: - columns: - - name: "name" - type: {} - - name: "name" - type: {} - uri: "uri" - blob: - metadata: - type: - dimensionality: {} - format: "format" - uri: "uri" - none_type: {} - primitive: - duration: "duration" - datetime: "2000-01-23T04:56:07.000+00:00" - string_value: "string_value" - boolean: true - float_value: 0.8008281904610115 - integer: "integer" - binary: - tag: "tag" - value: "value" - error: - message: "message" - failed_node_id: "failed_node_id" - generic: - fields: - key: - list_value: - values: - - null - - null - number_value: 6.027456183070403 - string_value: "string_value" - null_value: {} - bool_value: true - collection: - literals: - - null - - null + literals: {} updated_at: "2000-01-23T04:56:07.000+00:00" started_at: "2000-01-23T04:56:07.000+00:00" created_at: "2000-01-23T04:56:07.000+00:00" @@ -2413,53 +2281,9 @@ definitions: closure: outputs: values: - literals: - key: - scalar: - schema: - type: - columns: - - name: "name" - type: {} - - name: "name" - type: {} - uri: "uri" - blob: - metadata: - type: - dimensionality: {} - format: "format" - uri: "uri" - none_type: {} - primitive: - duration: "duration" - datetime: "2000-01-23T04:56:07.000+00:00" - string_value: "string_value" - boolean: true - float_value: 0.8008281904610115 - integer: "integer" - binary: - tag: "tag" - value: "value" - error: - message: "message" - failed_node_id: "failed_node_id" - generic: - fields: - key: - list_value: - values: - - null - - null - number_value: 6.027456183070403 - string_value: "string_value" - null_value: {} - bool_value: true - collection: - literals: - - null - - null + literals: {} uri: "uri" + phase: {} duration: "duration" workflow_id: domain: "domain" @@ -2468,52 +2292,7 @@ definitions: project: "project" version: "version" computed_inputs: - literals: - key: - scalar: - schema: - type: - columns: - - name: "name" - type: {} - - name: "name" - type: {} - uri: "uri" - blob: - metadata: - type: - dimensionality: {} - format: "format" - uri: "uri" - none_type: {} - primitive: - duration: "duration" - datetime: "2000-01-23T04:56:07.000+00:00" - string_value: "string_value" - boolean: true - float_value: 0.8008281904610115 - integer: "integer" - binary: - tag: "tag" - value: "value" - error: - message: "message" - failed_node_id: "failed_node_id" - generic: - fields: - key: - list_value: - values: - - null - - null - number_value: 6.027456183070403 - string_value: "string_value" - null_value: {} - bool_value: true - collection: - literals: - - null - - null + literals: {} updated_at: "2000-01-23T04:56:07.000+00:00" started_at: "2000-01-23T04:56:07.000+00:00" created_at: "2000-01-23T04:56:07.000+00:00" @@ -2574,55 +2353,10 @@ definitions: name: "name" project: "project" scheduled_at: "2000-01-23T04:56:07.000+00:00" - nesting: 1 + nesting: 0 disable_all: true inputs: - literals: - key: - scalar: - schema: - type: - columns: - - name: "name" - type: {} - - name: "name" - type: {} - uri: "uri" - blob: - metadata: - type: - dimensionality: {} - format: "format" - uri: "uri" - none_type: {} - primitive: - duration: "duration" - datetime: "2000-01-23T04:56:07.000+00:00" - string_value: "string_value" - boolean: true - float_value: 0.8008281904610115 - integer: "integer" - binary: - tag: "tag" - value: "value" - error: - message: "message" - failed_node_id: "failed_node_id" - generic: - fields: - key: - list_value: - values: - - null - - null - number_value: 6.027456183070403 - string_value: "string_value" - null_value: {} - bool_value: true - collection: - literals: - - null - - null + literals: {} annotations: values: key: "values" @@ -2668,53 +2402,9 @@ definitions: closure: outputs: values: - literals: - key: - scalar: - schema: - type: - columns: - - name: "name" - type: {} - - name: "name" - type: {} - uri: "uri" - blob: - metadata: - type: - dimensionality: {} - format: "format" - uri: "uri" - none_type: {} - primitive: - duration: "duration" - datetime: "2000-01-23T04:56:07.000+00:00" - string_value: "string_value" - boolean: true - float_value: 0.8008281904610115 - integer: "integer" - binary: - tag: "tag" - value: "value" - error: - message: "message" - failed_node_id: "failed_node_id" - generic: - fields: - key: - list_value: - values: - - null - - null - number_value: 6.027456183070403 - string_value: "string_value" - null_value: {} - bool_value: true - collection: - literals: - - null - - null + literals: {} uri: "uri" + phase: {} duration: "duration" workflow_id: domain: "domain" @@ -2723,52 +2413,7 @@ definitions: project: "project" version: "version" computed_inputs: - literals: - key: - scalar: - schema: - type: - columns: - - name: "name" - type: {} - - name: "name" - type: {} - uri: "uri" - blob: - metadata: - type: - dimensionality: {} - format: "format" - uri: "uri" - none_type: {} - primitive: - duration: "duration" - datetime: "2000-01-23T04:56:07.000+00:00" - string_value: "string_value" - boolean: true - float_value: 0.8008281904610115 - integer: "integer" - binary: - tag: "tag" - value: "value" - error: - message: "message" - failed_node_id: "failed_node_id" - generic: - fields: - key: - list_value: - values: - - null - - null - number_value: 6.027456183070403 - string_value: "string_value" - null_value: {} - bool_value: true - collection: - literals: - - null - - null + literals: {} updated_at: "2000-01-23T04:56:07.000+00:00" started_at: "2000-01-23T04:56:07.000+00:00" created_at: "2000-01-23T04:56:07.000+00:00" @@ -2829,55 +2474,10 @@ definitions: name: "name" project: "project" scheduled_at: "2000-01-23T04:56:07.000+00:00" - nesting: 1 + nesting: 0 disable_all: true inputs: - literals: - key: - scalar: - schema: - type: - columns: - - name: "name" - type: {} - - name: "name" - type: {} - uri: "uri" - blob: - metadata: - type: - dimensionality: {} - format: "format" - uri: "uri" - none_type: {} - primitive: - duration: "duration" - datetime: "2000-01-23T04:56:07.000+00:00" - string_value: "string_value" - boolean: true - float_value: 0.8008281904610115 - integer: "integer" - binary: - tag: "tag" - value: "value" - error: - message: "message" - failed_node_id: "failed_node_id" - generic: - fields: - key: - list_value: - values: - - null - - null - number_value: 6.027456183070403 - string_value: "string_value" - null_value: {} - bool_value: true - collection: - literals: - - null - - null + literals: {} annotations: values: key: "values" @@ -2962,7 +2562,7 @@ definitions: name: "name" project: "project" scheduled_at: "2000-01-23T04:56:07.000+00:00" - nesting: 1 + nesting: 0 adminExecutionRelaunchRequest: type: "object" properties: @@ -3027,55 +2627,10 @@ definitions: name: "name" project: "project" scheduled_at: "2000-01-23T04:56:07.000+00:00" - nesting: 1 + nesting: 0 disable_all: true inputs: - literals: - key: - scalar: - schema: - type: - columns: - - name: "name" - type: {} - - name: "name" - type: {} - uri: "uri" - blob: - metadata: - type: - dimensionality: {} - format: "format" - uri: "uri" - none_type: {} - primitive: - duration: "duration" - datetime: "2000-01-23T04:56:07.000+00:00" - string_value: "string_value" - boolean: true - float_value: 0.8008281904610115 - integer: "integer" - binary: - tag: "tag" - value: "value" - error: - message: "message" - failed_node_id: "failed_node_id" - generic: - fields: - key: - list_value: - values: - - null - - null - number_value: 6.027456183070403 - string_value: "string_value" - null_value: {} - bool_value: true - collection: - literals: - - null - - null + literals: {} annotations: values: key: "values" @@ -3241,7 +2796,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" binary: tag: "tag" @@ -3264,6 +2819,8 @@ definitions: literals: - null - null + map: + literals: {} var: description: "description" type: @@ -3273,76 +2830,31 @@ definitions: type: {} - name: "name" type: {} - metadata: - fields: - key: - list_value: - values: - - null - - null - number_value: 6.027456183070403 - string_value: "string_value" - null_value: {} - bool_value: true - blob: - dimensionality: {} - format: "format" - simple: {} - required: true - spec: - workflow_id: - domain: "domain" - resource_type: {} - name: "name" - project: "project" - version: "version" - fixed_inputs: - literals: - key: - scalar: - schema: - type: - columns: - - name: "name" - type: {} - - name: "name" - type: {} - uri: "uri" - blob: - metadata: - type: - dimensionality: {} - format: "format" - uri: "uri" - none_type: {} - primitive: - duration: "duration" - datetime: "2000-01-23T04:56:07.000+00:00" - string_value: "string_value" - boolean: true - float_value: 0.8008281904610115 - integer: "integer" - binary: - tag: "tag" - value: "value" - error: - message: "message" - failed_node_id: "failed_node_id" - generic: - fields: - key: - list_value: - values: - - null - - null - number_value: 6.027456183070403 - string_value: "string_value" - null_value: {} - bool_value: true - collection: - literals: - - null - - null + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + simple: {} + required: true + spec: + workflow_id: + domain: "domain" + resource_type: {} + name: "name" + project: "project" + version: "version" + fixed_inputs: + literals: {} role: "role" auth: kubernetes_service_account: "kubernetes_service_account" @@ -3413,7 +2925,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" binary: tag: "tag" @@ -3436,6 +2948,8 @@ definitions: literals: - null - null + map: + literals: {} var: description: "description" type: @@ -3543,7 +3057,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" binary: tag: "tag" @@ -3566,6 +3080,8 @@ definitions: literals: - null - null + map: + literals: {} var: description: "description" type: @@ -3684,7 +3200,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" binary: tag: "tag" @@ -3707,6 +3223,8 @@ definitions: literals: - null - null + map: + literals: {} var: description: "description" type: @@ -3740,52 +3258,7 @@ definitions: project: "project" version: "version" fixed_inputs: - literals: - key: - scalar: - schema: - type: - columns: - - name: "name" - type: {} - - name: "name" - type: {} - uri: "uri" - blob: - metadata: - type: - dimensionality: {} - format: "format" - uri: "uri" - none_type: {} - primitive: - duration: "duration" - datetime: "2000-01-23T04:56:07.000+00:00" - string_value: "string_value" - boolean: true - float_value: 0.8008281904610115 - integer: "integer" - binary: - tag: "tag" - value: "value" - error: - message: "message" - failed_node_id: "failed_node_id" - generic: - fields: - key: - list_value: - values: - - null - - null - number_value: 6.027456183070403 - string_value: "string_value" - null_value: {} - bool_value: true - collection: - literals: - - null - - null + literals: {} role: "role" auth: kubernetes_service_account: "kubernetes_service_account" @@ -3856,7 +3329,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" binary: tag: "tag" @@ -3879,6 +3352,8 @@ definitions: literals: - null - null + map: + literals: {} var: description: "description" type: @@ -3968,7 +3443,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" binary: tag: "tag" @@ -3991,6 +3466,8 @@ definitions: literals: - null - null + map: + literals: {} var: description: "description" type: @@ -4024,52 +3501,7 @@ definitions: project: "project" version: "version" fixed_inputs: - literals: - key: - scalar: - schema: - type: - columns: - - name: "name" - type: {} - - name: "name" - type: {} - uri: "uri" - blob: - metadata: - type: - dimensionality: {} - format: "format" - uri: "uri" - none_type: {} - primitive: - duration: "duration" - datetime: "2000-01-23T04:56:07.000+00:00" - string_value: "string_value" - boolean: true - float_value: 0.8008281904610115 - integer: "integer" - binary: - tag: "tag" - value: "value" - error: - message: "message" - failed_node_id: "failed_node_id" - generic: - fields: - key: - list_value: - values: - - null - - null - number_value: 6.027456183070403 - string_value: "string_value" - null_value: {} - bool_value: true - collection: - literals: - - null - - null + literals: {} role: "role" auth: kubernetes_service_account: "kubernetes_service_account" @@ -4140,7 +3572,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" binary: tag: "tag" @@ -4163,6 +3595,8 @@ definitions: literals: - null - null + map: + literals: {} var: description: "description" type: @@ -4280,52 +3714,7 @@ definitions: project: "project" version: "version" fixed_inputs: - literals: - key: - scalar: - schema: - type: - columns: - - name: "name" - type: {} - - name: "name" - type: {} - uri: "uri" - blob: - metadata: - type: - dimensionality: {} - format: "format" - uri: "uri" - none_type: {} - primitive: - duration: "duration" - datetime: "2000-01-23T04:56:07.000+00:00" - string_value: "string_value" - boolean: true - float_value: 0.8008281904610115 - integer: "integer" - binary: - tag: "tag" - value: "value" - error: - message: "message" - failed_node_id: "failed_node_id" - generic: - fields: - key: - list_value: - values: - - null - - null - number_value: 6.027456183070403 - string_value: "string_value" - null_value: {} - bool_value: true - collection: - literals: - - null - - null + literals: {} role: "role" auth: kubernetes_service_account: "kubernetes_service_account" @@ -4396,7 +3785,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" binary: tag: "tag" @@ -4419,6 +3808,8 @@ definitions: literals: - null - null + map: + literals: {} var: description: "description" type: @@ -4486,52 +3877,7 @@ definitions: \ values are stored" example: values: - literals: - key: - scalar: - schema: - type: - columns: - - name: "name" - type: {} - - name: "name" - type: {} - uri: "uri" - blob: - metadata: - type: - dimensionality: {} - format: "format" - uri: "uri" - none_type: {} - primitive: - duration: "duration" - datetime: "2000-01-23T04:56:07.000+00:00" - string_value: "string_value" - boolean: true - float_value: 0.8008281904610115 - integer: "integer" - binary: - tag: "tag" - value: "value" - error: - message: "message" - failed_node_id: "failed_node_id" - generic: - fields: - key: - list_value: - values: - - null - - null - number_value: 6.027456183070403 - string_value: "string_value" - null_value: {} - bool_value: true - collection: - literals: - - null - - null + literals: {} uri: "uri" adminNamedEntityIdentifier: type: "object" @@ -5726,7 +5072,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" binary: tag: "tag" @@ -5777,7 +5123,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" binary: tag: "tag" @@ -5820,7 +5166,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" right_value: @@ -5829,7 +5175,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" operator: {} @@ -5843,7 +5189,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" right_value: @@ -5852,7 +5198,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" operator: {} @@ -5870,7 +5216,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" right_value: @@ -5879,7 +5225,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" operator: {} @@ -5915,7 +5261,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" binary: tag: "tag" @@ -5966,7 +5312,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" binary: tag: "tag" @@ -6034,7 +5380,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" right_value: @@ -6043,7 +5389,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" operator: {} @@ -6057,7 +5403,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" right_value: @@ -6066,7 +5412,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" operator: {} @@ -6084,7 +5430,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" right_value: @@ -6093,7 +5439,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" operator: {} @@ -6129,7 +5475,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" binary: tag: "tag" @@ -6180,7 +5526,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" binary: tag: "tag" @@ -6247,7 +5593,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" right_value: @@ -6256,7 +5602,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" operator: {} @@ -6270,7 +5616,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" right_value: @@ -6279,7 +5625,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" operator: {} @@ -6297,7 +5643,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" right_value: @@ -6306,7 +5652,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" operator: {} @@ -6342,7 +5688,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" binary: tag: "tag" @@ -6393,7 +5739,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" binary: tag: "tag" @@ -6542,7 +5888,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" binary: tag: "tag" @@ -6593,7 +5939,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" binary: tag: "tag" @@ -6636,7 +5982,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" right_value: @@ -6645,7 +5991,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" operator: {} @@ -6659,7 +6005,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" right_value: @@ -6668,7 +6014,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" operator: {} @@ -6686,7 +6032,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" right_value: @@ -6695,7 +6041,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" operator: {} @@ -6731,7 +6077,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" binary: tag: "tag" @@ -6782,7 +6128,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" binary: tag: "tag" @@ -6850,7 +6196,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" right_value: @@ -6859,7 +6205,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" operator: {} @@ -6873,7 +6219,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" right_value: @@ -6882,7 +6228,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" operator: {} @@ -6900,7 +6246,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" right_value: @@ -6909,7 +6255,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" operator: {} @@ -6945,7 +6291,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" binary: tag: "tag" @@ -6996,7 +6342,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" binary: tag: "tag" @@ -7063,7 +6409,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" right_value: @@ -7072,7 +6418,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" operator: {} @@ -7086,7 +6432,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" right_value: @@ -7095,7 +6441,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" operator: {} @@ -7113,7 +6459,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" right_value: @@ -7122,7 +6468,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" operator: {} @@ -7158,7 +6504,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" binary: tag: "tag" @@ -7209,7 +6555,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" binary: tag: "tag" @@ -7590,7 +6936,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" binary: tag: "tag" @@ -7641,7 +6987,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" binary: tag: "tag" @@ -7684,7 +7030,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" right_value: @@ -7693,7 +7039,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" operator: {} @@ -7707,7 +7053,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" right_value: @@ -7716,7 +7062,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" operator: {} @@ -7734,7 +7080,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" right_value: @@ -7743,7 +7089,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" operator: {} @@ -7779,7 +7125,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" binary: tag: "tag" @@ -7830,7 +7176,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" binary: tag: "tag" @@ -7898,7 +7244,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" right_value: @@ -7907,7 +7253,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" operator: {} @@ -7921,7 +7267,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" right_value: @@ -7930,7 +7276,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" operator: {} @@ -7948,7 +7294,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" right_value: @@ -7957,7 +7303,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" operator: {} @@ -7993,7 +7339,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" binary: tag: "tag" @@ -8044,7 +7390,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" binary: tag: "tag" @@ -8111,7 +7457,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" right_value: @@ -8120,7 +7466,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" operator: {} @@ -8134,7 +7480,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" right_value: @@ -8143,7 +7489,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" operator: {} @@ -8161,7 +7507,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" right_value: @@ -8170,7 +7516,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" operator: {} @@ -8206,7 +7552,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" binary: tag: "tag" @@ -8257,7 +7603,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" binary: tag: "tag" @@ -8423,7 +7769,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" binary: tag: "tag" @@ -8474,7 +7820,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" binary: tag: "tag" @@ -8517,7 +7863,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" right_value: @@ -8526,7 +7872,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" operator: {} @@ -8540,7 +7886,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" right_value: @@ -8549,7 +7895,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" operator: {} @@ -8567,7 +7913,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" right_value: @@ -8576,7 +7922,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" operator: {} @@ -8612,7 +7958,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" binary: tag: "tag" @@ -8663,7 +8009,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" binary: tag: "tag" @@ -8731,7 +8077,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" right_value: @@ -8740,7 +8086,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" operator: {} @@ -8754,7 +8100,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" right_value: @@ -8763,7 +8109,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" operator: {} @@ -8781,7 +8127,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" right_value: @@ -8790,7 +8136,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" operator: {} @@ -8826,7 +8172,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" binary: tag: "tag" @@ -8877,7 +8223,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" binary: tag: "tag" @@ -8944,7 +8290,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" right_value: @@ -8953,7 +8299,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" operator: {} @@ -8967,7 +8313,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" right_value: @@ -8976,7 +8322,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" operator: {} @@ -8994,7 +8340,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" right_value: @@ -9003,7 +8349,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" operator: {} @@ -9039,7 +8385,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" binary: tag: "tag" @@ -9090,7 +8436,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" binary: tag: "tag" @@ -9239,7 +8585,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" binary: tag: "tag" @@ -9290,7 +8636,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" binary: tag: "tag" @@ -9333,7 +8679,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" right_value: @@ -9342,7 +8688,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" operator: {} @@ -9356,7 +8702,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" right_value: @@ -9365,7 +8711,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" operator: {} @@ -9383,7 +8729,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" right_value: @@ -9392,7 +8738,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" operator: {} @@ -9428,7 +8774,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" binary: tag: "tag" @@ -9479,7 +8825,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" binary: tag: "tag" @@ -9547,7 +8893,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" right_value: @@ -9556,7 +8902,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" operator: {} @@ -9570,7 +8916,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" right_value: @@ -9579,7 +8925,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" operator: {} @@ -9597,7 +8943,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" right_value: @@ -9606,7 +8952,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" operator: {} @@ -9642,7 +8988,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" binary: tag: "tag" @@ -9693,7 +9039,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" binary: tag: "tag" @@ -9760,7 +9106,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" right_value: @@ -9769,7 +9115,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" operator: {} @@ -9783,7 +9129,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" right_value: @@ -9792,7 +9138,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" operator: {} @@ -9810,7 +9156,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" right_value: @@ -9819,7 +9165,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" operator: {} @@ -9855,7 +9201,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" binary: tag: "tag" @@ -9906,7 +9252,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" binary: tag: "tag" @@ -10287,7 +9633,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" binary: tag: "tag" @@ -10338,7 +9684,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" binary: tag: "tag" @@ -10381,7 +9727,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" right_value: @@ -10390,7 +9736,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" operator: {} @@ -10404,7 +9750,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" right_value: @@ -10413,7 +9759,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" operator: {} @@ -10431,7 +9777,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" right_value: @@ -10440,7 +9786,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" operator: {} @@ -10476,7 +9822,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" binary: tag: "tag" @@ -10527,7 +9873,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" binary: tag: "tag" @@ -10595,7 +9941,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" right_value: @@ -10604,7 +9950,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" operator: {} @@ -10618,7 +9964,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" right_value: @@ -10627,7 +9973,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" operator: {} @@ -10645,7 +9991,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" right_value: @@ -10654,7 +10000,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" operator: {} @@ -10690,7 +10036,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" binary: tag: "tag" @@ -10741,7 +10087,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" binary: tag: "tag" @@ -10808,7 +10154,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" right_value: @@ -10817,7 +10163,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" operator: {} @@ -10831,7 +10177,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" right_value: @@ -10840,7 +10186,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" operator: {} @@ -10858,7 +10204,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" right_value: @@ -10867,7 +10213,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" operator: {} @@ -10903,7 +10249,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" binary: tag: "tag" @@ -10954,7 +10300,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" binary: tag: "tag" @@ -11166,7 +10512,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" binary: tag: "tag" @@ -11217,7 +10563,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" binary: tag: "tag" @@ -11260,7 +10606,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" right_value: @@ -11269,7 +10615,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" operator: {} @@ -11283,7 +10629,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" right_value: @@ -11292,7 +10638,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" operator: {} @@ -11310,7 +10656,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" right_value: @@ -11319,7 +10665,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" operator: {} @@ -11355,7 +10701,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" binary: tag: "tag" @@ -11406,7 +10752,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" binary: tag: "tag" @@ -11474,7 +10820,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" right_value: @@ -11483,7 +10829,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" operator: {} @@ -11497,7 +10843,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" right_value: @@ -11506,7 +10852,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" operator: {} @@ -11524,7 +10870,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" right_value: @@ -11533,7 +10879,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" operator: {} @@ -11569,7 +10915,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" binary: tag: "tag" @@ -11620,7 +10966,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" binary: tag: "tag" @@ -11687,7 +11033,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" right_value: @@ -11696,7 +11042,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" operator: {} @@ -11710,7 +11056,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" right_value: @@ -11719,7 +11065,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" operator: {} @@ -11737,7 +11083,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" right_value: @@ -11746,7 +11092,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" operator: {} @@ -11782,7 +11128,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" binary: tag: "tag" @@ -11833,7 +11179,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" binary: tag: "tag" @@ -11982,7 +11328,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" binary: tag: "tag" @@ -12033,7 +11379,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" binary: tag: "tag" @@ -12076,7 +11422,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" right_value: @@ -12085,7 +11431,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" operator: {} @@ -12099,7 +11445,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" right_value: @@ -12108,7 +11454,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" operator: {} @@ -12126,7 +11472,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" right_value: @@ -12135,7 +11481,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" operator: {} @@ -12171,7 +11517,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" binary: tag: "tag" @@ -12222,7 +11568,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" binary: tag: "tag" @@ -12290,7 +11636,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" right_value: @@ -12299,7 +11645,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" operator: {} @@ -12313,7 +11659,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" right_value: @@ -12322,7 +11668,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" operator: {} @@ -12340,7 +11686,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" right_value: @@ -12349,7 +11695,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" operator: {} @@ -12385,7 +11731,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" binary: tag: "tag" @@ -12436,7 +11782,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" binary: tag: "tag" @@ -12503,7 +11849,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" right_value: @@ -12512,7 +11858,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" operator: {} @@ -12526,7 +11872,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" right_value: @@ -12535,7 +11881,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" operator: {} @@ -12553,7 +11899,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" right_value: @@ -12562,7 +11908,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" operator: {} @@ -12598,7 +11944,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" binary: tag: "tag" @@ -12649,7 +11995,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" binary: tag: "tag" @@ -13030,7 +12376,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" binary: tag: "tag" @@ -13081,7 +12427,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" binary: tag: "tag" @@ -13124,7 +12470,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" right_value: @@ -13133,7 +12479,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" operator: {} @@ -13147,7 +12493,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" right_value: @@ -13156,7 +12502,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" operator: {} @@ -13174,7 +12520,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" right_value: @@ -13183,7 +12529,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" operator: {} @@ -13219,7 +12565,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" binary: tag: "tag" @@ -13270,7 +12616,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" binary: tag: "tag" @@ -13338,7 +12684,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" right_value: @@ -13347,7 +12693,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" operator: {} @@ -13361,7 +12707,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" right_value: @@ -13370,7 +12716,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" operator: {} @@ -13388,7 +12734,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" right_value: @@ -13397,7 +12743,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" operator: {} @@ -13433,7 +12779,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" binary: tag: "tag" @@ -13484,7 +12830,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" binary: tag: "tag" @@ -13551,7 +12897,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" right_value: @@ -13560,7 +12906,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" operator: {} @@ -13574,7 +12920,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" right_value: @@ -13583,7 +12929,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" operator: {} @@ -13601,7 +12947,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" right_value: @@ -13610,7 +12956,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" operator: {} @@ -13646,7 +12992,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" binary: tag: "tag" @@ -13697,7 +13043,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" binary: tag: "tag" @@ -13856,7 +13202,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" binary: tag: "tag" @@ -13907,7 +13253,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" binary: tag: "tag" @@ -13950,7 +13296,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" right_value: @@ -13959,7 +13305,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" operator: {} @@ -13973,7 +13319,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" right_value: @@ -13982,7 +13328,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" operator: {} @@ -14000,7 +13346,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" right_value: @@ -14009,7 +13355,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" operator: {} @@ -14045,7 +13391,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" binary: tag: "tag" @@ -14096,7 +13442,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" binary: tag: "tag" @@ -14164,7 +13510,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" right_value: @@ -14173,7 +13519,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" operator: {} @@ -14187,7 +13533,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" right_value: @@ -14196,7 +13542,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" operator: {} @@ -14214,7 +13560,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" right_value: @@ -14223,7 +13569,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" operator: {} @@ -14259,7 +13605,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" binary: tag: "tag" @@ -14310,7 +13656,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" binary: tag: "tag" @@ -14377,7 +13723,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" right_value: @@ -14386,7 +13732,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" operator: {} @@ -14400,7 +13746,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" right_value: @@ -14409,7 +13755,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" operator: {} @@ -14427,7 +13773,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" right_value: @@ -14436,7 +13782,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" operator: {} @@ -14472,7 +13818,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" binary: tag: "tag" @@ -14523,7 +13869,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" binary: tag: "tag" @@ -14672,7 +14018,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" binary: tag: "tag" @@ -14723,7 +14069,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" binary: tag: "tag" @@ -14766,7 +14112,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" right_value: @@ -14775,7 +14121,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" operator: {} @@ -14789,7 +14135,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" right_value: @@ -14798,7 +14144,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" operator: {} @@ -14816,7 +14162,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" right_value: @@ -14825,7 +14171,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" operator: {} @@ -14861,7 +14207,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" binary: tag: "tag" @@ -14912,7 +14258,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" binary: tag: "tag" @@ -14980,7 +14326,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" right_value: @@ -14989,7 +14335,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" operator: {} @@ -15003,7 +14349,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" right_value: @@ -15012,7 +14358,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" operator: {} @@ -15030,7 +14376,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" right_value: @@ -15039,7 +14385,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" operator: {} @@ -15075,7 +14421,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" binary: tag: "tag" @@ -15126,7 +14472,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" binary: tag: "tag" @@ -15193,7 +14539,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" right_value: @@ -15202,7 +14548,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" operator: {} @@ -15216,7 +14562,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" right_value: @@ -15225,7 +14571,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" operator: {} @@ -15243,7 +14589,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" right_value: @@ -15252,7 +14598,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" operator: {} @@ -15288,7 +14634,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" binary: tag: "tag" @@ -15339,7 +14685,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" binary: tag: "tag" @@ -15720,7 +15066,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" binary: tag: "tag" @@ -15771,7 +15117,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" binary: tag: "tag" @@ -15814,7 +15160,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" right_value: @@ -15823,7 +15169,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" operator: {} @@ -15837,7 +15183,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" right_value: @@ -15846,7 +15192,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" operator: {} @@ -15864,7 +15210,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" right_value: @@ -15873,7 +15219,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" operator: {} @@ -15909,7 +15255,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" binary: tag: "tag" @@ -15960,7 +15306,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" binary: tag: "tag" @@ -16028,7 +15374,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" right_value: @@ -16037,7 +15383,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" operator: {} @@ -16051,7 +15397,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" right_value: @@ -16060,7 +15406,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" operator: {} @@ -16078,7 +15424,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" right_value: @@ -16087,7 +15433,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" operator: {} @@ -16123,7 +15469,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" binary: tag: "tag" @@ -16174,7 +15520,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" binary: tag: "tag" @@ -16241,7 +15587,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" right_value: @@ -16250,7 +15596,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" operator: {} @@ -16264,7 +15610,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" right_value: @@ -16273,7 +15619,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" operator: {} @@ -16291,7 +15637,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" right_value: @@ -16300,7 +15646,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" operator: {} @@ -16336,7 +15682,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" binary: tag: "tag" @@ -16387,7 +15733,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" binary: tag: "tag" @@ -16587,7 +15933,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" binary: tag: "tag" @@ -16654,7 +16000,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" binary: tag: "tag" @@ -16763,7 +16109,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" right_value: @@ -16772,7 +16118,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" operator: {} @@ -16798,7 +16144,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" right_value: @@ -16807,7 +16153,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" operator: {} @@ -16821,7 +16167,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" right_value: @@ -16830,7 +16176,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" operator: {} @@ -16848,7 +16194,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" right_value: @@ -16857,7 +16203,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" operator: {} @@ -16880,7 +16226,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" right_value: @@ -16889,7 +16235,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" operator: {} @@ -17055,7 +16401,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" binary: tag: "tag" @@ -17106,7 +16452,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" binary: tag: "tag" @@ -17149,7 +16495,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" right_value: @@ -17158,7 +16504,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" operator: {} @@ -17172,7 +16518,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" right_value: @@ -17181,7 +16527,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" operator: {} @@ -17199,7 +16545,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" right_value: @@ -17208,7 +16554,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" operator: {} @@ -17244,7 +16590,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" binary: tag: "tag" @@ -17295,7 +16641,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" binary: tag: "tag" @@ -17363,7 +16709,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" right_value: @@ -17372,7 +16718,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" operator: {} @@ -17386,7 +16732,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" right_value: @@ -17395,7 +16741,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" operator: {} @@ -17413,7 +16759,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" right_value: @@ -17422,7 +16768,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" operator: {} @@ -17458,7 +16804,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" binary: tag: "tag" @@ -17509,7 +16855,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" binary: tag: "tag" @@ -17576,7 +16922,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" right_value: @@ -17585,7 +16931,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" operator: {} @@ -17599,7 +16945,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" right_value: @@ -17608,7 +16954,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" operator: {} @@ -17626,7 +16972,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" right_value: @@ -17635,7 +16981,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" operator: {} @@ -17671,7 +17017,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" binary: tag: "tag" @@ -17722,7 +17068,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" binary: tag: "tag" @@ -17898,7 +17244,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" binary: tag: "tag" @@ -17949,7 +17295,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" binary: tag: "tag" @@ -17992,7 +17338,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" right_value: @@ -18001,7 +17347,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" operator: {} @@ -18015,7 +17361,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" right_value: @@ -18024,7 +17370,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" operator: {} @@ -18042,7 +17388,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" right_value: @@ -18051,7 +17397,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" operator: {} @@ -18087,7 +17433,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" binary: tag: "tag" @@ -18138,7 +17484,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" binary: tag: "tag" @@ -18206,7 +17552,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" right_value: @@ -18215,7 +17561,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" operator: {} @@ -18229,7 +17575,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" right_value: @@ -18238,7 +17584,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" operator: {} @@ -18256,7 +17602,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" right_value: @@ -18265,7 +17611,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" operator: {} @@ -18301,7 +17647,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" binary: tag: "tag" @@ -18352,7 +17698,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" binary: tag: "tag" @@ -18419,7 +17765,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" right_value: @@ -18428,7 +17774,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" operator: {} @@ -18442,7 +17788,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" right_value: @@ -18451,7 +17797,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" operator: {} @@ -18469,7 +17815,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" right_value: @@ -18478,7 +17824,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" operator: {} @@ -18514,7 +17860,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" binary: tag: "tag" @@ -18565,7 +17911,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" binary: tag: "tag" @@ -18714,7 +18060,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" binary: tag: "tag" @@ -18765,7 +18111,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" binary: tag: "tag" @@ -18808,7 +18154,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" right_value: @@ -18817,7 +18163,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" operator: {} @@ -18831,7 +18177,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" right_value: @@ -18840,7 +18186,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" operator: {} @@ -18858,7 +18204,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" right_value: @@ -18867,7 +18213,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" operator: {} @@ -18903,7 +18249,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" binary: tag: "tag" @@ -18954,7 +18300,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" binary: tag: "tag" @@ -19022,7 +18368,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" right_value: @@ -19031,7 +18377,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" operator: {} @@ -19045,7 +18391,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" right_value: @@ -19054,7 +18400,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" operator: {} @@ -19072,7 +18418,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" right_value: @@ -19081,7 +18427,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" operator: {} @@ -19117,7 +18463,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" binary: tag: "tag" @@ -19168,7 +18514,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" binary: tag: "tag" @@ -19235,7 +18581,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" right_value: @@ -19244,7 +18590,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" operator: {} @@ -19258,7 +18604,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" right_value: @@ -19267,7 +18613,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" operator: {} @@ -19285,7 +18631,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" right_value: @@ -19294,7 +18640,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" operator: {} @@ -19330,7 +18676,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" binary: tag: "tag" @@ -19381,7 +18727,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" binary: tag: "tag" @@ -19762,7 +19108,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" binary: tag: "tag" @@ -19813,7 +19159,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" binary: tag: "tag" @@ -19856,7 +19202,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" right_value: @@ -19865,7 +19211,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" operator: {} @@ -19879,7 +19225,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" right_value: @@ -19888,7 +19234,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" operator: {} @@ -19906,7 +19252,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" right_value: @@ -19915,7 +19261,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" operator: {} @@ -19951,7 +19297,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" binary: tag: "tag" @@ -20002,7 +19348,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" binary: tag: "tag" @@ -20070,7 +19416,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" right_value: @@ -20079,7 +19425,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" operator: {} @@ -20093,7 +19439,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" right_value: @@ -20102,7 +19448,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" operator: {} @@ -20120,7 +19466,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" right_value: @@ -20129,7 +19475,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" operator: {} @@ -20165,7 +19511,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" binary: tag: "tag" @@ -20216,7 +19562,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" binary: tag: "tag" @@ -20283,7 +19629,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" right_value: @@ -20292,7 +19638,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" operator: {} @@ -20306,7 +19652,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" right_value: @@ -20315,7 +19661,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" operator: {} @@ -20333,7 +19679,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" right_value: @@ -20342,7 +19688,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" operator: {} @@ -20378,7 +19724,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" binary: tag: "tag" @@ -20429,7 +19775,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" binary: tag: "tag" @@ -20753,7 +20099,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" right_value: @@ -20762,7 +20108,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" operator: {} @@ -20798,7 +20144,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" right_value: @@ -20807,7 +20153,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" operator: {} @@ -20821,7 +20167,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" right_value: @@ -20830,7 +20176,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" operator: {} @@ -20848,7 +20194,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" right_value: @@ -20857,7 +20203,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" operator: {} @@ -20910,7 +20256,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" binary: tag: "tag" @@ -20933,6 +20279,8 @@ definitions: literals: - null - null + map: + literals: {} coreLiteralCollection: type: "object" properties: @@ -20956,52 +20304,7 @@ definitions: description: "A map of literals. This is a workaround since oneofs in proto messages\ \ cannot contain a repeated field." example: - literals: - key: - scalar: - schema: - type: - columns: - - name: "name" - type: {} - - name: "name" - type: {} - uri: "uri" - blob: - metadata: - type: - dimensionality: {} - format: "format" - uri: "uri" - none_type: {} - primitive: - duration: "duration" - datetime: "2000-01-23T04:56:07.000+00:00" - string_value: "string_value" - boolean: true - float_value: 0.8008281904610115 - integer: "integer" - binary: - tag: "tag" - value: "value" - error: - message: "message" - failed_node_id: "failed_node_id" - generic: - fields: - key: - list_value: - values: - - null - - null - number_value: 6.027456183070403 - string_value: "string_value" - null_value: {} - bool_value: true - collection: - literals: - - null - - null + literals: {} coreLiteralType: type: "object" properties: @@ -21110,7 +20413,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" right_value: @@ -21119,7 +20422,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" operator: {} @@ -21133,7 +20436,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" right_value: @@ -21142,7 +20445,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" operator: {} @@ -21160,7 +20463,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" right_value: @@ -21169,7 +20472,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" operator: {} @@ -21205,7 +20508,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" binary: tag: "tag" @@ -21256,7 +20559,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" binary: tag: "tag" @@ -21371,7 +20674,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" coreOutputReference: @@ -21428,7 +20731,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" binary: tag: "tag" @@ -21451,6 +20754,8 @@ definitions: literals: - null - null + map: + literals: {} var: description: "description" type: @@ -21510,7 +20815,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" binary: tag: "tag" @@ -21533,6 +20838,8 @@ definitions: literals: - null - null + map: + literals: {} var: description: "description" type: @@ -21583,7 +20890,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" coreResourceType: type: "string" @@ -21692,7 +20999,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" binary: tag: "tag" @@ -22250,7 +21557,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" binary: tag: "tag" @@ -22301,7 +21608,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" binary: tag: "tag" @@ -22344,7 +21651,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" right_value: @@ -22353,7 +21660,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" operator: {} @@ -22367,7 +21674,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" right_value: @@ -22376,7 +21683,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" operator: {} @@ -22394,7 +21701,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" right_value: @@ -22403,7 +21710,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" operator: {} @@ -22439,7 +21746,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" binary: tag: "tag" @@ -22490,7 +21797,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" binary: tag: "tag" @@ -22558,7 +21865,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" right_value: @@ -22567,7 +21874,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" operator: {} @@ -22581,7 +21888,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" right_value: @@ -22590,7 +21897,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" operator: {} @@ -22608,7 +21915,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" right_value: @@ -22617,7 +21924,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" operator: {} @@ -22653,7 +21960,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" binary: tag: "tag" @@ -22704,7 +22011,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" binary: tag: "tag" @@ -22771,7 +22078,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" right_value: @@ -22780,7 +22087,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" operator: {} @@ -22794,7 +22101,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" right_value: @@ -22803,7 +22110,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" operator: {} @@ -22821,7 +22128,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" right_value: @@ -22830,7 +22137,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" var: "var" operator: {} @@ -22866,7 +22173,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" binary: tag: "tag" @@ -22917,7 +22224,7 @@ definitions: datetime: "2000-01-23T04:56:07.000+00:00" string_value: "string_value" boolean: true - float_value: 0.8008281904610115 + float_value: 1.4658129805029452 integer: "integer" binary: tag: "tag" diff --git a/flyteidl/gen/pb-go/flyteidl/service/flyteadmin/api_admin_service.go b/flyteidl/gen/pb-go/flyteidl/service/flyteadmin/api_admin_service.go index 8cc1bfc6eb..0d2df29698 100644 --- a/flyteidl/gen/pb-go/flyteidl/service/flyteadmin/api_admin_service.go +++ b/flyteidl/gen/pb-go/flyteidl/service/flyteadmin/api_admin_service.go @@ -741,6 +741,98 @@ func (a *AdminServiceApiService) CreateWorkflowEvent(ctx context.Context, body A return localVarReturnValue, localVarHttpResponse, nil } +/* +AdminServiceApiService + * @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). + * @param idProject Name of the project the resource belongs to. + * @param idDomain Name of the domain the resource belongs to. A domain can be considered as a subset within a specific project. + * @param idName User provided value for the resource. The combination of project + domain + name uniquely identifies the resource. +optional - in certain contexts - like 'List API', 'Launch plans' + +@return AdminLaunchPlan +*/ +func (a *AdminServiceApiService) GetActiveLaunchPlan(ctx context.Context, idProject string, idDomain string, idName string) (AdminLaunchPlan, *http.Response, error) { + var ( + localVarHttpMethod = strings.ToUpper("Get") + localVarPostBody interface{} + localVarFileName string + localVarFileBytes []byte + localVarReturnValue AdminLaunchPlan + ) + + // create path and map variables + localVarPath := a.client.cfg.BasePath + "/api/v1/active_launch_plans/{id.project}/{id.domain}/{id.name}" + localVarPath = strings.Replace(localVarPath, "{"+"id.project"+"}", fmt.Sprintf("%v", idProject), -1) + localVarPath = strings.Replace(localVarPath, "{"+"id.domain"+"}", fmt.Sprintf("%v", idDomain), -1) + localVarPath = strings.Replace(localVarPath, "{"+"id.name"+"}", fmt.Sprintf("%v", idName), -1) + + localVarHeaderParams := make(map[string]string) + localVarQueryParams := url.Values{} + localVarFormParams := url.Values{} + + // to determine the Content-Type header + localVarHttpContentTypes := []string{"application/json"} + + // set Content-Type header + localVarHttpContentType := selectHeaderContentType(localVarHttpContentTypes) + if localVarHttpContentType != "" { + localVarHeaderParams["Content-Type"] = localVarHttpContentType + } + + // to determine the Accept header + localVarHttpHeaderAccepts := []string{"application/json"} + + // set Accept header + localVarHttpHeaderAccept := selectHeaderAccept(localVarHttpHeaderAccepts) + if localVarHttpHeaderAccept != "" { + localVarHeaderParams["Accept"] = localVarHttpHeaderAccept + } + r, err := a.client.prepareRequest(ctx, localVarPath, localVarHttpMethod, localVarPostBody, localVarHeaderParams, localVarQueryParams, localVarFormParams, localVarFileName, localVarFileBytes) + if err != nil { + return localVarReturnValue, nil, err + } + + localVarHttpResponse, err := a.client.callAPI(r) + if err != nil || localVarHttpResponse == nil { + return localVarReturnValue, localVarHttpResponse, err + } + + localVarBody, err := ioutil.ReadAll(localVarHttpResponse.Body) + localVarHttpResponse.Body.Close() + if err != nil { + return localVarReturnValue, localVarHttpResponse, err + } + + if localVarHttpResponse.StatusCode < 300 { + // If we succeed, return the data, otherwise pass on to decode error. + err = a.client.decode(&localVarReturnValue, localVarBody, localVarHttpResponse.Header.Get("Content-Type")); + if err == nil { + return localVarReturnValue, localVarHttpResponse, err + } + } + + if localVarHttpResponse.StatusCode >= 300 { + newErr := GenericSwaggerError{ + body: localVarBody, + error: localVarHttpResponse.Status, + } + + if localVarHttpResponse.StatusCode == 200 { + var v AdminLaunchPlan + err = a.client.decode(&v, localVarBody, localVarHttpResponse.Header.Get("Content-Type")); + if err != nil { + newErr.error = err.Error() + return localVarReturnValue, localVarHttpResponse, newErr + } + newErr.model = v + return localVarReturnValue, localVarHttpResponse, newErr + } + + return localVarReturnValue, localVarHttpResponse, newErr + } + + return localVarReturnValue, localVarHttpResponse, nil +} + /* AdminServiceApiService * @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @@ -1653,6 +1745,121 @@ func (a *AdminServiceApiService) GetWorkflow(ctx context.Context, idProject stri return localVarReturnValue, localVarHttpResponse, nil } +/* +AdminServiceApiService + * @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). + * @param project Name of the project that contains the identifiers. + * @param domain Name of the domain the identifiers belongs to within the project. + * @param optional nil or *ListActiveLaunchPlansOpts - Optional Parameters: + * @param "Limit" (optional.Int64) - Indicates the number of resources to be returned. + * @param "Token" (optional.String) - In the case of multiple pages of results, the server-provided token can be used to fetch the next page in a query. +optional. + * @param "SortByKey" (optional.String) - Indicates an attribute to sort the response values. TODO(katrogan): Add string validation here. This should never be empty. + * @param "SortByDirection" (optional.String) - Indicates the direction to apply sort key for response values. +optional. + +@return AdminLaunchPlanList +*/ + +type ListActiveLaunchPlansOpts struct { + Limit optional.Int64 + Token optional.String + SortByKey optional.String + SortByDirection optional.String +} + +func (a *AdminServiceApiService) ListActiveLaunchPlans(ctx context.Context, project string, domain string, localVarOptionals *ListActiveLaunchPlansOpts) (AdminLaunchPlanList, *http.Response, error) { + var ( + localVarHttpMethod = strings.ToUpper("Get") + localVarPostBody interface{} + localVarFileName string + localVarFileBytes []byte + localVarReturnValue AdminLaunchPlanList + ) + + // create path and map variables + localVarPath := a.client.cfg.BasePath + "/api/v1/active_launch_plans/{project}/{domain}" + localVarPath = strings.Replace(localVarPath, "{"+"project"+"}", fmt.Sprintf("%v", project), -1) + localVarPath = strings.Replace(localVarPath, "{"+"domain"+"}", fmt.Sprintf("%v", domain), -1) + + localVarHeaderParams := make(map[string]string) + localVarQueryParams := url.Values{} + localVarFormParams := url.Values{} + + if localVarOptionals != nil && localVarOptionals.Limit.IsSet() { + localVarQueryParams.Add("limit", parameterToString(localVarOptionals.Limit.Value(), "")) + } + if localVarOptionals != nil && localVarOptionals.Token.IsSet() { + localVarQueryParams.Add("token", parameterToString(localVarOptionals.Token.Value(), "")) + } + if localVarOptionals != nil && localVarOptionals.SortByKey.IsSet() { + localVarQueryParams.Add("sort_by.key", parameterToString(localVarOptionals.SortByKey.Value(), "")) + } + if localVarOptionals != nil && localVarOptionals.SortByDirection.IsSet() { + localVarQueryParams.Add("sort_by.direction", parameterToString(localVarOptionals.SortByDirection.Value(), "")) + } + // to determine the Content-Type header + localVarHttpContentTypes := []string{"application/json"} + + // set Content-Type header + localVarHttpContentType := selectHeaderContentType(localVarHttpContentTypes) + if localVarHttpContentType != "" { + localVarHeaderParams["Content-Type"] = localVarHttpContentType + } + + // to determine the Accept header + localVarHttpHeaderAccepts := []string{"application/json"} + + // set Accept header + localVarHttpHeaderAccept := selectHeaderAccept(localVarHttpHeaderAccepts) + if localVarHttpHeaderAccept != "" { + localVarHeaderParams["Accept"] = localVarHttpHeaderAccept + } + r, err := a.client.prepareRequest(ctx, localVarPath, localVarHttpMethod, localVarPostBody, localVarHeaderParams, localVarQueryParams, localVarFormParams, localVarFileName, localVarFileBytes) + if err != nil { + return localVarReturnValue, nil, err + } + + localVarHttpResponse, err := a.client.callAPI(r) + if err != nil || localVarHttpResponse == nil { + return localVarReturnValue, localVarHttpResponse, err + } + + localVarBody, err := ioutil.ReadAll(localVarHttpResponse.Body) + localVarHttpResponse.Body.Close() + if err != nil { + return localVarReturnValue, localVarHttpResponse, err + } + + if localVarHttpResponse.StatusCode < 300 { + // If we succeed, return the data, otherwise pass on to decode error. + err = a.client.decode(&localVarReturnValue, localVarBody, localVarHttpResponse.Header.Get("Content-Type")); + if err == nil { + return localVarReturnValue, localVarHttpResponse, err + } + } + + if localVarHttpResponse.StatusCode >= 300 { + newErr := GenericSwaggerError{ + body: localVarBody, + error: localVarHttpResponse.Status, + } + + if localVarHttpResponse.StatusCode == 200 { + var v AdminLaunchPlanList + err = a.client.decode(&v, localVarBody, localVarHttpResponse.Header.Get("Content-Type")); + if err != nil { + newErr.error = err.Error() + return localVarReturnValue, localVarHttpResponse, newErr + } + newErr.model = v + return localVarReturnValue, localVarHttpResponse, newErr + } + + return localVarReturnValue, localVarHttpResponse, newErr + } + + return localVarReturnValue, localVarHttpResponse, nil +} + /* AdminServiceApiService * @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). diff --git a/flyteidl/gen/pb-go/flyteidl/service/openapi.go b/flyteidl/gen/pb-go/flyteidl/service/openapi.go index 7bd6621cd2..889104ea96 100644 --- a/flyteidl/gen/pb-go/flyteidl/service/openapi.go +++ b/flyteidl/gen/pb-go/flyteidl/service/openapi.go @@ -77,7 +77,7 @@ func (fi bindataFileInfo) Sys() interface{} { return nil } -var _adminSwaggerJson = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\xbd\xfd\x73\xe3\x36\x92\x3f\xfc\xfb\xfe\x15\x78\xfc\xbd\xaa\x64\x76\x65\x3b\xd9\xbd\xbd\xba\x67\x9e\xba\x7a\x4a\xb1\x3d\x13\x6f\x3c\xb6\xcf\x2f\x99\xda\x3a\x6d\x39\x10\x09\x49\x88\x29\x80\x0b\x80\xf6\x68\xaf\xf2\xbf\x7f\x0b\x8d\x17\x02\x14\x49\x89\x92\xec\xd1\x4c\x78\x57\x77\x19\x4b\x22\x08\x34\x1a\x8d\x7e\xf9\x74\xf7\xff\xfe\x01\xa1\x03\xf9\x8c\xa7\x53\x22\x0e\xde\xa2\x83\x3f\x1f\x7d\x77\x30\xd0\x9f\x51\x36\xe1\x07\x6f\x91\xfe\x1e\xa1\x03\x45\x55\x46\xf4\xf7\x93\x6c\xa1\x08\x4d\xb3\x63\x49\xc4\x13\x4d\xc8\x31\x4e\xe7\x94\x1d\xe5\x82\x2b\x0e\x0f\x22\x74\xf0\x44\x84\xa4\x9c\xe9\x9f\xdb\x7f\x22\xc6\x15\x92\x44\x1d\xfc\x01\xa1\xdf\x60\x78\x99\xcc\xc8\x9c\xc8\x83\xb7\xe8\x7f\xcc\x43\x33\xa5\x72\x37\x80\xfe\xb7\xd4\xbf\xfd\x07\xfc\x36\xe1\x4c\x16\xd1\x8f\x71\x9e\x67\x34\xc1\x8a\x72\x76\xfc\xab\xe4\xac\xfc\x6d\x2e\x78\x5a\x24\x6b\xfe\x16\xab\x99\x2c\xd7\x78\x8c\x73\x7a\xfc\xf4\xfd\x71\x32\xa3\x59\x2a\x08\x3b\x56\x58\x3e\x3e\x90\x4f\x24\x29\xf4\xc3\xf2\xf8\x7f\xe3\x0f\x1e\x68\x7a\xc4\x78\x4a\xe2\x4f\xa2\x3f\x72\xc1\x7f\x25\x89\xfa\x6d\x83\x47\x53\x3e\xc7\x94\x6d\xf2\x24\xc3\x73\xb2\xe6\x73\xf0\x09\x4d\x6b\x7f\x0d\x9f\xac\x58\x83\xfb\x4d\xcb\x64\xdd\x4f\x1a\x67\xe5\x7e\x60\x59\xa5\xf6\x37\x82\x28\xb1\x78\xc0\x4a\x91\x79\xae\x7e\xf3\x5b\x86\xd0\xc1\x94\xa8\xe0\x4f\x84\x0e\x78\x4e\x04\x6c\xf6\x79\xaa\x19\xf0\x82\x4a\x75\xc9\x53\x72\xe6\xb7\xf1\x1d\x17\x77\x58\x3e\x5a\x5e\x83\x67\x04\x91\x39\x67\x92\xc8\x68\x28\x84\x0e\xfe\xfc\xdd\x77\x95\x8f\x10\x3a\x48\x89\x4c\x04\xcd\x95\x65\xf1\x60\x20\xf8\x1a\x38\x1b\x2f\x3d\x86\xd0\xc1\xbf\x09\x32\xd1\x4f\xfc\x9f\xe3\x94\x4c\x28\xa3\x86\xab\xe0\x00\x45\x53\xd4\x73\x3e\x88\x1e\xfe\xed\x0f\x75\xff\xfe\x2d\x58\x42\x8e\x05\x9e\x13\x45\x44\xc9\xf9\xe6\x7f\x2a\x93\xd7\xdb\xa0\xe7\xb0\x29\x2b\x57\x57\x5b\x21\xc6\x25\x9e\x13\xc4\x27\x48\xcd\x08\xb2\x4f\xc0\xbf\x05\x91\xbc\x10\x09\x41\x63\x92\x71\x36\x95\x48\xf1\xa3\xea\x50\x14\x46\xd0\x87\xb2\xfa\x8d\x20\xff\x2c\xa8\x20\x7a\x43\x95\x28\x48\xe5\x5b\xb5\xc8\x61\x49\x52\x09\xca\xa6\x21\xe1\x7e\x1b\xbc\x00\x21\x0c\xaf\x77\xa0\x83\x79\xa0\x91\x0c\x23\x36\x74\x3f\x49\x30\x43\x63\x82\xb4\xbc\xa3\x29\x11\x24\x45\x58\x22\x8c\x64\x31\x96\x44\xa1\x67\xaa\x66\x94\xe9\xbf\x73\x92\xd0\x09\x4d\x1c\x85\xbf\x54\x4a\xc2\x83\xed\x74\xbc\x97\x44\x20\x2e\x90\x5c\x48\x45\xe6\x7a\xc1\x4f\x34\x25\x29\x7a\xc2\x59\x41\xd0\x84\x8b\x88\xac\x5f\x10\x21\xac\xe4\xdd\xd7\x09\x57\x84\xff\xef\xe0\xd4\xc7\x57\x59\x7f\xbc\x3b\x90\x6c\xdd\x73\xfc\xa5\x9e\xde\x8a\x86\xb2\x62\xa9\xb7\x6e\xfb\x9c\xee\x6b\xf9\x64\xef\x97\x19\x29\x59\xbb\x9e\x24\x65\x8a\x68\x13\xa3\xf2\xf5\x84\x8b\x39\x56\xf6\x07\xff\xf1\xef\xbb\xdb\x2b\x47\xed\x07\x98\x40\xfb\x8e\x9d\xa7\x84\x29\x3a\xa1\x44\xc2\x46\xf9\xf3\xa7\x1f\xd5\xbb\xe7\x8f\xb5\x9a\x61\x2d\xd8\xa8\x44\xd4\x3c\x42\x04\x4a\xb8\x30\xea\x63\xda\x22\xde\xfe\x59\x10\xb1\x68\x21\xdc\x04\x67\x72\xc5\xf6\x56\xbe\x25\xac\x98\x57\x34\x3d\xf8\xfc\xfe\xf2\xf6\xfa\xec\xe4\xfc\xdd\xf9\xd9\x69\xe5\x11\x84\x0e\xee\x86\xb7\x3f\x2d\x7f\xfa\xf1\xea\xe6\xa7\x77\x17\x57\x1f\x97\xbf\xb9\x18\xde\x5f\x9e\xfc\xf8\x70\x7d\x31\xbc\x8c\xf5\xd1\x7f\x2c\x11\x74\x82\x8b\x0c\xf6\x31\x9c\x40\xc7\xdd\xcc\xe8\x9c\xae\xba\x6a\xce\x59\xaa\x8d\x39\xbb\x55\xac\x98\x8f\xb5\x82\x50\xee\x91\xde\x04\x2d\x64\x05\x51\x85\x60\x24\x7d\x81\x0d\x79\x21\x56\xe6\x8f\x64\x95\x68\x39\x37\xd7\x4c\x82\x25\xf0\xe5\xbc\xc8\x14\xcd\x33\x82\x72\x3c\x25\xd2\x52\xa1\xc8\x94\x1c\xe8\x9f\x0d\x90\x36\xd1\x89\x38\xf4\x62\x17\x5e\xe1\x6e\xa1\x42\xc2\x27\x68\x42\x54\x32\x33\xc4\x24\x9f\x14\x0c\x35\x62\x70\x0f\x01\x8d\x8e\x46\xec\x4f\x1c\x26\x80\xb3\x97\x63\xee\x8e\xb4\x9a\xd0\x0c\x2c\x9d\x75\x59\x05\xa3\x8c\x4a\xa5\x09\x64\x9f\x44\x39\x96\xd2\xdc\xbf\x66\x06\x47\x23\xf6\x81\x0b\x82\x28\x9b\x70\xc4\x19\xdc\xd1\x4a\x14\x89\xa2\x6c\xea\x1f\x7a\x8b\x46\xc5\x77\xdf\xfd\x25\xb9\xa0\xec\x11\xfe\x45\xf6\x91\x38\x92\x0b\xf5\x30\x5e\x1c\x3d\x92\xa5\xf7\x36\x13\x88\x21\xac\x94\xa0\xe3\x42\x11\xcd\x14\x7a\x0c\x77\x69\x81\x65\x6c\xae\x6c\x79\x34\x62\x77\x57\xa7\x57\xdf\x3e\x62\x25\xf8\x14\xb3\x37\x6f\xd1\x30\x4d\x2d\x0d\xf5\x6f\x68\x0a\xb6\x37\x9a\x11\x41\x8e\xd0\x9d\x16\x95\x72\xc6\x8b\x2c\x45\x8c\x3c\x11\xa1\x19\x4f\xdf\x2e\x8b\xbd\xa3\x56\x4a\x05\x49\xd4\xea\xdb\x3d\x96\x3f\xfe\x29\x4d\x34\x9c\xe7\xd9\xc2\x90\xee\x91\x2c\x40\xbd\x59\x26\xdf\x2b\xf0\xcb\x9a\x37\xc5\xe9\xd9\xed\xc9\xd9\xe5\xe9\xf9\xe5\xfb\x65\xc1\x3f\xf4\x5f\xad\x2b\xf6\x83\xd1\x6a\x7d\x15\xc1\xa3\x07\x0a\x4f\xab\x5e\x8a\x83\x61\x3a\xa7\xec\xd6\xf8\x14\xcb\x11\xfe\xf1\x87\x70\x1c\xbb\x9f\xde\x51\x97\x62\x85\x8f\x43\xff\x5c\xe4\xad\x0a\xdd\x52\xce\xff\xd4\xc5\x73\xf4\x9e\x28\xef\x91\x39\xc5\x0a\xef\x97\xc3\xe8\x23\x17\x8f\x93\x8c\x3f\xfb\x29\xbe\x27\x4a\xcf\xf2\xc6\xce\xec\xa5\xfd\x47\x5f\xb1\x6d\xd8\x1b\x81\xad\xb4\xf9\x22\xbd\x36\x2f\x2f\x87\x62\x17\x8f\x11\x46\x0d\xb1\x80\x46\x57\x7f\x83\x27\x3f\x70\xd4\x77\x14\x60\x91\x5b\x79\xff\x84\x58\x34\xbd\xd7\x17\x60\xbf\x0b\xff\x76\xef\xbe\xde\x90\x50\x5f\xa4\x9c\x5b\x53\x84\xbf\x9a\xf3\xf9\xe5\xe5\xee\x52\x90\xb6\x4b\x54\xb6\x43\x18\x76\xed\xb8\xeb\x8a\x40\x6b\x6d\x64\xb5\x2e\x94\xba\x1c\x3b\xad\x0d\x96\x6e\x15\x1d\x7d\x4f\xd4\x1d\x96\x8f\x7b\x7c\x45\x44\xd3\x7b\xfd\x2b\xe2\x77\x1a\x14\xed\xa3\xa0\x2f\x48\xba\xaf\xfd\x62\xd9\xdf\x38\xe7\xef\x20\xb0\xd9\x47\x32\x3b\xd1\xe8\xeb\x0a\x5d\x7e\xad\xb1\xca\x2f\x33\x38\xd9\x47\x23\xf7\x37\x1a\xf9\xa2\x76\x09\x79\x22\x4c\x49\xf0\x08\x85\x8a\xf3\x41\xce\x65\xbb\x3a\x7e\x22\x08\x56\x04\xbc\x22\x7a\x88\xfd\xd2\xc4\x23\x67\x0d\xcc\xef\xb5\xf4\xf0\x31\x4f\x97\xd8\xd5\x70\x72\xdd\x37\xed\x47\x7e\x67\x4b\xff\x67\x41\xd6\x43\x69\xbe\x20\x87\x69\xf1\xb2\x09\x87\x81\x51\xb5\x7f\x1c\x16\xd9\x7a\xbf\x2f\x0e\xab\x5b\xfa\x3e\x70\xd8\xb3\x0d\x33\x6d\xc2\x65\x3e\x44\xb5\x7f\x9c\xb6\x14\x3d\xfb\x7d\x71\x5b\xd3\xf2\x3f\x2f\xc7\x79\x1f\x5e\x3b\xaf\x55\xf8\xc1\xf0\x1a\xc2\xc8\xb1\x2a\xf2\x03\x85\x3c\x57\xcb\xa1\x67\x75\xbf\xfc\xfc\xdc\xe9\xa7\x65\x66\xb9\x06\x5b\x86\x6f\x3d\xf8\xf7\x35\xe6\x79\x63\xe1\x51\x60\xc9\x8c\x71\x8a\x84\xd9\x7c\xa3\x54\xce\xf1\x02\xcd\xf0\x13\x41\x13\x4c\x33\x63\xf4\x58\x60\xc7\x92\x46\x59\x2e\xb0\x6d\x42\xff\x6f\xb7\x09\xe1\x78\x3a\x82\x4c\x88\x20\x2c\x31\x40\x15\xa3\xec\x26\x38\x43\xfa\xbf\x6a\x61\x7e\x33\xd3\x06\x68\x26\x08\x4e\x17\x68\x4c\x08\x43\x82\x4c\xa9\x54\xda\x36\x5d\x77\xce\x5f\xc7\xd9\x5e\x62\x9e\x3d\x39\xd4\xc7\x82\x64\xb8\x60\xc9\xac\xd3\xe9\xbe\xb1\x0f\x75\x3d\xdf\xee\xb9\xfe\x84\xf7\x27\xbc\x86\xa0\x5f\xc7\x09\x77\x4c\xbe\x3f\x67\xbc\x09\x81\xd5\x35\x63\xaf\xcc\xd6\xdb\xd3\x73\xfb\x1a\x29\x7a\x5f\xb7\x97\xba\xf7\x4e\x6f\x0f\xb1\x5a\xe5\x95\x1e\xb1\xbb\x99\xa6\xc3\x7c\x4c\x99\xc1\xe5\xf2\x89\xe7\x90\x3f\x39\x72\xfd\x09\xe9\xf7\xa1\x82\xd1\x7f\x16\x24\x5b\x38\x6f\xa2\x73\x40\x06\xa3\x79\xf0\x2a\x3a\x44\x9a\xce\x44\x28\xa0\x37\x67\x8a\x7c\x52\x12\x1d\xa2\x8c\x3e\x12\xf4\x8d\x3e\x1d\x68\x78\x7d\xfe\xcd\x00\x7d\x73\x61\xee\xef\x3c\xc3\x4c\x7e\xb3\x37\xb0\xdf\x3e\xd5\x60\x87\xa9\x06\x54\xf6\xa9\x06\x7d\xaa\xc1\xba\x04\xea\x53\x0d\xfa\x54\x83\xe0\xbb\x2f\x23\xd5\xe0\x55\xb2\x0c\xf6\x54\xd7\xed\xf5\xdc\x5e\xcf\xed\x53\x09\xfc\xd2\x76\x25\x67\xdc\xd3\x07\x29\xc9\x88\x22\xad\x52\xe2\x8e\x88\xb9\x56\xe1\xf7\xde\x63\xed\x27\xda\xe7\x21\xf5\xc2\xa3\x17\x1e\x9b\x2c\x6d\x7f\xfc\x8b\xc1\x61\xfe\xac\x0e\x46\xe3\xe5\x7c\xc8\x33\xcc\x1e\x68\x2a\x8f\xff\xb7\x54\xbf\x36\xf4\x2f\x1a\xa7\xc4\x75\x86\xd9\x79\xba\x67\x2e\x46\x7d\x9a\xd3\x33\xf0\x7b\x7b\x24\x98\x78\x0d\x77\xe3\x36\x62\x14\x2b\x70\x02\x61\xca\x8c\xb1\xe2\x5d\x48\x42\xee\xc9\xa9\xda\x46\x92\x06\xab\x09\x84\xa9\x93\x91\x01\x25\xf6\x64\xad\xbd\x73\x6b\x87\xce\x2d\xf2\xf5\xfa\xb6\x7a\xf7\xcd\x26\xd4\xea\xdd\x37\xe1\x77\x5f\x86\xfb\x26\xd0\x20\x36\x43\x17\xb1\xd4\x87\x9b\x11\x46\x59\x19\xd3\x40\xe5\x05\xbe\x12\x6e\x54\x6a\x1d\xfb\xa5\x72\x94\xf3\xea\xe1\x08\x3d\x1c\x61\x7b\xee\xd9\x17\x63\x61\x77\x78\x84\x72\x8d\xf2\xcf\xfb\x7a\x76\x7b\x48\x42\xef\x6d\xf9\xfc\xde\x96\x1e\x92\xd0\x5b\x6d\x7b\x60\xb5\xf5\x90\x84\x1e\x92\xd0\xdb\xb4\x6b\x53\xab\xb7\x69\xc3\xef\xbe\x3c\x9b\x76\xc7\xa0\x84\x8a\xca\xdb\x6b\xbc\xbd\xc6\xdb\x6b\xbc\x5f\x8d\xc6\xbb\x1f\x14\xee\xd5\xdd\x5e\xdd\xed\xd5\xdd\x5e\xdd\xed\xd5\xdd\x5e\xdd\xb5\x4f\xed\x52\xdd\x85\x7f\xb9\x2a\x89\x1d\x01\xb9\xfb\x1f\xa7\xe9\xb5\xde\x5e\xeb\xdd\x6f\xad\x77\x6f\x16\xf4\xf5\x15\x42\xeb\x4b\x89\x2d\x5d\x61\x5f\x43\x29\x31\xf7\xf4\x41\x5e\xb4\xdf\x50\xf7\x79\xfa\x45\x80\x09\xcc\x3c\x7b\x20\x78\x7f\x65\xf5\x57\x56\xa7\x05\x7d\x55\x57\xd6\x1e\xe1\x53\x9c\x40\xfa\xac\xf8\x94\xfd\xef\x13\xb2\x37\xf7\x89\xeb\x35\xbf\x5c\x83\xb1\x6f\x0e\xe2\xbe\xed\x9b\x83\x7c\x16\x42\x7d\xad\xc9\x47\x5f\x4f\x73\x90\x25\x39\xeb\xea\x87\x3d\x34\x48\xdb\xfa\xef\xbd\xcc\xad\xff\x7a\xa3\xd0\x6a\x24\xca\xf6\x2c\xba\x1a\xcd\xed\x35\x02\xac\xad\xdb\xf2\xd5\x09\xdc\x36\x26\xeb\xc5\xee\x9a\xe4\xfa\x5a\x85\x6f\x1f\x12\xdd\x61\x48\xb4\xef\x7f\xdc\x87\x44\xfb\x90\xe8\xda\xd4\xea\x43\xa2\xe1\x77\x5f\x46\x48\xd4\xde\xd5\xb2\xab\xfe\x79\xed\x9e\xdb\x2b\xcd\xd3\xcf\xaa\xa3\xc2\xb9\x95\xab\x7d\x75\xfd\x61\x9f\xf4\xe7\x14\x4c\xac\xd5\x2c\xd0\x9c\xcc\x81\xb7\x9a\x56\x44\xcd\xa5\x6a\xc4\x66\x94\xeb\x25\xad\x76\x7f\xe8\xee\xe6\xd8\x35\xf9\xef\xcf\xdf\x7d\xdf\x2d\xd7\x4e\x16\x49\x42\xa4\x9c\x14\x99\x4d\x99\x13\xdb\x24\xfa\x7d\xfe\xcc\xc3\x9d\x58\x41\x9f\xdd\x4b\xba\xc4\x05\x9f\xd5\x49\xda\x37\xf5\xdc\x61\x53\xcf\xbd\x11\x37\x91\x3f\x37\x9e\x62\x47\x99\xdf\x77\xf2\x44\x1d\x1d\x7a\x7d\x27\xcf\xbe\x93\xe7\x76\x2b\xef\x3b\x79\xf6\x9d\x3c\xf7\xf0\x88\xf6\x9d\x3c\xbf\x24\x34\x40\xdf\xc9\xb3\x87\xdf\xed\x27\xfc\x6e\x3d\x3b\x64\x6d\x23\x64\x5d\x0b\x64\x3d\xf3\xa3\xd9\xf6\xe8\xea\xfb\x89\xd4\xee\x3d\xf3\x00\x45\x73\x7b\x8d\xd8\xe3\xef\xd4\x26\xe8\x0d\x82\x17\xa1\xdb\xd7\x6a\x0d\xec\xb9\x29\xd0\x47\x4d\x77\x19\x35\xed\x83\xa6\x7d\xd0\x74\x5d\x02\xf5\x41\xd3\x3e\x68\x1a\x7c\xf7\x65\x04\x4d\xad\x21\xb7\x8b\x2a\xe2\x5a\x5f\xed\xeb\x87\xf7\xf5\xc3\xfb\xfa\xe1\xbd\x46\xf5\x7b\xd4\xa8\x7a\xa5\x61\x13\x6a\xf5\x4a\x43\xf8\xdd\x97\xa3\x34\xec\xa2\x70\xb8\x1e\xa7\x4b\xc5\x70\xad\x61\xec\x97\x7a\xa1\x67\xd4\x57\x09\xef\xab\x84\x6f\xc3\x37\x9f\x1d\x5a\xb4\xbb\xc2\xe0\x7a\x59\xfb\x56\x12\x5c\xcf\xa9\x2f\x8d\xd8\x67\xdc\xef\x7f\xc6\xfd\xde\x95\x46\xdc\x1b\x65\xb1\x37\xc1\x76\x68\x82\xf5\xd5\x11\x7b\xaf\x76\x6f\xa0\xae\x4d\xad\xde\x40\x0d\xbf\xfb\x82\x0c\xd4\x17\xa8\x02\x0e\xfa\x6d\xaf\xde\xf6\xea\x6d\xaf\xde\x7e\x05\xea\xed\x7e\x50\xb8\xd7\x6d\x7b\xdd\xb6\xd7\x6d\x7b\xdd\xb6\xd7\x6d\x7b\xdd\xd6\x3e\xb5\x13\xdd\x76\x9b\x92\xdf\xfb\x19\x68\xe9\x55\xdc\x5e\xc5\xdd\x6f\x15\x77\x6f\x16\xf4\xf5\x65\x49\xf5\x79\x46\x4b\xf7\xd5\x57\x9b\x67\xe4\xeb\x9c\xed\x06\x98\xf8\xd1\x0e\xd7\x83\x13\x7b\x70\x62\x0f\x4e\xec\xbd\x07\x3d\x38\x71\x3d\x6e\xe9\xed\xe3\xde\x3e\x0e\xbf\xfb\x32\xec\x63\xa7\x3c\xec\x02\xa0\xe8\xc6\xea\x02\x52\x74\xda\xc6\x7e\xa9\x1a\x6e\x56\x3d\x58\xb1\x07\x2b\x6e\xcb\x3b\x9f\x15\xb0\xe8\x8f\xf7\xce\x40\x8b\x6e\x79\xfb\x06\x5c\x74\xf3\xea\xa3\xbb\xbd\xeb\x6b\xff\x5d\x5f\x7b\x17\xdd\xdd\x1b\x65\xb2\x37\xd1\xfa\x00\x6f\x1f\xe0\xed\x0d\xd8\xde\x80\xed\x0d\x58\xfb\xd4\x96\x1a\xee\xe6\x00\x46\xaf\xeb\xf6\xaa\x6e\xaf\xea\xf6\xaa\xee\x57\xa2\xea\xee\x07\x85\x7b\x3d\xb7\xd7\x73\x7b\x3d\xb7\xd7\x73\x7b\x3d\xb7\xd7\x73\xed\x53\x3b\xd3\x73\xb7\x01\x33\xee\x77\x40\xa6\x57\x77\x7b\x75\x77\xbf\xd5\xdd\xbd\x59\x50\x0f\x6a\xec\x41\x8d\x4b\xdf\xec\x2f\xa8\xf1\x0f\x96\x11\x0e\x02\xd9\xef\x2f\x89\x83\x1f\x32\x3e\xbe\x5b\xe4\x44\xff\xf7\x94\xce\x09\x93\xa0\x57\x50\xb5\x08\xaf\xb7\x06\x02\x2f\x93\xf6\xe0\xf6\xfc\xf2\xfd\xc5\x59\x78\xc7\x7d\xb8\xbf\xb8\x3b\xbf\x1e\xde\xdc\xb9\x19\xfa\x55\x85\xb4\xb0\xcf\x45\x37\xf4\x09\x9f\xe7\x58\x50\xc9\xd9\xd9\xa7\x5c\x10\xa9\xa7\x76\x05\xf7\x2a\x17\x9b\xcd\xee\xec\xbf\xc3\x99\x5d\xc6\x7f\xbe\xbf\x8b\xff\x8a\x56\x71\x71\x17\xff\x75\xd6\xba\x9a\x60\xe0\xea\x09\x3a\x44\xef\xef\xde\xa2\xf7\x10\xc3\x16\xe8\x6e\x86\xd9\x88\xa1\x43\x74\x71\xf7\x16\x5d\x10\x29\xe1\x93\xf2\x61\x45\x55\x06\x6b\xfb\x81\x32\x2c\x16\xc8\x2d\x1f\xc4\x23\xc1\xc9\x0c\x11\x4f\x9a\x2a\xf1\xd8\xaf\x05\x03\xb5\xb2\xa4\xde\x05\x9f\xd2\x04\x67\xdb\x11\x71\x78\x19\x9e\x97\x83\xab\x9b\x56\x52\x84\xbf\x5e\xa6\xc5\xf0\xf2\xf4\x2d\x0a\xa6\x5a\xb3\xf2\x4b\x22\x15\x49\xf5\x05\x98\x1a\xe6\xd5\x16\x01\x59\x04\x17\xe3\xaf\x9c\x32\x92\xa2\x42\x6a\xf3\x61\x78\x79\x8a\x8e\xd1\xd5\xcd\x88\x5d\x89\xd4\x58\xf5\x44\xdf\x28\xc6\xa2\xa0\x12\x31\xae\x10\x9d\xe7\x5c\x28\xcc\x94\xbe\x4c\xb5\x20\xe3\x96\x22\x12\x61\x41\xd0\x09\x9f\xcf\x0b\x85\x15\x7d\x22\x4b\x44\x65\x46\x55\xbf\x25\xea\x3c\x05\x3f\x61\x0d\x0d\xf9\x38\x52\x74\x0e\x72\xa1\xc7\x57\xb4\xa2\xe7\x1d\xd0\x74\x49\xf1\x73\x43\x60\x21\x70\x2c\x06\x0f\xa8\x22\xf3\xea\xef\xd7\x6c\xe5\xfe\x5b\xad\x06\xec\xab\xfa\x7f\x20\x0a\xa7\x58\xe1\xf2\x03\x9e\x92\xcd\x98\xe3\xc3\xf0\xf2\x7e\x78\x11\xf2\xc7\xed\xc9\x8f\x67\xa7\xf7\x17\x91\x90\x3d\xb8\xfd\xfb\xed\xdd\xd9\x87\xf0\x93\x9b\x33\x23\x42\xc3\xcf\x4e\x7e\x3c\xbf\x38\x7d\xf0\x42\xb7\x8d\xcd\x2a\xef\xad\x72\xda\xdd\x8c\xa0\x39\x51\x33\x9e\xa2\xf1\x02\x3d\xcf\x28\x78\x2b\xa8\x44\xbe\x82\x3a\x7a\xc6\x12\x65\xe0\xce\x22\xe9\xd1\xc8\x9c\x4a\x33\xea\x5b\xcd\x70\xc8\xbe\x2c\x78\x62\xce\x53\x32\xb0\xbf\xd1\x2c\x95\x99\x6b\x11\x2b\x6d\x09\xd7\x0f\xac\xdf\x8e\x19\xa2\x2c\xa5\x4f\x34\x2d\x70\x76\x04\xef\xf1\x34\x7a\x8b\x86\x48\xeb\xf1\x69\x91\x11\xa4\x04\x9d\x4e\x41\xe5\xab\x4c\xd5\x8c\x66\x1f\x05\x4a\xc2\x73\xbe\x7c\x7d\xa2\x05\x89\x7e\xad\xb5\x2f\xe8\x38\x33\x0a\x95\x79\x50\x1f\x93\xca\x88\x02\xab\x19\x11\x75\x53\x73\xfb\xf2\xd6\xd8\xe1\x0d\xcb\x82\xc6\x9b\x25\x7e\x89\xb2\xbc\x50\xd2\x68\xaa\xb9\x20\x4f\x94\x17\xc1\xa3\x66\xe0\x78\x73\x6b\x87\x2f\x09\x00\x64\xe3\x30\xc7\x72\x98\xf8\x6c\xde\x38\xdf\x9d\xfb\xc7\x19\x53\xa2\xf6\x16\x5b\xf7\x78\x5a\x1d\x29\x3a\x9f\xf5\xa6\xd4\xd2\xbb\x2f\xab\x4a\xef\x32\x2a\xcc\x2a\x4a\xfa\x25\x47\x07\xb5\x36\x16\x28\xc2\x4d\x02\xa2\x46\xd7\x29\x65\xe6\xcf\xa0\x42\xcf\x0b\xa9\xb4\x88\xc4\xb6\x25\xea\xe3\x7f\x4a\xf4\xcf\x02\x03\xb6\xec\x08\xdd\x12\x32\x62\x33\xa5\x72\xf9\xf6\xf8\x78\x4a\xd5\xac\x18\x1f\x25\x7c\x7e\xfc\x58\x8c\x89\x60\x44\x11\xa9\x2d\xe4\x39\xd6\xfc\x42\xc4\xe2\x78\x9c\xf1\xf1\xf1\x1c\x4b\x45\xc4\x71\xfe\x38\x05\xf3\xd9\xa9\x7b\xc7\x7e\xd8\x29\xff\x3f\x17\x7f\xf9\xee\xf0\xe2\x3f\xbf\x3b\x58\x96\x3e\x4d\xa7\xf3\x8c\x25\x38\x97\x45\x66\xdd\x6c\x22\xa4\x0d\x60\x21\x81\x12\xab\xf6\xfb\x32\xde\xae\x0e\x42\xeb\xfe\xf2\xa7\xcb\xab\x8f\x97\x91\xe8\xb9\xbe\x8f\xb4\x81\xf8\xcf\x0f\x67\x1f\xae\x6e\xfe\x1e\x09\xb4\xbb\xab\x9b\xe1\xfb\x76\xad\xa0\xfa\x9a\x2a\x19\x7e\x62\xfc\x99\xc5\xab\x97\xd5\x45\x17\x4c\xd1\x39\x71\x02\xdb\xfe\x79\x67\x56\xba\xc1\xca\xaf\xee\x7e\x3c\xbb\x09\xd7\xf1\xee\xe2\xef\x77\x67\x0f\xb7\xa7\x3f\xb5\xae\xc4\x3c\x16\xcd\xec\x16\xbc\x0f\x27\x3c\x2b\xe6\x2c\xfc\xf7\xe6\x73\x3b\xbf\xbc\x3b\x7b\x5f\x9d\xdd\xd5\xf0\x2e\x26\xfb\x4d\xec\x7a\x3a\xf8\xe1\xea\xea\xe2\x6c\x18\xed\xe5\xe9\xf0\xee\xec\xee\xfc\x43\xa4\xcf\x9d\xde\xdf\x0c\xef\xce\xaf\x2e\x5b\x97\xe9\x66\x50\xb3\x50\xbd\xac\x70\x99\xbb\x96\x33\x6b\x1d\xf3\xa1\x0d\xeb\x98\x83\x72\x18\x64\x87\x18\x5f\x10\x98\x65\x87\xde\x94\x4e\xcc\x4c\x6b\x65\x8d\x8a\xb7\x09\x35\xcb\xba\xd6\x8d\x6e\x13\x79\x77\x7e\x0a\x30\x2f\xeb\xd8\xc5\x59\xc6\x9f\x8d\x73\x7d\x4e\xb5\xa2\x27\x09\xf8\xd8\xf5\x4f\x24\x4a\x0a\x21\x08\x53\xd9\xe2\xa8\x46\x9c\xc4\xdb\xc2\x85\x3a\xf5\xee\xd7\x8d\x18\xae\xd6\x97\xb9\xec\xc5\xac\x65\x95\xaa\xe7\xd2\x4d\x0b\xea\xe2\xf0\xe9\x07\x22\x25\x9e\x92\x77\x2e\xba\xb3\x23\x21\x75\xfb\x73\xf8\xe7\xdf\x6e\x57\xf0\xb3\x1b\x22\x9a\x21\xb8\x01\x87\x8c\x71\x85\x63\xdb\x70\x03\x4e\x36\x0e\xea\x26\x5e\xae\x8c\x62\xdf\x6e\xb4\x7a\x9c\x5d\xd7\x8f\x59\x47\xa5\x50\xc7\x6d\xe3\xb8\x0f\x38\xd7\xac\x94\x14\x52\xf1\x39\xc2\xe5\x1a\x6d\x78\x0f\xe7\x5a\x67\x83\x00\x96\x3e\x1f\x81\x3a\xe4\x9d\x34\xeb\x5f\x62\x25\x09\xad\x9f\x7e\xf9\x25\x91\x5a\x18\x44\x5e\x6d\x44\x6e\x52\xa8\x42\xe8\xeb\x5a\x2b\x96\xe8\x5b\x72\x34\x3d\x42\x57\x3f\x9f\xdd\xdc\x9c\x9f\x9e\x0d\xd0\xf0\xfa\xfa\xec\xf2\x74\x80\x88\x4a\xde\x38\xe3\x07\xce\x25\x49\x47\x4c\x71\xeb\x8b\x59\xa0\x19\x7f\xd6\xef\x9a\x13\x31\x25\xd1\x9a\xed\x8f\x11\xe0\xce\xcb\x16\xdf\x70\xc1\x96\xd3\xd2\xf7\xc9\x51\x1d\x87\x14\x6a\xb6\x0d\x6b\x60\x29\x8b\x39\x1e\x67\xe4\x81\xe2\xf9\x83\xe0\xd9\x2a\x91\x57\x2b\xa6\x4a\xe5\xe4\x41\x1a\xbf\xc7\x03\x4e\x12\x5e\x30\xb5\xf6\x68\xab\xf6\xf1\x14\xc8\x24\x51\x4e\xc4\x9c\x82\xd5\xac\x15\x59\xc9\x13\x8a\x95\xd3\x74\xcb\xe6\x73\x28\x01\x4b\x1e\x34\x54\xd0\xa9\xb3\x32\x22\x0e\x5b\x52\x47\xcb\x53\xe3\x2e\xde\xca\x72\xdc\x84\x7a\x5d\x2f\x9a\x2a\x65\xa8\xcc\x33\xbc\x58\x52\x59\x57\x51\x54\x2b\x66\x32\xc7\x09\x29\xdd\xd5\xce\xb3\x9f\xf0\xf9\x9c\xb3\x6c\xe1\x03\xc9\x29\x9d\x40\x4a\x84\xd2\xd4\x46\x63\xa2\x9e\x09\x61\xe5\xa7\xc8\xee\x3a\xa2\x4c\x2a\xcc\x12\x88\x86\xc1\x41\x19\x69\x5a\xa5\x05\x88\xff\xd1\xc1\x00\x8d\x0e\x52\xf2\x44\x32\x9e\xcf\x09\x53\xfa\x03\xa2\x6a\xf7\xe2\x6c\x8e\x69\x76\xc9\x15\x9d\xd0\x04\x37\xdd\x1d\xeb\x6e\x8b\x20\x09\xcd\x29\x61\x4a\x3e\x10\x3d\xee\x8b\x5a\xf7\xab\xee\x5a\x17\xad\x86\x99\x20\x9c\xa6\x82\x48\x49\xb4\x51\xe8\x26\x69\x35\x03\xe3\x14\xf1\x04\x58\x79\xd5\x1a\xba\xf9\x2e\xe1\x3b\x65\xe3\x7a\x9d\x23\xe1\xc2\x27\x34\xf9\x17\x97\xb9\xca\xad\x5c\x7b\x6f\x54\xa4\x32\xa3\xd6\x79\xe2\x7d\x56\x55\xd5\xa2\xac\x1e\x1b\x7d\x8c\xd7\x9b\x67\x4c\x99\x5b\xfd\x5c\xeb\xd4\x64\x08\xac\x48\x38\x9b\xd0\x69\x11\x48\x65\x6b\x46\x57\x2d\x77\xb2\x72\xc6\x49\xc6\x65\x21\xd6\x54\xe8\xe2\x49\x9f\xd8\x47\xdb\xe6\x7d\x16\x5e\x62\x45\xa6\x64\xa7\x7b\xb2\x86\xf0\x48\x90\x5c\x10\x09\x3c\x09\x3e\x08\x7d\xb8\x95\x15\xb8\xf6\xd7\x03\x44\x59\x92\x15\xa9\xa6\x01\xce\x4a\x1f\x03\x4b\x51\xa9\x44\x8c\xd8\xdc\x9a\x46\x08\x4b\xf4\x4c\xb2\x4c\xff\x37\xe1\xf3\xbc\xd0\x63\xd9\xe9\xda\x91\xb4\xb2\xa9\xb0\x22\x03\xc4\x0b\xa5\x07\x1b\xc0\x68\xa9\xdd\x82\xc3\x31\x06\x74\x87\x83\x34\x68\x51\x73\x2f\x5d\x00\xce\x07\xe5\x0d\xaf\x1b\x01\x46\x19\x7a\x4f\x14\x8c\x02\x28\xa9\x70\x81\x90\xae\x54\xb5\xe7\xea\x69\xbf\xc5\x89\xb2\x2b\xe9\xb0\xf3\x17\x54\x11\x81\xb3\x0f\x38\xff\x21\xe3\xe3\xd6\x7d\x1f\xa2\xb9\xd1\xa8\xec\x5b\x10\x8d\xa1\x44\x18\xc9\x22\x49\x88\x94\x93\x22\x5b\xc9\xa3\x44\x88\xc8\x03\xbd\xe2\xf8\x7b\x22\x9d\xc1\x73\xad\xec\xa9\x7f\x01\x20\x1c\xad\x6d\x83\xdb\xb7\x3a\x4f\x9b\xfe\xb7\x6a\x8e\x78\xcc\x85\x7a\x48\x70\x21\xb7\xb9\x37\xcf\xab\x6f\x2f\xf4\xb9\xb7\xb1\x33\xcd\x4f\xfa\x2d\x16\x6d\xf5\x4c\xb3\x0c\x70\x45\x08\x67\xdc\x9e\x76\xf3\xf3\xc2\xea\x91\x30\x9b\xa6\x73\x6f\x19\xfd\xc1\x1c\x8e\xf5\xa9\x5b\x32\x41\x83\xa9\x79\x6e\x4e\x9b\x3f\x49\x9a\xc5\x2d\xfc\x09\x42\x11\x81\x6f\xaf\x32\x09\x94\x92\x9c\xb0\x54\x22\xd8\x07\xc7\x36\x91\x90\x1c\xa0\x09\xfd\x64\x07\x75\x6e\xd6\xf2\xa7\x81\x46\x55\xbf\xea\x7c\x86\x97\xf7\xa7\xc3\x45\x72\x0d\xcf\xb7\x1a\x12\x5c\x6a\xa5\x39\xd1\x1a\x88\x20\x09\x17\x5a\x76\xc0\x6b\xbd\x71\xbd\xf2\x12\x51\x58\x68\xa2\xe0\x55\x9a\x6a\x34\x8f\x12\x0e\x98\x62\x45\x0e\xb5\x72\xbe\xc2\xad\x98\x73\xfd\x1a\x44\xe7\x44\x2b\xfa\xce\xd3\x1d\x1a\x37\x63\x32\xc5\x0c\x89\x82\x31\xca\xa6\x0d\xb3\x75\x32\x70\x0b\xae\xd7\x2a\x08\x9e\x6b\xd5\x1c\x2e\x5c\x3d\xa1\x78\x1e\x32\x07\x72\xb6\xce\xc3\x6a\xd7\xaf\x45\x35\xd5\x42\xb6\x67\xec\x95\xfd\x86\xc9\x16\x79\xba\x4f\x93\xcd\xb0\x54\xc8\xce\xa9\x61\xc6\xa1\xda\xb7\x83\x50\x54\x5b\x8d\x99\x50\xc3\xee\xa2\xc5\x86\x53\x44\x92\x28\x45\x6d\x2d\x94\x42\x12\x84\x27\x8a\x08\x30\x75\x9d\x66\x64\x92\x83\xfd\xd1\xb6\x59\xc2\x20\x59\xf4\xd7\x81\x2c\x19\xb1\xda\xa1\x8f\xd0\x90\x2d\x85\x5a\x9c\xdd\x17\xd1\xcb\xc8\x6a\x9c\x3d\xe3\x85\x44\x39\xa4\x72\x9b\xe8\x4f\xb9\x78\x30\xcc\xe3\x87\x9c\x15\xae\x35\x0f\x9a\xe0\x2c\x5b\x20\xb0\x88\x82\x99\x35\x6c\x56\x50\x8e\x68\x7d\x61\xb7\xa6\x92\x5c\xc1\x75\xd4\x14\x1c\x28\x6d\x85\x5a\x49\xb7\xa4\xf5\xf9\x9b\x23\x72\xee\x5b\x04\x0c\x28\x61\x56\x0d\x2f\x0d\x89\x36\xcd\x28\xca\xf9\xde\x42\x3f\x72\x20\xb4\xcd\xe5\x5a\x13\x40\x2d\x14\xb0\x25\x42\xad\x5e\xba\x56\xed\xff\x6d\xe6\x10\x40\xc9\x6a\xa7\x80\x76\x01\x26\xdb\x89\x3b\xc1\xb3\xc4\x9a\xe9\x0d\xe7\x13\xc4\x38\x23\x88\xca\xf2\xc7\xe0\xdc\x36\x81\x4e\x38\x7e\x53\xc2\x88\x80\x92\x19\xce\x17\xee\xa1\xd8\x1e\x24\xfb\xca\x56\xdd\xd0\x5b\x23\x68\x42\x49\x96\x4a\xc4\x88\x56\x8a\xb1\x58\x68\xb9\x65\x0f\x7a\xa3\xce\xb0\xca\x7e\x72\x22\xad\x1c\x2a\x8e\x36\x6b\x39\xa5\x07\x9f\xd2\x27\xc2\xdc\x0e\x0e\x1c\x07\x68\x41\xe8\xe8\x92\x45\xae\x9c\xf6\x83\x67\x0b\x75\xec\x81\xad\xbf\x3e\xa5\xf4\xf5\x51\x2c\x59\xff\xa6\x0c\x47\x69\xa8\x64\x0b\xef\xc3\x0b\xb5\xd8\x73\x73\xba\x20\xb2\xa2\x6f\xd3\x3f\x32\xae\xfe\x88\x4a\xa5\xdd\x99\x14\xa6\x60\x8b\x35\xef\x06\x11\xe4\x4d\xbf\x0d\x98\xd4\x9a\x9b\x08\x7b\x76\x4d\x57\x53\x7e\x5b\x70\x49\xe9\xa3\x7c\xd1\x8b\xbd\x22\xbe\xe3\xad\xa9\xc4\x98\x20\x39\x65\x67\x76\xd4\x6b\xd4\xd0\x42\x86\x0d\x04\x01\x5c\x10\xe3\x68\xce\x05\xa9\x24\xc8\x18\xf9\x05\x1b\x5d\x26\x26\xac\xcf\xa5\x35\x2e\x05\x03\xfa\x2f\x8f\x79\xe4\x4a\x68\x77\x21\xb8\xc8\xf0\x36\x9c\x33\x8f\xd1\x3f\x2d\x1c\xb0\x02\x41\x54\x6f\xad\x09\xca\x12\x9a\xe3\x46\xe7\xe8\x3a\x9c\xb0\xe4\xcc\x0b\x2b\xe6\x34\xe1\x66\x9a\xae\x31\x22\xb5\xe6\xd7\x34\x9d\xba\x44\xad\xa5\x34\xad\x76\xb6\x0d\x93\x3d\x46\xf0\x3e\x92\x32\x22\xe5\xe8\xc0\x4c\x9f\xca\xaa\xe8\x31\x3e\x02\xa7\x7d\xca\xb0\x06\x94\xff\xa5\x61\x73\x67\x2f\xdb\x55\xe8\xcb\xf2\x3b\x27\xbe\x22\x40\xcd\xa4\x10\x80\x9f\xa9\x1b\xf3\xdb\x64\x46\xb3\xd2\xd5\xf6\x66\x60\x8f\x84\x19\x32\x23\x4f\x24\xd3\x03\x53\x96\x08\x32\x27\xcc\xc6\x3b\xbe\x43\xff\x65\x12\x98\xd0\xf7\x23\xf6\x1e\x24\x5b\x96\x2d\x06\x88\x4e\xca\x91\xb1\xaa\x0c\xf3\x58\x3b\x01\x35\x23\xf6\x70\x47\x13\x31\xa7\x6a\x86\x9f\xc8\x88\xb9\x61\xfe\x0b\x3d\xa2\x3f\xa1\xef\x9b\xcc\x6c\x0b\x9e\x7a\x69\x2b\xec\x1d\x17\x1e\xa8\x15\x5c\x1c\x56\xf6\xd8\xc3\xeb\x8c\xb4\xc8\x43\x52\x2a\xd2\x5e\xcd\xf2\x88\x2f\xca\x9e\xf8\xb2\x13\x3e\x3c\x3c\x58\x10\xa6\x1e\x18\x4f\xc9\x03\xa9\xf1\xc0\xb7\x9c\x55\x7d\xaf\x5e\xf2\x94\xac\xf4\x9f\x7b\x35\xed\x23\x18\x96\xb2\x18\xfb\xed\xd0\xef\x2d\x4d\xa2\x98\xc1\xea\x27\xec\x2b\x5c\x6d\x32\xdd\x4d\x5d\xfe\x57\x56\xc1\x19\x80\x50\xb5\x13\xa8\x77\x3b\x67\x70\x19\x43\x00\xb8\x7a\x0a\xab\x5e\x3b\xfd\x63\xbd\x72\x2b\xf6\x83\xda\x5d\x80\x20\x15\x74\x4a\xb5\xce\xd7\x1e\x56\x58\xad\xdd\x95\x8e\x70\xef\x78\x46\x78\xcc\x8b\x2a\xaa\x10\x36\xc7\xdc\x4a\x0a\x39\x80\x7c\x93\x82\x89\xc6\xfa\x79\x01\x17\xdf\xa4\xc8\xf4\xcf\x8c\x1f\xcb\x64\x11\x6b\x53\x3a\x78\x9b\xbe\xee\xa4\xa4\x53\x1b\x2d\x76\x03\x52\x8b\xc6\x4a\xc1\xa6\x45\xc9\x0c\xb3\x69\xbb\x0e\x73\x63\x49\xb6\x03\xc3\xed\x35\x42\x45\xcb\xd7\x4a\x0d\xcf\x00\xe9\x2c\x02\xf3\x55\xed\x22\x7f\xee\x2a\x77\xc5\xae\x6d\xa4\x0e\x06\x88\x9b\x94\x9d\xa1\x3d\x10\xcb\x7e\xf5\x7a\xee\xb8\x8d\x2d\xb0\xce\x2c\x61\xde\xfd\x00\x8e\xe1\xad\x1d\x22\x7e\x13\x82\x94\x76\x8b\xe0\x30\xab\x21\x69\xfd\x6e\xbf\x8c\xab\x3d\xc6\x90\x04\x9e\xf6\xe8\x58\xd7\xcf\x68\xbe\xac\x03\xb6\xcc\xa9\x41\x7f\xac\x9f\x9b\xfb\x7a\xdd\xa9\xb4\x3a\x18\xd7\x74\x17\x82\x21\xd4\x76\x6c\x2f\x6c\xa0\x3b\x76\xb4\x99\xe8\x1d\x0f\x42\x0d\xe0\x73\x2b\x24\x52\x02\x33\x69\xde\x36\x62\x1f\x8d\xe6\x41\xa5\x51\xb3\x6d\x82\x00\x68\xf1\x88\xc2\xdf\x60\x2b\x58\x80\xb4\x9a\x61\x6d\x43\x2f\x1a\x9c\x7a\x3e\xa5\xcf\x9f\x84\xd0\xad\x57\xf7\x32\x78\x91\x55\xb7\x6a\x87\x74\x84\x0e\x71\x25\xce\xd6\xb0\xd0\xa2\x26\x2f\x13\x95\x80\xb7\xc1\x59\xa3\xaa\x3d\xe6\x3c\x23\x98\x35\xa9\x42\xb5\x5f\x2f\x19\xd9\x65\x76\xf6\x98\x00\x7a\x4f\xdf\xa6\x42\x1b\xdd\x13\x08\xd4\xc6\xeb\xc2\x90\x1f\xaf\x08\x33\x36\x19\xa0\x98\xcc\x44\xd3\x15\x2e\xc6\x41\x78\xf2\xc7\x24\xeb\x14\xe4\x34\x0f\xb4\x72\x11\xfc\xa4\x4c\xc1\x5e\x0b\x14\x16\xc6\x0a\x6b\x21\x74\xab\x26\x16\x02\xef\x5a\x9d\x4a\x31\x78\xad\xc3\x14\x57\x89\xf3\x61\x25\x18\x87\x08\x44\xf0\x30\x60\x45\xf4\xfe\xc1\x79\x77\x06\xb3\x97\xf7\xd1\x2e\x41\x82\x04\x3c\x9c\x72\x22\x03\xed\x00\xf1\x27\x62\xf9\x97\x4e\x88\xd6\x20\x46\x4c\x2b\x53\xa1\x26\x83\xa5\x3e\x68\xb9\xe0\x53\x0b\x50\xc1\x89\xe0\x52\xda\xf8\x9a\x19\x47\x1e\xb5\xde\x24\x77\x44\xcc\x29\xdb\x8d\x87\xf8\xf5\x30\x29\xcb\xd5\x58\xca\xe4\x8b\x06\xcd\x63\x4c\x90\x72\x6b\x6d\x3a\xf7\xdb\x86\xab\x9d\xf6\x8c\x04\xc1\xd2\xda\x2b\x10\xa2\xae\x84\xe9\x3a\xe8\x09\x7e\xce\x06\xdd\x71\xe8\x36\x3b\x64\x21\x0b\x07\x36\x85\x10\xb4\xb1\x29\x04\x81\xdc\xd9\x71\x66\x9d\xc1\x11\xd7\xd0\xb2\x2a\x6e\x49\x11\xaf\x9a\x9b\x37\x83\x9c\x94\x74\xae\xcf\x0a\xe4\x41\x30\x7e\xc8\x73\x50\x79\xab\xbf\x9a\x60\x9a\x69\x81\x45\xe3\xa2\xbc\x5a\xb9\x3a\x24\x9f\xa8\x54\x84\xa9\x3a\xff\xa0\x1b\x04\xfc\x89\x24\x35\xdb\x68\x38\x77\x74\x30\xfc\xe1\xea\xe6\xee\xec\x74\x74\xe0\x25\xb6\x0f\x1e\x3b\xb1\xee\xe6\x0e\xc1\x22\xef\xbb\xf5\x95\x78\x60\x2f\x11\x4e\xd3\x12\xa5\x6a\xb0\x17\x0f\xc6\x07\xb5\xee\xa9\x58\xe9\xbe\x5d\x1e\xe6\x1d\xfd\x44\xd2\x1b\xac\xb6\x72\xfa\xb6\xa6\xb0\xac\xe5\x59\xa9\x65\xf1\x82\xd1\x25\xeb\xbe\x45\xc8\xfa\xa5\xdc\xeb\xe7\xd6\xe7\x60\x73\x12\x60\xaf\x9c\x89\x2e\x91\x28\x98\x36\x8a\xb0\x2f\x90\x34\x01\x1e\x60\xc9\x62\x80\x00\x89\xa8\xb9\x76\x81\xfe\x8c\xe6\x94\x01\x6a\xa8\x8d\xb6\xf7\xf1\x42\xba\x24\xda\x9d\x5f\xde\xc7\x29\xaa\x3f\x5e\xdd\xdf\xc4\x69\x0f\x7f\x6f\x4f\x99\x8b\x47\x68\xb3\x44\xcb\x35\x06\x01\x67\x6e\x48\xe1\x49\x53\xb7\xd0\x8b\xea\x45\xfd\x75\x41\xca\x33\xaf\x33\xec\x1a\x4d\x0e\x84\xdb\x23\x20\xb9\x5d\xe9\x76\x18\x72\x63\x5a\x5d\xc7\xf6\xda\x8b\x5e\xd0\xb5\x71\xa3\xcd\x83\x80\xe5\x02\xc0\x76\xad\xbf\x7e\x3b\x63\x2f\xcb\x51\x1d\x00\xb0\x83\xf6\x86\xca\xa7\x9d\x07\x40\x5a\xc7\x55\x8e\xc7\x34\x03\xaf\xb8\xbe\x81\xe7\x79\x86\x15\xfd\x57\x9d\x4f\x43\x1e\x8d\x58\x58\xc9\xcd\xdc\x99\x9a\x07\x1c\xf0\x9d\xb2\x29\xe2\x8c\x20\x2e\x4c\x04\xc4\x8b\xc3\x41\x88\xc3\xac\xc2\x23\xd4\x0c\x2d\x78\x21\xfc\x1b\x97\xde\x63\xb9\x4f\xce\xb0\xb0\xf0\x2f\xa7\x67\x5a\x1f\x7e\x88\xb4\x87\xf1\x72\x41\x4a\x63\x0b\x5e\x4c\x9e\x08\x43\xcf\xda\xb0\x2a\xfd\xc9\x23\x16\x00\x17\xb4\x4a\xca\xbe\x51\x3e\x0a\x4b\x33\xdb\x03\x00\x7b\xe7\x79\xe9\x6a\x91\x98\xda\x91\xdb\x19\x78\x07\x50\x4d\xc0\x9e\x6e\xc6\x7c\xf0\x64\x93\xf7\xc0\x44\x1b\x80\x07\x42\x5f\x86\x41\xc9\xd5\xb2\x2c\xf9\x94\x93\x64\x13\xd8\xe0\xb5\xab\x02\xd4\xe6\xcd\x08\xa3\x1f\x36\xb9\xcb\x6e\x9d\xe2\xce\xb7\x52\x9d\xed\x8a\x79\x76\x42\xb9\xea\x89\xfe\x8c\x05\xd5\x36\x66\xc7\x79\x3a\x9c\xeb\x44\xf0\xf9\x7a\x53\x7c\x1d\xc0\xda\xdd\x12\xf4\x2b\x72\x0f\xec\x09\x52\x6d\xf5\x2c\x9b\x20\x6a\xab\xa4\xde\xcf\xe6\x5e\xf4\x68\x54\x48\xbe\x21\x68\x92\x2d\x14\xd1\xa3\x2b\x3d\x55\x8b\x0e\x0b\xdf\x19\xde\x59\xde\xf3\xed\xa2\xf3\x95\x53\x10\xf9\xd4\xc7\x04\x59\x6d\xc8\xa0\xb5\xea\x61\x66\x70\x7d\xd6\x79\x44\x83\x78\x98\x45\xa5\x6b\xe2\x49\x85\xe7\xb9\xbb\xe3\xab\x29\x46\x15\x72\xad\x90\x46\xbb\x82\x47\xbd\x00\xb4\xac\xce\xd6\x8d\xe0\x6e\x36\x76\xbb\x9b\xe4\x8b\xca\x0d\xdd\x3a\xb1\x28\xfb\x22\x9c\x50\x4a\x14\xa6\x99\x0c\x33\x0e\x96\xb7\x32\xba\xf9\x4c\x69\x02\xe7\x78\xdd\xd0\x4a\x0e\x3a\xfe\x84\x3b\x8f\xc2\x3b\x1e\x9c\x2c\x73\xbc\x08\x30\x25\xfa\x14\x64\x44\xc1\xe5\x4c\x99\xff\x2b\x16\xb5\x8e\x99\x43\x16\xad\x0b\x2a\x1f\xa1\x1f\x16\xfe\x5a\xc4\x59\x16\xce\xc4\x38\xef\xca\xf6\x33\xfa\x28\xc0\x25\x86\xce\x2f\x87\x27\x77\xe7\x3f\x9f\x01\x5e\x62\xc1\x0b\xf4\x4c\xa5\xb6\x10\x46\x0c\xfc\x81\x5a\xa0\xc2\xef\x14\x47\xe6\x87\x03\xf8\x15\x14\x28\x90\xc5\x78\x4e\xb5\x3d\x55\x2e\xf2\x1e\x24\xc2\x8d\xc3\xd4\x98\x73\xac\x1f\x80\x6b\xdb\xa1\x75\xea\x30\x93\x2b\xce\xc7\x06\x66\x70\x39\xc8\xb6\x80\x9c\x20\x5c\xf1\xb2\x90\x9c\x40\xcd\x0e\xcd\x9a\xda\xe3\xd5\x63\x72\xea\x0f\x65\x9c\xdc\x03\x19\x58\x54\xaa\xca\x65\xd2\x9c\xd2\x53\x6e\xc1\x2e\x00\x39\x4e\xdb\xee\x20\x07\x6f\xdd\x23\xf5\xda\xce\xad\xaf\x31\x53\xab\x82\x5d\x37\xea\x37\xfb\x86\x18\x2f\xc3\x76\x9b\x07\x81\xba\x98\x5b\x25\xb6\x33\x64\x85\x20\x78\xee\x53\xcb\x6c\x2c\xa8\x22\xba\x19\x57\x10\x7d\x4d\x54\xb6\xa8\x89\xda\x8f\x58\xbd\xde\xd0\xce\x63\xdb\x06\x52\x77\x8a\x2c\xf7\x3b\x72\xe3\x57\x61\x3d\x22\x1f\x3d\xda\xc7\x18\xa3\xbe\x4a\x20\xa9\x9c\x2b\xe7\x7f\x6d\xb0\x02\x40\x5d\x78\xd8\x20\xca\x59\x73\x2a\xd7\x0c\x73\xae\x3c\x17\xf6\xca\x7c\x19\x0b\x6a\xcb\x78\x30\x24\x57\xed\x3e\x25\x0c\x9c\x98\x03\xf0\x90\xf3\x27\x22\x04\x4d\xb5\x85\x15\x26\xad\xae\x45\xb9\x35\x4a\x01\x34\xc8\x30\x53\x2f\x5a\x71\x08\x9b\x78\x9b\x57\x8f\xe7\xf2\x43\x2a\xd2\xcd\xab\x3b\x05\x4b\x89\x60\x04\xab\xd9\xeb\xc5\x17\x4f\xb6\x75\x19\xbe\x5a\xac\xf1\x64\x27\xf5\x32\xc2\xe9\xc6\xb5\x23\x56\xce\xb3\xa8\xd4\x40\x6d\x47\x54\x96\x85\x1a\x96\x8c\xa8\x1a\x57\x57\x80\x0e\xb5\x76\x56\x5c\xb4\xa1\x23\x74\xb7\xd1\x82\xf0\xee\x27\x6d\x1e\xc4\xa9\xdd\xb6\x8c\x77\xbb\x48\x57\x0d\x91\x97\x75\xea\x26\x19\x1d\x3b\x2a\x62\x63\x3e\xb1\x1f\x34\x14\x3b\xaa\x3c\x56\x5d\x6d\x68\x18\xb0\x45\xd5\xae\xc6\x22\xcd\x88\x04\x95\xcf\xe8\xfa\x15\xad\xae\xcd\xe6\x18\xb1\x1f\xf9\x33\x79\x22\x62\x80\xb0\x42\x73\xae\x6f\x72\x46\xc2\xca\xb9\x38\xce\xdc\x32\x2e\x6d\x8c\x6a\x3b\x97\x3b\xcb\xc7\x7a\x15\xeb\x32\x20\x00\xd5\x6f\xb6\xc1\xb9\xc0\x47\x0c\x27\x8a\x3e\x11\x13\xdb\x01\xac\x1b\x75\x0b\x03\xfe\xff\xa3\xf7\x79\xfe\xf1\x08\xdd\xe9\x8b\x8b\xca\x78\xbe\x01\x8c\xb3\x69\x6e\x23\x36\x15\xbc\xc8\xbd\x66\xca\xc7\xa0\x12\x1b\xdf\x67\x8d\xcf\x13\x26\xe3\x1c\x9e\x09\x4e\xf5\xb5\xd8\xce\x38\x91\xed\xb4\x67\xae\x80\x18\x5f\x17\x32\x90\xbe\x2d\x7c\x58\xc9\x42\x07\x80\x8d\x9a\xb3\x69\x77\xe7\x3b\x5d\x2a\x00\x23\x41\x29\xf3\x26\x6b\x04\xb6\xd8\x50\x54\x04\x66\xbe\x33\x89\xeb\x51\x42\xe5\x6b\x4d\xc9\x2e\x23\x38\x48\x7d\x0d\xbc\x86\xbd\x5f\x3f\x59\xa7\x32\xcb\xeb\x42\xe4\x1c\x10\xa2\xd9\xc2\x41\x93\xe6\x18\x82\xe7\x39\xcf\x0b\x03\x96\xa5\x61\x90\xa9\x76\x42\x71\x45\x81\x9d\x07\xff\xb6\xd0\x59\x4e\xb5\x52\x47\x19\x2a\x7f\x88\xac\x57\xb3\x96\xcd\x0a\x41\x37\x52\x4d\xac\x55\x4c\x9e\x08\x53\xa5\x92\x3b\xc7\x39\xa2\x5a\x96\x68\x69\x28\xa6\x64\x80\x9e\x5d\x8b\x19\x84\x51\x21\xa8\xdb\x75\xd0\x4c\x5b\x78\x2b\x56\x0d\x8f\x8d\x97\xda\xe0\x74\x12\x1c\x14\xd3\xb0\x85\x33\x13\x55\x60\x1f\x4b\x84\xec\xa7\x8c\xb2\x47\xfd\xb2\x67\x30\xa3\x9d\x07\x52\xe8\x33\xc7\x85\x03\x3a\x46\x7b\x5a\x2b\xcd\xf6\x33\x11\xb3\xb6\x53\x40\xbd\xd2\xfe\x42\x79\x98\x2f\x55\xd2\xbf\xde\x22\x7f\xe1\x2c\xcc\x7d\x6b\x32\xb5\xbe\xcc\x2d\x33\x8f\xed\xbc\x6d\x3a\x26\x1c\xc8\xc8\x1b\xfd\x0e\x02\x07\xc1\x34\x87\xe5\x1e\x26\x00\x59\x52\x44\x98\x8c\x49\x70\x41\x7a\x37\x97\x55\x51\x6a\x95\xb9\xda\x23\xb3\x75\x56\x9f\x1e\x6f\x19\xd0\xb0\x63\xd7\x4b\xed\x61\x6f\xf4\xc1\x2c\x85\xa4\x5d\xe5\xa9\x32\x0f\x52\x36\x30\x6f\xef\x7e\xac\x5b\x55\x04\xbd\x71\xc4\x3c\x5f\x22\x66\xcc\x6d\x61\x6a\xcf\xce\x0a\x09\x3d\xac\xbe\x01\xeb\x7d\x34\xbb\x2b\xee\x53\x16\x12\x58\x2a\xeb\xe3\xa4\xd5\x65\x73\xb2\x61\xb7\xd2\x30\x11\x11\x57\x97\x85\x81\x2a\x6b\x58\x36\xd4\x84\x01\x28\x79\xba\x2f\x95\x61\x96\x83\xb1\xf1\xe4\x3e\x73\x59\x98\xca\x64\xf6\xa7\x36\xcc\x4a\xba\xed\x6f\xb4\xbd\x66\xa2\x6b\xd4\x84\xf1\xce\x60\x48\x32\xec\xe6\x65\x85\x00\x3c\x4d\xb3\xa8\xb5\x94\x3e\x54\xde\xdf\xba\xbe\x10\x3c\xe1\x4c\xab\x06\x36\x63\xbf\xb2\x16\x1b\xa1\x05\xb3\x39\xae\x41\xd7\x2c\x14\xcf\xb4\x36\xbe\x03\xc3\xd8\xc6\x7d\x6a\x9c\xe5\xeb\xa9\x5d\x26\x05\xeb\xfc\xb4\x14\x13\x3e\xd7\x5b\x2b\x26\xf6\x3a\x52\x02\x6b\xcb\xd0\x55\xc0\xb4\x75\x2f\x9b\x5c\xe2\x7a\x69\xeb\x6d\x11\xfc\x74\x99\x2e\x2b\x2c\x62\x4b\x6d\x48\x43\xac\x58\x36\x3c\x81\x22\xcd\x9d\xf0\x1b\x91\x35\xcc\x52\xc0\x59\x07\xb5\x78\x4c\x0f\x85\xea\x9e\x9b\x77\xce\xb0\xac\xbe\x72\xe5\x96\x6f\x10\xf6\x8d\x86\x79\x4f\x94\x36\x1c\x77\x52\x05\xa3\x83\x17\x1e\x26\x72\x2f\xb2\x95\x75\xf9\x6e\x4d\xaa\x66\x21\xb2\x52\x81\xc1\x48\x5f\x68\x47\x81\xa1\x0b\xc1\xb1\x88\xa2\x66\x32\x0d\x72\xa0\x7b\x25\xc1\x97\x9c\xaa\x9d\xcd\x46\x41\x5c\xd3\x83\xb3\x10\xe6\x62\xae\xdf\x59\x9b\x0a\x00\xb2\x33\x31\x92\x47\x46\x00\x0f\x87\x04\x03\xfb\xb9\xf6\x5e\x6f\xe6\x9f\x6d\x95\xfe\x38\xdd\xfb\xc5\x74\xff\x48\x7a\x47\x0b\xe8\x71\x04\x9b\x2a\xf2\x36\x3b\xc4\x73\x20\xc0\x7c\x94\xa0\x04\xf0\xa7\x99\x0f\x5a\xc7\x92\xce\x1a\x79\xf5\x8c\xb5\x9b\x52\xc5\xa0\xa9\xbe\x18\x2b\xb5\xd4\x59\xec\x6e\x46\x9a\xa9\x1a\x7f\x95\x3e\x9f\x85\x24\xc2\x60\x87\x7d\xbc\xa7\x26\x81\xb2\xd1\xeb\x53\x5b\x99\xb9\x2d\x37\x76\xa9\x42\x74\xfd\xc5\x6e\x3c\x1b\xe8\x5b\xdb\xc0\x96\x1c\xb9\xf0\xfe\x1b\xf4\x5f\x90\x10\xf9\xff\x35\xd5\x74\x98\x12\xf1\x90\x16\x51\xcb\xb5\x55\x93\xba\xd6\x0f\x9d\x16\x6a\x51\x0f\x93\x88\xec\x8b\x0c\x27\x8f\x5d\xa0\x23\xfa\xf7\x0d\xc3\x76\xb2\x5c\x63\xb9\xdb\x00\xcc\x20\x15\x60\x86\xf5\x38\x85\xef\x37\xde\x21\x06\xf9\xb2\x81\x43\xdc\x3a\xca\xa0\x09\xde\x11\x7a\x67\x72\x1e\xe0\x0e\x31\xaf\x48\x78\x91\xa5\x23\x46\x3e\xe5\x5c\x96\x9e\x74\xca\xa6\x75\x38\x75\x9b\xd0\x61\xdf\xb4\xea\xe0\x6d\x2f\xd0\x3f\x3b\x8a\x66\x79\x4f\x97\x97\x5c\xcf\x64\x5b\xa9\xce\x7b\x52\x1f\xfd\xc4\xf5\x15\x19\x20\xbf\xc8\x0a\x5b\x64\xe4\x89\x08\x3c\x25\xb6\x7e\x7a\x90\x93\x80\x37\x28\x97\x7e\xbd\xe4\xee\xfe\xb2\x6b\xfe\x2f\x79\xd1\x5f\x96\x8d\x6d\xc7\x84\x76\x06\x6e\x12\x4a\x77\x3c\x3f\x34\xc5\x87\x98\xef\x44\xe0\x94\x84\x24\xc3\x52\xd2\xc9\x22\x68\x31\xe0\x6e\x5f\xe3\x89\xf6\xb9\x2b\x71\x8e\x53\xed\xdd\x6c\x37\xf9\xc6\x22\x64\x5f\xae\x5c\x65\xdb\xc5\x60\x9f\xe8\xc0\x94\xe5\x7c\x37\x30\x94\xec\x18\x5b\xe5\xf8\xe5\xcb\x63\xec\x9e\x85\x96\x08\xb3\xa6\x10\xbc\x5d\x06\x5f\x76\x5e\x60\x22\x38\x7b\x08\x3a\x75\x6e\x18\xae\x91\x68\xf8\xf1\x16\xc9\x05\x53\xf8\xd3\x5b\x34\x3a\xf8\x60\x32\x4c\xd1\x8f\xbc\x10\x12\x9d\xe2\xc5\x21\x9f\x1c\xce\x39\x53\x33\xf4\x01\xfe\xbf\xfd\xe8\x99\x90\x47\xf4\x77\x82\xc5\xe8\xc0\x76\xcb\xb0\x45\x10\x3d\x0a\x54\x1b\xdc\xa2\x60\xd2\x26\xaf\x7e\xff\x57\x97\xbd\xaa\x5f\xf3\xdd\xf1\xf7\x7f\x45\x7f\x84\xff\xfd\xff\xd1\x1f\x47\x07\x0d\x38\xae\x6e\x11\xf9\x32\xbd\xb8\x76\xb4\x47\x9a\x3c\xf2\xc9\xe4\x41\xd1\x39\x31\xd0\xb5\x07\x2c\x1a\x6b\xb4\x75\x0c\xd5\x51\x8b\xa8\x33\x39\x41\x65\x80\xd6\xbe\xd4\x78\x25\x9d\xd2\xef\x0b\xaf\x9b\x78\x29\x8b\x91\x64\x54\xc2\x53\x5a\x97\x99\x4c\xba\x98\x06\xae\xcd\xcc\x32\x5e\xbf\xf4\x6f\x87\xf8\x50\x7f\xf9\x84\x2a\x13\x5f\x95\x7f\xbb\xac\xcb\x7d\x65\xb7\x37\x2c\xf0\x45\x6f\xee\x5b\x2e\xb6\x12\xe1\x8f\x64\x49\xaf\xef\x64\x17\x3b\xa8\x5b\x08\x33\x06\xc7\x19\x17\x3e\xde\x6d\xfc\x1c\x16\x57\x36\x62\x77\x57\xa7\x57\xdf\x3e\x62\x25\xf8\x14\xb3\x37\x6f\xd1\x30\x4d\x6d\xc9\x27\x64\x8d\x13\xcd\x3c\xda\xf4\xb5\x4d\xd8\x6c\xfd\x16\xa6\x09\x57\x6b\xe8\x86\xd7\x7d\x4d\x93\x35\xd4\x7c\xd8\xe3\xbe\x6c\x4d\x70\x89\x10\xcf\xe7\x5f\x50\x62\x6f\x60\xad\x8f\x64\x61\x2b\x63\x56\xd7\xbb\x49\x15\x2b\xe8\xcf\x4e\xa4\x19\x9a\x8b\x94\x00\x79\x4c\x29\x6e\x2a\x95\xf3\xc9\xd6\x1d\xaa\x3b\x2c\x1f\xf7\x0c\x59\x45\xd3\xb0\x85\x8a\xaa\x2d\x7c\x6b\x85\x9f\xc2\xf2\x71\x67\x6d\x63\x34\x29\xd6\xe9\x18\x63\x47\x46\x24\xea\xf4\x99\x65\x06\x49\x14\x84\xe5\xe7\x38\x37\x05\x6e\x40\x30\x42\x93\x8e\x4a\x03\xfd\xea\xfc\x57\x6d\xb4\x89\xed\x07\x6a\x9c\x00\x3c\x83\x36\x0a\x53\x70\x35\x61\xb6\x30\x0c\xa0\x05\x2d\x96\x8f\xd2\xc3\xfb\x90\x9c\xe3\x2c\x1b\x20\x41\x0a\xa8\x50\x34\x40\x92\x64\x93\x43\xeb\x1f\x24\x29\xca\x4c\x3f\x6d\x34\xce\x78\xf2\x28\x47\x4c\x4b\x3e\x36\x35\x02\xdb\xf7\xe1\xf5\x57\x45\xe9\x4d\x34\xad\xaa\x4c\x06\xb2\xa9\x00\x42\xa5\xa2\x49\x25\xed\x54\x9f\x64\x3d\x1f\x70\x75\x24\xdc\x20\x12\x61\xba\xfa\xea\x22\xa0\xa3\xaa\xc2\x15\x89\x02\xb8\x08\xce\xe8\xbf\x20\x6a\x30\xc3\x4f\x94\x8b\x26\xee\xdd\x41\x7c\xd8\x6d\xcf\x83\x8a\x4f\xc3\x0a\x7e\x3e\xb1\x8f\xc1\x19\x6a\xe3\x98\x9b\x98\x9d\x3d\x37\x78\x36\xf7\xa8\x0e\xc7\x14\x65\x96\xae\x43\xce\x98\x9f\x38\x2f\xe1\x9e\x85\x11\x61\xca\x0d\xc1\xc3\x55\x3c\x7d\x62\x12\x5f\xcd\x18\x41\xf2\x89\x19\xdd\xa5\x06\x5a\x5c\x97\x16\x6d\x4f\x9a\x49\x1c\x79\x34\xed\x4d\xdb\x95\xa0\x47\x52\x9e\x15\x53\xca\x0e\x3d\xe8\x28\xc5\x0a\x8f\x18\xc0\x52\xf5\x4b\x2a\xa9\x8d\xcb\x1c\xb5\xc7\x19\xa8\xbb\x11\x8e\x1d\x13\x51\x1d\x91\xbb\x30\x79\xcc\xb7\x10\x1e\xec\x28\xec\x22\xff\x9b\xa8\xf3\x3e\xdb\x82\xe5\xfa\xdb\x27\x5a\xc2\xab\x83\x17\x35\xee\xed\xc6\xb0\xd2\xca\xac\x96\xc2\x32\x74\x62\x98\x0c\xe6\x06\xae\x40\x5b\x4d\xa9\x69\x46\x9f\x05\xe8\xd2\xb6\x91\xd7\x58\x99\x8a\x38\x64\xce\x95\x01\x70\x1a\x2c\xa5\x85\x58\x5a\x88\xe6\x38\xe3\x63\xb8\x57\x00\x66\x09\xeb\x8e\x5b\xe2\x98\x75\x93\x14\x7d\x1b\x5c\x13\x3e\xfa\xf4\x66\x0f\x5a\x69\xf9\xc2\x55\x7a\xc3\x82\xb4\xe1\xeb\x12\x1f\x5c\x5d\x95\x69\xb6\xd5\x54\xd1\xb8\x1b\x42\x27\xda\xfd\x1d\x20\x74\x2a\xcb\x68\x48\x07\xe2\xd3\x17\x8d\x94\xd8\x26\xc1\x6b\xdb\x3f\x26\x1e\x6f\xf4\x8f\x68\x73\x1c\x9b\x2d\xea\xb6\x68\xbf\xd0\x47\xf1\xe4\x3e\x33\xfa\xa8\x32\x99\x7d\x46\x1f\x55\xa6\xba\xbf\xe8\xa3\x9a\x89\xae\x81\x3e\x32\x71\x98\x07\xcd\xd4\xeb\x09\x85\x5c\x70\xc5\xc7\xc5\xe4\x16\x6e\x93\x75\xf2\xda\x8c\x70\x76\x7a\x8e\x85\xdc\xc3\x6c\x8d\x0e\xd4\x4d\x11\x0b\x41\x4a\x95\x25\xaf\x09\x52\x8a\x44\x5a\x0f\x52\xf2\x20\xa5\x65\xba\xec\x23\x48\xa9\xb2\xe7\xeb\x81\x94\xea\xb6\x7c\x03\xdf\x7b\x34\xcc\x57\x03\x52\xaa\x50\x74\x9f\x41\x4a\x95\xa9\xee\x0e\xa4\x54\xbf\xb3\xdd\x40\x4a\xb5\xd7\x7f\x33\xff\x6c\x1b\xd3\xd6\xaf\x7b\x6d\x90\x52\xb4\x80\x1e\xa4\xb4\x65\xb1\x93\x98\x05\xed\x0c\x7c\x03\xa2\x65\x76\x6f\x83\x29\x81\x4a\xbb\x03\x8e\x7a\xd9\x98\x20\x78\xa1\xd6\xd5\xba\x87\x11\x1d\xa4\xcd\xdc\xd3\xd7\x9f\xc3\xb2\x04\x05\x81\xfb\x7c\x97\x6d\xf3\x5d\x2a\x44\xf6\xde\x2b\xd8\xb8\x26\x96\xdb\xb6\x12\x8a\xab\x4c\xd2\xcd\x20\xbd\x73\x4f\xb5\x6a\xc8\xae\xe8\x49\xe8\xb2\x04\x25\xa2\xd6\x29\xee\xfb\x98\x6f\xe8\xf6\x6e\x40\x62\x2d\xbf\x50\xb9\x0e\xd3\x01\xb4\x2a\x76\x44\x2d\xcf\x20\xa2\xbb\xbb\x51\xb7\x20\x7b\x21\xb6\xe9\x06\x36\x34\x09\xae\xfa\xba\x0e\x93\xa4\xab\x67\x6f\xbc\x50\xcd\x80\xc7\x76\x1b\x68\x75\x93\xaf\xaa\x27\x8f\xfe\xcb\x6f\xf4\x84\x66\x04\x61\x68\x37\x48\xc7\x19\x58\x49\xc0\xc7\x63\xfe\x44\xf4\xa4\xb7\xd9\x55\xca\xa6\xb0\x6e\xe8\x82\x5f\x16\xbf\xf0\xcc\x63\x0e\xf9\x4c\xf0\x62\x3a\x73\x6a\xb1\xab\x8f\x58\xb7\x97\x0e\xb3\xf9\xe5\x7a\x70\x2b\x15\x93\xaa\x4c\xd0\x3d\xc4\xe5\x48\xf2\xca\x61\xae\xba\x75\x74\xe0\x8e\x08\xa4\x50\x1e\x7f\xe7\x78\x34\xd7\x08\x40\x27\x47\x6c\x18\xc1\x19\x5c\x79\xbd\xf1\xa2\x0c\x8b\x1a\x59\x1c\x32\x19\x14\x04\xb6\xea\x26\x54\xe0\xd1\xff\x82\x7b\x03\x1e\xb2\x01\x30\x17\xe4\x82\x88\x2e\x49\x0f\x71\xb2\x48\x32\x9a\x04\x3a\xc4\x54\xe0\x7c\xd6\xc6\x89\xbb\x0c\x55\x3d\x2f\x73\xf7\x0a\xfe\x74\xe1\xaa\x2e\x4c\xd0\x2d\x72\xe5\x49\xff\x65\x45\xaf\xca\x0e\x7d\x9b\x45\xb0\x86\xce\x80\x21\x02\xcd\x78\x96\xba\xfe\xdd\x9e\x5a\xfe\x05\xde\x09\xee\x09\xe4\x36\x03\x0a\xaa\x01\x53\x96\x55\xd9\xda\xe2\x54\x7e\x13\xbf\x8e\x58\xd5\x0a\x49\xd7\x31\x5e\x15\x12\x75\xbb\x98\xd5\x96\x92\xab\x5b\xdc\xaa\xad\x40\x5e\x75\xbf\x37\xf0\xb0\x2c\xe5\x30\xf4\xfe\x39\xef\x9f\xab\xa7\xcd\x3e\xfa\xe8\x6a\x7a\xe9\xac\xe7\xa7\x6b\xda\xfe\x5d\x70\xd2\x0e\xfd\x75\x9f\xd9\x0b\xf6\x12\x0e\xb0\x66\x72\x75\x72\x82\xb1\x76\x07\x98\x7b\xcb\xb6\x9e\x0a\x8f\x2e\x7a\x51\x6f\x85\x57\xce\xbb\x7b\x2c\x4a\xf8\x53\xef\xb5\x78\x51\xaf\x45\x0d\xa1\x57\x7b\x2e\xa2\xbb\xf7\x55\xbd\x17\xee\xcd\xaf\xe1\xc1\xd8\x5a\x2f\x58\xe5\xc5\xa8\xf5\x5a\x34\x28\x08\x7a\xf1\xc3\x8c\xe2\x2d\x7b\x13\x2d\xa1\x2e\x3a\x9c\x8a\x0f\x85\xd4\x86\xa0\xe6\x63\x68\xad\x62\xe6\x6b\x43\xf8\x1e\x9c\x0e\x29\x2b\x06\xe8\xcd\x78\xda\x58\x61\xb3\xb2\x94\xae\x73\x29\x4d\x40\x9b\x29\x63\xb5\x4e\x18\xd7\x90\x3b\xe5\xcf\x4c\x2a\x41\xf0\x1c\x26\x22\x6d\xa9\xb1\x89\x31\xf6\x8c\x45\x49\x45\xd4\x3b\x65\xad\x2d\xbe\xa0\x4c\xdb\x96\x01\x1c\x1f\xfa\x1b\xc1\x9b\x6b\x36\xed\x07\xca\xb0\x58\x6c\xb7\x6b\x2d\x3d\xc9\xda\xad\xa5\xf1\xa2\x29\x5f\x41\xe1\x55\xc9\x09\x5d\x6c\x23\xe8\xbf\x43\x90\x7e\x1d\x82\xab\xc3\x24\x29\x62\xa4\x30\x14\xbc\x9d\x91\x2c\x0f\x32\x96\x72\x2c\x94\x74\x0c\x64\x3b\xff\x26\x7c\x3e\x2f\x98\x29\x8b\x6b\xd4\xad\x67\x0b\x6a\xb5\xc6\x7f\x39\xf8\xd1\x88\x9d\xab\x6f\xa4\x3e\x5f\x9c\x4d\xb3\x05\xc2\xe9\x93\x69\xc9\x69\x95\x49\xce\x64\x31\x27\x42\xfa\x6e\xf5\x7a\x69\xb6\x2c\x65\xd9\x54\x58\xcf\x4d\x5f\xc0\x2e\xff\xd5\xca\x88\x29\x1a\x93\x89\x16\xbe\x39\x16\xd2\x99\x79\x35\x26\x9a\xdd\xdc\x34\x6e\xc5\xff\xca\x67\xf2\xe7\xf0\xd8\x99\xfe\x04\xe6\x84\x62\x1b\x88\x3c\xae\x9e\x4f\x4b\xf5\x96\xb3\x39\x5e\x5a\x14\x6a\x17\xca\x96\x0a\xa7\x4b\xf5\xa9\xab\xda\xb4\x16\xae\x65\xa5\x63\xfd\x1e\x77\xb1\x99\xc9\x75\x6c\x03\x1a\x2d\xd0\xce\xda\x58\x59\xe1\xd9\x24\x14\x7a\x5d\x48\x85\x15\x4d\xec\x1d\x5a\x16\x45\x30\x4f\x37\x6f\xed\xe9\xd6\xa5\xf0\x71\xb6\xbc\xc3\xcd\xb4\xbc\x35\xbf\x6f\x97\x7d\xf6\xb8\x99\xb1\x5b\x7d\xc8\x09\xcf\xb2\x2e\xd9\x0f\x95\x95\x9f\x94\x8f\xb7\xcf\xa8\x7c\x8f\xde\x00\xb7\x17\x70\x6a\x6c\x9f\xcc\x0c\x94\x0c\x46\xa4\xb2\xbb\x14\xfe\xc8\xc8\xd0\x05\x62\xc5\x7c\x4c\x04\xb4\x5c\x05\xb1\xde\x14\x46\xcf\x05\x9f\xd3\x2e\x30\xbc\x2b\xd8\x66\x5f\xe1\x7d\x85\xc3\xa0\xec\xa7\xe9\x21\x6a\xf6\x8d\xa6\x40\x25\x33\xed\x53\x5a\xce\xd0\x1c\xe7\x1b\x11\x7c\xa9\x12\xe8\x12\xa5\xe7\xc6\x86\xb1\xd4\x93\xa6\x95\xed\x23\x59\x98\x06\xa3\xcf\x78\x51\x7a\xda\xbb\x1c\xa7\x5b\xa3\x8b\x10\xe9\xce\x0b\x76\x5c\x16\x9c\x18\x11\x56\xc8\x77\x54\x58\xe7\x04\x9d\xd4\xb1\x61\xe7\xb3\xe4\xd6\xfc\x92\xd0\xc6\xf0\xd8\x87\x66\x4b\x97\xdb\x30\x3e\x0c\xc1\x88\x08\xa6\xd3\x4e\xaa\x0f\x11\xe7\xec\x9c\x46\x9b\x37\xa0\x7c\x59\x9a\x59\xb6\x5e\x8b\x58\x5b\x06\xef\xba\x95\x08\x73\x6f\xac\xa9\x08\x16\x82\x16\x3b\x94\x1d\x5c\x6d\x43\x4c\xb4\xee\x62\xd4\x4a\x3e\x99\x64\x1c\x6b\xb3\xd2\xe6\xda\x4c\x68\x46\xe4\x11\x3a\xaf\xb1\x27\x40\xcb\x71\x5a\x15\x80\xb9\xc1\xd9\xec\xf4\x9d\x42\x50\x5b\xb7\x9a\x08\xe2\xb5\x1a\x44\x6d\x09\x8b\xd2\xf4\x14\xc4\x74\xfc\x80\xe4\x44\xce\x4c\x63\xcd\x99\x19\x80\x4a\x5b\x80\x58\xe9\x29\x51\x2d\x0b\xa8\x6d\x49\x9c\x92\x9c\xb0\xd4\x3f\xc0\x4d\x15\x52\x9c\xa8\xb2\x41\x18\xcc\xaa\x61\x4b\x77\xd1\x78\xc6\xfe\xbe\xc3\xb6\xde\xe9\x27\x96\xf7\xa6\x76\x86\x77\xf1\xe8\x9d\x67\xe7\xf5\xf2\xee\xfe\xd3\x77\xf0\xa8\x73\x2a\x40\x7f\x5b\xf0\x3b\xcd\x7d\x50\x95\xa5\x44\x48\xc5\x39\xdc\x50\xb7\xa7\x3f\x1d\xdf\x9f\x23\xa2\x12\x28\x0a\x30\x62\x89\x7c\x1a\x68\x85\xf6\x9f\x05\x51\xfa\xe3\xa6\x54\xc9\x39\x61\x12\x24\x01\x5d\xb7\xba\x8b\x23\x8c\xfe\xef\x69\xfc\x7c\x0b\xcb\x97\x05\xae\x6d\x5a\x31\xf0\xae\x4b\x03\x03\x36\x85\xdc\x03\x43\x5a\x59\xc3\x31\xa6\xd5\xff\x59\x5d\x8e\xfa\x06\x01\x37\xf6\x6b\xc1\x3a\xaa\x49\x27\xe5\x43\xc1\x2c\x1a\xb4\xb0\x79\x8e\x05\x95\xdd\x86\x77\xcf\xd4\x8e\xbe\x4a\x88\x38\xba\x62\x34\x36\x94\x42\x65\x3a\x3f\x52\x82\x10\x10\x21\x9e\x9f\xec\x5d\x0f\xb7\x7c\x40\x8d\xe0\xa1\xa3\x11\xfb\xe0\xfc\x60\xe5\xa7\xb2\x2c\x0e\x3d\x1f\x43\x8a\x61\x01\x36\x53\x3c\x0a\x0c\x9b\x52\xe9\x3f\x80\xcc\x13\x59\x64\xb6\x3b\xe1\x84\x32\x9c\xf9\x89\xd6\x76\x0a\x87\x3d\x17\x98\x25\x33\x28\x9e\xba\x4d\x10\x6c\xf2\x40\xb2\x2e\xba\xe3\xf9\xe4\x2c\x93\x9a\xbf\x93\xc7\x86\xd3\xf9\x27\x97\xf8\xde\x61\x83\xca\xc5\x80\xe6\xe6\xd2\x21\x8d\x55\x62\xe2\x00\x99\x22\x26\x77\x05\x62\x01\xd5\xf8\xab\x89\x44\xeb\x5d\xb4\xba\xb5\xad\xbf\xaf\x04\xcf\xcc\x13\xda\xc6\x82\xb7\x20\xac\x46\x4c\x14\x0c\xf2\x07\xbc\x1f\x15\x23\x49\x04\x35\x0e\xcd\x84\x33\xa3\x03\x58\xe7\xc9\x54\x8b\x09\xad\xf9\x41\x68\x1d\x7a\x80\x08\xca\x0b\xa9\x65\x88\xe9\xff\x23\x6d\x9f\x66\xe3\xc9\x1e\xa0\x5c\xd0\xb9\xa2\x4f\xc4\x27\xfd\x84\x3b\x57\xcb\xcc\xdb\x04\x10\x72\x22\xb0\x5a\x37\x87\xa8\xee\xed\x57\x6e\x84\xda\x03\x9b\x91\x89\x7a\xa8\xf5\xbb\xb4\x98\x18\x7a\x44\x96\x36\x14\x9b\xa0\xd3\xd9\x0e\x46\x5c\xff\xd4\xff\xd9\xfa\xc5\xf4\x51\x0f\x6e\x7c\xc1\xb9\x32\xfc\x56\xca\x24\xe4\xa8\x09\xea\x82\x7d\xa9\xc9\x3b\xd6\x9b\x4a\x61\x57\xf5\x19\x7e\x64\xfc\x99\x79\xdb\x5a\xab\x0d\x67\x38\x99\x85\x82\xc5\xfa\xab\xcd\xa9\x5e\x79\x9e\xa3\xdc\xda\x3d\x01\xc1\xf9\x33\x7d\x62\xeb\x5c\x64\x0b\x54\xe6\x4f\x47\xcf\xad\x73\xbd\x19\xbb\xd3\x9d\x5d\xb3\x60\x9b\x32\xa8\x48\x6e\x6d\x63\xdb\xb4\xcf\xc7\xd1\xc1\xbd\xaa\x5f\x75\x84\x3e\x3a\x4d\x0e\xc2\x01\xde\x43\x0d\x90\x2c\xe8\x03\xb4\x70\x85\xce\xeb\x08\xbb\x0b\x74\xd4\xae\x7d\xf4\xed\x04\xf6\x2d\xd7\x6a\xa8\x1c\x5d\xa8\x8c\x19\x0b\xab\x43\xb3\x8d\x13\xff\xd0\x2d\x69\x0f\xfb\xbe\x83\x1c\x42\x53\x42\x1f\xbc\x55\x9c\x65\x8b\xff\xc7\x6c\x16\xa0\xa2\xf4\x11\x2a\x64\xd9\xc8\xd7\xfa\x30\xf5\xf9\x01\x1f\x1c\xe3\x4a\x5f\x8a\x13\x9a\x65\x80\x5e\x3a\x42\x43\xc8\x82\x87\xfc\x66\xd3\x34\xc1\x04\x71\xe8\x94\xf1\x55\x21\xe4\x06\x66\x4a\x02\x66\xba\x6d\x66\x26\x09\xdc\xe4\xa3\x0a\x3b\xe2\xa8\x1d\xa0\x9c\xb4\x6c\x89\x3d\xe3\x2b\xf7\xaf\xc2\xd5\xeb\x5f\xc6\x21\xcc\xa4\x18\x3f\xbc\x78\xf8\xb3\x76\xba\xa1\x69\x5c\x3f\xf5\xf7\x05\x16\x98\x29\x02\x18\x48\x03\xbb\x14\x36\xe0\xa7\x39\x10\x91\x4f\xd4\xb6\x6e\x82\xc0\xb1\xfe\x28\xdc\x5c\xe7\x74\x9f\xd2\x27\xc2\x10\x4d\x07\x88\x1e\x91\xa3\x81\xad\x91\x24\x8b\x71\xf9\xcb\x19\x96\x08\x8f\xd8\x12\x56\xe7\x08\x0d\x33\xc9\xed\x13\x84\x25\x19\x54\x9d\x90\xc5\x38\x44\xdc\x01\xe7\x5b\x37\xd1\x78\x81\x30\xb2\x5b\x59\x0e\xcf\xed\x17\xc1\x83\x23\x86\xa5\xf1\x4a\x67\x70\xd2\xcb\xcf\xeb\xaa\xa1\x44\x91\x8a\x17\x44\xd5\x2f\x5d\x43\x2f\xb6\x49\xa6\x7c\x42\xdb\x06\xc1\x2f\x60\x63\x4a\x0c\xd5\x88\x79\x76\x46\xdf\x62\x95\x11\x2c\x15\xfa\xfe\x4d\xa7\xe0\x8c\x5b\x5f\x29\x5c\xed\xe9\x2d\xe1\x08\x2e\x04\xda\x54\xcc\x09\x92\x6e\x11\x46\x8c\x04\x98\x94\x81\xde\x66\xc5\xd1\x13\x95\x05\xd4\xf1\x08\x90\x2b\xa6\x12\x03\x55\xd2\x25\x15\x1a\x3f\x65\x83\x18\x71\xf5\x7c\xac\xff\xd2\x4e\xab\x86\xb1\x06\xb6\x17\x8a\xb4\xfd\x89\x28\x2b\x79\x4e\x7f\x33\x62\x56\xb0\xba\xb8\x4d\x90\xf0\x3d\xcc\xb2\x90\x1f\x8d\x82\x93\x12\xa6\x17\x0c\x55\x48\x8e\x50\x58\x01\x5e\x96\xb1\xc2\xb8\x80\x56\xd9\xd6\x02\xf1\xc9\x88\x79\x00\x60\x38\x76\xad\xb2\x53\x67\x2e\xbe\xa2\x0e\x5c\xf3\xfa\x0b\x53\x0e\x66\x0d\x5d\xb8\xb9\x16\x5c\x8b\x7b\x65\xc9\x44\x6f\x51\x8d\x77\xfd\x82\xf5\x35\xe5\x7a\x73\x17\x6e\xd9\x67\x5e\x63\x3d\x37\x6c\x6e\xa0\x5a\x6c\xb1\xa9\x65\xd0\xfa\xb5\x1c\xb8\xd1\xd4\xcf\x53\x40\x16\xad\x16\x82\x25\x52\xc7\x89\x0e\xb0\x5b\xa9\xc3\x8b\xc3\xd9\x2a\x03\xf0\x00\x29\x71\x72\xcf\xfe\xb2\x29\xfb\xfb\xcb\x5e\xfe\xa0\x5c\xbf\x5b\x8a\x8f\x42\x2f\x2f\xbc\x59\xd7\x1b\xa6\xbf\xe2\x84\xb0\x64\x61\xde\xe4\xaa\x58\x94\x7a\x1c\x28\x7b\x01\xfc\x1d\x83\x6d\x5e\xab\x1d\xda\xca\x4e\x47\xe8\x0c\xee\x19\x57\xe8\xc9\xb4\xa9\xaf\xfc\x78\xc4\xb4\x61\xa2\xaf\x78\x69\x26\xed\xc6\x8f\x59\xbc\xee\x04\x18\x74\xf4\x56\xae\x99\x39\x9e\x76\x42\x3a\x04\xc6\x84\x03\x67\xc3\x18\x90\xa6\x82\xce\xa6\x6f\x51\xca\x93\x47\x22\x8e\x05\x49\xa9\x7c\x0b\xae\xf2\x86\xd6\x79\x09\x9f\xcf\xb5\xb1\xbd\xb5\xa2\xb1\x69\x8d\x40\xf3\x7e\xdb\xb9\xd6\x76\x01\xd6\x1a\x02\xb4\x08\xf7\xb0\x7a\x03\x39\x73\x7d\x4d\x09\x53\x62\x91\x73\xca\x94\x43\x49\x24\x15\x42\x38\x43\x43\xeb\x6c\x4d\x58\x1c\xb1\x8b\x90\xda\x86\xcb\xbe\x9b\x11\x49\x5c\xfc\xc0\x2c\x4a\x71\xdb\xdf\xcc\x88\x8b\x1c\xab\x99\x04\x7c\x5c\x4c\x03\x6b\x73\xc1\xa3\x9a\x42\x38\x87\xf0\x83\x71\x52\x94\x0f\x79\xe0\x97\x54\x34\xcb\x46\x8c\x11\x92\x4a\x04\x59\xb9\xdf\xd4\xe2\x30\xf5\xa3\x03\x84\xd3\x14\xfd\xdb\xb7\xef\x2e\xfe\x7e\x77\xf6\x70\x7e\x79\x7d\x7f\xf7\xf0\xee\xfc\xe2\xec\xcd\xc0\x7f\x78\x75\x7f\xe7\x3f\x35\x0e\x96\x27\x22\xd0\x1c\x3f\x82\x85\xc7\xa4\x51\xff\xd4\x8c\x8c\x58\x38\x53\xd7\x96\x52\x7f\x23\x89\x83\x9a\x58\x35\xc5\xe7\x14\xd8\x3d\x6c\xd8\x30\xd7\xea\xad\x83\xed\x7b\xe3\x1f\x69\xe7\x41\xc7\x3c\xfe\x15\x4e\x0d\x9c\x13\xa6\xb4\x8c\xb1\x98\xb5\xd2\xf4\x2d\x19\x8e\xb0\x29\x65\x4d\x01\x71\xc2\x9e\x5e\x52\x87\xff\x89\x2c\x7e\xd6\xd6\xf5\x35\xa6\xeb\x37\x7e\x3b\x63\x4f\x54\x70\x06\x4b\xf3\x5e\xad\xb2\x8e\x2a\x81\x05\x57\x0e\x95\x34\xba\x30\x84\x5c\xf2\x46\xd0\x05\x9b\xd0\x46\x78\xd5\x67\x5b\xee\xd0\xb8\x89\xc9\x27\x25\xb0\x2d\x2f\xef\x1b\x65\x3f\x61\x9a\x01\x60\xc6\x5d\x34\x25\x0f\x9a\xf2\x9c\x6f\x11\xc9\xf0\x98\x0b\x80\x53\x9a\x08\x9f\x1b\xc2\x12\x0c\x0a\xfe\xf9\x81\x9a\x80\x1b\x5c\xbc\x5c\xd9\xe4\xe8\x1e\xba\xe6\x62\x9d\x9b\x5c\xff\x0c\xa8\xc0\x73\x6d\x92\x55\x84\xa8\xbd\x66\x27\x04\x9b\xba\x5f\x12\x24\x8d\x2c\x72\xbd\x0e\x0b\x06\xc9\xb2\x28\xc5\x5c\x9f\x01\x79\x64\x9d\xe3\xe5\x2f\x39\x43\x3f\xfd\xa7\x44\xe3\x42\x8d\x58\x3c\x06\x67\x50\x25\xf9\x07\xac\x92\x59\x9d\x61\xd7\x7c\xd5\x5e\x6f\x59\xe9\xd5\x2f\xf3\x21\x8f\x47\x8a\x46\xa3\x4c\x91\x69\x35\x0b\xa8\x4b\xaa\xe9\x25\x80\x7a\xa0\x31\x06\x94\x80\xe5\xc8\xb6\x38\xb0\x58\xee\x9c\xa7\xdf\x48\x74\x7e\xad\x65\xae\xd6\xb1\x21\x1c\x4d\xa5\xf1\xa4\x41\x74\x0a\x10\x7a\xe6\x69\x83\x10\x1a\xa0\xef\xd0\xa8\xf8\xee\xbb\xbf\x24\xe8\x93\xfb\xc7\x7f\xfc\xf5\xaf\x7f\xf9\x8f\x4d\x2a\x1a\xc3\xb8\x25\x8d\x6c\x31\x81\xaa\x10\x0e\x77\xe0\xac\x52\xbf\xac\x7b\x24\x18\xca\x61\x99\x8e\x65\xdd\x32\x6a\x6a\xea\x43\x59\xb5\xd2\x79\x23\x04\x31\xd1\x7a\x28\xb2\xd6\x04\x4f\x22\x52\x76\x54\xb5\x6a\x0b\xad\xd9\x71\x20\x63\xf7\xb9\x63\x7f\xe9\x12\x28\xcd\xcc\x5c\xed\x28\xce\x58\x08\xd0\x55\x11\xed\xe3\x62\x70\x5b\xb1\x7f\xba\x99\xb2\x69\xd6\x9e\x00\xd9\xcb\x72\xc7\x08\x3a\xa5\x7b\x08\xa2\x03\x63\x98\x6d\x18\xb1\x0f\xfa\x9e\x3f\x67\x13\xfe\xd6\x32\xec\x05\x65\x8f\xf0\xaf\x06\x1f\xf7\xf6\x7b\xe4\xcb\xae\x05\x9f\x3b\xfb\xc0\x50\xfc\xd0\xd6\xde\xd4\xb3\x96\x0a\x27\x8f\x26\x03\xab\xad\x6c\x5f\xd7\xc2\x83\x25\x84\xa1\xd0\x92\xd2\x92\x0e\xba\x96\xc8\x30\xcb\xfc\x89\x62\x84\xd1\xfd\xcd\xf9\xe6\xf9\xc3\x24\xe2\x49\x9f\xc6\xd0\x94\x51\x53\xc9\x72\xdc\x2a\x39\xce\x68\x4b\x0f\xdd\xf0\x27\x4e\x29\x03\x5c\x49\xdb\x46\x9e\xc7\xed\x89\xcb\x5a\x60\x96\xc7\x7c\xef\x5f\x2b\x02\xb4\x65\x68\x1e\x21\x9a\xd8\xc2\x94\xb0\x4c\x5b\x7a\x0c\xf5\xdd\xad\x3f\x53\x77\xeb\xca\x12\xd6\xea\x71\x5d\xff\x66\x9b\x8f\xbf\xc5\xcb\x6f\xdd\x12\x2b\xa9\xfd\x75\x2f\x5e\x75\x34\x5b\x7b\x59\xd7\xf5\xdd\x5e\x6a\x6a\x5d\x73\x58\x27\x06\x84\xb1\x9d\xca\x63\x7c\x45\x3b\x77\x63\xaa\x19\x61\x70\xa1\xaf\x3f\x72\xa5\x0d\xf0\xba\xfa\x0a\x2e\xd1\x1a\xce\xc6\x0c\x34\xd0\x82\x51\x9b\x9f\x6a\x9d\xea\x81\x37\xc1\x95\x3a\x2d\x9f\xd7\xf6\x0c\x56\x54\x6a\x8b\xae\x96\xe2\x25\xf4\x65\x1b\xaa\x77\x2a\x99\xea\xb6\xb9\x8d\x55\x7d\x54\xe4\x08\xbd\xa3\x42\xaa\x60\x49\x5a\xbf\xb4\xc8\x95\xa6\x22\x6c\x6a\x46\x1a\x93\x2e\x76\x61\x84\xb8\x15\xac\x6b\x99\xf9\x08\xd8\x11\x1a\x96\xa5\x01\x0c\x76\xc7\x34\x92\x5b\xb1\x22\x92\x49\xb2\x09\xf3\xad\xa5\x5a\x82\xc2\x0e\x0c\x04\x1d\xf0\xb1\xd4\x9f\x97\x09\x60\x7e\x9a\xcf\x00\x32\xc1\x8f\xa4\xa9\x74\x6b\xd7\xb2\xbf\x2b\xab\xfd\x0e\xbd\xe6\xc8\x8d\xf2\xb8\xc9\x04\xd7\x3f\x76\x25\x5c\x8a\x4e\x8e\x35\xc9\x6d\x1d\x7d\x13\xdb\x9a\x00\x1f\x5a\xc0\xd5\xf3\xcc\xf6\x70\xb3\x4c\xe9\xf6\x4f\x9a\xee\x1e\x05\x71\x31\x2c\x08\x0d\x7a\x02\x1f\x8d\xd8\xf9\x04\x31\x1e\xe2\xb1\x60\xd6\xfe\x90\x1a\xdf\x97\xdf\x6f\x64\xef\x06\x43\x06\xb0\xc4\xdd\x50\xcb\xa7\x39\xf2\x1a\x6c\x71\x9c\xb7\xeb\x10\xe2\x4f\x6e\xc3\x35\xd6\x35\xdb\xad\xf1\x2c\x75\x0a\x92\x4e\x09\x23\x82\x26\x90\x49\x61\xae\xdd\x1c\xd3\x3a\xdb\xcf\xa6\x92\xef\x6b\x4e\xd0\xae\x93\x81\xec\x72\x37\x4c\x04\xca\xcc\xd3\x06\xcc\x9e\x65\xfc\xd9\x25\x00\xed\x22\x6d\xa6\x4c\xea\x5f\x2f\x65\xc6\x30\x8f\x34\x05\x02\xcd\xbc\xba\xf1\x48\x44\x62\xdb\x88\xc6\xb8\x71\x24\x64\x2f\x19\xc4\x1d\x9f\xf8\x2c\x27\xe3\x04\x32\x09\x91\xda\x28\x5c\xfa\xc7\x0f\x19\x1f\xcb\x37\x61\x5b\x03\xfb\x8e\x12\x78\xd7\xcc\x82\xbb\x49\xaa\x71\xa4\x78\xc9\xfb\xd0\x9d\x99\xf0\x3e\xec\x42\xf8\x7a\xa6\x2a\x63\x60\x06\x77\x80\x05\x2f\x98\x4b\x4a\xe0\x8c\xf0\x09\x00\x11\xa1\xe0\xb2\xb3\x0a\x01\xaf\xcc\xb8\x0a\x30\x06\x82\xe4\x26\xc2\x05\x1a\x6a\x33\xb9\xb7\x4c\xcc\x59\x45\xe7\x97\x48\xcc\xd9\x96\xee\xf6\xe0\x7c\x26\x82\x6f\x9b\x6e\x61\x8e\x52\x07\x31\x0b\xbf\x5f\x69\x8c\x7b\x39\x00\xd6\x77\x58\xbd\xc6\x40\x6a\xc1\xa5\x4b\x0e\x15\x3f\x04\x6c\x16\x20\x7e\x4c\xaa\x5c\x53\xe1\xa3\x64\x46\xe6\x1d\xb2\x91\x6e\xe1\xf7\x6b\xcc\xd3\xb4\x6a\xfb\x14\x4c\xd4\xde\xbd\xd2\x24\x09\x5b\x5f\x15\x65\x50\x0f\x1c\xec\xb3\x95\x37\x47\x47\x17\x47\xb8\x95\xed\xae\x2a\x9b\x06\x52\x49\x63\xb2\xc9\x87\x13\x30\x7a\xdc\x1c\x8e\xd0\x15\xcb\x16\x68\xc6\xe7\x5c\x5f\xdb\xbc\x90\xc1\x97\x06\xd7\x03\x97\x4d\xa3\x8e\x31\xc7\xb9\xc1\x62\x7f\xbe\xd5\xe8\xa3\xa5\xbf\x32\xba\x63\xf8\xa3\xd5\xb9\x9c\xc1\x4a\xc6\x71\x2e\xdc\x8a\xf9\xfb\x24\xa6\x76\xbe\x81\xcc\x9b\x39\x9d\xce\x14\x9a\xe1\x27\x12\x75\x6a\x02\xd6\x9f\xfb\xa2\x70\xae\x64\xbc\xc9\xfd\x02\x86\x62\x75\x85\x1d\x1b\xfd\xd0\x5d\x52\xf1\x3a\x94\xce\x0f\xa0\xba\x1e\xe4\x06\x44\xf6\x80\x57\x07\x24\xf3\x0f\x3e\x95\x75\x42\x16\x39\x19\xa0\x71\x01\xdf\x5f\x5e\xdd\x85\xbe\x21\xca\xe0\xeb\xc3\x64\x46\x92\x47\xbd\x2f\xc8\x08\x45\x43\x2e\x57\xf0\x65\xbc\x18\xb1\xb2\x0a\x81\xe2\xce\xd1\xb1\xf0\x69\x1e\x3e\xd5\x89\x0b\x94\xda\x9e\xb5\xe4\x93\x22\x2c\x85\x97\xd4\xf4\x2f\xd1\xcc\xb2\x99\xd9\x02\x65\x12\xac\x14\x70\x7a\x18\xfc\xe5\x16\xe1\x0b\x6e\x01\xe8\x79\x82\x93\x5a\xb5\x63\xeb\xc4\x9b\x6d\x02\x1d\x4d\x05\x3f\x82\x32\x73\x66\x47\x43\x57\xa9\xc7\xdc\xb0\x0a\x78\x66\x64\x4b\xc6\x8f\x0e\xc0\x83\x32\x72\x15\xa9\xf4\xdf\xa6\xec\x0e\x11\x4f\x24\x1d\xb1\x18\xd5\x64\xaf\xb2\x72\x97\x51\x99\x08\xde\x24\x3a\xbb\x67\x9b\x6a\x3a\xfb\x64\xc8\xd6\x18\x0c\x44\x72\x4b\x08\xb7\x2f\x52\xd6\x92\x98\x5e\x5f\x2a\xff\x05\x32\xa8\xd7\x76\x7e\x94\x99\xe7\x36\x6d\xd4\xd6\x85\x20\x26\xa7\x31\x5b\x98\x3e\x87\x96\x31\x3d\x66\xc3\x00\x3a\x3d\x48\xd5\x02\x39\x4a\x78\x82\xdd\xf3\xba\x31\x46\xcc\x85\x16\x27\x45\x96\x19\x90\x7e\x63\x33\x12\x83\xe1\x72\xa1\xba\xcf\x07\x94\xf1\x76\x2d\x0a\x52\xf5\x83\xd6\x1d\x79\xaa\x65\x07\x4b\x16\x65\x85\x3d\x60\x5e\xc2\xa4\x69\x22\xef\xd2\x74\x01\x91\x3c\x25\xca\xf7\x61\x05\xcc\x91\x28\x98\x05\x84\xe1\x2c\x43\x54\xc9\x11\xf3\xf8\x35\x53\x3e\x07\xae\x02\xd7\xfd\x35\xb5\xba\x20\xbc\x02\x86\x85\xaf\x31\x83\x0b\x82\x26\x54\x45\x53\x02\x4f\xe5\x22\xcc\x6d\xcb\x73\x82\x05\xa8\x8b\xae\x14\x6b\xa8\x0d\x56\xb7\xc1\xf6\xbc\x82\x1a\x3b\xcd\x35\x91\x77\xc1\xbd\xa6\xc6\x52\xe7\x4d\x39\x42\x43\xb3\x3a\xad\x0a\xba\x42\x33\x66\xb6\xae\x77\xb1\x89\x27\x68\x7d\x4b\x49\x5f\x78\xce\x6b\xd4\x39\x16\x8a\x26\x45\x86\x45\xb6\xd0\xd2\x65\x52\x64\x88\x4e\x82\x9a\x39\xb0\x09\x06\xbe\x04\xe5\x25\x39\xdc\x11\x0e\x9e\x2c\x31\x74\x5b\xb4\x0c\xee\x0c\xcf\x2c\x70\x22\x9a\x94\x2c\xe3\x9d\xd2\x63\xbd\x39\x42\xa7\xd5\x0a\x49\x70\x2c\x02\xd8\x33\x95\x46\x02\xfa\xf9\xda\xec\x4e\x28\x0e\x06\x95\x96\xe8\x44\x2b\xbb\xdf\x04\x07\xaf\xa9\x24\x1b\x96\x8f\x1d\x3d\x94\x77\x58\x3e\xae\xf4\x52\x9e\x07\x57\x65\x29\x00\xef\xa0\xd2\x57\xe4\xb7\xf4\x27\xa2\x61\x82\xee\x72\xe8\x38\xc9\x10\x32\xbe\xc1\x44\x3d\x24\xbf\x66\xb2\xf3\x96\x12\x3d\xb0\x8f\x1d\xa7\x1a\xa4\xcf\x76\x9f\x68\xc0\x39\xa1\x3f\xba\x91\xb2\xab\x8d\xcb\x8f\x51\x22\x2b\xd2\xf3\xd2\x8a\x3d\x31\x11\x8c\xa8\x4c\xa3\x95\xe5\x36\xe3\x15\x92\x0e\xfd\x61\x1b\x13\x94\x51\xf6\x68\x4e\x05\x86\x9d\x1f\x20\x5c\x8e\x0e\x87\xcf\xcc\xde\x30\x73\x83\x66\xe3\x71\x05\xbb\x09\x09\xaf\x07\xed\xa8\xdd\x5c\xbf\xee\x9a\xe7\x57\x33\x62\xdd\x3a\xd6\xdf\x96\xd6\xb0\x9d\x57\x62\x5d\xac\xce\x5c\x30\x71\x7f\x8d\xc5\x2a\xfa\x5e\x57\x1a\xe8\x35\x69\x81\x07\x84\x15\xf3\x83\xb7\xe8\x7f\x4a\xca\xdc\x5f\x9e\x9e\xbd\x3b\xbf\x3c\x3b\x0d\x18\xf8\xe0\xbf\xef\xcf\xee\xe3\x4f\x6e\xee\x2f\x2f\xcf\x2f\xdf\x87\x1f\xdd\xde\x9f\x9c\x9c\x9d\x9d\xc6\xbf\x7b\x37\x3c\xbf\xa8\xfc\x4e\x7f\x14\xff\x68\xf8\xc3\xd5\xcd\x5d\xfc\xd1\xed\x4f\xe7\xd7\xd7\xf1\x47\x77\xe7\x1f\xce\x4e\x1f\xae\xee\xef\x1c\xad\xff\x11\x50\x18\x60\xad\x10\xdd\xf5\xf3\xaf\x25\xd1\x2e\x2a\x60\x74\x8d\x3f\x07\x90\xf6\x89\xa0\x84\xa5\xd9\xc2\xd4\x12\x73\x76\x47\x25\x48\x19\x8a\x74\x3a\x27\xbc\xd8\x06\x33\xa0\x4d\x5f\xfe\xa4\x4d\xea\x0c\xd9\xd1\x96\xba\x7b\x56\xdf\x2a\x88\x12\xcb\x6e\xb0\x56\x94\x85\x12\x8b\x5b\x25\xb0\x22\xd3\xc5\x9a\x40\x35\xfb\x12\x94\x93\xee\x2d\x4d\x9d\xe1\x65\x70\x96\xb4\x56\x9a\x5e\xd6\xcb\x21\x97\xf0\xbd\x65\x56\x25\x38\x8e\xd7\x27\xd0\xb5\x7f\xa4\x9e\x33\x4e\x5c\x91\x08\x6d\xd1\x2a\xcc\x1a\x00\xf4\x1d\x0b\xd9\x95\x59\xad\xa2\x2c\x27\x69\x2f\x12\xa7\xe4\x97\xa8\xdc\x4d\x0c\x5f\x9b\xd8\xce\xd2\xb2\x71\x81\x4d\x78\x0f\xaa\x5a\xd4\x6c\x42\xa5\x54\xd8\x8b\x5f\x02\xad\x2c\x69\xb1\x7d\xa0\x99\x99\xcc\x42\xdb\x8e\xc3\xdc\x9a\x90\xae\xdb\x18\x49\xdb\x71\x65\x41\xaf\x19\x96\x65\xd1\x7c\xa1\x3d\x27\x2e\xba\xeb\x01\x95\xa2\x62\x41\xc1\x35\x53\x46\x1f\x12\x49\x61\xd8\xd2\x55\x66\x2f\x7e\x73\x4c\x9f\x48\x8a\x0e\xc3\x42\x8e\xe9\x21\x80\xbf\x46\xac\xc9\x00\xac\x29\x82\x18\x72\xc0\xb5\xab\x71\xb1\xcd\xde\xd7\x50\xbf\xf9\x08\x3a\x62\xaf\x87\x79\x40\xee\xe7\x47\xa8\xd9\xd3\x68\xf7\x65\x8c\x8d\x87\x07\xce\x96\x2f\xde\xd1\x84\xc0\xf2\x57\x55\x37\x87\xe8\x5a\xce\x50\xec\x13\x3c\x8c\x1b\x14\x54\x8a\x19\x06\xf7\x98\xa9\x59\x19\x4d\x3c\x28\xd9\xd9\x64\x53\xf8\x44\xef\x06\x2e\xb7\xb9\x7b\x8d\xc5\x51\xeb\xbe\x6e\x32\xf0\x06\x26\x60\xef\xab\x30\x87\xd9\xb1\x3e\xd3\xbf\x1b\xe3\xfb\xdd\xf0\x39\xd5\xd8\xc9\x3d\x10\x58\x19\x2e\xb4\xca\x9d\x67\xd8\xe0\x7c\x66\x58\x1a\x96\x76\x3e\x44\x3c\xa6\x19\x55\xd0\xf1\xcc\x58\xdf\x15\x0a\x73\x81\xe6\x58\x3c\x6a\x83\x93\x64\x13\x3d\x7a\x25\xf6\x5e\xcb\xf4\x5b\xc6\xb9\xca\x02\x31\xaf\x19\xe9\x2a\x8f\xec\xba\xa6\x7b\xc9\x96\x36\xca\x55\x6e\x87\x29\x61\xac\x78\x50\xec\xa6\xdb\xce\xda\x11\xaf\xab\x8f\x47\xf4\xae\xb9\xa8\x37\x68\x7c\x69\xb0\xf9\x1d\xc4\x7c\x15\xb9\x5f\x7b\xb2\x26\x19\xc7\x0d\xe5\x6a\xdc\xd8\x06\x88\xdf\x34\x76\xca\x0b\x2d\xce\x6a\x07\x37\xb3\x6a\x1f\xbd\xcd\x3e\x72\xe7\x76\xbb\x53\x5f\x2f\x00\xb1\x22\xd0\x5c\x66\x23\x82\x96\xbd\x69\xea\x07\x5f\xaf\x1d\x74\x0b\xa3\x95\x59\x2b\x8e\x79\xd0\xdd\x22\x27\x35\xe5\xd1\x22\x68\xf1\x86\xb6\xd6\xed\xf5\xd9\xc9\xf9\xbb\xf3\x8a\xa1\x33\xbc\xfd\x29\xfc\xfb\xe3\xd5\xcd\x4f\xef\x2e\xae\x3e\x86\x9f\x5d\x0c\xef\x2f\x4f\x7e\x7c\xb8\xbe\x18\x5e\xae\x30\x87\x96\x5f\xb1\xec\x8d\x28\x01\xf6\x25\xcc\x59\xdf\x0d\x16\x99\x0b\x96\x68\xcd\xf9\xba\xa9\x49\x92\xdb\xb4\xeb\xc9\x8b\x79\x1c\xfd\x24\xdd\x3f\xce\x98\x12\x8b\x2e\xc9\x93\x28\x25\x12\xee\x21\xeb\x5c\x8c\x13\xf7\x88\x04\x57\xad\x1b\xfd\x12\x04\x9b\x73\x7e\xdb\x08\x8a\xa5\xa3\xbe\x58\x32\xda\xd8\x52\x21\xd3\x0c\xb7\xaf\x74\x08\x21\x7a\x40\x85\x31\x2f\x58\xea\x2a\x94\xcd\x29\x3b\x9e\xe3\x4f\x6f\xdc\x4a\x2b\x2d\xbf\x4d\x59\xf8\x4c\x6b\x1d\x0b\x24\x0a\xd6\x4e\xae\x11\x6b\xa1\xd7\xea\x9b\xc1\xb4\x0b\xa7\xff\x02\x15\xa7\xd4\x47\x8d\x43\xf7\x89\x2c\xea\xf6\x6f\x29\x21\xc9\x38\x8d\xad\x0e\x0c\x83\xe4\x82\x40\x41\x4e\xef\x2e\xce\x4c\x18\xc0\xff\x0d\xe1\xc8\x28\x4f\xb3\xee\x4e\x8a\x4d\xe5\xad\xce\x4d\xad\x91\xfe\x02\x29\x65\xf6\x4d\x7a\xd3\x8c\xc9\xee\xd2\x37\x6d\xf8\x35\x45\xcf\x33\x62\x76\xeb\x57\x3e\x46\x13\x88\x56\xdb\x32\x2c\x82\x24\xe0\x7d\xd0\x7b\xe1\xd2\x74\x00\xf5\xba\xe4\x07\x70\x3c\x90\x11\x09\xbe\x30\x28\x69\x48\xfe\x59\x58\x68\xdb\xf7\xdf\x75\x4b\x7d\x52\x62\x81\xa4\x25\x73\x18\x2d\xb7\x60\x11\xeb\x52\x83\x79\x15\x8c\xd6\x95\x4e\xbb\x31\xc5\xfc\x5e\xb7\x66\x6a\xe5\xa5\xf6\xcf\x95\x80\x82\x3b\x97\xa5\x62\x7e\xff\x62\xe9\x0b\x3f\x57\xb2\x16\xec\xeb\x20\x4e\x68\x47\x97\x01\x28\x5e\x5b\x46\xcf\x58\xa4\xc6\x31\xa0\x28\xd8\x53\x3f\xf2\x67\xf2\x44\xc4\x00\x25\x44\x28\x6c\xd1\xc4\xfa\xac\x65\x19\x1c\x28\x3b\xce\x88\x41\xe8\xdc\x40\xb3\x19\x94\xb0\x51\x74\x3a\xd3\xca\xa3\x35\x42\x6d\xd9\x4b\x49\x14\x20\x01\xc9\xa7\x9c\x24\x06\x33\xd1\x14\x28\x9e\x64\xf8\x69\x19\x1e\xbd\x09\xf2\x35\xa8\xec\xe9\xda\xcf\xd8\x94\x92\x56\xa7\x94\x2b\x10\x69\xa4\x66\xbe\x50\x33\xce\x06\x68\xca\x33\xcc\xa6\x47\x47\x47\x88\xa8\xe4\xe8\x4d\x27\x46\xb7\x03\x06\xaf\x2b\x03\x5e\x19\x97\x24\x5b\x38\x0b\xaf\x04\x26\x68\x2a\x03\x10\x42\x52\x63\xde\xd4\x70\xff\x6d\x15\x40\xfb\xba\x6e\xb2\x7a\xad\xb4\x33\x12\xa7\x61\x9c\x6a\xbf\x90\x55\x23\x99\xdf\xd7\x6b\xda\x1d\x90\x65\xae\x4f\x79\x89\x30\x6b\x48\x70\xe2\xac\x2b\x6c\xea\x67\xde\x54\xed\x65\xa3\x8c\x80\xda\x91\x2c\x7e\x7b\x23\x20\xd1\x32\x47\xd7\x70\x9c\xc7\xdc\x6d\x95\x7d\x94\x15\xf3\x97\x6b\x35\x5f\x4e\xd2\xfc\xeb\x04\x5e\xb7\x7e\x7d\x00\x5f\xd4\x06\x5a\xa2\x12\x2d\x19\x61\xbe\xc6\xef\x61\x98\x09\xa4\xa5\xa0\x12\xf2\x20\x36\x71\x8b\xfb\x61\xcc\xd0\xe0\x9e\xd5\x36\x8c\x29\x33\x66\x1b\xba\x00\xc4\xca\xf7\x65\x31\x8f\x48\xa3\xea\x80\x4f\xb7\x59\x32\x94\x18\xce\x8d\xac\x9e\xcb\xab\xcb\xb3\xd0\x94\x39\xbf\xbc\x3b\x7b\x7f\x76\x13\x85\x88\x2e\xae\x86\x77\x51\x38\xe8\xee\xa6\x12\x45\xfa\xe1\xea\xea\xe2\x6c\x78\x19\x7e\x74\x3a\xbc\x3b\xbb\x3b\xff\x10\x0d\x7e\x7a\x7f\x33\xbc\x3b\xbf\x8a\x7e\xf7\xc3\xf9\xe5\xf0\xe6\xef\xe1\x27\x67\x37\x37\x57\x37\x95\xf7\xdd\x9f\xb4\x07\x9a\xa2\x65\xd4\xef\x44\xa9\x2c\x07\x70\xd6\x3a\xa5\xf0\x0e\xcb\xc7\x1d\x07\x47\x01\x0c\xb0\x61\x33\xd2\x06\xa1\x94\x92\x87\xcd\xe2\xa6\x4d\xb1\xdf\xda\xf7\x68\x7d\x70\xf1\x80\x95\x22\xf3\x7c\xbb\x82\x09\xeb\x1f\x9c\x6e\x21\x59\x30\x69\xd6\x08\xc9\x46\xbb\xba\x3f\x21\xd9\x9a\x68\xab\x0d\xc9\xb6\xb1\x7b\x4b\x5c\x55\xaf\xf3\x82\x6f\xd5\xa1\xa9\x4b\x6f\x87\x90\x27\x57\x47\x62\x6b\x9f\xb3\xc0\xf9\x87\xfa\x6e\x01\xf5\x8c\x6c\x57\xf9\xc1\x3c\x6a\x9a\x05\x34\x04\x6d\xd5\xaa\xce\xf5\x2d\x9c\xe9\xfd\x4f\x17\x7c\x5a\x0f\x52\xf5\x1d\xf6\xa8\x0c\xd2\xd4\xc1\x9b\xcd\xa7\x48\x52\xf6\x38\x62\x1f\xb5\x41\xc6\x0b\x61\x3e\x52\x5c\x00\xde\x79\x92\x15\x72\x46\xa0\x0c\xd3\x00\x3d\x13\x34\xc7\x0b\xe3\xd5\x8e\xeb\xd4\x42\xb1\xcd\x8c\x3e\x12\x78\x3a\xa3\x4c\x73\x7b\x4e\x9d\x06\x54\xdd\xfa\x5d\x18\x48\x29\x95\xde\x4e\x7c\xc1\x50\x43\xe9\xe9\x7a\x9e\x11\x80\x95\x06\x55\xae\x5c\x81\x4c\x23\x79\x20\x85\x89\xf3\xc7\x22\xb7\xed\xcd\xb0\x7c\xfc\xc6\x81\xb4\x80\xdc\x4f\x9c\xa6\x28\x2d\xf2\x2c\xe8\x2e\xf8\xcc\x45\x63\x50\xdd\x68\xea\x1d\x82\xea\x15\xfb\xb3\x6d\x61\x35\x66\x40\x60\x75\xb4\x84\xfa\x5f\x18\x60\x10\xd4\xbe\x28\x24\x11\x87\x4a\xd0\xe9\x14\xf4\x1e\xe7\x54\xd8\x53\x04\xc2\x60\x99\x37\x17\x0f\xdb\xdb\xcf\xa1\xab\x35\x33\x95\x41\x7d\x25\x00\xcd\x53\x79\x9e\x2d\x1c\x2e\xd0\x10\xd0\x1d\xfb\xbc\x10\xa6\xa0\xcf\x04\xf9\x09\x35\x86\x18\x73\x41\x12\x68\x01\x6f\xca\x89\x6c\x5f\xe6\xe4\x7c\xa2\x35\x19\xdb\x23\xb5\x2c\xc8\x52\xd6\xc2\x30\x9b\x0d\x49\x0a\xf6\xdd\x0e\xb5\x6f\x12\x66\x99\x69\x8c\xf7\xcc\x5c\xcb\x40\x2c\x8d\x69\x0f\xbd\x99\x17\x65\x3f\x41\x68\x4c\x06\xe9\xb6\xbe\xd7\x9c\x4d\x00\xb4\x3e\x3a\x53\xb1\x6e\x25\x62\xc4\xcb\x51\xc0\x29\xc6\x9d\x85\xaa\x12\x6c\x5b\xd4\xbd\x0f\xaf\x6f\xaa\x70\xb5\x9b\x0c\xd3\x8c\x8f\x71\x96\x2d\x6a\xf0\xf8\xe1\xa5\xd0\xcd\x3f\xe6\xfa\x1f\xc5\x57\x8a\x03\xce\x40\x24\x96\xb7\xe4\x39\x47\x55\xfa\x77\x9a\xb0\xb0\x3d\xc1\x0a\xc5\x4d\xae\x31\x38\xfc\xf4\xe2\xce\x2b\x55\xe4\x8f\x0c\x7a\xf5\x3c\xad\x2d\x93\x51\x32\xb4\xa3\x7c\x93\xf0\xac\x31\xd1\x3b\xe5\x5b\xe4\x82\x38\xe7\xcc\x82\x28\xef\x93\xc9\x1c\xba\x76\x91\xc7\x85\xc3\x43\xa7\xb4\x73\x3b\x39\x77\x37\x01\xf8\x77\x50\x9a\x94\x33\xc2\x94\x29\xd0\xc8\xf8\x88\xd9\xc1\x5d\xf6\x96\x2f\x80\x62\xfd\xec\x86\x30\x03\xab\xe2\xc2\xa1\x15\x44\xf2\xec\xc9\xf6\xec\xf4\x34\x51\x1c\xd0\xd5\x7a\x82\x27\x5a\xda\x6a\xdd\x42\x5b\x98\xbe\xb4\xe4\x8c\x8c\x58\x25\x85\x49\x90\x29\x95\x0a\xe4\xbe\xe3\xd8\xf0\xf9\x9d\xa5\x75\x44\xea\x48\x1b\xe9\x1b\xd3\x3a\x5a\xee\x01\x1f\x4a\xe8\x30\x9f\x45\x4e\xd2\x73\xff\x5c\x3b\x33\x44\x96\x79\x1a\x44\x2e\xa2\x43\x6e\x78\xc0\xc8\x53\x69\x72\x63\xa4\x6f\xf8\xe9\x37\xc9\x97\xd4\xf1\x35\xb5\xf5\x16\x4d\xb1\xab\xab\x2e\x7d\x51\x6d\x08\xa6\x46\x1e\xd5\x4a\x0f\x1c\xaf\xea\x24\x5c\x2a\x13\xbe\x81\x47\x26\x98\x66\x85\x68\xbc\xc1\x0d\x5b\xee\x3c\xe9\xec\x04\x86\x45\x75\xbb\xe6\xdd\x9e\xc1\x31\xf2\x2e\x4f\xdf\x5b\x27\x2b\xa6\xa6\x39\x7c\x28\x0e\x9a\x32\x32\x97\xeb\xed\xae\xd8\xf0\xb2\x44\xef\xfa\xb2\x78\x68\x0e\x7b\xa5\x93\x75\x7d\xfd\x1e\xab\x53\x05\x73\x1f\xb1\x3b\xb8\x4a\x4d\x4e\x95\x3f\x66\x50\x5f\xc9\x94\xcb\x80\x62\xc3\x75\xeb\x8d\xe4\x79\xcc\xa9\x5b\xe1\x25\xea\xb2\x9f\x56\xe3\xb2\x3e\xe0\xbc\x2d\x31\x65\xeb\x11\x57\x6d\x83\x77\x9e\x55\x8f\x61\xb5\x7a\x6d\x0d\xf5\x3c\xb6\xec\x55\x62\x44\x5d\xd2\x64\x3d\xc4\xd0\x26\x98\x2f\xe5\x38\x46\x7a\x63\xf8\x68\x77\x94\x69\x19\x1c\xb1\x0d\xf3\xcc\x80\x63\x83\x0b\x0c\xa1\x8c\x5b\xe4\x58\xfa\x8d\xa9\x34\x34\xae\xdb\x8e\x2d\x61\x56\x25\x32\xf6\x15\x51\x56\x3f\x2f\x91\xa8\x2b\xc8\xaa\xd2\x26\x5e\xf1\xa0\x9d\xd4\x5a\x1a\xb3\x07\x57\xfd\x1c\x43\x83\x23\x12\x73\xba\x16\x86\x7a\xb9\xf6\x1a\x28\x2d\x29\x61\x5c\x11\x84\x11\xa3\xd9\x31\x2b\xb2\xec\xf8\x12\xba\x79\x48\x49\xa7\xa6\x58\x30\x38\x34\xa2\xee\xcb\x00\x4d\x0d\xa0\xa6\xc1\x11\x80\x2b\x52\x4f\xc9\xf4\x32\x57\x5a\x62\xea\x2d\xc8\x16\x23\xa6\x9f\x30\x2a\x96\x6f\xa5\xe9\x5a\xf2\xc1\xdb\x5c\x56\x8b\x7d\x97\x36\x5d\xd9\x22\x1c\xbc\x86\xc1\xda\x12\x41\xb6\x8a\x98\xf5\x15\x02\xf7\xa6\x42\x20\x17\xce\x31\xd4\xa1\x56\x60\xf3\xa1\xda\xb8\x58\x9f\x57\xc4\xbc\xc7\x79\x0d\x7e\xfc\x9c\xde\xe6\x97\x4c\x0b\xda\x3a\x07\xc8\x51\xaa\x8b\xd3\xb2\xc2\x1d\xee\x51\xcf\x08\x7a\xcb\x44\x90\xfa\x3e\x62\x77\xdc\x5b\x68\x96\xfd\x27\x85\x56\xed\x5a\x44\xc9\xb6\x3e\x08\x83\x64\xce\x33\xcc\x1e\xcc\xdd\xf2\x19\xbc\x10\x01\x9a\xba\xa9\x0e\x4b\xd0\x19\x6c\x37\xf3\xf4\x07\xec\x26\xca\x71\x08\x5b\x05\x0d\xaa\xb5\x1a\xdd\x85\xe0\x7b\x26\x5b\x5b\xc8\x56\xcd\xfd\x54\x17\xae\x5e\xed\x49\xc1\x15\xbb\xc9\x97\x8d\x5e\xe1\x4a\x59\xea\xe5\xb7\x5f\xee\x14\x5f\x8f\x88\x21\x5c\x28\x5e\x3a\x56\xe8\xb2\x53\x65\x06\x89\x34\x54\x2e\x31\x0b\x4e\x04\x97\x72\xb5\xc9\xd5\xdd\xe4\x5f\x3a\xd0\x1b\x99\xfd\xfe\xec\x7e\x0e\xd3\xbf\x51\xc5\x5d\x76\x01\x7c\x8c\x7b\xd3\x24\xd0\xec\x2d\xc9\x8a\x94\x20\xc9\xf5\xbd\xeb\x34\xf0\x7a\x58\x7d\x25\x9c\xfb\xa2\x59\xfe\x71\x52\xe3\xda\xb8\x08\x53\xe7\x03\x9d\x33\xe4\x34\xe9\x01\x1a\x1d\x18\x7e\x92\xa3\x83\xb8\x91\xaf\x2b\x22\x12\xd7\x67\xaf\x3a\xc8\x8c\x6b\x39\x68\x2f\xc6\x02\x33\xae\x4a\x97\x06\x6b\xf3\x73\x56\xef\x08\x40\x23\x26\xfa\x34\x36\x03\x58\xe5\xc1\xe8\x44\x0b\x57\xda\x03\x32\x08\x45\x91\xa8\xa0\x55\xa0\xab\x84\xf0\x83\x7b\x50\x93\x28\x2f\x32\xdb\x0a\xd9\x55\x1e\xe0\x62\xc4\xdc\x68\x65\x41\xb2\x61\x96\x2d\x0d\xb5\x5c\x04\x24\xe0\x55\x28\x09\xe4\xe0\x9c\x00\x13\xd6\x3f\x02\xc0\xcb\x52\x93\xa5\x11\x33\xc9\x3d\x3e\xaf\xec\x08\x0d\x2b\x2d\x14\xe3\x7a\x17\x61\xb9\x8b\x2c\x73\xb5\x1e\x4c\x05\x85\x20\xc1\x5f\x16\x50\xf6\x7c\x52\x68\x21\xe4\xdf\xae\xf8\x88\x41\xe9\x13\xd3\x0d\xdb\xd1\x65\xc4\x3e\x70\xe9\xda\x3a\xc9\x92\x1e\x0e\xe7\x6a\xc9\xf6\x8d\x47\xb5\xda\x0f\x4e\xb5\x10\xd1\x4f\x69\x13\xa4\x92\xd3\x08\xe1\x0f\x08\xd2\x0e\xd0\x82\x17\xa2\x5c\x54\x82\xd9\x88\xfd\xaa\xc9\xe3\xea\x79\x70\xdf\x74\x14\x0e\xb1\xcb\x01\x45\xdf\xfe\x62\x06\xfd\xf6\xaf\x6f\x7e\x79\x63\xaa\x25\x15\xb2\xd0\x72\x75\x10\xdf\x35\x6e\xa2\x7a\x4b\x29\x9b\x8e\x98\x5b\x81\x2f\xd0\x5e\xbe\xa2\x35\xf3\xd7\x3a\xf5\x76\x5d\xe7\xb6\xf4\x0c\x0c\x51\x82\x55\x32\x3b\xc4\x96\xf7\xc2\x1a\x27\x54\x96\x55\x94\x9f\x67\x84\x41\xb7\x9f\xb8\xf2\xb2\xc1\x55\xa3\x54\x4b\xb6\xb9\xcf\xca\x8b\xf8\xc5\xf4\x7d\xb0\x30\xe3\x4a\x3a\xa2\x7b\x13\x30\x67\x99\x10\xf7\xb1\x94\x0c\xee\xe7\x0e\x26\x5c\x9a\xf3\xd6\x85\xa1\x4d\x8b\x14\x8d\x0c\xac\x6e\x74\xe0\xb6\x7f\xc4\xf2\xf1\x51\xb6\x98\xa8\x23\x00\xf9\x1d\x69\xb2\x1c\x9d\x55\xdb\x43\xac\x52\x26\x8c\xc6\xef\xa7\x73\x1b\xbb\x04\x89\x37\x21\x88\x71\xf3\x0e\x7c\xef\x71\x16\x37\x10\xf5\xc7\x01\xea\x97\xe8\x7b\x05\x2b\x9a\xc0\x85\x8c\x19\xce\x16\x80\x8d\x1f\x8c\x58\x4a\x05\x49\xa0\xb3\x59\xb2\x48\x32\x9a\xd8\xf2\x0f\xb1\x8e\x42\x9e\x08\x53\x11\x84\xe7\x4c\x7f\xf2\x5a\x6a\x4a\x13\x78\xa8\x5e\x0b\xbc\x6f\x50\x4e\x7d\xa9\x9e\xd8\x88\xaa\xf2\xbf\xcd\x88\x15\x1d\x33\x8a\xfd\xeb\x95\xd1\x80\xac\xf9\xcb\x05\x9d\x52\x06\x6d\xbf\xbf\x05\x6f\x50\x96\x11\xf1\xc6\xb7\x87\x00\x2a\xd6\x4f\x63\xd6\xa9\x9a\x77\x4d\xed\x87\xfa\xbb\x2d\x49\x0a\x21\x48\xfa\xb0\x8c\x79\xe9\x9a\x7d\xb5\x52\x63\xd4\xbf\x92\x0a\xcf\xf3\xb0\x4d\xb2\xcf\x13\xb0\x94\xc9\x0c\x11\x90\x9b\xd8\x00\x51\x80\xb5\x78\x25\x73\xc4\xac\x8a\x69\xf6\x8d\x8b\x9a\xb4\xe2\xea\x2a\xe1\x9c\xae\xd1\x42\xa3\xe5\xfa\xef\xda\x80\xa3\xea\x3f\xb8\xb9\x70\xa1\x55\x1e\xf5\x93\x0e\xfa\xba\x52\x38\xcf\x70\x4e\x6b\x3a\xc3\x8e\x58\x09\x9c\x38\xc9\x78\x91\x22\xeb\x3d\xb1\xbe\x08\x71\x84\x28\x39\x1a\x20\xf9\x97\xb7\xc7\xc7\x47\x47\x3b\x2a\x06\x1e\xb7\x7d\xa9\xe7\x70\xd3\x98\xa5\x0e\x98\xb4\xe2\x68\x45\xc5\x7f\x1e\xba\x29\xfa\x0e\x38\x0d\xdc\x12\x5a\xcc\x71\x5c\xbf\xfa\xca\x1c\x0b\xc2\xd4\x03\x40\x21\xbb\xbd\x10\x5e\x74\x0d\x8f\x47\x28\xbe\xb5\xac\x8c\xb2\x78\x98\x4d\x83\xc2\xf2\x11\x7d\x4b\xc1\xb1\xf8\xc6\x1a\xc9\xd0\xd9\xb8\xa5\xa6\xcf\xb2\x04\x6e\x9b\xcd\x2b\x89\xe2\x26\x98\xea\x3a\xd3\x8f\x9e\xdd\xfa\x02\xd9\x06\xdd\xda\x8a\x73\x39\xf5\x05\x2a\x21\xa4\x78\xce\x50\xc2\xe7\x63\x2d\xc4\x35\xab\x7b\x87\x01\x80\x54\x87\x0e\x29\xe6\x61\x2e\x0e\x19\x63\x72\xc8\x2b\x38\x51\xef\xe4\x0b\x71\x2c\x86\x45\x2b\x77\x53\x53\x03\x19\xc3\xce\x2f\x00\xc4\xad\x3f\xea\xc3\xea\x0a\xca\x92\xa9\x8f\x34\x79\x24\xfa\x9e\x9b\x94\xb5\x23\x42\xe9\xe6\xef\x37\x0f\xec\xb1\x6d\xa3\x4d\x98\x9a\xd8\x75\x3f\x50\x53\x18\x8f\xb8\x76\x8d\x01\xc4\xe0\x1b\x59\x4f\x9c\x97\x46\x0d\xd7\xd3\x02\xc6\xf7\xd8\x40\x9b\xbd\xe6\x55\x0b\xa3\x8c\x81\x44\xfe\xb3\x97\x87\x92\x24\x9c\x79\x3c\xe1\x4e\x2e\xfa\x1a\x44\x71\xfd\x74\xe1\xbb\xa5\xb4\xb7\x55\x5a\xc7\x96\xca\x4f\xa9\xf8\xb8\xf6\xb7\xc6\x3e\x85\x70\x0e\xa0\x16\xf4\xbb\x07\xd0\x53\xdc\x1e\x03\x68\x85\x85\x52\x32\x2e\xa6\xd3\xc6\x3b\x39\xe3\xbb\x68\x9e\xda\x4e\xd5\x0b\xde\x62\x8f\xfb\x15\x66\x6d\x98\xdc\x15\x1c\xfa\x15\x29\x5f\xad\x20\x99\x5d\xa8\x4f\xe7\xee\x4d\xc6\xe6\x9a\xd0\x8c\xbc\x8e\xc6\xb4\x23\xf5\xef\x7c\x1d\xf5\xcf\x19\xed\x10\xd8\x32\xeb\xf0\x76\xde\xef\x48\x2f\x34\x40\xa1\x07\xfd\xe4\x8b\xa2\x85\x3c\xbe\x11\x0e\xab\xc1\x01\x69\xd9\x94\x4a\x48\x53\xdd\x3d\x7c\x08\x64\xfb\x2a\xcc\xf0\xd6\x69\xda\xb7\x7c\x4e\x10\xbc\x4a\x0e\x0c\x68\xdf\x46\xe6\x06\xe0\xe4\xd3\x0b\x44\xf3\x22\x53\x34\xcf\xac\xf0\xb7\x5e\xac\x64\x86\xd9\x34\x28\x1f\x8e\xbe\x65\xe4\x19\x69\x59\x3b\x08\xbd\x1e\xc1\xf6\x0c\x10\x51\xc9\x1b\xad\xdb\x44\xd1\x14\x41\x12\x2e\x52\x80\x74\x4f\xb1\x48\x21\x7f\xdb\x32\x7c\x86\x93\x47\xa8\xfb\x02\xd7\x91\x79\xa3\xf5\xcc\x38\xd4\xb3\xf1\x16\x96\xa3\x51\x96\x98\x4e\xc8\x2e\xad\xdc\xcf\xcf\x3c\x2e\xc3\x58\x82\x2b\xf7\x61\xa2\xf6\xa0\x7e\x3d\xd1\xb4\xc0\x99\x79\x63\x17\xd7\xcb\xb5\x65\x08\x17\x60\x0e\x7c\x4e\x20\x25\xa3\x04\xdb\x77\x5c\x58\x04\x33\x50\xfc\xda\xe6\xf1\xfe\x48\x9f\xc8\x00\xdd\xe6\x58\x3c\x0e\xd0\xe9\x82\xe1\x39\x4d\xfe\xc6\xc7\x75\xfe\x94\xa5\x88\xed\xd6\x2a\xf1\xee\x4b\x5a\xd6\x1f\xf4\x8f\x4b\xf1\x68\xd4\x94\x7a\xfa\x65\x7a\x53\x1a\x82\xe9\x5f\xfb\xa5\xbe\x22\x04\xd6\x3b\x46\x76\x7a\x01\xd6\x1a\xca\xce\xcd\x81\xd3\x39\x65\x91\xad\xb6\x57\xce\xd6\xea\xa6\xd6\x81\x57\x22\x61\xbc\x96\x75\xbb\x0b\xcd\xf1\x1a\x6b\x2b\x47\x1b\x94\x73\xae\x88\xb9\xf7\xa5\xe2\x82\xe8\x73\x22\x9c\x3a\x09\xbd\x37\xa0\xcb\x3c\x6f\xee\x91\x96\x64\x5c\x16\x62\x4d\xb1\xb1\xbc\x61\x27\xf6\xf1\x56\xed\x84\xcf\x73\x08\x76\x08\x22\x8b\x4c\xc9\x1a\x7b\x6d\xc9\x6d\xbd\x59\x7f\x50\x7b\x96\x5c\x27\x11\x5b\x2d\x9d\xb2\x69\xd6\x54\x60\x78\xc4\x6c\xb1\xf5\x40\xd6\xe0\x32\xad\xc0\x29\x40\x2e\xf1\xeb\x39\x2a\x34\xed\x2b\xb5\x5b\x40\x08\xb6\x06\xb2\xd7\x43\xe0\xee\x1c\x40\x19\x16\x83\x9d\x61\x50\x85\x67\xc4\x64\x31\x3e\x2c\x61\x1b\x5c\x80\x34\x83\x34\xea\x1c\x43\x5f\xfc\x64\x46\xb3\xf4\x70\x19\x13\x65\xb5\x0a\xa8\xd1\xee\x4b\x0e\x8d\x09\x54\x15\x01\x0a\x9b\x7e\x48\x26\x18\xe8\xd7\xee\xc7\x19\x17\x0a\x11\x5f\xf3\x9a\x4a\xeb\xac\xa9\xdc\xdc\xd1\xf9\x8c\x6c\xf1\xcf\xed\x81\x5b\x7d\x3e\x9b\xb2\x86\xbe\xfe\x73\x19\xd1\x6c\x9d\x73\x79\x17\x7b\xbd\xdc\xa9\xc1\xcc\x9f\xd4\x26\x52\xc9\x07\xe3\xb2\x7a\xc1\x14\xd6\x8f\x3e\x71\xd5\xe5\x7a\xc8\x1c\x3f\x33\x8b\x81\xe8\x54\x44\x71\x3d\xf9\x50\x9f\xed\xae\xe5\x43\xe5\x1b\x11\xb5\x9b\xa7\x26\x86\x4d\x7d\x0e\xd6\x20\xc8\x05\x85\xfe\x17\x25\xb0\xbe\x34\x37\x46\xac\x04\xe7\x94\x0d\xfb\x92\xaa\xa0\xb4\x98\x97\x14\x02\x9b\x64\xe0\x02\xf6\x03\x93\x88\x64\x8d\x82\xc3\x31\x86\x82\x9f\x4a\x09\x3a\x2e\xd4\x52\xe1\x85\xe8\x34\xd7\x06\x15\x76\xa1\x8d\x9f\xbf\x7c\x7d\x79\xaf\x82\x44\xc8\xc4\xb2\x3e\x7f\x89\xc4\xa9\x2e\x3d\x28\x44\xf3\xfa\xc9\xfb\xdd\x12\x1e\x82\xea\x30\xeb\x73\xf8\x52\x52\x95\xad\x8c\x02\x16\x6c\x1a\xd4\xf5\x8d\x70\x02\x40\xc2\xb2\xee\xb1\xc7\x50\x04\xd8\x73\x2d\xa2\xf0\x94\xa0\x39\x49\x69\x51\xcd\xa7\x59\x1d\xad\xda\x2b\x33\x6f\x1d\xce\xd2\x06\xaf\x37\xfc\x2e\x41\x39\x7f\xd6\xb7\xb6\x41\x58\x81\x93\xa1\x3e\xf5\x3c\x80\x43\x62\xf5\x8d\xf4\xd1\xaf\x98\x62\xce\xa5\x73\x41\xa5\xfa\xb9\x52\xb3\x74\x83\xb4\x8d\xac\x78\x39\x68\x9b\x9b\xaa\x99\x66\xf0\x44\x2b\x84\xeb\x26\xea\xc7\x08\x4c\x66\xdc\x03\x80\xc9\x70\x09\x2d\x7a\xde\x5d\x04\xf8\x2f\x9e\x5e\xbf\xd8\x8e\x91\x02\xe7\x39\x11\xc8\x76\x8d\xac\xf6\x81\x34\xd9\x21\xf0\x96\x11\x33\x0a\xd3\xdf\x6e\xaf\x2e\x4b\xc9\x5d\xda\x2d\x95\xa1\xe1\x67\x40\xba\xa3\xfa\x9d\xbb\x2c\xb2\xac\x71\xe7\xd6\xa8\x09\x74\x7f\x71\xf1\xf0\xf3\xf0\xe2\xfe\xac\xbd\xe6\x4e\xf9\xb3\x46\x9a\xf8\x99\x58\x9a\x98\x6b\x4c\xc1\xd5\x55\xcc\x89\x75\x18\x81\x32\x62\x57\x6d\x00\x05\x45\x96\xc5\x00\xff\x11\xfb\xc5\x8e\x03\xf8\xae\x82\x19\x35\x73\xc4\x50\x2b\xe1\xe2\xf7\xc3\xcf\x7e\xd1\x83\xff\x62\x9e\x3d\x44\xe5\x22\xde\xa2\x4b\xff\xd6\x06\xba\x5a\x27\xe7\x16\xc7\xc1\xe4\x19\xbc\x56\x0a\xd3\x66\xc7\xe3\x9e\xb9\x72\x58\x36\xf3\x68\x27\xa7\xc3\xd0\xee\x97\xd8\x84\xf1\x69\x96\xa9\x91\xf3\x30\xee\xc0\x24\x9e\x98\x8e\xc2\x3e\x37\x63\xc4\x4c\xfc\x1e\xfa\x48\xf2\xe6\x39\xa1\x73\x66\x80\x7b\x19\x66\xd3\x02\x4f\x89\x1c\x20\xf7\xf2\x11\xf3\x5d\x0b\x6d\x19\x03\x5f\x6e\x1f\x43\x71\xe1\x98\x85\x8c\x6b\x91\x7c\xc2\xf3\x1c\x42\x1e\x6c\xc4\xec\x9a\xd8\xb4\x1c\xde\x78\x1d\xff\x76\xeb\x97\xa3\x39\xcd\x0f\x64\x73\x67\xd8\x88\x99\xcd\x35\xb8\x6c\xa7\xdb\x81\xc3\x05\xda\x94\x46\xac\x8b\x05\x71\xe9\x7a\x20\xd3\xa7\xa0\x65\x9a\x4a\xac\x2e\xa4\xa7\x25\x7d\x50\x8a\xc1\x38\x78\xcd\x94\x56\xcb\x13\xb7\x19\xee\x4c\xd8\xb9\xd5\x73\xfd\xd6\x77\x80\x3e\x70\xf5\xd5\xaf\xdb\xd9\xb6\x14\x63\x2b\xa4\x79\xc9\x50\xac\x7a\x84\x51\x15\x69\x0d\xc1\xe2\x1d\x54\xfa\x5e\x7b\x4a\xe6\xf7\xad\x93\xea\x50\x20\x7c\xed\xd7\xda\xac\xcf\xb6\xd7\x6a\x0b\xa7\xfd\xa5\x3b\x30\x91\xa2\x49\xd9\x07\x56\x11\xa3\x48\x1a\x6a\xb1\x6f\x1d\x83\xaa\x92\xc8\x49\x9f\xb6\x09\x65\x54\x6e\x34\x9d\x52\x7f\x5a\x7b\x46\x5e\x43\xb0\x97\x5d\x27\x09\x6b\xef\xb9\x48\xc0\x36\x88\x49\x8b\x85\xb2\x6e\x19\x42\x8d\x78\xd1\x87\x67\x00\x87\x48\xf3\xff\xc0\x33\xd1\xa0\xdc\xb9\x81\xa9\x22\x5c\x08\xa9\xc5\xa5\x95\x77\x56\x6a\x6b\x33\x67\xc4\x1c\x3a\xde\x89\xe3\xa1\x6b\x6c\x22\xfc\xa7\x26\xae\x97\x1b\xb0\x2b\x68\xac\xaa\xec\x88\x83\xd5\x88\x41\x8a\x2c\x03\x13\x72\x2c\x21\x8b\xc8\x26\x82\xda\x2f\x82\xa2\x37\x98\xf9\x4a\xc6\x2b\x64\x5e\x45\x0d\x88\xee\xf9\x3f\xe8\xff\xfb\xed\x0f\xff\x37\x00\x00\xff\xff\x75\x3d\xd6\x8b\xd6\x5b\x02\x00") +var _adminSwaggerJson = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\xbd\xfd\x73\xe3\x36\x92\x3f\xfc\xfb\xfe\x15\x78\xfc\xbd\xaa\x64\x76\x65\x3b\xd9\xbd\xbd\xba\x67\x9e\xba\x7a\x4a\xb1\x3d\x13\x6f\x3c\xb6\xcf\x2f\x99\xda\x3a\x6d\x39\x10\x09\x49\x88\x29\x80\x0b\x80\xf6\x68\xaf\xf2\xbf\x7f\x0b\x8d\x17\x02\x14\x49\x89\x92\xec\xd1\x4c\x78\x57\x77\x19\x4b\x22\x08\x34\x1a\x8d\x7e\xf9\x74\xf7\xff\xfe\x01\xa1\x03\xf9\x8c\xa7\x53\x22\x0e\xde\xa2\x83\x3f\x1f\x7d\x77\x30\xd0\x9f\x51\x36\xe1\x07\x6f\x91\xfe\x1e\xa1\x03\x45\x55\x46\xf4\xf7\x93\x6c\xa1\x08\x4d\xb3\x63\x49\xc4\x13\x4d\xc8\x31\x4e\xe7\x94\x1d\xe5\x82\x2b\x0e\x0f\x22\x74\xf0\x44\x84\xa4\x9c\xe9\x9f\xdb\x7f\x22\xc6\x15\x92\x44\x1d\xfc\x01\xa1\xdf\x60\x78\x99\xcc\xc8\x9c\xc8\x83\xb7\xe8\x7f\xcc\x43\x33\xa5\x72\x37\x80\xfe\xb7\xd4\xbf\xfd\x07\xfc\x36\xe1\x4c\x16\xd1\x8f\x71\x9e\x67\x34\xc1\x8a\x72\x76\xfc\xab\xe4\xac\xfc\x6d\x2e\x78\x5a\x24\x6b\xfe\x16\xab\x99\x2c\xd7\x78\x8c\x73\x7a\xfc\xf4\xfd\x31\x4e\x14\x7d\x22\x0f\x19\x2e\x58\x32\x7b\xc8\x33\xcc\xe4\xf1\xff\xd2\x54\xaf\xf1\x57\x92\xa8\xdf\xe0\x8f\x94\xcf\x31\x65\xe6\xdf\x0c\xcf\xc9\x6f\x7e\x1c\x84\x0e\xa6\x44\x05\x7f\x22\x74\xc0\x73\x22\x60\x06\xe7\xa9\xa6\xca\x7b\xa2\x86\xf0\x92\x0b\x78\xc7\x75\x86\x99\x5d\x3a\xfc\x5a\x10\x99\x73\x26\x89\x8c\x06\x41\xe8\xe0\xcf\xdf\x7d\x57\xf9\x08\xa1\x83\x94\xc8\x44\xd0\x5c\x59\x8a\x07\x03\xc1\xd7\x40\x68\xbc\xf4\x18\x42\x07\xff\x26\xc8\x44\x3f\xf1\x7f\x8e\x53\x32\xa1\x8c\xea\x11\xa4\xd9\xcf\x60\x5e\xd1\x53\xbf\xfd\xa1\xee\xdf\xbf\x05\x73\xcf\xb1\xc0\x73\xa2\x88\x28\x77\xc0\xfc\x4f\x65\xd6\x9a\x66\xfa\xe5\x25\x5d\xab\x13\xaf\xac\xeb\x12\xcf\x09\xe2\x13\xa4\x66\x04\xd9\x27\xe0\xdf\x82\x48\x5e\x88\x84\xa0\x31\xc9\x38\x9b\x4a\xa4\xf8\x51\x75\x28\x0a\x23\xe8\xed\xae\x7e\x23\xc8\x3f\x0b\x2a\x88\xde\x15\x25\x0a\x52\xf9\x56\x2d\x72\x98\xa4\x54\x82\xb2\x69\x48\x8a\xdf\x06\x6b\x2d\xcd\x70\x49\x87\x95\x99\x07\x1a\x17\x36\x62\x43\xf7\x93\x04\x33\x34\x26\x48\x9f\x0d\x9a\x12\x41\x52\x84\x25\xc2\x48\x16\x63\x49\x14\x7a\xa6\x6a\x46\x99\xfe\x3b\x27\x09\x9d\xd0\xc4\xd1\x6c\x7f\x68\x03\xff\x6c\xa7\xcc\xbd\x24\x42\x4f\xfc\x89\xa6\x24\x45\x4f\x38\x2b\x08\x9a\x70\x11\x91\xe7\x68\xc4\xee\x66\x9a\x0e\xf3\x31\x65\x70\xc6\x34\x2d\x1d\x87\xfc\xc9\x91\xeb\x4f\x48\xbf\x0f\x15\x8c\xfe\xb3\x20\xd9\x02\xd1\x94\x30\x45\x27\x94\xc8\xea\x68\x7f\xe2\xf0\x7e\x9c\xa1\x43\xa4\xe9\x4c\x84\x02\x7a\x73\xa6\xc8\x27\x25\xd1\x21\xca\xe8\x23\x41\xdf\x5c\x50\xa9\xd0\xf0\xfa\xfc\x9b\x01\xfa\xc6\x9c\x17\x04\xb2\xe2\x9b\x57\xa0\xb0\xff\xf7\x3f\x82\xa3\xa7\xf0\xb4\x7a\xe8\x0e\x86\xfa\x34\xdf\x1a\x51\x5d\x8e\xf0\x8f\x3f\x84\xe3\xd8\xfd\x6a\x97\x7f\xa5\xf0\xb3\x92\xaf\x8b\xbc\xd3\xa4\xaa\x0a\x3c\xb9\xaf\x12\x4f\x4f\xf6\xa5\xa5\xde\x36\x22\x0f\x2b\xe0\x45\x4c\x99\x61\x5d\xcf\xc9\x42\xee\xc9\xe1\xde\x46\xea\x05\xab\x09\x04\x9f\x93\x67\x01\x25\xf6\x64\xad\x19\x9d\xd3\x55\xfb\x78\xce\x52\xad\x80\x58\x51\xc3\x8a\xf9\x98\x08\xbd\x74\x27\x74\x60\x85\x63\x2d\x84\x54\x21\x18\x49\x1b\x96\xf6\xcf\x82\x88\x45\xcb\xda\x26\x38\x93\x4d\x8b\xa3\x4c\x11\xad\xe1\x55\xbe\x9e\x70\x31\xc7\xca\xfe\xe0\x3f\xfe\xbd\xeb\xe2\x15\x7f\x24\xab\xf6\xf9\xdc\xec\x5a\x82\x25\x6c\xf7\xbc\xc8\x14\xcd\x33\x82\x72\x3c\x25\xd2\x52\xa1\xc8\x94\x1c\xc0\xcf\xb4\x56\x49\xc4\xa1\x97\xf9\xf0\x06\x77\xd7\x15\x12\x3e\x41\x13\xa2\x92\x99\xa1\x25\xf9\xa4\x60\xa4\x11\x83\xdb\x0e\x48\x14\xca\xf0\x17\x20\xe5\x66\x7c\x22\xb9\x50\x0f\xe3\xc5\xd1\x23\x59\x7a\x6f\x23\xb7\x60\x86\xb0\x52\x82\x8e\x0b\x45\xf4\xba\xf5\x18\xee\xb6\x02\x71\x69\xae\x44\xa9\xaf\xc0\xab\xd3\xab\x6f\x1f\xb1\x12\x7c\x8a\xd9\x9b\xb7\x68\x98\xa6\xc8\x4c\x54\xff\x86\xa6\xe6\x62\x9c\x11\x41\x8e\xd0\xdd\x8c\x4a\x24\x67\xbc\xc8\x52\xc4\xc8\x13\x11\x9a\xb6\x64\x9e\xab\xc5\xde\x51\x2b\xa5\x82\x24\x40\x98\x2e\x27\xcc\x3f\xa5\x89\xa6\xd5\xff\x85\x21\xdd\x23\x59\x80\xfa\xb0\x4c\xbe\x57\xe0\x97\xca\xb7\x84\x15\xf3\xca\x5d\x01\x9f\x9f\x9e\xdd\x9e\x9c\x5d\x9e\x9e\x5f\xbe\xaf\x3c\xa1\x2f\x73\xff\x55\xf4\xcd\x3f\x96\x68\x33\xc1\x45\x06\xa7\x3a\x18\xed\xd5\xd4\x87\x64\x46\xb3\x54\x10\x76\xac\xb0\x7c\x7c\x20\x9f\x48\x52\x98\x7b\xf6\x7f\xe3\x0f\x1e\xb4\x0e\xc8\x53\x12\x7f\x12\xfd\x51\x2a\x1d\x9d\x1f\xf5\xf6\x59\xe7\x27\xc1\x9a\x5b\xef\x39\xf8\x84\xa6\xb5\xbf\x86\x4f\x56\xac\xc1\xfd\xa6\x65\xb2\xee\x27\x8d\xb3\x72\x3f\xb0\x96\x76\xed\x6f\x04\x51\x62\xf1\x80\x95\xd2\xa7\xbc\xb3\xe6\x76\xc9\x53\x72\xe6\xb7\xf1\x1d\x17\x77\x58\x3e\xee\x97\xf6\x16\x4d\xf1\x35\x14\xb8\x4d\x59\xf9\xab\x33\x72\x37\x3c\x98\xbd\x49\xbc\x3d\x25\xd7\x35\xa0\xb9\x40\x72\x21\x15\x99\xaf\x34\xa5\xbf\x1c\x42\x58\xc9\xbb\xaf\x13\xae\x08\xff\xdf\xc1\xa9\x8f\xaf\xb2\xfe\x78\x77\x20\xd9\xae\x1c\x61\xfb\xbe\x4e\x17\x16\x68\x5f\xea\xad\xdb\x3e\x17\x3a\xb0\x7c\xb2\xf7\xcb\x8c\x94\xac\x5d\x4f\xf2\x85\xec\xf7\xc6\xbd\x72\xd4\x7e\x80\x09\xac\x30\xbe\x62\x57\xaa\x3f\x7f\xfa\xd1\xd0\xcd\x61\x7c\x57\x4a\x5b\x9f\xd6\xcb\x43\x04\x4a\xb8\x30\xea\x63\xda\x22\xde\x5e\xcf\xfc\xba\xbf\xbc\xbd\x3e\x3b\x39\x7f\x77\x7e\x76\xba\x6c\x7f\xdd\x0d\x6f\x7f\x5a\xfe\xf4\xe3\xd5\xcd\x4f\xef\x2e\xae\x3e\x2e\x7f\x73\x31\xbc\xbf\x3c\xf9\xf1\xe1\xfa\x62\x78\xb9\xb6\xc5\x16\x4e\xa0\x77\x45\xad\xbf\xf8\x9d\xbb\xa2\x06\x5f\xaf\x2f\x6a\x42\x33\xb0\x74\xd6\xf6\x43\xa1\x8c\x4a\xa5\x09\x64\x9f\x44\x39\x96\xd2\xdc\xbf\x66\x06\x47\x23\xf6\x81\x0b\x82\x28\x9b\x70\xc4\x21\x58\x22\x95\x28\x12\x45\xd9\xd4\x3f\xf4\x16\x8d\x8a\xef\xbe\xfb\x4b\x72\x41\xd9\x23\xfc\x8b\xec\x23\x71\x7a\x47\xdd\x26\xd4\xea\x1d\x75\xe1\x77\x5f\x86\xa3\x2e\xc5\x0a\x1f\x87\xfe\xb9\x5d\x63\x1c\xbc\x47\xe6\x14\x2b\xbc\x5f\x0e\xa3\x8f\x5c\x3c\x4e\x32\xfe\xec\xa7\xf8\x9e\x28\x3d\xcb\x1b\x3b\xb3\x1e\xf6\xd0\xc3\x1e\x3e\x2f\xec\x61\xaf\xbc\x36\x2f\x2f\x87\x62\x17\x8f\x11\x46\x0d\xb1\x80\x46\x57\x7f\x83\x27\x3f\x70\xd4\x77\x14\x60\x91\x5b\x79\xff\x84\x58\x34\xbd\xd7\x17\x60\xbf\x0b\xff\x76\xef\xbe\xde\x90\x50\x5f\xa4\x9c\x5b\x53\x84\xbf\x9a\xf3\xf9\xe5\xe5\xee\x52\x90\xb6\x4b\x54\xb6\x43\x18\x76\xed\xb8\xeb\x8a\x40\x6b\x6d\x64\xb5\x2e\x94\xba\x1c\x3b\xad\x0d\x96\x6e\x15\x1d\x7d\x4f\xd4\x1d\x96\x8f\x7b\x7c\x45\x44\xd3\x7b\xfd\x2b\xe2\x77\x1a\x14\xed\xa3\xa0\x2f\x48\xba\xaf\xfd\x62\xd9\xdf\x38\xe7\xef\x20\xb0\xd9\x47\x32\x3b\xd1\xe8\xeb\x0a\x5d\x7e\xad\xb1\xca\x2f\x33\x38\xd9\x47\x23\xf7\x37\x1a\xf9\xa2\x76\x09\x79\x22\x4c\x49\xf0\x08\x85\x8a\xf3\x41\xce\x65\xbb\x3a\x7e\x22\x08\x56\x04\xbc\x22\x7a\x88\xfd\xd2\xc4\x23\x67\x0d\xcc\xef\xb5\xf4\xf0\x31\x4f\x97\xd8\xd5\x70\x72\xdd\x37\xed\x47\x7e\x67\x4b\xff\x67\x41\xd6\x43\x69\xbe\x20\x87\x69\xf1\xb2\x09\x87\x81\x51\xb5\x7f\x1c\x16\xd9\x7a\xbf\x2f\x0e\xab\x5b\xfa\x3e\x70\xd8\xb3\x0d\x33\x6d\xc2\x65\x3e\x44\xb5\x7f\x9c\xb6\x14\x3d\xfb\x7d\x71\x5b\xd3\xf2\x3f\x2f\xc7\x79\x1f\x5e\x3b\xaf\x55\xf8\xc1\xf0\x1a\xc2\xc8\xb1\x2a\xf2\x03\x85\x3c\x57\xcb\xa1\x67\x75\xbf\xfc\xfc\xdc\xe9\xa7\x65\x66\xb9\x06\x5b\x86\x6f\x3d\xf8\xf7\x35\xe6\x79\x63\xe1\x51\x60\xc9\x8c\x71\x8a\x84\xd9\x7c\xa3\x54\xce\xf1\x02\xcd\xf0\x13\x41\x13\x4c\x33\x63\xf4\x58\x60\xc7\x92\x46\x59\x2e\xb0\x6d\x42\xff\x6f\xb7\x09\xe1\x78\x3a\x82\x4c\x88\x20\x2c\x31\x40\x15\xa3\xec\x26\x38\x43\xfa\xbf\x6a\x61\x7e\x33\xd3\x06\x68\x26\x08\x4e\x17\x68\x4c\x08\x43\x82\x4c\xa9\x54\xda\x36\x5d\x77\xce\x5f\xc7\xd9\x5e\x62\x9e\x3d\x39\xd4\xc7\x82\x98\x84\xec\x4e\xa7\xfb\xc6\x3e\xd4\xf5\x7c\xbb\xe7\xfa\x13\xde\x9f\xf0\x1a\x82\x7e\x1d\x27\xdc\x31\xf9\xfe\x9c\xf1\x26\x04\x56\xd7\x8c\xbd\x32\x5b\x6f\x4f\xcf\xed\x6b\xa4\xe8\x7d\xdd\x5e\xea\xde\x3b\xfd\x3b\xac\x2c\xb3\x37\xb0\xdf\x3e\xd5\x60\x87\xa9\x06\x54\xf6\xa9\x06\x7d\xaa\xc1\xba\x04\xea\x53\x0d\xfa\x54\x83\xe0\xbb\x2f\x23\xd5\xe0\x55\xb2\x0c\xf6\x54\xd7\xed\xf5\xdc\x5e\xcf\xed\x53\x09\xfc\xd2\x76\x25\x67\xdc\xd3\x07\x29\xc9\x88\x22\xad\x52\xe2\x8e\x88\xb9\x56\xe1\xf7\xde\x63\xed\x27\xda\xe7\x21\xf5\xc2\xa3\x17\x1e\x9b\x2c\x6d\x7f\xfc\x8b\xc1\x61\xfe\xac\x0e\xc6\xa0\x90\xeb\x03\x4d\x77\x51\xcb\xb5\x2c\x96\x7a\x9e\xee\x99\x8b\x51\x9f\xe6\xf4\x0c\xfc\xde\x1e\x09\x26\xfa\x92\xae\x7d\x49\xd7\xf5\xd7\xda\x3b\xb7\x76\xe8\xdc\xea\x4b\xba\xf6\xee\x9b\xde\x7d\xf3\x85\xbb\x6f\xc2\x52\xf0\x1b\xa1\x8b\x58\xea\xc3\xcd\x08\xa3\xac\x8c\x69\xa0\xf2\x02\x5f\x09\x37\xda\xff\x66\x19\x3d\x1c\xa1\x87\x23\x6c\xcf\x3d\xfb\x62\x2c\xec\x0e\x8f\x10\x74\x7d\xf8\xf3\xbe\x9e\xdd\x1e\x92\xd0\x7b\x5b\x3e\xbf\xb7\xa5\x87\x24\xf4\x56\xdb\x1e\x58\x6d\x3d\x24\xa1\x87\x24\xf4\x36\xed\xda\xd4\xea\x6d\xda\xf0\xbb\x2f\xcf\xa6\xdd\x31\x28\xa1\xa2\xf2\xf6\x1a\x6f\xaf\xf1\xf6\x1a\xef\x57\xa3\xf1\xee\x07\x85\x7b\x75\xb7\x57\x77\x7b\x75\xb7\x57\x77\x7b\x75\xb7\x57\x77\xed\x53\xbb\x54\x77\xe1\x5f\xae\x4a\x62\x47\x40\xee\xfe\xc7\x69\x7a\xad\xb7\xd7\x7a\xf7\x5b\xeb\xdd\x9b\x05\x7d\x7d\x85\xd0\xfa\x52\x62\x4b\x57\xd8\xd7\x50\x4a\xcc\x3d\x7d\x90\x17\xed\x37\xd4\x7d\x9e\x7e\x11\x60\x02\x33\xcf\x1e\x08\xde\x5f\x59\xfd\x95\xd5\x69\x41\x5f\xd5\x95\xb5\x47\xf8\x14\x27\x90\x3e\x2b\x3e\x65\xff\xfb\x84\xec\xcd\x7d\x32\xc9\x16\x8a\xd0\x34\x5b\xae\xc1\xd8\x37\x07\x71\xdf\xf6\xcd\x41\x3e\x0b\xa1\xbe\xd6\xe4\xa3\xaf\xa7\x39\xc8\x92\x9c\x75\xf5\xc3\x1e\x1a\xa4\x6d\xfd\xf7\x5e\xe6\xd6\x7f\xbd\x51\x68\x35\x12\x65\x7b\x16\x5d\x8d\xe6\xf6\x1a\x01\xd6\xd6\x6d\xf9\xea\x04\x6e\x1b\x93\xf5\x62\x77\x4d\x72\x7d\xad\xc2\xb7\x0f\x89\xee\x30\x24\xda\xf7\x3f\xee\x43\xa2\x7d\x48\x74\x6d\x6a\xf5\x21\xd1\xf0\xbb\x2f\x23\x24\x6a\xef\x6a\xd9\x55\xff\xbc\x76\xcf\xed\x95\xe6\xe9\x67\xd5\x51\xe1\xdc\xca\xd5\xbe\xba\xfe\xb0\x4f\xfa\x73\x0a\x26\xd6\x6a\x16\x68\x4e\xe6\xc0\x5b\x4d\x2b\xa2\xe6\x52\x35\x62\x33\xca\xf5\x92\x56\xbb\x3f\x74\x77\x73\xec\x9a\xfc\xf7\xe7\xef\xbe\xef\x96\x6b\x27\x8b\x24\x21\x52\x4e\x8a\xcc\xa6\xcc\x89\x6d\x12\xfd\x3e\x7f\xe6\xe1\x4e\xac\xa0\xcf\xee\x25\x5d\xe2\x82\xcf\xea\x24\xed\x9b\x7a\xee\xb0\xa9\xe7\xde\x88\x9b\xc8\x9f\x1b\x4f\xb1\xa3\xcc\xef\x3b\x79\xa2\x8e\x0e\xbd\xbe\x93\x67\xdf\xc9\x73\xbb\x95\xf7\x9d\x3c\xfb\x4e\x9e\x7b\x78\x44\xfb\x4e\x9e\x5f\x12\x1a\xa0\xef\xe4\xd9\xc3\xef\xf6\x13\x7e\xb7\x9e\x1d\xb2\xb6\x11\xb2\xae\x05\xb2\x9e\xf9\xd1\x6c\x7b\x74\xf5\xfd\x44\x6a\xf7\x9e\x79\x80\xa2\xb9\xbd\x46\xec\xf1\x77\x6a\x13\xf4\x06\xc1\x8b\xd0\xed\x6b\xb5\x06\xf6\xdc\x14\xe8\xa3\xa6\xbb\x8c\x9a\xf6\x41\xd3\x3e\x68\xba\x2e\x81\xfa\xa0\x69\x1f\x34\x0d\xbe\xfb\x32\x82\xa6\xd6\x90\xdb\x45\x15\x71\xad\xaf\xf6\xf5\xc3\xfb\xfa\xe1\x7d\xfd\xf0\x5e\xa3\xfa\x3d\x6a\x54\xbd\xd2\xb0\x09\xb5\x7a\xa5\x21\xfc\xee\xcb\x51\x1a\x76\x51\x38\x5c\x8f\xd3\xa5\x62\xb8\xd6\x30\xf6\x4b\xbd\xd0\x33\xea\xab\x84\xf7\x55\xc2\xb7\xe1\x9b\xcf\x0e\x2d\xda\x5d\x61\x70\xbd\xac\x7d\x2b\x09\xae\xe7\xd4\x97\x46\xec\x33\xee\xf7\x3f\xe3\x7e\xef\x4a\x23\xee\x8d\xb2\xd8\x9b\x60\x3b\x34\xc1\xfa\xea\x88\xbd\x57\xbb\x37\x50\xd7\xa6\x56\x6f\xa0\x86\xdf\x7d\x41\x06\xea\x0b\x54\x01\x07\xfd\xb6\x57\x6f\x7b\xf5\xb6\x57\x6f\xbf\x02\xf5\x76\x3f\x28\xdc\xeb\xb6\xbd\x6e\xdb\xeb\xb6\xbd\x6e\xdb\xeb\xb6\xbd\x6e\x6b\x9f\xda\x89\x6e\xbb\x4d\xc9\xef\xfd\x0c\xb4\xf4\x2a\x6e\xaf\xe2\xee\xb7\x8a\xbb\x37\x0b\xfa\xfa\xb2\xa4\xfa\x3c\xa3\xa5\xfb\xea\xab\xcd\x33\xf2\x75\xce\x76\x03\x4c\xfc\x68\x87\xeb\xc1\x89\x3d\x38\xb1\x07\x27\xf6\xde\x83\x1e\x9c\xb8\x1e\xb7\xf4\xf6\x71\x6f\x1f\x87\xdf\x7d\x19\xf6\xb1\x53\x1e\x76\x01\x50\x74\x63\x75\x01\x29\x3a\x6d\x63\xbf\x54\x0d\x37\xab\x1e\xac\xd8\x83\x15\xb7\xe5\x9d\xcf\x0a\x58\xf4\xc7\x7b\x67\xa0\x45\xb7\xbc\x7d\x03\x2e\xba\x79\xf5\xd1\xdd\xde\xf5\xb5\xff\xae\xaf\xbd\x8b\xee\xee\x8d\x32\xd9\x9b\x68\x7d\x80\xb7\x0f\xf0\xf6\x06\x6c\x6f\xc0\xf6\x06\xac\x7d\x6a\x4b\x0d\x77\x73\x00\xa3\xd7\x75\x7b\x55\xb7\x57\x75\x7b\x55\xf7\x2b\x51\x75\xf7\x83\xc2\xbd\x9e\xdb\xeb\xb9\xbd\x9e\xdb\xeb\xb9\xbd\x9e\xdb\xeb\xb9\xf6\xa9\x9d\xe9\xb9\xdb\x80\x19\xf7\x3b\x20\xd3\xab\xbb\xbd\xba\xbb\xdf\xea\xee\xde\x2c\xa8\x07\x35\xf6\xa0\xc6\xa5\x6f\xf6\x17\xd4\xf8\x07\xcb\x08\x07\x81\xec\xf7\x97\xc4\xc1\x0f\x19\x1f\xdf\x2d\x72\xa2\xff\x7b\x4a\xe7\x84\x49\xd0\x2b\xa8\x5a\x84\xd7\x5b\x03\x81\x97\x49\x7b\x70\x7b\x7e\xf9\xfe\xe2\x2c\xbc\xe3\x3e\xdc\x5f\xdc\x9d\x5f\x0f\x6f\xee\xdc\x0c\xfd\xaa\x42\x5a\xd8\xe7\xa2\x1b\xfa\x84\xcf\x73\x2c\xa8\xe4\xec\xec\x53\x2e\x88\xd4\x53\xbb\x82\x7b\x95\x8b\xcd\x66\x77\xf6\xdf\xe1\xcc\x2e\xe3\x3f\xdf\xdf\xc5\x7f\x45\xab\xb8\xb8\x8b\xff\x3a\x6b\x5d\x4d\x30\x70\xf5\x04\x1d\xa2\xf7\x77\x6f\xd1\x7b\x88\x61\x0b\x74\x37\xc3\x6c\xc4\xd0\x21\xba\xb8\x7b\x8b\x2e\x88\x94\xf0\x49\xf9\xb0\xa2\x2a\x83\xb5\xfd\x40\x19\x16\x0b\xe4\x96\x0f\xe2\x91\xe0\x64\x86\x88\x27\x4d\x95\x78\xec\xd7\x82\x81\x5a\x59\x52\xef\x82\x4f\x69\x82\xb3\xed\x88\x38\xbc\x0c\xcf\xcb\xc1\xd5\x4d\x2b\x29\xc2\x5f\x2f\xd3\x62\x78\x79\xfa\x16\x05\x53\xad\x59\xf9\x25\x91\x8a\xa4\xfa\x02\x4c\x0d\xf3\x6a\x8b\x80\x2c\x82\x8b\xf1\x57\x4e\x19\x49\x51\x21\xb5\xf9\x30\xbc\x3c\x45\xc7\xe8\xea\x66\xc4\xae\x44\x6a\xac\x7a\xa2\x6f\x14\x63\x51\x50\x89\x18\x57\x88\xce\x73\x2e\x14\x66\x4a\x5f\xa6\x5a\x90\x71\x4b\x11\x89\xb0\x20\xe8\x84\xcf\xe7\x85\xc2\x8a\x3e\x91\x25\xa2\x32\xa3\xaa\xdf\x12\x75\x9e\x82\x9f\xb0\x86\x86\x7c\x1c\x29\x3a\x07\xb9\xd0\xe3\x2b\x5a\xd1\xf3\x0e\x68\xba\xa4\xf8\xb9\x21\xb0\x10\x38\x16\x83\x07\x54\x91\x79\xf5\xf7\x6b\xb6\x72\xff\xad\x56\x03\xf6\x55\xfd\x3f\x10\x85\x53\xac\x70\xf9\x01\x4f\xc9\x66\xcc\xf1\x61\x78\x79\x3f\xbc\x08\xf9\xe3\xf6\xe4\xc7\xb3\xd3\xfb\x8b\x48\xc8\x1e\xdc\xfe\xfd\xf6\xee\xec\x43\xf8\xc9\xcd\x99\x11\xa1\xe1\x67\x27\x3f\x9e\x5f\x9c\x3e\x78\xa1\xdb\xc6\x66\x95\xf7\x56\x39\xed\x6e\x46\xd0\x9c\xa8\x19\x4f\xd1\x78\x81\x9e\x67\x14\xbc\x15\x54\x22\x5f\x41\x1d\x3d\x63\x89\x32\x70\x67\x91\xf4\x68\x64\x4e\xa5\x19\xf5\xad\x66\x38\x64\x5f\x16\x3c\x31\xe7\x29\x19\xd8\xdf\x68\x96\xca\xcc\xb5\x88\x95\xb6\x84\xeb\x07\xd6\x6f\xc7\x0c\x51\x96\xd2\x27\x9a\x16\x38\x3b\x82\xf7\x78\x1a\xbd\x45\x43\xa4\xf5\xf8\xb4\xc8\x08\x52\x82\x4e\xa7\xa0\xf2\x55\xa6\x6a\x46\xb3\x8f\x02\x25\xe1\x39\x5f\xbe\x3e\xd1\x82\x44\xbf\xd6\xda\x17\x74\x9c\x19\x85\xca\x3c\xa8\x8f\x49\x65\x44\x81\xd5\x8c\x88\xba\xa9\xb9\x7d\x79\x6b\xec\xf0\x86\x65\x41\xe3\xcd\x12\xbf\x44\x59\x5e\x28\x69\x34\xd5\x5c\x90\x27\xca\x8b\xe0\x51\x33\x70\xbc\xb9\xb5\xc3\x97\x04\x00\xb2\x71\x98\x63\x39\x4c\x7c\x36\x6f\x9c\xef\xce\xfd\xe3\x8c\x29\x51\x7b\x8b\xad\x7b\x3c\xad\x8e\x14\x9d\xcf\x7a\x53\x6a\xe9\xdd\x97\x55\xa5\x77\x19\x15\x66\x15\x25\xfd\x92\xa3\x83\x5a\x1b\x0b\x14\xe1\x26\x01\x51\xa3\xeb\x94\x32\xf3\x67\x50\xa1\xe7\x85\x54\x5a\x44\x62\xdb\x12\xf5\xf1\x3f\x25\xfa\x67\x81\x01\x5b\x76\x84\x6e\x09\x19\xb1\x99\x52\xb9\x7c\x7b\x7c\x3c\xa5\x6a\x56\x8c\x8f\x12\x3e\x3f\x7e\x2c\xc6\x44\x30\xa2\x88\xd4\x16\xf2\x1c\x6b\x7e\x21\x62\x71\x3c\xce\xf8\xf8\x78\x8e\xa5\x22\xe2\x38\x7f\x9c\x82\xf9\xec\xd4\xbd\x63\x3f\xec\x94\xff\x9f\x8b\xbf\x7c\x77\x78\xf1\x9f\xdf\x1d\x2c\x4b\x9f\xa6\xd3\x79\xc6\x12\x9c\xcb\x22\xb3\x6e\x36\x11\xd2\x06\xb0\x90\x40\x89\x55\xfb\x7d\x19\x6f\x57\x07\xa1\x75\x7f\xf9\xd3\xe5\xd5\xc7\xcb\x48\xf4\x5c\xdf\x47\xda\x40\xfc\xe7\x87\xb3\x0f\x57\x37\x7f\x8f\x04\xda\xdd\xd5\xcd\xf0\x7d\xbb\x56\x50\x7d\x4d\x95\x0c\x3f\x31\xfe\xcc\xe2\xd5\xcb\xea\xa2\x0b\xa6\xe8\x9c\x38\x81\x6d\xff\xbc\x33\x2b\xdd\x60\xe5\x57\x77\x3f\x9e\xdd\x84\xeb\x78\x77\xf1\xf7\xbb\xb3\x87\xdb\xd3\x9f\x5a\x57\x62\x1e\x8b\x66\x76\x0b\xde\x87\x13\x9e\x15\x73\x16\xfe\x7b\xf3\xb9\x9d\x5f\xde\x9d\xbd\xaf\xce\xee\x6a\x78\x17\x93\xfd\x26\x76\x3d\x1d\xfc\x70\x75\x75\x71\x36\x8c\xf6\xf2\x74\x78\x77\x76\x77\xfe\x21\xd2\xe7\x4e\xef\x6f\x86\x77\xe7\x57\x97\xad\xcb\x74\x33\xa8\x59\xa8\x5e\x56\xb8\xcc\x5d\xcb\x99\xb5\x8e\xf9\xd0\x86\x75\xcc\x41\x39\x0c\xb2\x43\x8c\x2f\x08\xcc\xb2\x43\x6f\x4a\x27\x66\xa6\xb5\xb2\x46\xc5\xdb\x84\x9a\x65\x5d\xeb\x46\xb7\x89\xbc\x3b\x3f\x05\x98\x97\x75\xec\xe2\x2c\xe3\xcf\xc6\xb9\x3e\xa7\x5a\xd1\x93\x04\x7c\xec\xfa\x27\x12\x25\x85\x10\x84\xa9\x6c\x71\x54\x23\x4e\xe2\x6d\xe1\x42\x9d\x7a\xf7\xeb\x46\x0c\x57\xeb\xcb\x5c\xf6\x62\xd6\xb2\x4a\xd5\x73\xe9\xa6\x05\x75\x71\xf8\xf4\x03\x91\x12\x4f\xc9\x3b\x17\xdd\xd9\x91\x90\xba\xfd\x39\xfc\xf3\x6f\xb7\x2b\xf8\xd9\x0d\x11\xcd\x10\xdc\x80\x43\xc6\xb8\xc2\xb1\x6d\xb8\x01\x27\x1b\x07\x75\x13\x2f\x57\x46\xb1\x6f\x37\x5a\x3d\xce\xae\xeb\xc7\xac\xa3\x52\xa8\xe3\xb6\x71\xdc\x07\x9c\x6b\x56\x4a\x0a\xa9\xf8\x1c\xe1\x72\x8d\x36\xbc\x87\x73\xad\xb3\x41\x00\x4b\x9f\x8f\x40\x1d\xf2\x4e\x9a\xf5\x2f\xb1\x92\x84\xd6\x4f\xbf\xfc\x92\x48\x2d\x0c\x22\xaf\x36\x22\x37\x29\x54\x21\xf4\x75\xad\x15\x4b\xf4\x2d\x39\x9a\x1e\xa1\xab\x9f\xcf\x6e\x6e\xce\x4f\xcf\x06\x68\x78\x7d\x7d\x76\x79\x3a\x40\x44\x25\x6f\x9c\xf1\x03\xe7\x92\xa4\x23\xa6\xb8\xf5\xc5\x2c\xd0\x8c\x3f\xeb\x77\xcd\x89\x98\x92\x68\xcd\xf6\xc7\x08\x70\xe7\x65\x8b\x6f\xb8\x60\xcb\x69\xe9\xfb\xe4\xa8\x8e\x43\x0a\x35\xdb\x86\x35\xb0\x94\xc5\x1c\x8f\x33\xf2\x40\xf1\xfc\x41\xf0\x6c\x95\xc8\xab\x15\x53\xa5\x72\xf2\x20\x8d\xdf\xe3\x01\x27\x09\x2f\x98\x5a\x7b\xb4\x55\xfb\x78\x0a\x64\x92\x28\x27\x62\x4e\xc1\x6a\xd6\x8a\xac\xe4\x09\xc5\xca\x69\xba\x65\xf3\x39\x94\x80\x25\x0f\x1a\x2a\xe8\xd4\x59\x19\x11\x87\x2d\xa9\xa3\xe5\xa9\x71\x17\x6f\x65\x39\x6e\x42\xbd\xae\x17\x4d\x95\x32\x54\xe6\x19\x5e\x2c\xa9\xac\xab\x28\xaa\x15\x33\x99\xe3\x84\x94\xee\x6a\xe7\xd9\x4f\xf8\x7c\xce\x59\xb6\xf0\x81\xe4\x94\x4e\x20\x25\x42\x69\x6a\xa3\x31\x51\xcf\x84\xb0\xf2\x53\x64\x77\x1d\x51\x26\x15\x66\x09\x44\xc3\xe0\xa0\x8c\x34\xad\xd2\x02\xc4\xff\xe8\x60\x80\x46\x07\x29\x79\x22\x19\xcf\xe7\x84\x29\xfd\x01\x51\xb5\x7b\x71\x36\xc7\x34\xbb\xe4\x8a\x4e\x68\x82\x9b\xee\x8e\x75\xb7\x45\x90\x84\xe6\x94\x30\x25\x1f\x88\x1e\xf7\x45\xad\xfb\x55\x77\xad\x8b\x56\xc3\x4c\x10\x4e\x53\x41\xa4\x24\xda\x28\x74\x93\xb4\x9a\x81\x71\x8a\x78\x02\xac\xbc\x6a\x0d\xdd\x7c\x97\xf0\x9d\xb2\x71\xbd\xce\x91\x70\xe1\x13\x9a\xfc\x8b\xcb\x5c\xe5\x56\xae\xbd\x37\x2a\x52\x99\x51\xeb\x3c\xf1\x3e\xab\xaa\x6a\x51\x56\x8f\x8d\x3e\xc6\xeb\xcd\x33\xa6\xcc\xad\x7e\xae\x75\x6a\x32\x04\x56\x24\x9c\x4d\xe8\xb4\x08\xa4\xb2\x35\xa3\xab\x96\x3b\x59\x39\xe3\x24\xe3\xb2\x10\x6b\x2a\x74\xf1\xa4\x4f\xec\xa3\x6d\xf3\x3e\x0b\x2f\xb1\x22\x53\xb2\xd3\x3d\x59\x43\x78\x24\x48\x2e\x88\x04\x9e\x04\x1f\x84\x3e\xdc\xca\x0a\x5c\xfb\xeb\x01\xa2\x2c\xc9\x8a\x54\xd3\x00\x67\xa5\x8f\x81\xa5\xa8\x54\x22\x46\x6c\x6e\x4d\x23\x84\x25\x7a\x26\x59\xa6\xff\x9b\xf0\x79\x5e\xe8\xb1\xec\x74\xed\x48\x5a\xd9\x54\x58\x91\x01\xe2\x85\xd2\x83\x0d\x60\xb4\xd4\x6e\xc1\xe1\x18\x03\xba\xc3\x41\x1a\xb4\xa8\xb9\x97\x2e\x00\xe7\x83\xf2\x86\xd7\x8d\x00\xa3\x0c\xbd\x27\x0a\x46\x01\x94\x54\xb8\x40\x48\x57\xaa\xda\x73\xf5\xb4\xdf\xe2\x44\xd9\x95\x74\xd8\xf9\x0b\xaa\x88\xc0\xd9\x07\x9c\xff\x90\xf1\x71\xeb\xbe\x0f\xd1\xdc\x68\x54\xf6\x2d\x88\xc6\x50\x22\x8c\x64\x91\x24\x44\xca\x49\x91\xad\xe4\x51\x22\x44\xe4\x81\x5e\x71\xfc\x3d\x91\xce\xe0\xb9\x56\xf6\xd4\xbf\x00\x10\x8e\xd6\xb6\xc1\xed\x5b\x9d\xa7\x4d\xff\x5b\x35\x47\x3c\xe6\x42\x3d\x24\xb8\x90\xdb\xdc\x9b\xe7\xd5\xb7\x17\xfa\xdc\xdb\xd8\x99\xe6\x27\xfd\x16\x8b\xb6\x7a\xa6\x59\x06\xb8\x22\x84\x33\x6e\x4f\xbb\xf9\x79\x61\xf5\x48\x98\x4d\xd3\xb9\xb7\x8c\xfe\x60\x0e\xc7\xfa\xd4\x2d\x99\xa0\xc1\xd4\x3c\x37\xa7\xcd\x9f\x24\xcd\xe2\x16\xfe\x04\xa1\x88\xc0\xb7\x57\x99\x04\x4a\x49\x4e\x58\x2a\x11\xec\x83\x63\x9b\x48\x48\x0e\xd0\x84\x7e\xb2\x83\x3a\x37\x6b\xf9\xd3\x40\xa3\xaa\x5f\x75\x3e\xc3\xcb\xfb\xd3\xe1\x22\xb9\x86\xe7\x5b\x0d\x09\x2e\xb5\xd2\x9c\x68\x0d\x44\x90\x84\x0b\x2d\x3b\xe0\xb5\xde\xb8\x5e\x79\x89\x28\x2c\x34\x51\xf0\x2a\x4d\x35\x9a\x47\x09\x07\x4c\xb1\x22\x87\x5a\x39\x5f\xe1\x56\xcc\xb9\x7e\x0d\xa2\x73\xa2\x15\x7d\xe7\xe9\x0e\x8d\x9b\x31\x99\x62\x86\x44\xc1\x18\x65\xd3\x86\xd9\x3a\x19\xb8\x05\xd7\x6b\x15\x04\xcf\xb5\x6a\x0e\x17\xae\x9e\x50\x3c\x0f\x99\x03\x39\x5b\xe7\x61\xb5\xeb\xd7\xa2\x9a\x6a\x21\xdb\x33\xf6\xca\x7e\xc3\x64\x8b\x3c\xdd\xa7\xc9\x66\x58\x2a\x64\xe7\xd4\x30\xe3\x50\xed\xdb\x41\x28\xaa\xad\xc6\x4c\xa8\x61\x77\xd1\x62\xc3\x29\x22\x49\x94\xa2\xb6\x16\x4a\x21\x09\xc2\x13\x45\x04\x98\xba\x4e\x33\x32\xc9\xc1\xfe\x68\xdb\x2c\x61\x90\x2c\xfa\xeb\x40\x96\x8c\x58\xed\xd0\x47\x68\xc8\x96\x42\x2d\xce\xee\x8b\xe8\x65\x64\x35\xce\x9e\xf1\x42\xa2\x1c\x52\xb9\x4d\xf4\xa7\x5c\x3c\x18\xe6\xf1\x43\xce\x0a\xd7\x9a\x07\x4d\x70\x96\x2d\x10\x58\x44\xc1\xcc\x1a\x36\x2b\x28\x47\xb4\xbe\xb0\x5b\x53\x49\xae\xe0\x3a\x6a\x0a\x0e\x94\xb6\x42\xad\xa4\x5b\xd2\xfa\xfc\xcd\x11\x39\xf7\x2d\x02\x06\x94\x30\xab\x86\x97\x86\x44\x9b\x66\x14\xe5\x7c\x6f\xa1\x1f\x39\x10\xda\xe6\x72\xad\x09\xa0\x16\x0a\xd8\x12\xa1\x56\x2f\x5d\xab\xf6\xff\x36\x73\x08\xa0\x64\xb5\x53\x40\xbb\x00\x93\xed\xc4\x9d\xe0\x59\x62\xcd\xf4\x86\xf3\x09\x62\x9c\x11\x44\x65\xf9\x63\x70\x6e\x9b\x40\x27\x1c\xbf\x29\x61\x44\x40\xc9\x0c\xe7\x0b\xf7\x50\x6c\x0f\x92\x7d\x65\xab\x6e\xe8\xad\x11\x34\xa1\x24\x4b\x25\x62\x44\x2b\xc5\x58\x2c\xb4\xdc\xb2\x07\xbd\x51\x67\x58\x65\x3f\x39\x91\x56\x0e\x15\x47\x9b\xb5\x9c\xd2\x83\x4f\xe9\x13\x61\x6e\x07\x07\x8e\x03\xb4\x20\x74\x74\xc9\x22\x57\x4e\xfb\xc1\xb3\x85\x3a\xf6\xc0\xd6\x5f\x9f\x52\xfa\xfa\x28\x96\xac\x7f\x53\x86\xa3\x34\x54\xb2\x85\xf7\xe1\x85\x5a\xec\xb9\x39\x5d\x10\x59\xd1\xb7\xe9\x1f\x19\x57\x7f\x44\xa5\xd2\xee\x4c\x0a\x53\xb0\xc5\x9a\x77\x83\x08\xf2\xa6\xdf\x06\x4c\x6a\xcd\x4d\x84\x3d\xbb\xa6\xab\x29\xbf\x2d\xb8\xa4\xf4\x51\xbe\xe8\xc5\x5e\x11\xdf\xf1\xd6\x54\x62\x4c\x90\x9c\xb2\x33\x3b\xea\x35\x6a\x68\x21\xc3\x06\x82\x00\x2e\x88\x71\x34\xe7\x82\x54\x12\x64\x8c\xfc\x82\x8d\x2e\x13\x13\xd6\xe7\xd2\x1a\x97\x82\x01\xfd\x97\xc7\x3c\x72\x25\xb4\xbb\x10\x5c\x64\x78\x1b\xce\x99\xc7\xe8\x9f\x16\x0e\x58\x81\x20\xaa\xb7\xd6\x04\x65\x09\xcd\x71\xa3\x73\x74\x1d\x4e\x58\x72\xe6\x85\x15\x73\x9a\x70\x33\x4d\xd7\x18\x91\x5a\xf3\x6b\x9a\x4e\x5d\xa2\xd6\x52\x9a\x56\x3b\xdb\x86\xc9\x1e\x23\x78\x1f\x49\x19\x91\x72\x74\x60\xa6\x4f\x65\x55\xf4\x18\x1f\x81\xd3\x3e\x65\x58\x03\xca\xff\xd2\xb0\xb9\xb3\x97\xed\x2a\xf4\x65\xf9\x9d\x13\x5f\x11\xa0\x66\x52\x08\xc0\xcf\xd4\x8d\xf9\x6d\x32\xa3\x59\xe9\x6a\x7b\x33\xb0\x47\xc2\x0c\x99\x91\x27\x92\xe9\x81\x29\x4b\x04\x99\x13\x66\xe3\x1d\xdf\xa1\xff\x32\x09\x4c\xe8\xfb\x11\x7b\x0f\x92\x2d\xcb\x16\x03\x44\x27\xe5\xc8\x58\x55\x86\x79\xac\x9d\x80\x9a\x11\x7b\xb8\xa3\x89\x98\x53\x35\xc3\x4f\x64\xc4\xdc\x30\xff\x85\x1e\xd1\x9f\xd0\xf7\x4d\x66\xb6\x05\x4f\xbd\xb4\x15\xf6\x8e\x0b\x0f\xd4\x0a\x2e\x0e\x2b\x7b\xec\xe1\x75\x46\x5a\xe4\x21\x29\x15\x69\xaf\x66\x79\xc4\x17\x65\x4f\x7c\xd9\x09\x1f\x1e\x1e\x2c\x08\x53\x0f\x8c\xa7\xe4\x81\xd4\x78\xe0\x5b\xce\xaa\xbe\x57\x2f\x79\x4a\x56\xfa\xcf\xbd\x9a\xf6\x11\x0c\x4b\x59\x8c\xfd\x76\xe8\xf7\x96\x26\x51\xcc\x60\xf5\x13\xf6\x15\xae\x36\x99\xee\xa6\x2e\xff\x2b\xab\xe0\x0c\x40\xa8\xda\x09\xd4\xbb\x9d\x33\xb8\x8c\x21\x00\x5c\x3d\x85\x55\xaf\x9d\xfe\xb1\x5e\xb9\x15\xfb\x41\xed\x2e\x40\x90\x0a\x3a\xa5\x5a\xe7\x6b\x0f\x2b\xac\xd6\xee\x4a\x47\xb8\x77\x3c\x23\x3c\xe6\x45\x15\x55\x08\x9b\x63\x6e\x25\x85\x1c\x40\xbe\x49\xc1\x44\x63\xfd\xbc\x80\x8b\x6f\x52\x64\xfa\x67\xc6\x8f\x65\xb2\x88\xb5\x29\x1d\xbc\x4d\x5f\x77\x52\xd2\xa9\x8d\x16\xbb\x01\xa9\x45\x63\xa5\x60\xd3\xa2\x64\x86\xd9\xb4\x5d\x87\xb9\xb1\x24\xdb\x81\xe1\xf6\x1a\xa1\xa2\xe5\x6b\xa5\x86\x67\x80\x74\x16\x81\xf9\xaa\x76\x91\x3f\x77\x95\xbb\x62\xd7\x36\x52\x07\x03\xc4\x4d\xca\xce\xd0\x1e\x88\x65\xbf\x7a\x3d\x77\xdc\xc6\x16\x58\x67\x96\x30\xef\x7e\x00\xc7\xf0\xd6\x0e\x11\xbf\x09\x41\x4a\xbb\x45\x70\x98\xd5\x90\xb4\x7e\xb7\x5f\xc6\xd5\x1e\x63\x48\x02\x4f\x7b\x74\xac\xeb\x67\x34\x5f\xd6\x01\x5b\xe6\xd4\xa0\x3f\xd6\xcf\xcd\x7d\xbd\xee\x54\x5a\x1d\x8c\x6b\xba\x0b\xc1\x10\x6a\x3b\xb6\x17\x36\xd0\x1d\x3b\xda\x4c\xf4\x8e\x07\xa1\x06\xf0\xb9\x15\x12\x29\x81\x99\x34\x6f\x1b\xb1\x8f\x46\xf3\xa0\xd2\xa8\xd9\x36\x41\x00\xb4\x78\x44\xe1\x6f\xb0\x15\x2c\x40\x5a\xcd\xb0\xb6\xa1\x17\x0d\x4e\x3d\x9f\xd2\xe7\x4f\x42\xe8\xd6\xab\x7b\x19\xbc\xc8\xaa\x5b\xb5\x43\x3a\x42\x87\xb8\x12\x67\x6b\x58\x68\x51\x93\x97\x89\x4a\xc0\xdb\xe0\xac\x51\xd5\x1e\x73\x9e\x11\xcc\x9a\x54\xa1\xda\xaf\x97\x8c\xec\x32\x3b\x7b\x4c\x00\xbd\xa7\x6f\x53\xa1\x8d\xee\x09\x04\x6a\xe3\x75\x61\xc8\x8f\x57\x84\x19\x9b\x0c\x50\x4c\x66\xa2\xe9\x0a\x17\xe3\x20\x3c\xf9\x63\x92\x75\x0a\x72\x9a\x07\x5a\xb9\x08\x7e\x52\xa6\x60\xaf\x05\x0a\x0b\x63\x85\xb5\x10\xba\x55\x13\x0b\x81\x77\xad\x4e\xa5\x18\xbc\xd6\x61\x8a\xab\xc4\xf9\xb0\x12\x8c\x43\x04\x22\x78\x18\xb0\x22\x7a\xff\xe0\xbc\x3b\x83\xd9\xcb\xfb\x68\x97\x20\x41\x02\x1e\x4e\x39\x91\x81\x76\x80\xf8\x13\xb1\xfc\x4b\x27\x44\x6b\x10\x23\xa6\x95\xa9\x50\x93\xc1\x52\x1f\xb4\x5c\xf0\xa9\x05\xa8\xe0\x44\x70\x29\x6d\x7c\xcd\x8c\x23\x8f\x5a\x6f\x92\x3b\x22\xe6\x94\xed\xc6\x43\xfc\x7a\x98\x94\xe5\x6a\x2c\x65\xf2\x45\x83\xe6\x31\x26\x48\xb9\xb5\x36\x9d\xfb\x6d\xc3\xd5\x4e\x7b\x46\x82\x60\x69\xed\x15\x08\x51\x57\xc2\x74\x1d\xf4\x04\x3f\x67\x83\xee\x38\x74\x9b\x1d\xb2\x90\x85\x03\x9b\x42\x08\xda\xd8\x14\x82\x40\xee\xec\x38\xb3\xce\xe0\x88\x6b\x68\x59\x15\xb7\xa4\x88\x57\xcd\xcd\x9b\x41\x4e\x4a\x3a\xd7\x67\x05\xf2\x20\x18\x3f\xe4\x39\xa8\xbc\xd5\x5f\x4d\x30\xcd\xb4\xc0\xa2\x71\x51\x5e\xad\x5c\x1d\x92\x4f\x54\x2a\xc2\x54\x9d\x7f\xd0\x0d\x02\xfe\x44\x92\x9a\x6d\x34\x9c\x3b\x3a\x18\xfe\x70\x75\x73\x77\x76\x3a\x3a\xf0\x12\xdb\x07\x8f\x9d\x58\x77\x73\x87\x60\x91\xf7\xdd\xfa\x4a\x3c\xb0\x97\x08\xa7\x69\x89\x52\x35\xd8\x8b\x07\xe3\x83\x5a\xf7\x54\xac\x74\xdf\x2e\x0f\xf3\x8e\x7e\x22\xe9\x0d\x56\x5b\x39\x7d\x5b\x53\x58\xd6\xf2\xac\xd4\xb2\x78\xc1\xe8\x92\x75\xdf\x22\x64\xfd\x52\xee\xf5\x73\xeb\x73\xb0\x39\x09\xb0\x57\xce\x44\x97\x48\x14\x4c\x1b\x45\xd8\x17\x48\x9a\x00\x0f\xb0\x64\x31\x40\x80\x44\xd4\x5c\xbb\x40\x7f\x46\x73\xca\x00\x35\xd4\x46\xdb\xfb\x78\x21\x5d\x12\xed\xce\x2f\xef\xe3\x14\xd5\x1f\xaf\xee\x6f\xe2\xb4\x87\xbf\xb7\xa7\xcc\xc5\x23\xb4\x59\xa2\xe5\x1a\x83\x80\x33\x37\xa4\xf0\xa4\xa9\x5b\xe8\x45\xf5\xa2\xfe\xba\x20\xe5\x99\xd7\x19\x76\x8d\x26\x07\xc2\xed\x11\x90\xdc\xae\x74\x3b\x0c\xb9\x31\xad\xae\x63\x7b\xed\x45\x2f\xe8\xda\xb8\xd1\xe6\x41\xc0\x72\x01\x60\xbb\xd6\x5f\xbf\x9d\xb1\x97\xe5\xa8\x0e\x00\xd8\x41\x7b\x43\xe5\xd3\xce\x03\x20\xad\xe3\x2a\xc7\x63\x9a\x81\x57\x5c\xdf\xc0\xf3\x3c\xc3\x8a\xfe\xab\xce\xa7\x21\x8f\x46\x2c\xac\xe4\x66\xee\x4c\xcd\x03\x0e\xf8\x4e\xd9\x14\x71\x46\x10\x17\x26\x02\xe2\xc5\xe1\x20\xc4\x61\x56\xe1\x11\x6a\x86\x16\xbc\x10\xfe\x8d\x4b\xef\xb1\xdc\x27\x67\x58\x58\xf8\x97\xd3\x33\xad\x0f\x3f\x44\xda\xc3\x78\xb9\x20\xa5\xb1\x05\x2f\x26\x4f\x84\xa1\x67\x6d\x58\x95\xfe\xe4\x11\x0b\x80\x0b\x5a\x25\x65\xdf\x28\x1f\x85\xa5\x99\xed\x01\x80\xbd\xf3\xbc\x74\xb5\x48\x4c\xed\xc8\xed\x0c\xbc\x03\xa8\x26\x60\x4f\x37\x63\x3e\x78\xb2\xc9\x7b\x60\xa2\x0d\xc0\x03\xa1\x2f\xc3\xa0\xe4\x6a\x59\x96\x7c\xca\x49\xb2\x09\x6c\xf0\xda\x55\x01\x6a\xf3\x66\x84\xd1\x0f\x9b\xdc\x65\xb7\x4e\x71\xe7\x5b\xa9\xce\x76\xc5\x3c\x3b\xa1\x5c\xf5\x44\x7f\xc6\x82\x6a\x1b\xb3\xe3\x3c\x1d\xce\x75\x22\xf8\x7c\xbd\x29\xbe\x0e\x60\xed\x6e\x09\xfa\x15\xb9\x07\xf6\x04\xa9\xb6\x7a\x96\x4d\x10\xb5\x55\x52\xef\x67\x73\x2f\x7a\x34\x2a\x24\xdf\x10\x34\xc9\x16\x8a\xe8\xd1\x95\x9e\xaa\x45\x87\x85\xef\x0c\xef\x2c\xef\xf9\x76\xd1\xf9\xca\x29\x88\x7c\xea\x63\x82\xac\x36\x64\xd0\x5a\xf5\x30\x33\xb8\x3e\xeb\x3c\xa2\x41\x3c\xcc\xa2\xd2\x35\xf1\xa4\xc2\xf3\xdc\xdd\xf1\xd5\x14\xa3\x0a\xb9\x56\x48\xa3\x5d\xc1\xa3\x5e\x00\x5a\x56\x67\xeb\x46\x70\x37\x1b\xbb\xdd\x4d\xf2\x45\xe5\x86\x6e\x9d\x58\x94\x7d\x11\x4e\x28\x25\x0a\xd3\x4c\x86\x19\x07\xcb\x5b\x19\xdd\x7c\xa6\x34\x81\x73\xbc\x6e\x68\x25\x07\x1d\x7f\xc2\x9d\x47\xe1\x1d\x0f\x4e\x96\x39\x5e\x04\x98\x12\x7d\x0a\x32\xa2\xe0\x72\xa6\xcc\xff\x15\x8b\x5a\xc7\xcc\x21\x8b\xd6\x05\x95\x8f\xd0\x0f\x0b\x7f\x2d\xe2\x2c\x0b\x67\x62\x9c\x77\x65\xfb\x19\x7d\x14\xe0\x12\x43\xe7\x97\xc3\x93\xbb\xf3\x9f\xcf\x00\x2f\xb1\xe0\x05\x7a\xa6\x52\x5b\x08\x23\x06\xfe\x40\x2d\x50\xe1\x77\x8a\x23\xf3\xc3\x01\xfc\x0a\x0a\x14\xc8\x62\x3c\xa7\xda\x9e\x2a\x17\x79\x0f\x12\xe1\xc6\x61\x6a\xcc\x39\xd6\x0f\xc0\xb5\xed\xd0\x3a\x75\x98\xc9\x15\xe7\x63\x03\x33\xb8\x1c\x64\x5b\x40\x4e\x10\xae\x78\x59\x48\x4e\xa0\x66\x87\x66\x4d\xed\xf1\xea\x31\x39\xf5\x87\x32\x4e\xee\x81\x0c\x2c\x2a\x55\xe5\x32\x69\x4e\xe9\x29\xb7\x60\x17\x80\x1c\xa7\x6d\x77\x90\x83\xb7\xee\x91\x7a\x6d\xe7\xd6\xd7\x98\xa9\x55\xc1\xae\x1b\xf5\x9b\x7d\x43\x8c\x97\x61\xbb\xcd\x83\x40\x5d\xcc\xad\x12\xdb\x19\xb2\x42\x10\x3c\xf7\xa9\x65\x36\x16\x54\x11\xdd\x8c\x2b\x88\xbe\x26\x2a\x5b\xd4\x44\xed\x47\xac\x5e\x6f\x68\xe7\xb1\x6d\x03\xa9\x3b\x45\x96\xfb\x1d\xb9\xf1\xab\xb0\x1e\x91\x8f\x1e\xed\x63\x8c\x51\x5f\x25\x90\x54\xce\x95\xf3\xbf\x36\x58\x01\xa0\x2e\x3c\x6c\x10\xe5\xac\x39\x95\x6b\x86\x39\x57\x9e\x0b\x7b\x65\xbe\x8c\x05\xb5\x65\x3c\x18\x92\xab\x76\x9f\x12\x06\x4e\xcc\x01\x78\xc8\xf9\x13\x11\x82\xa6\xda\xc2\x0a\x93\x56\xd7\xa2\xdc\x1a\xa5\x00\x1a\x64\x98\xa9\x17\xad\x38\x84\x4d\xbc\xcd\xab\xc7\x73\xf9\x21\x15\xe9\xe6\xd5\x9d\x82\xa5\x44\x30\x82\xd5\xec\xf5\xe2\x8b\x27\xdb\xba\x0c\x5f\x2d\xd6\x78\xb2\x93\x7a\x19\xe1\x74\xe3\xda\x11\x2b\xe7\x59\x54\x6a\xa0\xb6\x23\x2a\xcb\x42\x0d\x4b\x46\x54\x8d\xab\x2b\x40\x87\x5a\x3b\x2b\x2e\xda\xd0\x11\xba\xdb\x68\x41\x78\xf7\x93\x36\x0f\xe2\xd4\x6e\x5b\xc6\xbb\x5d\xa4\xab\x86\xc8\xcb\x3a\x75\x93\x8c\x8e\x1d\x15\xb1\x31\x9f\xd8\x0f\x1a\x8a\x1d\x55\x1e\xab\xae\x36\x34\x0c\xd8\xa2\x6a\x57\x63\x91\x66\x44\x82\xca\x67\x74\xfd\x8a\x56\xd7\x66\x73\x8c\xd8\x8f\xfc\x99\x3c\x11\x31\x40\x58\xa1\x39\xd7\x37\x39\x23\x61\xe5\x5c\x1c\x67\x6e\x19\x97\x36\x46\xb5\x9d\xcb\x9d\xe5\x63\xbd\x8a\x75\x19\x10\x80\xea\x37\xdb\xe0\x5c\xe0\x23\x86\x13\x45\x9f\x88\x89\xed\x00\xd6\x8d\xba\x85\x01\xff\xff\xd1\xfb\x3c\xff\x78\x84\xee\xf4\xc5\x45\x65\x3c\xdf\x00\xc6\xd9\x34\xb7\x11\x9b\x0a\x5e\xe4\x5e\x33\xe5\x63\x50\x89\x8d\xef\xb3\xc6\xe7\x09\x93\x71\x0e\xcf\x04\xa7\xfa\x5a\x6c\x67\x9c\xc8\x76\xda\x33\x57\x40\x8c\xaf\x0b\x19\x48\xdf\x16\x3e\xac\x64\xa1\x03\xc0\x46\xcd\xd9\xb4\xbb\xf3\x9d\x2e\x15\x80\x91\xa0\x94\x79\x93\x35\x02\x5b\x6c\x28\x2a\x02\x33\xdf\x99\xc4\xf5\x28\xa1\xf2\xb5\xa6\x64\x97\x11\x1c\xa4\xbe\x06\x5e\xc3\xde\xaf\x9f\xac\x53\x99\xe5\x75\x21\x72\x0e\x08\xd1\x6c\xe1\xa0\x49\x73\x0c\xc1\xf3\x9c\xe7\x85\x01\xcb\xd2\x30\xc8\x54\x3b\xa1\xb8\xa2\xc0\xce\x83\x7f\x5b\xe8\x2c\xa7\x5a\xa9\xa3\x0c\x95\x3f\x44\xd6\xab\x59\xcb\x66\x85\xa0\x1b\xa9\x26\xd6\x2a\x26\x4f\x84\xa9\x52\xc9\x9d\xe3\x1c\x51\x2d\x4b\xb4\x34\x14\x53\x32\x40\xcf\xae\xc5\x0c\xc2\xa8\x10\xd4\xed\x3a\x68\xa6\x2d\xbc\x15\xab\x86\xc7\xc6\x4b\x6d\x70\x3a\x09\x0e\x8a\x69\xd8\xc2\x99\x89\x2a\xb0\x8f\x25\x42\xf6\x53\x46\xd9\xa3\x7e\xd9\x33\x98\xd1\xce\x03\x29\xf4\x99\xe3\xc2\x01\x1d\xa3\x3d\xad\x95\x66\xfb\x99\x88\x59\xdb\x29\xa0\x5e\x69\x7f\xa1\x3c\xcc\x97\x2a\xe9\x5f\x6f\x91\xbf\x70\x16\xe6\xbe\x35\x99\x5a\x5f\xe6\x96\x99\xc7\x76\xde\x36\x1d\x13\x0e\x64\xe4\x8d\x7e\x07\x81\x83\x60\x9a\xc3\x72\x0f\x13\x80\x2c\x29\x22\x4c\xc6\x24\xb8\x20\xbd\x9b\xcb\xaa\x28\xb5\xca\x5c\xed\x91\xd9\x3a\xab\x4f\x8f\xb7\x0c\x68\xd8\xb1\xeb\xa5\xf6\xb0\x37\xfa\x60\x96\x42\xd2\xae\xf2\x54\x99\x07\x29\x1b\x98\xb7\x77\x3f\xd6\xad\x2a\x82\xde\x38\x62\x9e\x2f\x11\x33\xe6\xb6\x30\xb5\x67\x67\x85\x84\x1e\x56\xdf\x80\xf5\x3e\x9a\xdd\x15\xf7\x29\x0b\x09\x2c\x95\xf5\x71\xd2\xea\xb2\x39\xd9\xb0\x5b\x69\x98\x88\x88\xab\xcb\xc2\x40\x95\x35\x2c\x1b\x6a\xc2\x00\x94\x3c\xdd\x97\xca\x30\xcb\xc1\xd8\x78\x72\x9f\xb9\x2c\x4c\x65\x32\xfb\x53\x1b\x66\x25\xdd\xf6\x37\xda\x5e\x33\xd1\x35\x6a\xc2\x78\x67\x30\x24\x19\x76\xf3\xb2\x42\x00\x9e\xa6\x59\xd4\x5a\x4a\x1f\x2a\xef\x6f\x5d\x5f\x08\x9e\x70\xa6\x55\x03\x9b\xb1\x5f\x59\x8b\x8d\xd0\x82\xd9\x1c\xd7\xa0\x6b\x16\x8a\x67\x5a\x1b\xdf\x81\x61\x6c\xe3\x3e\x35\xce\xf2\xf5\xd4\x2e\x93\x82\x75\x7e\x5a\x8a\x09\x9f\xeb\xad\x15\x13\x7b\x1d\x29\x81\xb5\x65\xe8\x2a\x60\xda\xba\x97\x4d\x2e\x71\xbd\xb4\xf5\xb6\x08\x7e\xba\x4c\x97\x15\x16\xb1\xa5\x36\xa4\x21\x56\x2c\x1b\x9e\x40\x91\xe6\x4e\xf8\x8d\xc8\x1a\x66\x29\xe0\xac\x83\x5a\x3c\xa6\x87\x42\x75\xcf\xcd\x3b\x67\x58\x56\x5f\xb9\x72\xcb\x37\x08\xfb\x46\xc3\xbc\x27\x4a\x1b\x8e\x3b\xa9\x82\xd1\xc1\x0b\x0f\x13\xb9\x17\xd9\xca\xba\x7c\xb7\x26\x55\xb3\x10\x59\xa9\xc0\x60\xa4\x2f\xb4\xa3\xc0\xd0\x85\xe0\x58\x44\x51\x33\x99\x06\x39\xd0\xbd\x92\xe0\x4b\x4e\xd5\xce\x66\xa3\x20\xae\xe9\xc1\x59\x08\x73\x31\xd7\xef\xac\x4d\x05\x00\xd9\x99\x18\xc9\x23\x23\x80\x87\x43\x82\x81\xfd\x5c\x7b\xaf\x37\xf3\xcf\xb6\x4a\x7f\x9c\xee\xfd\x62\xba\x7f\x24\xbd\xa3\x05\xf4\x38\x82\x4d\x15\x79\x9b\x1d\xe2\x39\x10\x60\x3e\x4a\x50\x02\xf8\xd3\xcc\x07\xad\x63\x49\x67\x8d\xbc\x7a\xc6\xda\x4d\xa9\x62\xd0\x54\x5f\x8c\x95\x5a\xea\x2c\x76\x37\x23\xcd\x54\x8d\xbf\x4a\x9f\xcf\x42\x12\x61\xb0\xc3\x3e\xde\x53\x93\x40\xd9\xe8\xf5\xa9\xad\xcc\xdc\x96\x1b\xbb\x54\x21\xba\xfe\x62\x37\x9e\x0d\xf4\xad\x6d\x60\x4b\x8e\x5c\x78\xff\x0d\xfa\x2f\x48\x88\xfc\xff\x9a\x6a\x3a\x4c\x89\x78\x48\x8b\xa8\xe5\xda\xaa\x49\x5d\xeb\x87\x4e\x0b\xb5\xa8\x87\x49\x44\xf6\x45\x86\x93\xc7\x2e\xd0\x11\xfd\xfb\x86\x61\x3b\x59\xae\xb1\xdc\x6d\x00\x66\x90\x0a\x30\xc3\x7a\x9c\xc2\xf7\x1b\xef\x10\x83\x7c\xd9\xc0\x21\x6e\x1d\x65\xd0\x04\xef\x08\xbd\x33\x39\x0f\x70\x87\x98\x57\x24\xbc\xc8\xd2\x11\x23\x9f\x72\x2e\x4b\x4f\x3a\x65\xd3\x3a\x9c\xba\x4d\xe8\xb0\x6f\x5a\x75\xf0\xb6\x17\xe8\x9f\x1d\x45\xb3\xbc\xa7\xcb\x4b\xae\x67\xb2\xad\x54\xe7\x3d\xa9\x8f\x7e\xe2\xfa\x8a\x0c\x90\x5f\x64\x85\x2d\x32\xf2\x44\x04\x9e\x12\x5b\x3f\x3d\xc8\x49\xc0\x1b\x94\x4b\xbf\x5e\x72\x77\x7f\xd9\x35\xff\x97\xbc\xe8\x2f\xcb\xc6\xb6\x63\x42\x3b\x03\x37\x09\xa5\x3b\x9e\x1f\x9a\xe2\x43\xcc\x77\x22\x70\x4a\x42\x92\x61\x29\xe9\x64\x11\xb4\x18\x70\xb7\xaf\xf1\x44\xfb\xdc\x95\x38\xc7\xa9\xf6\x6e\xb6\x9b\x7c\x63\x11\xb2\x2f\x57\xae\xb2\xed\x62\xb0\x4f\x74\x60\xca\x72\xbe\x1b\x18\x4a\x76\x8c\xad\x72\xfc\xf2\xe5\x31\x76\xcf\x42\x4b\x84\x59\x53\x08\xde\x2e\x83\x2f\x3b\x2f\x30\x11\x9c\x3d\x04\x9d\x3a\x37\x0c\xd7\x48\x34\xfc\x78\x8b\xe4\x82\x29\xfc\xe9\x2d\x1a\x1d\x7c\x30\x19\xa6\xe8\x47\x5e\x08\x89\x4e\xf1\xe2\x90\x4f\x0e\xe7\x9c\xa9\x19\xfa\x00\xff\xdf\x7e\xf4\x4c\xc8\x23\xfa\x3b\xc1\x62\x74\x60\xbb\x65\xd8\x22\x88\x1e\x05\xaa\x0d\x6e\x51\x30\x69\x93\x57\xbf\xff\xab\xcb\x5e\xd5\xaf\xf9\xee\xf8\xfb\xbf\xa2\x3f\xc2\xff\xfe\xff\xe8\x8f\xa3\x83\x06\x1c\x57\xb7\x88\x7c\x99\x5e\x5c\x3b\xda\x23\x4d\x1e\xf9\x64\xf2\xa0\xe8\x9c\x18\xe8\xda\x03\x16\x8d\x35\xda\x3a\x86\xea\xa8\x45\xd4\x99\x9c\xa0\x32\x40\x6b\x5f\x6a\xbc\x92\x4e\xe9\xf7\x85\xd7\x4d\xbc\x94\xc5\x48\x32\x2a\xe1\x29\xad\xcb\x4c\x26\x5d\x4c\x03\xd7\x66\x66\x19\xaf\x5f\xfa\xb7\x43\x7c\xa8\xbf\x7c\x42\x95\x89\xaf\xca\xbf\x5d\xd6\xe5\xbe\xb2\xdb\x1b\x16\xf8\xa2\x37\xf7\x2d\x17\x5b\x89\xf0\x47\xb2\xa4\xd7\x77\xb2\x8b\x1d\xd4\x2d\x84\x19\x83\xe3\x8c\x0b\x1f\xef\x36\x7e\x0e\x8b\x2b\x1b\xb1\xbb\xab\xd3\xab\x6f\x1f\xb1\x12\x7c\x8a\xd9\x9b\xb7\x68\x98\xa6\xb6\xe4\x13\xb2\xc6\x89\x66\x1e\x6d\xfa\xda\x26\x6c\xb6\x7e\x0b\xd3\x84\xab\x35\x74\xc3\xeb\xbe\xa6\xc9\x1a\x6a\x3e\xec\x71\x5f\xb6\x26\xb8\x44\x88\xe7\xf3\x2f\x28\xb1\x37\xb0\xd6\x47\xb2\xb0\x95\x31\xab\xeb\xdd\xa4\x8a\x15\xf4\x67\x27\xd2\x0c\xcd\x45\x4a\x80\x3c\xa6\x14\x37\x95\xca\xf9\x64\xeb\x0e\xd5\x1d\x96\x8f\x7b\x86\xac\xa2\x69\xd8\x42\x45\xd5\x16\xbe\xb5\xc2\x4f\x61\xf9\xb8\xb3\xb6\x31\x9a\x14\xeb\x74\x8c\xb1\x23\x23\x12\x75\xfa\xcc\x32\x83\x24\x0a\xc2\xf2\x73\x9c\x9b\x02\x37\x20\x18\xa1\x49\x47\xa5\x81\x7e\x75\xfe\xab\x36\xda\xc4\xf6\x03\x35\x4e\x00\x9e\x41\x1b\x85\x29\xb8\x9a\x30\x5b\x18\x06\xd0\x82\x16\xcb\x47\xe9\xe1\x7d\x48\xce\x71\x96\x0d\x90\x20\x05\x54\x28\x1a\x20\x49\xb2\xc9\xa1\xf5\x0f\x92\x14\x65\xa6\x9f\x36\x1a\x67\x3c\x79\x94\x23\xa6\x25\x1f\x9b\x1a\x81\xed\xfb\xf0\xfa\xab\xa2\xf4\x26\x9a\x56\x55\x26\x03\xd9\x54\x00\xa1\x52\xd1\xa4\x92\x76\xaa\x4f\xb2\x9e\x0f\xb8\x3a\x12\x6e\x10\x89\x30\x5d\x7d\x75\x11\xd0\x51\x55\xe1\x8a\x44\x01\x5c\x04\x67\xf4\x5f\x10\x35\x98\xe1\x27\xca\x45\x13\xf7\xee\x20\x3e\xec\xb6\xe7\x41\xc5\xa7\x61\x05\x3f\x9f\xd8\xc7\xe0\x0c\xb5\x71\xcc\x4d\xcc\xce\x9e\x1b\x3c\x9b\x7b\x54\x87\x63\x8a\x32\x4b\xd7\x21\x67\xcc\x4f\x9c\x97\x70\xcf\xc2\x88\x30\xe5\x86\xe0\xe1\x2a\x9e\x3e\x31\x89\xaf\x66\x8c\x20\xf9\xc4\x8c\xee\x52\x03\x2d\xae\x4b\x8b\xb6\x27\xcd\x24\x8e\x3c\x9a\xf6\xa6\xed\x4a\xd0\x23\x29\xcf\x8a\x29\x65\x87\x1e\x74\x94\x62\x85\x47\x0c\x60\xa9\xfa\x25\x95\xd4\xc6\x65\x8e\xda\xe3\x0c\xd4\xdd\x08\xc7\x8e\x89\xa8\x8e\xc8\x5d\x98\x3c\xe6\x5b\x08\x0f\x76\x14\x76\x91\xff\x4d\xd4\x79\x9f\x6d\xc1\x72\xfd\xed\x13\x2d\xe1\xd5\xc1\x8b\x1a\xf7\x76\x63\x58\x69\x65\x56\x4b\x61\x19\x3a\x31\x4c\x06\x73\x03\x57\xa0\xad\xa6\xd4\x34\xa3\xcf\x02\x74\x69\xdb\xc8\x6b\xac\x4c\x45\x1c\x32\xe7\xca\x00\x38\x0d\x96\xd2\x42\x2c\x2d\x44\x73\x9c\xf1\x31\xdc\x2b\x00\xb3\x84\x75\xc7\x2d\x71\xcc\xba\x49\x8a\xbe\x0d\xae\x09\x1f\x7d\x7a\xb3\x07\xad\xb4\x7c\xe1\x2a\xbd\x61\x41\xda\xf0\x75\x89\x0f\xae\xae\xca\x34\xdb\x6a\xaa\x68\xdc\x0d\xa1\x13\xed\xfe\x0e\x10\x3a\x95\x65\x34\xa4\x03\xf1\xe9\x8b\x46\x4a\x6c\x93\xe0\xb5\xed\x1f\x13\x8f\x37\xfa\x47\xb4\x39\x8e\xcd\x16\x75\x5b\xb4\x5f\xe8\xa3\x78\x72\x9f\x19\x7d\x54\x99\xcc\x3e\xa3\x8f\x2a\x53\xdd\x5f\xf4\x51\xcd\x44\xd7\x40\x1f\x99\x38\xcc\x83\x66\xea\xf5\x84\x42\x2e\xb8\xe2\xe3\x62\x72\x0b\xb7\xc9\x3a\x79\x6d\x46\x38\x3b\x3d\xc7\x42\xee\x61\xb6\x46\x07\xea\xa6\x88\x85\x20\xa5\xca\x92\xd7\x04\x29\x45\x22\xad\x07\x29\x79\x90\xd2\x32\x5d\xf6\x11\xa4\x54\xd9\xf3\xf5\x40\x4a\x75\x5b\xbe\x81\xef\x3d\x1a\xe6\xab\x01\x29\x55\x28\xba\xcf\x20\xa5\xca\x54\x77\x07\x52\xaa\xdf\xd9\x6e\x20\xa5\xda\xeb\xbf\x99\x7f\xb6\x8d\x69\xeb\xd7\xbd\x36\x48\x29\x5a\x40\x0f\x52\xda\xb2\xd8\x49\xcc\x82\x76\x06\xbe\x01\xd1\x32\xbb\xb7\xc1\x94\x40\xa5\xdd\x01\x47\xbd\x6c\x4c\x10\xbc\x50\xeb\x6a\xdd\xc3\x88\x0e\xd2\x66\xee\xe9\xeb\xcf\x61\x59\x82\x82\xc0\x7d\xbe\xcb\xb6\xf9\x2e\x15\x22\x7b\xef\x15\x6c\x5c\x13\xcb\x6d\x5b\x09\xc5\x55\x26\xe9\x66\x90\xde\xb9\xa7\x5a\x35\x64\x57\xf4\x24\x74\x59\x82\x12\x51\xeb\x14\xf7\x7d\xcc\x37\x74\x7b\x37\x20\xb1\x96\x5f\xa8\x5c\x87\xe9\x00\x5a\x15\x3b\xa2\x96\x67\x10\xd1\xdd\xdd\xa8\x5b\x90\xbd\x10\xdb\x74\x03\x1b\x9a\x04\x57\x7d\x5d\x87\x49\xd2\xd5\xb3\x37\x5e\xa8\x66\xc0\x63\xbb\x0d\xb4\xba\xc9\x57\xd5\x93\x47\xff\xe5\x37\x7a\x42\x33\x82\x30\xb4\x1b\xa4\xe3\x0c\xac\x24\xe0\xe3\x31\x7f\x22\x7a\xd2\xdb\xec\x2a\x65\x53\x58\x37\x74\xc1\x2f\x8b\x5f\x78\xe6\x31\x87\x7c\x26\x78\x31\x9d\x39\xb5\xd8\xd5\x47\xac\xdb\x4b\x87\xd9\xfc\x72\x3d\xb8\x95\x8a\x49\x55\x26\xe8\x1e\xe2\x72\x24\x79\xe5\x30\x57\xdd\x3a\x3a\x70\x47\x04\x52\x28\x8f\xbf\x73\x3c\x9a\x6b\x04\xa0\x93\x23\x36\x8c\xe0\x0c\xae\xbc\xde\x78\x51\x86\x45\x8d\x2c\x0e\x99\x0c\x0a\x02\x5b\x75\x13\x2a\xf0\xe8\x7f\xc1\xbd\x01\x0f\xd9\x00\x98\x0b\x72\x41\x44\x97\xa4\x87\x38\x59\x24\x19\x4d\x02\x1d\x62\x2a\x70\x3e\x6b\xe3\xc4\x5d\x86\xaa\x9e\x97\xb9\x7b\x05\x7f\xba\x70\x55\x17\x26\xe8\x16\xb9\xf2\xa4\xff\xb2\xa2\x57\x65\x87\xbe\xcd\x22\x58\x43\x67\xc0\x10\x81\x66\x3c\x4b\x5d\xff\x6e\x4f\x2d\xff\x02\xef\x04\xf7\x04\x72\x9b\x01\x05\xd5\x80\x29\xcb\xaa\x6c\x6d\x71\x2a\xbf\x89\x5f\x47\xac\x6a\x85\xa4\xeb\x18\xaf\x0a\x89\xba\x5d\xcc\x6a\x4b\xc9\xd5\x2d\x6e\xd5\x56\x20\xaf\xba\xdf\x1b\x78\x58\x96\x72\x18\x7a\xff\x9c\xf7\xcf\xd5\xd3\x66\x1f\x7d\x74\x35\xbd\x74\xd6\xf3\xd3\x35\x6d\xff\x2e\x38\x69\x87\xfe\xba\xcf\xec\x05\x7b\x09\x07\x58\x33\xb9\x3a\x39\xc1\x58\xbb\x03\xcc\xbd\x65\x5b\x4f\x85\x47\x17\xbd\xa8\xb7\xc2\x2b\xe7\xdd\x3d\x16\x25\xfc\xa9\xf7\x5a\xbc\xa8\xd7\xa2\x86\xd0\xab\x3d\x17\xd1\xdd\xfb\xaa\xde\x0b\xf7\xe6\xd7\xf0\x60\x6c\xad\x17\xac\xf2\x62\xd4\x7a\x2d\x1a\x14\x04\xbd\xf8\x61\x46\xf1\x96\xbd\x89\x96\x50\x17\x1d\x4e\xc5\x87\x42\x6a\x43\x50\xf3\x31\xb4\x56\x31\xf3\xb5\x21\x7c\x0f\x4e\x87\x94\x15\x03\xf4\x66\x3c\x6d\xac\xb0\x59\x59\x4a\xd7\xb9\x94\x26\xa0\xcd\x94\xb1\x5a\x27\x8c\x6b\xc8\x9d\xf2\x67\x26\x95\x20\x78\x0e\x13\x91\xb6\xd4\xd8\xc4\x18\x7b\xc6\xa2\xa4\x22\xea\x9d\xb2\xd6\x16\x5f\x50\xa6\x6d\xcb\x00\x8e\x0f\xfd\x8d\xe0\xcd\x35\x9b\xf6\x03\x65\x58\x2c\xb6\xdb\xb5\x96\x9e\x64\xed\xd6\xd2\x78\xd1\x94\xaf\xa0\xf0\xaa\xe4\x84\x2e\xb6\x11\xf4\xdf\x21\x48\xbf\x0e\xc1\xd5\x61\x92\x14\x31\x52\x18\x0a\xde\xce\x48\x96\x07\x19\x4b\x39\x16\x4a\x3a\x06\xb2\x9d\x7f\x13\x3e\x9f\x17\xcc\x94\xc5\x35\xea\xd6\xb3\x05\xb5\x5a\xe3\xbf\x1c\xfc\x68\xc4\xce\xd5\x37\x52\x9f\x2f\xce\xa6\xd9\x02\xe1\xf4\xc9\xb4\xe4\xb4\xca\x24\x67\xb2\x98\x13\x21\x7d\xb7\x7a\xbd\x34\x5b\x96\xb2\x6c\x2a\xac\xe7\xa6\x2f\x60\x97\xff\x6a\x65\xc4\x14\x8d\xc9\x44\x0b\xdf\x1c\x0b\xe9\xcc\xbc\x1a\x13\xcd\x6e\x6e\x1a\xb7\xe2\x7f\xe5\x33\xf9\x73\x78\xec\x4c\x7f\x02\x73\x42\xb1\x0d\x44\x1e\x57\xcf\xa7\xa5\x7a\xcb\xd9\x1c\x2f\x2d\x0a\xb5\x0b\x65\x4b\x85\xd3\xa5\xfa\xd4\x55\x6d\x5a\x0b\xd7\xb2\xd2\xb1\x7e\x8f\xbb\xd8\xcc\xe4\x3a\xb6\x01\x8d\x16\x68\x67\x6d\xac\xac\xf0\x6c\x12\x0a\xbd\x2e\xa4\xc2\x8a\x26\xf6\x0e\x2d\x8b\x22\x98\xa7\x9b\xb7\xf6\x74\xeb\x52\xf8\x38\x5b\xde\xe1\x66\x5a\xde\x9a\xdf\xb7\xcb\x3e\x7b\xdc\xcc\xd8\xad\x3e\xe4\x84\x67\x59\x97\xec\x87\xca\xca\x4f\xca\xc7\xdb\x67\x54\xbe\x47\x6f\x80\xdb\x0b\x38\x35\xb6\x4f\x66\x06\x4a\x06\x23\x52\xd9\x5d\x0a\x7f\x64\x64\xe8\x02\xb1\x62\x3e\x26\x02\x5a\xae\x82\x58\x6f\x0a\xa3\xe7\x82\xcf\x69\x17\x18\xde\x15\x6c\xb3\xaf\xf0\xbe\xc2\x61\x50\xf6\xd3\xf4\x10\x35\xfb\x46\x53\xa0\x92\x99\xf6\x29\x2d\x67\x68\x8e\xf3\x8d\x08\xbe\x54\x09\x74\x89\xd2\x73\x63\xc3\x58\xea\x49\xd3\xca\xf6\x91\x2c\x4c\x83\xd1\x67\xbc\x28\x3d\xed\x5d\x8e\xd3\xad\xd1\x45\x88\x74\xe7\x05\x3b\x2e\x0b\x4e\x8c\x08\x2b\xe4\x3b\x2a\xac\x73\x82\x4e\xea\xd8\xb0\xf3\x59\x72\x6b\x7e\x49\x68\x63\x78\xec\x43\xb3\xa5\xcb\x6d\x18\x1f\x86\x60\x44\x04\xd3\x69\x27\xd5\x87\x88\x73\x76\x4e\xa3\xcd\x1b\x50\xbe\x2c\xcd\x2c\x5b\xaf\x45\xac\x2d\x83\x77\xdd\x4a\x84\xb9\x37\xd6\x54\x04\x0b\x41\x8b\x1d\xca\x0e\xae\xb6\x21\x26\x5a\x77\x31\x6a\x25\x9f\x4c\x32\x8e\xb5\x59\x69\x73\x6d\x26\x34\x23\xf2\x08\x9d\xd7\xd8\x13\xa0\xe5\x38\xad\x0a\xc0\xdc\xe0\x6c\x76\xfa\x4e\x21\xa8\xad\x5b\x4d\x04\xf1\x5a\x0d\xa2\xb6\x84\x45\x69\x7a\x0a\x62\x3a\x7e\x40\x72\x22\x67\xa6\xb1\xe6\xcc\x0c\x40\xa5\x2d\x40\xac\xf4\x94\xa8\x96\x05\xd4\xb6\x24\x4e\x49\x4e\x58\xea\x1f\xe0\xa6\x0a\x29\x4e\x54\xd9\x20\x0c\x66\xd5\xb0\xa5\xbb\x68\x3c\x63\x7f\xdf\x61\x5b\xef\xf4\x13\xcb\x7b\x53\x3b\xc3\xbb\x78\xf4\xce\xb3\xf3\x7a\x79\x77\xff\xe9\x3b\x78\xd4\x39\x15\xa0\xbf\x2d\xf8\x9d\xe6\x3e\xa8\xca\x52\x22\xa4\xe2\x1c\x6e\xa8\xdb\xd3\x9f\x8e\xef\xcf\x11\x51\x09\x14\x05\x18\xb1\x44\x3e\x0d\xb4\x42\xfb\xcf\x82\x28\xfd\x71\x53\xaa\xe4\x9c\x30\x09\x92\x80\xae\x5b\xdd\xc5\x11\x46\xff\xf7\x34\x7e\xbe\x85\xe5\xcb\x02\xd7\x36\xad\x18\x78\xd7\xa5\x81\x01\x9b\x42\xee\x81\x21\xad\xac\xe1\x18\xd3\xea\xff\xac\x2e\x47\x7d\x83\x80\x1b\xfb\xb5\x60\x1d\xd5\xa4\x93\xf2\xa1\x60\x16\x0d\x5a\xd8\x3c\xc7\x82\xca\x6e\xc3\xbb\x67\x6a\x47\x5f\x25\x44\x1c\x5d\x31\x1a\x1b\x4a\xa1\x32\x9d\x1f\x29\x41\x08\x88\x10\xcf\x4f\xf6\xae\x87\x5b\x3e\xa0\x46\xf0\xd0\xd1\x88\x7d\x70\x7e\xb0\xf2\x53\x59\x16\x87\x9e\x8f\x21\xc5\xb0\x00\x9b\x29\x1e\x05\x86\x4d\xa9\xf4\x1f\x40\xe6\x89\x2c\x32\xdb\x9d\x70\x42\x19\xce\xfc\x44\x6b\x3b\x85\xc3\x9e\x0b\xcc\x92\x19\x14\x4f\xdd\x26\x08\x36\x79\x20\x59\x17\xdd\xf1\x7c\x72\x96\x49\xcd\xdf\xc9\x63\xc3\xe9\xfc\x93\x4b\x7c\xef\xb0\x41\xe5\x62\x40\x73\x73\xe9\x90\xc6\x2a\x31\x71\x80\x4c\x11\x93\xbb\x02\xb1\x80\x6a\xfc\xd5\x44\xa2\xf5\x2e\x5a\xdd\xda\xd6\xdf\x57\x82\x67\xe6\x09\x6d\x63\xc1\x5b\x10\x56\x23\x26\x0a\x06\xf9\x03\xde\x8f\x8a\x91\x24\x82\x1a\x87\x66\xc2\x99\xd1\x01\xac\xf3\x64\xaa\xc5\x84\xd6\xfc\x20\xb4\x0e\x3d\x40\x04\xe5\x85\xd4\x32\xc4\xf4\xff\x91\xb6\x4f\xb3\xf1\x64\x0f\x50\x2e\xe8\x5c\xd1\x27\xe2\x93\x7e\xc2\x9d\xab\x65\xe6\x6d\x02\x08\x39\x11\x58\xad\x9b\x43\x54\xf7\xf6\x2b\x37\x42\xed\x81\xcd\xc8\x44\x3d\xd4\xfa\x5d\x5a\x4c\x0c\x3d\x22\x4b\x1b\x8a\x4d\xd0\xe9\x6c\x07\x23\xae\x7f\xea\xff\x6c\xfd\x62\xfa\xa8\x07\x37\xbe\xe0\x5c\x19\x7e\x2b\x65\x12\x72\xd4\x04\x75\xc1\xbe\xd4\xe4\x1d\xeb\x4d\xa5\xb0\xab\xfa\x0c\x3f\x32\xfe\xcc\xbc\x6d\xad\xd5\x86\x33\x9c\xcc\x42\xc1\x62\xfd\xd5\xe6\x54\xaf\x3c\xcf\x51\x6e\xed\x9e\x80\xe0\xfc\x99\x3e\xb1\x75\x2e\xb2\x05\x2a\xf3\xa7\xa3\xe7\xd6\xb9\xde\x8c\xdd\xe9\xce\xae\x59\xb0\x4d\x19\x54\x24\xb7\xb6\xb1\x6d\xda\xe7\xe3\xe8\xe0\x5e\xd5\xaf\x3a\x42\x1f\x9d\x26\x07\xe1\x00\xef\xa1\x06\x48\x16\xf4\x01\x5a\xb8\x42\xe7\x75\x84\xdd\x05\x3a\x6a\xd7\x3e\xfa\x76\x02\xfb\x96\x6b\x35\x54\x8e\x2e\x54\xc6\x8c\x85\xd5\xa1\xd9\xc6\x89\x7f\xe8\x96\xb4\x87\x7d\xdf\x41\x0e\xa1\x29\xa1\x0f\xde\x2a\xce\xb2\xc5\xff\x63\x36\x0b\x50\x51\xfa\x08\x15\xb2\x6c\xe4\x6b\x7d\x98\xfa\xfc\x80\x0f\x8e\x71\xa5\x2f\xc5\x09\xcd\x32\x40\x2f\x1d\xa1\x21\x64\xc1\x43\x7e\xb3\x69\x9a\x60\x82\x38\x74\xca\xf8\xaa\x10\x72\x03\x33\x25\x01\x33\xdd\x36\x33\x93\x04\x6e\xf2\x51\x85\x1d\x71\xd4\x0e\x50\x4e\x5a\xb6\xc4\x9e\xf1\x95\xfb\x57\xe1\xea\xf5\x2f\xe3\x10\x66\x52\x8c\x1f\x5e\x3c\xfc\x59\x3b\xdd\xd0\x34\xae\x9f\xfa\xfb\x02\x0b\xcc\x14\x01\x0c\xa4\x81\x5d\x0a\x1b\xf0\xd3\x1c\x88\xc8\x27\x6a\x5b\x37\x41\xe0\x58\x7f\x14\x6e\xae\x73\xba\x4f\xe9\x13\x61\x88\xa6\x03\x44\x8f\xc8\xd1\xc0\xd6\x48\x92\xc5\xb8\xfc\xe5\x0c\x4b\x84\x47\x6c\x09\xab\x73\x84\x86\x99\xe4\xf6\x09\xc2\x92\x0c\xaa\x4e\xc8\x62\x1c\x22\xee\x80\xf3\xad\x9b\x68\xbc\x40\x18\xd9\xad\x2c\x87\xe7\xf6\x8b\xe0\xc1\x11\xc3\xd2\x78\xa5\x33\x38\xe9\xe5\xe7\x75\xd5\x50\xa2\x48\xc5\x0b\xa2\xea\x97\xae\xa1\x17\xdb\x24\x53\x3e\xa1\x6d\x83\xe0\x17\xb0\x31\x25\x86\x6a\xc4\x3c\x3b\xa3\x6f\xb1\xca\x08\x96\x0a\x7d\xff\xa6\x53\x70\xc6\xad\xaf\x14\xae\xf6\xf4\x96\x70\x04\x17\x02\x6d\x2a\xe6\x04\x49\xb7\x08\x23\x46\x02\x4c\xca\x40\x6f\xb3\xe2\xe8\x89\xca\x02\xea\x78\x04\xc8\x15\x53\x89\x81\x2a\xe9\x92\x0a\x8d\x9f\xb2\x41\x8c\xb8\x7a\x3e\xd6\x7f\x69\xa7\x55\xc3\x58\x03\xdb\x0b\x45\xda\xfe\x44\x94\x95\x3c\xa7\xbf\x19\x31\x2b\x58\x5d\xdc\x26\x48\xf8\x1e\x66\x59\xc8\x8f\x46\xc1\x49\x09\xd3\x0b\x86\x2a\x24\x47\x28\xac\x00\x2f\xcb\x58\x61\x5c\x40\xab\x6c\x6b\x81\xf8\x64\xc4\x3c\x00\x30\x1c\xbb\x56\xd9\xa9\x33\x17\x5f\x51\x07\xae\x79\xfd\x85\x29\x07\xb3\x86\x2e\xdc\x5c\x0b\xae\xc5\xbd\xb2\x64\xa2\xb7\xa8\xc6\xbb\x7e\xc1\xfa\x9a\x72\xbd\xb9\x0b\xb7\xec\x33\xaf\xb1\x9e\x1b\x36\x37\x50\x2d\xb6\xd8\xd4\x32\x68\xfd\x5a\x0e\xdc\x68\xea\xe7\x29\x20\x8b\x56\x0b\xc1\x12\xa9\xe3\x44\x07\xd8\xad\xd4\xe1\xc5\xe1\x6c\x95\x01\x78\x80\x94\x38\xb9\x67\x7f\xd9\x94\xfd\xfd\x65\x2f\x7f\x50\xae\xdf\x2d\xc5\x47\xa1\x97\x17\xde\xac\xeb\x0d\xd3\x5f\x71\x42\x58\xb2\x30\x6f\x72\x55\x2c\x4a\x3d\x0e\x94\xbd\x00\xfe\x8e\xc1\x36\xaf\xd5\x0e\x6d\x65\xa7\x23\x74\x06\xf7\x8c\x2b\xf4\x64\xda\xd4\x57\x7e\x3c\x62\xda\x30\xd1\x57\xbc\x34\x93\x76\xe3\xc7\x2c\x5e\x77\x02\x0c\x3a\x7a\x2b\xd7\xcc\x1c\x4f\x3b\x21\x1d\x02\x63\xc2\x81\xb3\x61\x0c\x48\x53\x41\x67\xd3\xb7\x28\xe5\xc9\x23\x11\xc7\x82\xa4\x54\xbe\x05\x57\x79\x43\xeb\xbc\x84\xcf\xe7\xda\xd8\xde\x5a\xd1\xd8\xb4\x46\xa0\x79\xbf\xed\x5c\x6b\xbb\x00\x6b\x0d\x01\x5a\x84\x7b\x58\xbd\x81\x9c\xb9\xbe\xa6\x84\x29\xb1\xc8\x39\x65\xca\xa1\x24\x92\x0a\x21\x9c\xa1\xa1\x75\xb6\x26\x2c\x8e\xd8\x45\x48\x6d\xc3\x65\xdf\xcd\x88\x24\x2e\x7e\x60\x16\xa5\xb8\xed\x6f\x66\xc4\x45\x8e\xd5\x4c\x02\x3e\x2e\xa6\x81\xb5\xb9\xe0\x51\x4d\x21\x9c\x43\xf8\xc1\x38\x29\xca\x87\x3c\xf0\x4b\x2a\x9a\x65\x23\xc6\x08\x49\x25\x82\xac\xdc\x6f\x6a\x71\x98\xfa\xd1\x01\xc2\x69\x8a\xfe\xed\xdb\x77\x17\x7f\xbf\x3b\x7b\x38\xbf\xbc\xbe\xbf\x7b\x78\x77\x7e\x71\xf6\x66\xe0\x3f\xbc\xba\xbf\xf3\x9f\x1a\x07\xcb\x13\x11\x68\x8e\x1f\xc1\xc2\x63\xd2\xa8\x7f\x6a\x46\x46\x2c\x9c\xa9\x6b\x4b\xa9\xbf\x91\xc4\x41\x4d\xac\x9a\xe2\x73\x0a\xec\x1e\x36\x6c\x98\x6b\xf5\xd6\xc1\xf6\xbd\xf1\x8f\xb4\xf3\xa0\x63\x1e\xff\x0a\xa7\x06\xce\x09\x53\x5a\xc6\x58\xcc\x5a\x69\xfa\x96\x0c\x47\xd8\x94\xb2\xa6\x80\x38\x61\x4f\x2f\xa9\xc3\xff\x44\x16\x3f\x6b\xeb\xfa\x1a\xd3\xf5\x1b\xbf\x9d\xb1\x27\x2a\x38\x83\xa5\x79\xaf\x56\x59\x47\x95\xc0\x82\x2b\x87\x4a\x1a\x5d\x18\x42\x2e\x79\x23\xe8\x82\x4d\x68\x23\xbc\xea\xb3\x2d\x77\x68\xdc\xc4\xe4\x93\x12\xd8\x96\x97\xf7\x8d\xb2\x9f\x30\xcd\x00\x30\xe3\x2e\x9a\x92\x07\x4d\x79\xce\xb7\x88\x64\x78\xcc\x05\xc0\x29\x4d\x84\xcf\x0d\x61\x09\x06\x05\xff\xfc\x40\x4d\xc0\x0d\x2e\x5e\xae\x6c\x72\x74\x0f\x5d\x73\xb1\xce\x4d\xae\x7f\x06\x54\xe0\xb9\x36\xc9\x2a\x42\xd4\x5e\xb3\x13\x82\x4d\xdd\x2f\x09\x92\x46\x16\xb9\x5e\x87\x05\x83\x64\x59\x94\x62\xae\xcf\x80\x3c\xb2\xce\xf1\xf2\x97\x9c\xa1\x9f\xfe\x53\xa2\x71\xa1\x46\x2c\x1e\x83\x33\xa8\x92\xfc\x03\x56\xc9\xac\xce\xb0\x6b\xbe\x6a\xaf\xb7\xac\xf4\xea\x97\xf9\x90\xc7\x23\x45\xa3\x51\xa6\xc8\xb4\x9a\x05\xd4\x25\xd5\xf4\x12\x40\x3d\xd0\x18\x03\x4a\xc0\x72\x64\x5b\x1c\x58\x2c\x77\xce\xd3\x6f\x24\x3a\xbf\xd6\x32\x57\xeb\xd8\x10\x8e\xa6\xd2\x78\xd2\x20\x3a\x05\x08\x3d\xf3\xb4\x41\x08\x0d\xd0\x77\x68\x54\x7c\xf7\xdd\x5f\x12\xf4\xc9\xfd\xe3\x3f\xfe\xfa\xd7\xbf\xfc\xc7\x26\x15\x8d\x61\xdc\x92\x46\xb6\x98\x40\x55\x08\x87\x3b\x70\x56\xa9\x5f\xd6\x3d\x12\x0c\xe5\xb0\x4c\xc7\xb2\x6e\x19\x35\x35\xf5\xa1\xac\x5a\xe9\xbc\x11\x82\x98\x68\x3d\x14\x59\x6b\x82\x27\x11\x29\x3b\xaa\x5a\xb5\x85\xd6\xec\x38\x90\xb1\xfb\xdc\xb1\xbf\x74\x09\x94\x66\x66\xae\x76\x14\x67\x2c\x04\xe8\xaa\x88\xf6\x71\x31\xb8\xad\xd8\x3f\xdd\x4c\xd9\x34\x6b\x4f\x80\xec\x65\xb9\x63\x04\x9d\xd2\x3d\x04\xd1\x81\x31\xcc\x36\x8c\xd8\x07\x7d\xcf\x9f\xb3\x09\x7f\x6b\x19\xf6\x82\xb2\x47\xf8\x57\x83\x8f\x7b\xfb\x3d\xf2\x65\xd7\x82\xcf\x9d\x7d\x60\x28\x7e\x68\x6b\x6f\xea\x59\x4b\x85\x93\x47\x93\x81\xd5\x56\xb6\xaf\x6b\xe1\xc1\x12\xc2\x50\x68\x49\x69\x49\x07\x5d\x4b\x64\x98\x65\xfe\x44\x31\xc2\xe8\xfe\xe6\x7c\xf3\xfc\x61\x12\xf1\xa4\x4f\x63\x68\xca\xa8\xa9\x64\x39\x6e\x95\x1c\x67\xb4\xa5\x87\x6e\xf8\x13\xa7\x94\x01\xae\xa4\x6d\x23\xcf\xe3\xf6\xc4\x65\x2d\x30\xcb\x63\xbe\xf7\xaf\x15\x01\xda\x32\x34\x8f\x10\x4d\x6c\x61\x4a\x58\xa6\x2d\x3d\x86\xfa\xee\xd6\x9f\xa9\xbb\x75\x65\x09\x6b\xf5\xb8\xae\x7f\xb3\xcd\xc7\xdf\xe2\xe5\xb7\x6e\x89\x95\xd4\xfe\xba\x17\xaf\x3a\x9a\xad\xbd\xac\xeb\xfa\x6e\x2f\x35\xb5\xae\x39\xac\x13\x03\xc2\xd8\x4e\xe5\x31\xbe\xa2\x9d\xbb\x31\xd5\x8c\x30\xb8\xd0\xd7\x1f\xb9\xd2\x06\x78\x5d\x7d\x05\x97\x68\x0d\x67\x63\x06\x1a\x68\xc1\xa8\xcd\x4f\xb5\x4e\xf5\xc0\x9b\xe0\x4a\x9d\x96\xcf\x6b\x7b\x06\x2b\x2a\xb5\x45\x57\x4b\xf1\x12\xfa\xb2\x0d\xd5\x3b\x95\x4c\x75\xdb\xdc\xc6\xaa\x3e\x2a\x72\x84\xde\x51\x21\x55\xb0\x24\xad\x5f\x5a\xe4\x4a\x53\x11\x36\x35\x23\x8d\x49\x17\xbb\x30\x42\xdc\x0a\xd6\xb5\xcc\x7c\x04\xec\x08\x0d\xcb\xd2\x00\x06\xbb\x63\x1a\xc9\xad\x58\x11\xc9\x24\xd9\x84\xf9\xd6\x52\x2d\x41\x61\x07\x06\x82\x0e\xf8\x58\xea\xcf\xcb\x04\x30\x3f\xcd\x67\x00\x99\xe0\x47\xd2\x54\xba\xb5\x6b\xd9\xdf\x95\xd5\x7e\x87\x5e\x73\xe4\x46\x79\xdc\x64\x82\xeb\x1f\xbb\x12\x2e\x45\x27\xc7\x9a\xe4\xb6\x8e\xbe\x89\x6d\x4d\x80\x0f\x2d\xe0\xea\x79\x66\x7b\xb8\x59\xa6\x74\xfb\x27\x4d\x77\x8f\x82\xb8\x18\x16\x84\x06\x3d\x81\x8f\x46\xec\x7c\x82\x18\x0f\xf1\x58\x30\x6b\x7f\x48\x8d\xef\xcb\xef\x37\xb2\x77\x83\x21\x03\x58\xe2\x6e\xa8\xe5\xd3\x1c\x79\x0d\xb6\x38\xce\xdb\x75\x08\xf1\x27\xb7\xe1\x1a\xeb\x9a\xed\xd6\x78\x96\x3a\x05\x49\xa7\x84\x11\x41\x13\xc8\xa4\x30\xd7\x6e\x8e\x69\x9d\xed\x67\x53\xc9\xf7\x35\x27\x68\xd7\xc9\x40\x76\xb9\x1b\x26\x02\x65\xe6\x69\x03\x66\xcf\x32\xfe\xec\x12\x80\x76\x91\x36\x53\x26\xf5\xaf\x97\x32\x63\x98\x47\x9a\x02\x81\x66\x5e\xdd\x78\x24\x22\xb1\x6d\x44\x63\xdc\x38\x12\xb2\x97\x0c\xe2\x8e\x4f\x7c\x96\x93\x71\x02\x99\x84\x48\x6d\x14\x2e\xfd\xe3\x87\x8c\x8f\xe5\x9b\xb0\xad\x81\x7d\x47\x09\xbc\x6b\x66\xc1\xdd\x24\xd5\x38\x52\xbc\xe4\x7d\xe8\xce\x4c\x78\x1f\x76\x21\x7c\x3d\x53\x95\x31\x30\x83\x3b\xc0\x82\x17\xcc\x25\x25\x70\x46\xf8\x04\x80\x88\x50\x70\xd9\x59\x85\x80\x57\x66\x5c\x05\x18\x03\x41\x72\x13\xe1\x02\x0d\xb5\x99\xdc\x5b\x26\xe6\xac\xa2\xf3\x4b\x24\xe6\x6c\x4b\x77\x7b\x70\x3e\x13\xc1\xb7\x4d\xb7\x30\x47\xa9\x83\x98\x85\xdf\xaf\x34\xc6\xbd\x1c\x00\xeb\x3b\xac\x5e\x63\x20\xb5\xe0\xd2\x25\x87\x8a\x1f\x02\x36\x0b\x10\x3f\x26\x55\xae\xa9\xf0\x51\x32\x23\xf3\x0e\xd9\x48\xb7\xf0\xfb\x35\xe6\x69\x5a\xb5\x7d\x0a\x26\x6a\xef\x5e\x69\x92\x84\xad\xaf\x8a\x32\xa8\x07\x0e\xf6\xd9\xca\x9b\xa3\xa3\x8b\x23\xdc\xca\x76\x57\x95\x4d\x03\xa9\xa4\x31\xd9\xe4\xc3\x09\x18\x3d\x6e\x0e\x47\xe8\x8a\x65\x0b\x34\xe3\x73\xae\xaf\x6d\x5e\xc8\xe0\x4b\x83\xeb\x81\xcb\xa6\x51\xc7\x98\xe3\xdc\x60\xb1\x3f\xdf\x6a\xf4\xd1\xd2\x5f\x19\xdd\x31\xfc\xd1\xea\x5c\xce\x60\x25\xe3\x38\x17\x6e\xc5\xfc\x7d\x12\x53\x3b\xdf\x40\xe6\xcd\x9c\x4e\x67\x0a\xcd\xf0\x13\x89\x3a\x35\x01\xeb\xcf\x7d\x51\x38\x57\x32\xde\xe4\x7e\x01\x43\xb1\xba\xc2\x8e\x8d\x7e\xe8\x2e\xa9\x78\x1d\x4a\xe7\x07\x50\x5d\x0f\x72\x03\x22\x7b\xc0\xab\x03\x92\xf9\x07\x9f\xca\x3a\x21\x8b\x9c\x0c\xd0\xb8\x80\xef\x2f\xaf\xee\x42\xdf\x10\x65\xf0\xf5\x61\x32\x23\xc9\xa3\xde\x17\x64\x84\xa2\x21\x97\x2b\xf8\x32\x5e\x8c\x58\x59\x85\x40\x71\xe7\xe8\x58\xf8\x34\x0f\x9f\xea\xc4\x05\x4a\x6d\xcf\x5a\xf2\x49\x11\x96\xc2\x4b\x6a\xfa\x97\x68\x66\xd9\xcc\x6c\x81\x32\x09\x56\x0a\x38\x3d\x0c\xfe\x72\x8b\xf0\x05\xb7\x00\xf4\x3c\xc1\x49\xad\xda\xb1\x75\xe2\xcd\x36\x81\x8e\xa6\x82\x1f\x41\x99\x39\xb3\xa3\xa1\xab\xd4\x63\x6e\x58\x05\x3c\x33\xb2\x25\xe3\x47\x07\xe0\x41\x19\xb9\x8a\x54\xfa\x6f\x53\x76\x87\x88\x27\x92\x8e\x58\x8c\x6a\xb2\x57\x59\xb9\xcb\xa8\x4c\x04\x6f\x12\x9d\xdd\xb3\x4d\x35\x9d\x7d\x32\x64\x6b\x0c\x06\x22\xb9\x25\x84\xdb\x17\x29\x6b\x49\x4c\xaf\x2f\x95\xff\x02\x19\xd4\x6b\x3b\x3f\xca\xcc\x73\x9b\x36\x6a\xeb\x42\x10\x93\xd3\x98\x2d\x4c\x9f\x43\xcb\x98\x1e\xb3\x61\x00\x9d\x1e\xa4\x6a\x81\x1c\x25\x3c\xc1\xee\x79\xdd\x18\x23\xe6\x42\x8b\x93\x22\xcb\x0c\x48\xbf\xb1\x19\x89\xc1\x70\xb9\x50\xdd\xe7\x03\xca\x78\xbb\x16\x05\xa9\xfa\x41\xeb\x8e\x3c\xd5\xb2\x83\x25\x8b\xb2\xc2\x1e\x30\x2f\x61\xd2\x34\x91\x77\x69\xba\x80\x48\x9e\x12\xe5\xfb\xb0\x02\xe6\x48\x14\xcc\x02\xc2\x70\x96\x21\xaa\xe4\x88\x79\xfc\x9a\x29\x9f\x03\x57\x81\xeb\xfe\x9a\x5a\x5d\x10\x5e\x01\xc3\xc2\xd7\x98\xc1\x05\x41\x13\xaa\xa2\x29\x81\xa7\x72\x11\xe6\xb6\xe5\x39\xc1\x02\xd4\x45\x57\x8a\x35\xd4\x06\xab\xdb\x60\x7b\x5e\x41\x8d\x9d\xe6\x9a\xc8\xbb\xe0\x5e\x53\x63\xa9\xf3\xa6\x1c\xa1\xa1\x59\x9d\x56\x05\x5d\xa1\x19\x33\x5b\xd7\xbb\xd8\xc4\x13\xb4\xbe\xa5\xa4\x2f\x3c\xe7\x35\xea\x1c\x0b\x45\x93\x22\xc3\x22\x5b\x68\xe9\x32\x29\x32\x44\x27\x41\xcd\x1c\xd8\x04\x03\x5f\x82\xf2\x92\x1c\xee\x08\x07\x4f\x96\x18\xba\x2d\x5a\x06\x77\x86\x67\x16\x38\x11\x4d\x4a\x96\xf1\x4e\xe9\xb1\xde\x1c\xa1\xd3\x6a\x85\x24\x38\x16\x01\xec\x99\x4a\x23\x01\xfd\x7c\x6d\x76\x27\x14\x07\x83\x4a\x4b\x74\xa2\x95\xdd\x6f\x82\x83\xd7\x54\x92\x0d\xcb\xc7\x8e\x1e\xca\x3b\x2c\x1f\x57\x7a\x29\xcf\x83\xab\xb2\x14\x80\x77\x50\xe9\x2b\xf2\x5b\xfa\x13\xd1\x30\x41\x77\x39\x74\x9c\x64\x08\x19\xdf\x60\xa2\x1e\x92\x5f\x33\xd9\x79\x4b\x89\x1e\xd8\xc7\x8e\x53\x0d\xd2\x67\xbb\x4f\x34\xe0\x9c\xd0\x1f\xdd\x48\xd9\xd5\xc6\xe5\xc7\x28\x91\x15\xe9\x79\x69\xc5\x9e\x98\x08\x46\x54\xa6\xd1\xca\x72\x9b\xf1\x0a\x49\x87\xfe\xb0\x8d\x09\xca\x28\x7b\x34\xa7\x02\xc3\xce\x0f\x10\x2e\x47\x87\xc3\x67\x66\x6f\x98\xb9\x41\xb3\xf1\xb8\x82\xdd\x84\x84\xd7\x83\x76\xd4\x6e\xae\x5f\x77\xcd\xf3\xab\x19\xb1\x6e\x1d\xeb\x6f\x4b\x6b\xd8\xce\x2b\xb1\x2e\x56\x67\x2e\x98\xb8\xbf\xc6\x62\x15\x7d\xaf\x2b\x0d\xf4\x9a\xb4\xc0\x03\xc2\x8a\xf9\xc1\x5b\xf4\x3f\x25\x65\xee\x2f\x4f\xcf\xde\x9d\x5f\x9e\x9d\x06\x0c\x7c\xf0\xdf\xf7\x67\xf7\xf1\x27\x37\xf7\x97\x97\xe7\x97\xef\xc3\x8f\x6e\xef\x4f\x4e\xce\xce\x4e\xe3\xdf\xbd\x1b\x9e\x5f\x54\x7e\xa7\x3f\x8a\x7f\x34\xfc\xe1\xea\xe6\x2e\xfe\xe8\xf6\xa7\xf3\xeb\xeb\xf8\xa3\xbb\xf3\x0f\x67\xa7\x0f\x57\xf7\x77\x8e\xd6\xff\x08\x28\x0c\xb0\x56\x88\xee\xfa\xf9\xd7\x92\x68\x17\x15\x30\xba\xc6\x9f\x03\x48\xfb\x44\x50\xc2\xd2\x6c\x61\x6a\x89\x39\xbb\xa3\x12\xa4\x0c\x45\x3a\x9d\x13\x5e\x6c\x83\x19\xd0\xa6\x2f\x7f\xd2\x26\x75\x86\xec\x68\x4b\xdd\x3d\xab\x6f\x15\x44\x89\x65\x37\x58\x2b\xca\x42\x89\xc5\xad\x12\x58\x91\xe9\x62\x4d\xa0\x9a\x7d\x09\xca\x49\xf7\x96\xa6\xce\xf0\x32\x38\x4b\x5a\x2b\x4d\x2f\xeb\xe5\x90\x4b\xf8\xde\x32\xab\x12\x1c\xc7\xeb\x13\xe8\xda\x3f\x52\xcf\x19\x27\xae\x48\x84\xb6\x68\x15\x66\x0d\x00\xfa\x8e\x85\xec\xca\xac\x56\x51\x96\x93\xb4\x17\x89\x53\xf2\x4b\x54\xee\x26\x86\xaf\x4d\x6c\x67\x69\xd9\xb8\xc0\x26\xbc\x07\x55\x2d\x6a\x36\xa1\x52\x2a\xec\xc5\x2f\x81\x56\x96\xb4\xd8\x3e\xd0\xcc\x4c\x66\xa1\x6d\xc7\x61\x6e\x4d\x48\xd7\x6d\x8c\xa4\xed\xb8\xb2\xa0\xd7\x0c\xcb\xb2\x68\xbe\xd0\x9e\x13\x17\xdd\xf5\x80\x4a\x51\xb1\xa0\xe0\x9a\x29\xa3\x0f\x89\xa4\x30\x6c\xe9\x2a\xb3\x17\xbf\x39\xa6\x4f\x24\x45\x87\x61\x21\xc7\xf4\x10\xc0\x5f\x23\xd6\x64\x00\xd6\x14\x41\x0c\x39\xe0\xda\xd5\xb8\xd8\x66\xef\x6b\xa8\xdf\x7c\x04\x1d\xb1\xd7\xc3\x3c\x20\xf7\xf3\x23\xd4\xec\x69\xb4\xfb\x32\xc6\xc6\xc3\x03\x67\xcb\x17\xef\x68\x42\x60\xf9\xab\xaa\x9b\x43\x74\x2d\x67\x28\xf6\x09\x1e\xc6\x0d\x0a\x2a\xc5\x0c\x83\x7b\xcc\xd4\xac\x8c\x26\x1e\x94\xec\x6c\xb2\x29\x7c\xa2\x77\x03\x97\xdb\xdc\xbd\xc6\xe2\xa8\x75\x5f\x37\x19\x78\x03\x13\xb0\xf7\x55\x98\xc3\xec\x58\x9f\xe9\xdf\x8d\xf1\xfd\x6e\xf8\x9c\x6a\xec\xe4\x1e\x08\xac\x0c\x17\x5a\xe5\xce\x33\x6c\x70\x3e\x33\x2c\x0d\x4b\x3b\x1f\x22\x1e\xd3\x8c\x2a\xe8\x78\x66\xac\xef\x0a\x85\xb9\x40\x73\x2c\x1e\xb5\xc1\x49\xb2\x89\x1e\xbd\x12\x7b\xaf\x65\xfa\x2d\xe3\x5c\x65\x81\x98\xd7\x8c\x74\x95\x47\x76\x5d\xd3\xbd\x64\x4b\x1b\xe5\x2a\xb7\xc3\x94\x30\x56\x3c\x28\x76\xd3\x6d\x67\xed\x88\xd7\xd5\xc7\x23\x7a\xd7\x5c\xd4\x1b\x34\xbe\x34\xd8\xfc\x0e\x62\xbe\x8a\xdc\xaf\x3d\x59\x93\x8c\xe3\x86\x72\x35\x6e\x6c\x03\xc4\x6f\x1a\x3b\xe5\x85\x16\x67\xb5\x83\x9b\x59\xb5\x8f\xde\x66\x1f\xb9\x73\xbb\xdd\xa9\xaf\x17\x80\x58\x11\x68\x2e\xb3\x11\x41\xcb\xde\x34\xf5\x83\xaf\xd7\x0e\xba\x85\xd1\xca\xac\x15\xc7\x3c\xe8\x6e\x91\x93\x9a\xf2\x68\x11\xb4\x78\x43\x5b\xeb\xf6\xfa\xec\xe4\xfc\xdd\x79\xc5\xd0\x19\xde\xfe\x14\xfe\xfd\xf1\xea\xe6\xa7\x77\x17\x57\x1f\xc3\xcf\x2e\x86\xf7\x97\x27\x3f\x3e\x5c\x5f\x0c\x2f\x57\x98\x43\xcb\xaf\x58\xf6\x46\x94\x00\xfb\x12\xe6\xac\xef\x06\x8b\xcc\x05\x4b\xb4\xe6\x7c\xdd\xd4\x24\xc9\x6d\xda\xf5\xe4\xc5\x3c\x8e\x7e\x92\xee\x1f\x67\x4c\x89\x45\x97\xe4\x49\x94\x12\x09\xf7\x90\x75\x2e\xc6\x89\x7b\x44\x82\xab\xd6\x8d\x7e\x09\x82\xcd\x39\xbf\x6d\x04\xc5\xd2\x51\x5f\x2c\x19\x6d\x6c\xa9\x90\x69\x86\xdb\x57\x3a\x84\x10\x3d\xa0\xc2\x98\x17\x2c\x75\x15\xca\xe6\x94\x1d\xcf\xf1\xa7\x37\x6e\xa5\x95\x96\xdf\xa6\x2c\x7c\xa6\xb5\x8e\x05\x12\x05\x6b\x27\xd7\x88\xb5\xd0\x6b\xf5\xcd\x60\xda\x85\xd3\x7f\x81\x8a\x53\xea\xa3\xc6\xa1\xfb\x44\x16\x75\xfb\xb7\x94\x90\x64\x9c\xc6\x56\x07\x86\x41\x72\x41\xa0\x20\xa7\x77\x17\x67\x26\x0c\xe0\xff\x86\x70\x64\x94\xa7\x59\x77\x27\xc5\xa6\xf2\x56\xe7\xa6\xd6\x48\x7f\x81\x94\x32\xfb\x26\xbd\x69\xc6\x64\x77\xe9\x9b\x36\xfc\x9a\xa2\xe7\x19\x31\xbb\xf5\x2b\x1f\xa3\x09\x44\xab\x6d\x19\x16\x41\x12\xf0\x3e\xe8\xbd\x70\x69\x3a\x80\x7a\x5d\xf2\x03\x38\x1e\xc8\x88\x04\x5f\x18\x94\x34\x24\xff\x2c\x2c\xb4\xed\xfb\xef\xba\xa5\x3e\x29\xb1\x40\xd2\x92\x39\x8c\x96\x5b\xb0\x88\x75\xa9\xc1\xbc\x0a\x46\xeb\x4a\xa7\xdd\x98\x62\x7e\xaf\x5b\x33\xb5\xf2\x52\xfb\xe7\x4a\x40\xc1\x9d\xcb\x52\x31\xbf\x7f\xb1\xf4\x85\x9f\x2b\x59\x0b\xf6\x75\x10\x27\xb4\xa3\xcb\x00\x14\xaf\x2d\xa3\x67\x2c\x52\xe3\x18\x50\x14\xec\xa9\x1f\xf9\x33\x79\x22\x62\x80\x12\x22\x14\xb6\x68\x62\x7d\xd6\xb2\x0c\x0e\x94\x1d\x67\xc4\x20\x74\x6e\xa0\xd9\x0c\x4a\xd8\x28\x3a\x9d\x69\xe5\xd1\x1a\xa1\xb6\xec\xa5\x24\x0a\x90\x80\xe4\x53\x4e\x12\x83\x99\x68\x0a\x14\x4f\x32\xfc\xb4\x0c\x8f\xde\x04\xf9\x1a\x54\xf6\x74\xed\x67\x6c\x4a\x49\xab\x53\xca\x15\x88\x34\x52\x33\x5f\xa8\x19\x67\x03\x34\xe5\x19\x66\xd3\xa3\xa3\x23\x44\x54\x72\xf4\xa6\x13\xa3\xdb\x01\x83\xd7\x95\x01\xaf\x8c\x4b\x92\x2d\x9c\x85\x57\x02\x13\x34\x95\x01\x08\x21\xa9\x31\x6f\x6a\xb8\xff\xb6\x0a\xa0\x7d\x5d\x37\x59\xbd\x56\xda\x19\x89\xd3\x30\x4e\xb5\x5f\xc8\xaa\x91\xcc\xef\xeb\x35\xed\x0e\xc8\x32\xd7\xa7\xbc\x44\x98\x35\x24\x38\x71\xd6\x15\x36\xf5\x33\x6f\xaa\xf6\xb2\x51\x46\x40\xed\x48\x16\xbf\xbd\x11\x90\x68\x99\xa3\x6b\x38\xce\x63\xee\xb6\xca\x3e\xca\x8a\xf9\xcb\xb5\x9a\x2f\x27\x69\xfe\x75\x02\xaf\x5b\xbf\x3e\x80\x2f\x6a\x03\x2d\x51\x89\x96\x8c\x30\x5f\xe3\xf7\x30\xcc\x04\xd2\x52\x50\x09\x79\x10\x9b\xb8\xc5\xfd\x30\x66\x68\x70\xcf\x6a\x1b\xc6\x94\x19\xb3\x0d\x5d\x00\x62\xe5\xfb\xb2\x98\x47\xa4\x51\x75\xc0\xa7\xdb\x2c\x19\x4a\x0c\xe7\x46\x56\xcf\xe5\xd5\xe5\x59\x68\xca\x9c\x5f\xde\x9d\xbd\x3f\xbb\x89\x42\x44\x17\x57\xc3\xbb\x28\x1c\x74\x77\x53\x89\x22\xfd\x70\x75\x75\x71\x36\xbc\x0c\x3f\x3a\x1d\xde\x9d\xdd\x9d\x7f\x88\x06\x3f\xbd\xbf\x19\xde\x9d\x5f\x45\xbf\xfb\xe1\xfc\x72\x78\xf3\xf7\xf0\x93\xb3\x9b\x9b\xab\x9b\xca\xfb\xee\x4f\xda\x03\x4d\xd1\x32\xea\x77\xa2\x54\x96\x03\x38\x6b\x9d\x52\x78\x87\xe5\xe3\x8e\x83\xa3\x00\x06\xd8\xb0\x19\x69\x83\x50\x4a\xc9\xc3\x66\x71\xd3\xa6\xd8\x6f\xed\x7b\xb4\x3e\xb8\x78\xc0\x4a\x91\x79\xbe\x5d\xc1\x84\xf5\x0f\x4e\xb7\x90\x2c\x98\x34\x6b\x84\x64\xa3\x5d\xdd\x9f\x90\x6c\x4d\xb4\xd5\x86\x64\xdb\xd8\xbd\x25\xae\xaa\xd7\x79\xc1\xb7\xea\xd0\xd4\xa5\xb7\x43\xc8\x93\xab\x23\xb1\xb5\xcf\x59\xe0\xfc\x43\x7d\xb7\x80\x7a\x46\xb6\xab\xfc\x60\x1e\x35\xcd\x02\x1a\x82\xb6\x6a\x55\xe7\xfa\x16\xce\xf4\xfe\xa7\x0b\x3e\xad\x07\xa9\xfa\x0e\x7b\x54\x06\x69\xea\xe0\xcd\xe6\x53\x24\x29\x7b\x1c\xb1\x8f\xda\x20\xe3\x85\x30\x1f\x29\x2e\x00\xef\x3c\xc9\x0a\x39\x23\x50\x86\x69\x80\x9e\x09\x9a\xe3\x85\xf1\x6a\xc7\x75\x6a\xa1\xd8\x66\x46\x1f\x09\x3c\x9d\x51\xa6\xb9\x3d\xa7\x4e\x03\xaa\x6e\xfd\x2e\x0c\xa4\x94\x4a\x6f\x27\xbe\x60\xa8\xa1\xf4\x74\x3d\xcf\x08\xc0\x4a\x83\x2a\x57\xae\x40\xa6\x91\x3c\x90\xc2\xc4\xf9\x63\x91\xdb\xf6\x66\x58\x3e\x7e\xe3\x40\x5a\x40\xee\x27\x4e\x53\x94\x16\x79\x16\x74\x17\x7c\xe6\xa2\x31\xa8\x6e\x34\xf5\x0e\x41\xf5\x8a\xfd\xd9\xb6\xb0\x1a\x33\x20\xb0\x3a\x5a\x42\xfd\x2f\x0c\x30\x08\x6a\x5f\x14\x92\x88\x43\x25\xe8\x74\x0a\x7a\x8f\x73\x2a\xec\x29\x02\x61\xb0\xcc\x9b\x8b\x87\xed\xed\xe7\xd0\xd5\x9a\x99\xca\xa0\xbe\x12\x80\xe6\xa9\x3c\xcf\x16\x0e\x17\x68\x08\xe8\x8e\x7d\x5e\x08\x53\xd0\x67\x82\xfc\x84\x1a\x43\x8c\xb9\x20\x09\xb4\x80\x37\xe5\x44\xb6\x2f\x73\x72\x3e\xd1\x9a\x8c\xed\x91\x5a\x16\x64\x29\x6b\x61\x98\xcd\x86\x24\x05\xfb\x6e\x87\xda\x37\x09\xb3\xcc\x34\xc6\x7b\x66\xae\x65\x20\x96\xc6\xb4\x87\xde\xcc\x8b\xb2\x9f\x20\x34\x26\x83\x74\x5b\xdf\x6b\xce\x26\x00\x5a\x1f\x9d\xa9\x58\xb7\x12\x31\xe2\xe5\x28\xe0\x14\xe3\xce\x42\x55\x09\xb6\x2d\xea\xde\x87\xd7\x37\x55\xb8\xda\x4d\x86\x69\xc6\xc7\x38\xcb\x16\x35\x78\xfc\xf0\x52\xe8\xe6\x1f\x73\xfd\x8f\xe2\x2b\xc5\x01\x67\x20\x12\xcb\x5b\xf2\x9c\xa3\x2a\xfd\x3b\x4d\x58\xd8\x9e\x60\x85\xe2\x26\xd7\x18\x1c\x7e\x7a\x71\xe7\x95\x2a\xf2\x47\x06\xbd\x7a\x9e\xd6\x96\xc9\x28\x19\xda\x51\xbe\x49\x78\xd6\x98\xe8\x9d\xf2\x2d\x72\x41\x9c\x73\x66\x41\x94\xf7\xc9\x64\x0e\x5d\xbb\xc8\xe3\xc2\xe1\xa1\x53\xda\xb9\x9d\x9c\xbb\x9b\x00\xfc\x3b\x28\x4d\xca\x19\x61\xca\x14\x68\x64\x7c\xc4\xec\xe0\x2e\x7b\xcb\x17\x40\xb1\x7e\x76\x43\x98\x81\x55\x71\xe1\xd0\x0a\x22\x79\xf6\x64\x7b\x76\x7a\x9a\x28\x0e\xe8\x6a\x3d\xc1\x13\x2d\x6d\xb5\x6e\xa1\x2d\x4c\x5f\x5a\x72\x46\x46\xac\x92\xc2\x24\xc8\x94\x4a\x05\x72\xdf\x71\x6c\xf8\xfc\xce\xd2\x3a\x22\x75\xa4\x8d\xf4\x8d\x69\x1d\x2d\xf7\x80\x0f\x25\x74\x98\xcf\x22\x27\xe9\xb9\x7f\xae\x9d\x19\x22\xcb\x3c\x0d\x22\x17\xd1\x21\x37\x3c\x60\xe4\xa9\x34\xb9\x31\xd2\x37\xfc\xf4\x9b\xe4\x4b\xea\xf8\x9a\xda\x7a\x8b\xa6\xd8\xd5\x55\x97\xbe\xa8\x36\x04\x53\x23\x8f\x6a\xa5\x07\x8e\x57\x75\x12\x2e\x95\x09\xdf\xc0\x23\x13\x4c\xb3\x42\x34\xde\xe0\x86\x2d\x77\x9e\x74\x76\x02\xc3\xa2\xba\x5d\xf3\x6e\xcf\xe0\x18\x79\x97\xa7\xef\xad\x93\x15\x53\xd3\x1c\x3e\x14\x07\x4d\x19\x99\xcb\xf5\x76\x57\x6c\x78\x59\xa2\x77\x7d\x59\x3c\x34\x87\xbd\xd2\xc9\xba\xbe\x7e\x8f\xd5\xa9\x82\xb9\x8f\xd8\x1d\x5c\xa5\x26\xa7\xca\x1f\x33\xa8\xaf\x64\xca\x65\x40\xb1\xe1\xba\xf5\x46\xf2\x3c\xe6\xd4\xad\xf0\x12\x75\xd9\x4f\xab\x71\x59\x1f\x70\xde\x96\x98\xb2\xf5\x88\xab\xb6\xc1\x3b\xcf\xaa\xc7\xb0\x5a\xbd\xb6\x86\x7a\x1e\x5b\xf6\x2a\x31\xa2\x2e\x69\xb2\x1e\x62\x68\x13\xcc\x97\x72\x1c\x23\xbd\x31\x7c\xb4\x3b\xca\xb4\x0c\x8e\xd8\x86\x79\x66\xc0\xb1\xc1\x05\x86\x50\xc6\x2d\x72\x2c\xfd\xc6\x54\x1a\x1a\xd7\x6d\xc7\x96\x30\xab\x12\x19\xfb\x8a\x28\xab\x9f\x97\x48\xd4\x15\x64\x55\x69\x13\xaf\x78\xd0\x4e\x6a\x2d\x8d\xd9\x83\xab\x7e\x8e\xa1\xc1\x11\x89\x39\x5d\x0b\x43\xbd\x5c\x7b\x0d\x94\x96\x94\x30\xae\x08\xc2\x88\xd1\xec\x98\x15\x59\x76\x7c\x09\xdd\x3c\xa4\xa4\x53\x53\x2c\x18\x1c\x1a\x51\xf7\x65\x80\xa6\x06\x50\xd3\xe0\x08\xc0\x15\xa9\xa7\x64\x7a\x99\x2b\x2d\x31\xf5\x16\x64\x8b\x11\xd3\x4f\x18\x15\xcb\xb7\xd2\x74\x2d\xf9\xe0\x6d\x2e\xab\xc5\xbe\x4b\x9b\xae\x6c\x11\x0e\x5e\xc3\x60\x6d\x89\x20\x5b\x45\xcc\xfa\x0a\x81\x7b\x53\x21\x90\x0b\xe7\x18\xea\x50\x2b\xb0\xf9\x50\x6d\x5c\xac\xcf\x2b\x62\xde\xe3\xbc\x06\x3f\x7e\x4e\x6f\xf3\x4b\xa6\x05\x6d\x9d\x03\xe4\x28\xd5\xc5\x69\x59\xe1\x0e\xf7\xa8\x67\x04\xbd\x65\x22\x48\x7d\x1f\xb1\x3b\xee\x2d\x34\xcb\xfe\x93\x42\xab\x76\x2d\xa2\x64\x5b\x1f\x84\x41\x32\xe7\x19\x66\x0f\xe6\x6e\xf9\x0c\x5e\x88\x00\x4d\xdd\x54\x87\x25\xe8\x0c\xb6\x9b\x79\xfa\x03\x76\x13\xe5\x38\x84\xad\x82\x06\xd5\x5a\x8d\xee\x42\xf0\x3d\x93\xad\x2d\x64\xab\xe6\x7e\xaa\x0b\x57\xaf\xf6\xa4\xe0\x8a\xdd\xe4\xcb\x46\xaf\x70\xa5\x2c\xf5\xf2\xdb\x2f\x77\x8a\xaf\x47\xc4\x10\x2e\x14\x2f\x1d\x2b\x74\xd9\xa9\x32\x83\x44\x1a\x2a\x97\x98\x05\x27\x82\x4b\xb9\xda\xe4\xea\x6e\xf2\x2f\x1d\xe8\x8d\xcc\x7e\x7f\x76\x3f\x87\xe9\xdf\xa8\xe2\x2e\xbb\x00\x3e\xc6\xbd\x69\x12\x68\xf6\x96\x64\x45\x4a\x90\xe4\xfa\xde\x75\x1a\x78\x3d\xac\xbe\x12\xce\x7d\xd1\x2c\xff\x38\xa9\x71\x6d\x5c\x84\xa9\xf3\x81\xce\x19\x72\x9a\xf4\x00\x8d\x0e\x0c\x3f\xc9\xd1\x41\xdc\xc8\xd7\x15\x11\x89\xeb\xb3\x57\x1d\x64\xc6\xb5\x1c\xb4\x17\x63\x81\x19\x57\xa5\x4b\x83\xb5\xf9\x39\xab\x77\x04\xa0\x11\x13\x7d\x1a\x9b\x01\xac\xf2\x60\x74\xa2\x85\x2b\xed\x01\x19\x84\xa2\x48\x54\xd0\x2a\xd0\x55\x42\xf8\xc1\x3d\xa8\x49\x94\x17\x99\x6d\x85\xec\x2a\x0f\x70\x31\x62\x6e\xb4\xb2\x20\xd9\x30\xcb\x96\x86\x5a\x2e\x02\x12\xf0\x2a\x94\x04\x72\x70\x4e\x80\x09\xeb\x1f\x01\xe0\x65\xa9\xc9\xd2\x88\x99\xe4\x1e\x9f\x57\x76\x84\x86\x95\x16\x8a\x71\xbd\x8b\xb0\xdc\x45\x96\xb9\x5a\x0f\xa6\x82\x42\x90\xe0\x2f\x0b\x28\x7b\x3e\x29\xb4\x10\xf2\x6f\x57\x7c\xc4\xa0\xf4\x89\xe9\x86\xed\xe8\x32\x62\x1f\xb8\x74\x6d\x9d\x64\x49\x0f\x87\x73\xb5\x64\xfb\xc6\xa3\x5a\xed\x07\xa7\x5a\x88\xe8\xa7\xb4\x09\x52\xc9\x69\x84\xf0\x07\x04\x69\x07\x68\xc1\x0b\x51\x2e\x2a\xc1\x6c\xc4\x7e\xd5\xe4\x71\xf5\x3c\xb8\x6f\x3a\x0a\x87\xd8\xe5\x80\xa2\x6f\x7f\x31\x83\x7e\xfb\xd7\x37\xbf\xbc\x31\xd5\x92\x0a\x59\x68\xb9\x3a\x88\xef\x1a\x37\x51\xbd\xa5\x94\x4d\x47\xcc\xad\xc0\x17\x68\x2f\x5f\xd1\x9a\xf9\x6b\x9d\x7a\xbb\xae\x73\x5b\x7a\x06\x86\x28\xc1\x2a\x99\x1d\x62\xcb\x7b\x61\x8d\x13\x2a\xcb\x2a\xca\xcf\x33\xc2\xa0\xdb\x4f\x5c\x79\xd9\xe0\xaa\x51\xaa\x25\xdb\xdc\x67\xe5\x45\xfc\x62\xfa\x3e\x58\x98\x71\x25\x1d\xd1\xbd\x09\x98\xb3\x4c\x88\xfb\x58\x4a\x06\xf7\x73\x07\x13\x2e\xcd\x79\xeb\xc2\xd0\xa6\x45\x8a\x46\x06\x56\x37\x3a\x70\xdb\x3f\x62\xf9\xf8\x28\x5b\x4c\xd4\x11\x80\xfc\x8e\x34\x59\x8e\xce\xaa\xed\x21\x56\x29\x13\x46\xe3\xf7\xd3\xb9\x8d\x5d\x82\xc4\x9b\x10\xc4\xb8\x79\x07\xbe\xf7\x38\x8b\x1b\x88\xfa\xe3\x00\xf5\x4b\xf4\xbd\x82\x15\x4d\xe0\x42\xc6\x0c\x67\x0b\xc0\xc6\x0f\x46\x2c\xa5\x82\x24\xd0\xd9\x2c\x59\x24\x19\x4d\x6c\xf9\x87\x58\x47\x21\x4f\x84\xa9\x08\xc2\x73\xa6\x3f\x79\x2d\x35\xa5\x09\x3c\x54\xaf\x05\xde\x37\x28\xa7\xbe\x54\x4f\x6c\x44\x55\xf9\xdf\x66\xc4\x8a\x8e\x19\xc5\xfe\xf5\xca\x68\x40\xd6\xfc\xe5\x82\x4e\x29\x83\xb6\xdf\xdf\x82\x37\x28\xcb\x88\x78\xe3\xdb\x43\x00\x15\xeb\xa7\x31\xeb\x54\xcd\xbb\xa6\xf6\x43\xfd\xdd\x96\x24\x85\x10\x24\x7d\x58\xc6\xbc\x74\xcd\xbe\x5a\xa9\x31\xea\x5f\x49\x85\xe7\x79\xd8\x26\xd9\xe7\x09\x58\xca\x64\x86\x08\xc8\x4d\x6c\x80\x28\xc0\x5a\xbc\x92\x39\x62\x56\xc5\x34\xfb\xc6\x45\x4d\x5a\x71\x75\x95\x70\x4e\xd7\x68\xa1\xd1\x72\xfd\x77\x6d\xc0\x51\xf5\x1f\xdc\x5c\xb8\xd0\x2a\x8f\xfa\x49\x07\x7d\x5d\x29\x9c\x67\x38\xa7\x35\x9d\x61\x47\xac\x04\x4e\x9c\x64\xbc\x48\x91\xf5\x9e\x58\x5f\x84\x38\x42\x94\x1c\x0d\x90\xfc\xcb\xdb\xe3\xe3\xa3\xa3\x1d\x15\x03\x8f\xdb\xbe\xd4\x73\xb8\x69\xcc\x52\x07\x4c\x5a\x71\xb4\xa2\xe2\x3f\x0f\xdd\x14\x7d\x07\x9c\x06\x6e\x09\x2d\xe6\x38\xae\x5f\x7d\x65\x8e\x05\x61\xea\x01\xa0\x90\xdd\x5e\x08\x2f\xba\x86\xc7\x23\x14\xdf\x5a\x56\x46\x59\x3c\xcc\xa6\x41\x61\xf9\x88\xbe\xa5\xe0\x58\x7c\x63\x8d\x64\xe8\x6c\xdc\x52\xd3\x67\x59\x02\xb7\xcd\xe6\x95\x44\x71\x13\x4c\x75\x9d\xe9\x47\xcf\x6e\x7d\x81\x6c\x83\x6e\x6d\xc5\xb9\x9c\xfa\x02\x95\x10\x52\x3c\x67\x28\xe1\xf3\xb1\x16\xe2\x9a\xd5\xbd\xc3\x00\x40\xaa\x43\x87\x14\xf3\x30\x17\x87\x8c\x31\x39\xe4\x15\x9c\xa8\x77\xf2\x85\x38\x16\xc3\xa2\x95\xbb\xa9\xa9\x81\x8c\x61\xe7\x17\x00\xe2\xd6\x1f\xf5\x61\x75\x05\x65\xc9\xd4\x47\x9a\x3c\x12\x7d\xcf\x4d\xca\xda\x11\xa1\x74\xf3\xf7\x9b\x07\xf6\xd8\xb6\xd1\x26\x4c\x4d\xec\xba\x1f\xa8\x29\x8c\x47\x5c\xbb\xc6\x00\x62\xf0\x8d\xac\x27\xce\x4b\xa3\x86\xeb\x69\x01\xe3\x7b\x6c\xa0\xcd\x5e\xf3\xaa\x85\x51\xc6\x40\x22\xff\xd9\xcb\x43\x49\x12\xce\x3c\x9e\x70\x27\x17\x7d\x0d\xa2\xb8\x7e\xba\xf0\xdd\x52\xda\xdb\x2a\xad\x63\x4b\xe5\xa7\x54\x7c\x5c\xfb\x5b\x63\x9f\x42\x38\x07\x50\x0b\xfa\xdd\x03\xe8\x29\x6e\x8f\x01\xb4\xc2\x42\x29\x19\x17\xd3\x69\xe3\x9d\x9c\xf1\x5d\x34\x4f\x6d\xa7\xea\x05\x6f\xb1\xc7\xfd\x0a\xb3\x36\x4c\xee\x0a\x0e\xfd\x8a\x94\xaf\x56\x90\xcc\x2e\xd4\xa7\x73\xf7\x26\x63\x73\x4d\x68\x46\x5e\x47\x63\xda\x91\xfa\x77\xbe\x8e\xfa\xe7\x8c\x76\x08\x6c\x99\x75\x78\x3b\xef\x77\xa4\x17\x1a\xa0\xd0\x83\x7e\xf2\x45\xd1\x42\x1e\xdf\x08\x87\xd5\xe0\x80\xb4\x6c\x4a\x25\xa4\xa9\xee\x1e\x3e\x04\xb2\x7d\x15\x66\x78\xeb\x34\xed\x5b\x3e\x27\x08\x5e\x25\x07\x06\xb4\x6f\x23\x73\x03\x70\xf2\xe9\x05\xa2\x79\x91\x29\x9a\x67\x56\xf8\x5b\x2f\x56\x32\xc3\x6c\x1a\x94\x0f\x47\xdf\x32\xf2\x8c\xb4\xac\x1d\x84\x5e\x8f\x60\x7b\x06\x88\xa8\xe4\x8d\xd6\x6d\xa2\x68\x8a\x20\x09\x17\x29\x40\xba\xa7\x58\xa4\x90\xbf\x6d\x19\x3e\xc3\xc9\x23\xd4\x7d\x81\xeb\xc8\xbc\xd1\x7a\x66\x1c\xea\xd9\x78\x0b\xcb\xd1\x28\x4b\x4c\x27\x64\x97\x56\xee\xe7\x67\x1e\x97\x61\x2c\xc1\x95\xfb\x30\x51\x7b\x50\xbf\x9e\x68\x5a\xe0\xcc\xbc\xb1\x8b\xeb\xe5\xda\x32\x84\x0b\x30\x07\x3e\x27\x90\x92\x51\x82\xed\x3b\x2e\x2c\x82\x19\x28\x7e\x6d\xf3\x78\x7f\xa4\x4f\x64\x80\x6e\x73\x2c\x1e\x07\xe8\x74\xc1\xf0\x9c\x26\x7f\xe3\xe3\x3a\x7f\xca\x52\xc4\x76\x6b\x95\x78\xf7\x25\x2d\xeb\x0f\xfa\xc7\xa5\x78\x34\x6a\x4a\x3d\xfd\x32\xbd\x29\x0d\xc1\xf4\xaf\xfd\x52\x5f\x11\x02\xeb\x1d\x23\x3b\xbd\x00\x6b\x0d\x65\xe7\xe6\xc0\xe9\x9c\xb2\xc8\x56\xdb\x2b\x67\x6b\x75\x53\xeb\xc0\x2b\x91\x30\x5e\xcb\xba\xdd\x85\xe6\x78\x8d\xb5\x95\xa3\x0d\xca\x39\x57\xc4\xdc\xfb\x52\x71\x41\xf4\x39\x11\x4e\x9d\x84\xde\x1b\xd0\x65\x9e\x37\xf7\x48\x4b\x32\x2e\x0b\xb1\xa6\xd8\x58\xde\xb0\x13\xfb\x78\xab\x76\xc2\xe7\x39\x04\x3b\x04\x91\x45\xa6\x64\x8d\xbd\xb6\xe4\xb6\xde\xac\x3f\xa8\x3d\x4b\xae\x93\x88\xad\x96\x4e\xd9\x34\x6b\x2a\x30\x3c\x62\xb6\xd8\x7a\x20\x6b\x70\x99\x56\xe0\x14\x20\x97\xf8\xf5\x1c\x15\x9a\xf6\x95\xda\x2d\x20\x04\x5b\x03\xd9\xeb\x21\x70\x77\x0e\xa0\x0c\x8b\xc1\xce\x30\xa8\xc2\x33\x62\xb2\x18\x1f\x96\xb0\x0d\x2e\x40\x9a\x41\x1a\x75\x8e\xa1\x2f\x7e\x32\xa3\x59\x7a\xb8\x8c\x89\xb2\x5a\x05\xd4\x68\xf7\x25\x87\xc6\x04\xaa\x8a\x00\x85\x4d\x3f\x24\x13\x0c\xf4\x6b\xf7\xe3\x8c\x0b\x85\x88\xaf\x79\x4d\xa5\x75\xd6\x54\x6e\xee\xe8\x7c\x46\xb6\xf8\xe7\xf6\xc0\xad\x3e\x9f\x4d\x59\x43\x5f\xff\xb9\x8c\x68\xb6\xce\xb9\xbc\x8b\xbd\x5e\xee\xd4\x60\xe6\x4f\x6a\x13\xa9\xe4\x83\x71\x59\xbd\x60\x0a\xeb\x47\x9f\xb8\xea\x72\x3d\x64\x8e\x9f\x99\xc5\x40\x74\x2a\xa2\xb8\x9e\x7c\xa8\xcf\x76\xd7\xf2\xa1\xf2\x8d\x88\xda\xcd\x53\x13\xc3\xa6\x3e\x07\x6b\x10\xe4\x82\x42\xff\x8b\x12\x58\x5f\x9a\x1b\x23\x56\x82\x73\xca\x86\x7d\x49\x55\x50\x5a\xcc\x4b\x0a\x81\x4d\x32\x70\x01\xfb\x81\x49\x44\xb2\x46\xc1\xe1\x18\x43\xc1\x4f\xa5\x04\x1d\x17\x6a\xa9\xf0\x42\x74\x9a\x6b\x83\x0a\xbb\xd0\xc6\xcf\x5f\xbe\xbe\xbc\x57\x41\x22\x64\x62\x59\x9f\xbf\x44\xe2\x54\x97\x1e\x14\xa2\x79\xfd\xe4\xfd\x6e\x09\x0f\x41\x75\x98\xf5\x39\x7c\x29\xa9\xca\x56\x46\x01\x0b\x36\x0d\xea\xfa\x46\x38\x01\x20\x61\x59\xf7\xd8\x63\x28\x02\xec\xb9\x16\x51\x78\x4a\xd0\x9c\xa4\xb4\xa8\xe6\xd3\xac\x8e\x56\xed\x95\x99\xb7\x0e\x67\x69\x83\xd7\x1b\x7e\x97\xa0\x9c\x3f\xeb\x5b\xdb\x20\xac\xc0\xc9\x50\x9f\x7a\x1e\xc0\x21\xb1\xfa\x46\xfa\xe8\x57\x4c\x31\xe7\xd2\xb9\xa0\x52\xfd\x5c\xa9\x59\xba\x41\xda\x46\x56\xbc\x1c\xb4\xcd\x4d\xd5\x4c\x33\x78\xa2\x15\xc2\x75\x13\xf5\x63\x04\x26\x33\xee\x01\xc0\x64\xb8\x84\x16\x3d\xef\x2e\x02\xfc\x17\x4f\xaf\x5f\x6c\xc7\x48\x81\xf3\x9c\x08\x64\xbb\x46\x56\xfb\x40\x9a\xec\x10\x78\xcb\x88\x19\x85\xe9\x6f\xb7\x57\x97\xa5\xe4\x2e\xed\x96\xca\xd0\xf0\x33\x20\xdd\x51\xfd\xce\x5d\x16\x59\xd6\xb8\x73\x6b\xd4\x04\xba\xbf\xb8\x78\xf8\x79\x78\x71\x7f\xd6\x5e\x73\xa7\xfc\x59\x23\x4d\xfc\x4c\x2c\x4d\xcc\x35\xa6\xe0\xea\x2a\xe6\xc4\x3a\x8c\x40\x19\xb1\xab\x36\x80\x82\x22\xcb\x62\x80\xff\x88\xfd\x62\xc7\x01\x7c\x57\xc1\x8c\x9a\x39\x62\xa8\x95\x70\xf1\xfb\xe1\x67\xbf\xe8\xc1\x7f\x31\xcf\x1e\xa2\x72\x11\x6f\xd1\xa5\x7f\x6b\x03\x5d\xad\x93\x73\x8b\xe3\x60\xf2\x0c\x5e\x2b\x85\x69\xb3\xe3\x71\xcf\x5c\x39\x2c\x9b\x79\xb4\x93\xd3\x61\x68\xf7\x4b\x6c\xc2\xf8\x34\xcb\xd4\xc8\x79\x18\x77\x60\x12\x4f\x4c\x47\x61\x9f\x9b\x31\x62\x26\x7e\x0f\x7d\x24\x79\xf3\x9c\xd0\x39\x33\xc0\xbd\x0c\xb3\x69\x81\xa7\x44\x0e\x90\x7b\xf9\x88\xf9\xae\x85\xb6\x8c\x81\x2f\xb7\x8f\xa1\xb8\x70\xcc\x42\xc6\xb5\x48\x3e\xe1\x79\x0e\x21\x0f\x36\x62\x76\x4d\x6c\x5a\x0e\x6f\xbc\x8e\x7f\xbb\xf5\xcb\xd1\x9c\xe6\x07\xb2\xb9\x33\x6c\xc4\xcc\xe6\x1a\x5c\xb6\xd3\xed\xc0\xe1\x02\x6d\x4a\x23\xd6\xc5\x82\xb8\x74\x3d\x90\xe9\x53\xd0\x32\x4d\x25\x56\x17\xd2\xd3\x92\x3e\x28\xc5\x60\x1c\xbc\x66\x4a\xab\xe5\x89\xdb\x0c\x77\x26\xec\xdc\xea\xb9\x7e\xeb\x3b\x40\x1f\xb8\xfa\xea\xd7\xed\x6c\x5b\x8a\xb1\x15\xd2\xbc\x64\x28\x56\x3d\xc2\xa8\x8a\xb4\x86\x60\xf1\x0e\x2a\x7d\xaf\x3d\x25\xf3\xfb\xd6\x49\x75\x28\x10\xbe\xf6\x6b\x6d\xd6\x67\xdb\x6b\xb5\x85\xd3\xfe\xd2\x1d\x98\x48\xd1\xa4\xec\x03\xab\x88\x51\x24\x0d\xb5\xd8\xb7\x8e\x41\x55\x49\xe4\xa4\x4f\xdb\x84\x32\x2a\x37\x9a\x4e\xa9\x3f\xad\x3d\x23\xaf\x21\xd8\xcb\xae\x93\x84\xb5\xf7\x5c\x24\x60\x1b\xc4\xa4\xc5\x42\x59\xb7\x0c\xa1\x46\xbc\xe8\xc3\x33\x80\x43\xa4\xf9\x7f\xe0\x99\x68\x50\xee\xdc\xc0\x54\x11\x2e\x84\xd4\xe2\xd2\xca\x3b\x2b\xb5\xb5\x99\x33\x62\x0e\x1d\xef\xc4\xf1\xd0\x35\x36\x11\xfe\x53\x13\xd7\xcb\x0d\xd8\x15\x34\x56\x55\x76\xc4\xc1\x6a\xc4\x20\x45\x96\x81\x09\x39\x96\x90\x45\x64\x13\x41\xed\x17\x41\xd1\x1b\xcc\x7c\x25\xe3\x15\x32\xaf\xa2\x06\x44\xf7\xfc\x1f\xf4\xff\xfd\xf6\x87\xff\x1b\x00\x00\xff\xff\xaf\x2e\xb9\x12\x15\x69\x02\x00") func adminSwaggerJsonBytes() ([]byte, error) { return bindataRead( @@ -92,7 +92,7 @@ func adminSwaggerJson() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "admin.swagger.json", size: 154582, mode: os.FileMode(420), modTime: time.Unix(1562572800, 0)} + info := bindataFileInfo{name: "admin.swagger.json", size: 157973, mode: os.FileMode(420), modTime: time.Unix(1562572800, 0)} a := &asset{bytes: bytes, info: info} return a, nil } diff --git a/flyteidl/gen/pb-java/flyteidl/admin/Common.java b/flyteidl/gen/pb-java/flyteidl/admin/Common.java index 0173f95bbf..8ca6f579da 100644 --- a/flyteidl/gen/pb-java/flyteidl/admin/Common.java +++ b/flyteidl/gen/pb-java/flyteidl/admin/Common.java @@ -1771,6 +1771,596 @@ public flyteidl.admin.Common.Sort getDefaultInstanceForType() { } + public interface ActiveLaunchPlanRequestOrBuilder extends + // @@protoc_insertion_point(interface_extends:flyteidl.admin.ActiveLaunchPlanRequest) + com.google.protobuf.MessageOrBuilder { + + /** + * .flyteidl.admin.NamedEntityIdentifier id = 1; + */ + boolean hasId(); + /** + * .flyteidl.admin.NamedEntityIdentifier id = 1; + */ + flyteidl.admin.Common.NamedEntityIdentifier getId(); + /** + * .flyteidl.admin.NamedEntityIdentifier id = 1; + */ + flyteidl.admin.Common.NamedEntityIdentifierOrBuilder getIdOrBuilder(); + } + /** + *
+   * Represents a request struct for finding an active launch plan for a given NamedEntityIdentifier
+   * 
+ * + * Protobuf type {@code flyteidl.admin.ActiveLaunchPlanRequest} + */ + public static final class ActiveLaunchPlanRequest extends + com.google.protobuf.GeneratedMessageV3 implements + // @@protoc_insertion_point(message_implements:flyteidl.admin.ActiveLaunchPlanRequest) + ActiveLaunchPlanRequestOrBuilder { + private static final long serialVersionUID = 0L; + // Use ActiveLaunchPlanRequest.newBuilder() to construct. + private ActiveLaunchPlanRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) { + super(builder); + } + private ActiveLaunchPlanRequest() { + } + + @java.lang.Override + public final com.google.protobuf.UnknownFieldSet + getUnknownFields() { + return this.unknownFields; + } + private ActiveLaunchPlanRequest( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + this(); + if (extensionRegistry == null) { + throw new java.lang.NullPointerException(); + } + int mutable_bitField0_ = 0; + com.google.protobuf.UnknownFieldSet.Builder unknownFields = + com.google.protobuf.UnknownFieldSet.newBuilder(); + try { + boolean done = false; + while (!done) { + int tag = input.readTag(); + switch (tag) { + case 0: + done = true; + break; + default: { + if (!parseUnknownFieldProto3( + input, unknownFields, extensionRegistry, tag)) { + done = true; + } + break; + } + case 10: { + flyteidl.admin.Common.NamedEntityIdentifier.Builder subBuilder = null; + if (id_ != null) { + subBuilder = id_.toBuilder(); + } + id_ = input.readMessage(flyteidl.admin.Common.NamedEntityIdentifier.parser(), extensionRegistry); + if (subBuilder != null) { + subBuilder.mergeFrom(id_); + id_ = subBuilder.buildPartial(); + } + + break; + } + } + } + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(this); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException( + e).setUnfinishedMessage(this); + } finally { + this.unknownFields = unknownFields.build(); + makeExtensionsImmutable(); + } + } + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return flyteidl.admin.Common.internal_static_flyteidl_admin_ActiveLaunchPlanRequest_descriptor; + } + + protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internalGetFieldAccessorTable() { + return flyteidl.admin.Common.internal_static_flyteidl_admin_ActiveLaunchPlanRequest_fieldAccessorTable + .ensureFieldAccessorsInitialized( + flyteidl.admin.Common.ActiveLaunchPlanRequest.class, flyteidl.admin.Common.ActiveLaunchPlanRequest.Builder.class); + } + + public static final int ID_FIELD_NUMBER = 1; + private flyteidl.admin.Common.NamedEntityIdentifier id_; + /** + * .flyteidl.admin.NamedEntityIdentifier id = 1; + */ + public boolean hasId() { + return id_ != null; + } + /** + * .flyteidl.admin.NamedEntityIdentifier id = 1; + */ + public flyteidl.admin.Common.NamedEntityIdentifier getId() { + return id_ == null ? flyteidl.admin.Common.NamedEntityIdentifier.getDefaultInstance() : id_; + } + /** + * .flyteidl.admin.NamedEntityIdentifier id = 1; + */ + public flyteidl.admin.Common.NamedEntityIdentifierOrBuilder getIdOrBuilder() { + return getId(); + } + + private byte memoizedIsInitialized = -1; + public final boolean isInitialized() { + byte isInitialized = memoizedIsInitialized; + if (isInitialized == 1) return true; + if (isInitialized == 0) return false; + + memoizedIsInitialized = 1; + return true; + } + + public void writeTo(com.google.protobuf.CodedOutputStream output) + throws java.io.IOException { + if (id_ != null) { + output.writeMessage(1, getId()); + } + unknownFields.writeTo(output); + } + + public int getSerializedSize() { + int size = memoizedSize; + if (size != -1) return size; + + size = 0; + if (id_ != null) { + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(1, getId()); + } + size += unknownFields.getSerializedSize(); + memoizedSize = size; + return size; + } + + @java.lang.Override + public boolean equals(final java.lang.Object obj) { + if (obj == this) { + return true; + } + if (!(obj instanceof flyteidl.admin.Common.ActiveLaunchPlanRequest)) { + return super.equals(obj); + } + flyteidl.admin.Common.ActiveLaunchPlanRequest other = (flyteidl.admin.Common.ActiveLaunchPlanRequest) obj; + + boolean result = true; + result = result && (hasId() == other.hasId()); + if (hasId()) { + result = result && getId() + .equals(other.getId()); + } + result = result && unknownFields.equals(other.unknownFields); + return result; + } + + @java.lang.Override + public int hashCode() { + if (memoizedHashCode != 0) { + return memoizedHashCode; + } + int hash = 41; + hash = (19 * hash) + getDescriptor().hashCode(); + if (hasId()) { + hash = (37 * hash) + ID_FIELD_NUMBER; + hash = (53 * hash) + getId().hashCode(); + } + hash = (29 * hash) + unknownFields.hashCode(); + memoizedHashCode = hash; + return hash; + } + + public static flyteidl.admin.Common.ActiveLaunchPlanRequest parseFrom( + java.nio.ByteBuffer data) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data); + } + public static flyteidl.admin.Common.ActiveLaunchPlanRequest parseFrom( + java.nio.ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data, extensionRegistry); + } + public static flyteidl.admin.Common.ActiveLaunchPlanRequest parseFrom( + com.google.protobuf.ByteString data) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data); + } + public static flyteidl.admin.Common.ActiveLaunchPlanRequest parseFrom( + com.google.protobuf.ByteString data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data, extensionRegistry); + } + public static flyteidl.admin.Common.ActiveLaunchPlanRequest parseFrom(byte[] data) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data); + } + public static flyteidl.admin.Common.ActiveLaunchPlanRequest parseFrom( + byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data, extensionRegistry); + } + public static flyteidl.admin.Common.ActiveLaunchPlanRequest parseFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); + } + public static flyteidl.admin.Common.ActiveLaunchPlanRequest parseFrom( + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); + } + public static flyteidl.admin.Common.ActiveLaunchPlanRequest parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); + } + public static flyteidl.admin.Common.ActiveLaunchPlanRequest parseDelimitedFrom( + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input, extensionRegistry); + } + public static flyteidl.admin.Common.ActiveLaunchPlanRequest parseFrom( + com.google.protobuf.CodedInputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); + } + public static flyteidl.admin.Common.ActiveLaunchPlanRequest parseFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); + } + + public Builder newBuilderForType() { return newBuilder(); } + public static Builder newBuilder() { + return DEFAULT_INSTANCE.toBuilder(); + } + public static Builder newBuilder(flyteidl.admin.Common.ActiveLaunchPlanRequest prototype) { + return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); + } + public Builder toBuilder() { + return this == DEFAULT_INSTANCE + ? new Builder() : new Builder().mergeFrom(this); + } + + @java.lang.Override + protected Builder newBuilderForType( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + Builder builder = new Builder(parent); + return builder; + } + /** + *
+     * Represents a request struct for finding an active launch plan for a given NamedEntityIdentifier
+     * 
+ * + * Protobuf type {@code flyteidl.admin.ActiveLaunchPlanRequest} + */ + public static final class Builder extends + com.google.protobuf.GeneratedMessageV3.Builder implements + // @@protoc_insertion_point(builder_implements:flyteidl.admin.ActiveLaunchPlanRequest) + flyteidl.admin.Common.ActiveLaunchPlanRequestOrBuilder { + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return flyteidl.admin.Common.internal_static_flyteidl_admin_ActiveLaunchPlanRequest_descriptor; + } + + protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internalGetFieldAccessorTable() { + return flyteidl.admin.Common.internal_static_flyteidl_admin_ActiveLaunchPlanRequest_fieldAccessorTable + .ensureFieldAccessorsInitialized( + flyteidl.admin.Common.ActiveLaunchPlanRequest.class, flyteidl.admin.Common.ActiveLaunchPlanRequest.Builder.class); + } + + // Construct using flyteidl.admin.Common.ActiveLaunchPlanRequest.newBuilder() + private Builder() { + maybeForceBuilderInitialization(); + } + + private Builder( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + super(parent); + maybeForceBuilderInitialization(); + } + private void maybeForceBuilderInitialization() { + if (com.google.protobuf.GeneratedMessageV3 + .alwaysUseFieldBuilders) { + } + } + public Builder clear() { + super.clear(); + if (idBuilder_ == null) { + id_ = null; + } else { + id_ = null; + idBuilder_ = null; + } + return this; + } + + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { + return flyteidl.admin.Common.internal_static_flyteidl_admin_ActiveLaunchPlanRequest_descriptor; + } + + public flyteidl.admin.Common.ActiveLaunchPlanRequest getDefaultInstanceForType() { + return flyteidl.admin.Common.ActiveLaunchPlanRequest.getDefaultInstance(); + } + + public flyteidl.admin.Common.ActiveLaunchPlanRequest build() { + flyteidl.admin.Common.ActiveLaunchPlanRequest result = buildPartial(); + if (!result.isInitialized()) { + throw newUninitializedMessageException(result); + } + return result; + } + + public flyteidl.admin.Common.ActiveLaunchPlanRequest buildPartial() { + flyteidl.admin.Common.ActiveLaunchPlanRequest result = new flyteidl.admin.Common.ActiveLaunchPlanRequest(this); + if (idBuilder_ == null) { + result.id_ = id_; + } else { + result.id_ = idBuilder_.build(); + } + onBuilt(); + return result; + } + + public Builder clone() { + return (Builder) super.clone(); + } + public Builder setField( + com.google.protobuf.Descriptors.FieldDescriptor field, + java.lang.Object value) { + return (Builder) super.setField(field, value); + } + public Builder clearField( + com.google.protobuf.Descriptors.FieldDescriptor field) { + return (Builder) super.clearField(field); + } + public Builder clearOneof( + com.google.protobuf.Descriptors.OneofDescriptor oneof) { + return (Builder) super.clearOneof(oneof); + } + public Builder setRepeatedField( + com.google.protobuf.Descriptors.FieldDescriptor field, + int index, java.lang.Object value) { + return (Builder) super.setRepeatedField(field, index, value); + } + public Builder addRepeatedField( + com.google.protobuf.Descriptors.FieldDescriptor field, + java.lang.Object value) { + return (Builder) super.addRepeatedField(field, value); + } + public Builder mergeFrom(com.google.protobuf.Message other) { + if (other instanceof flyteidl.admin.Common.ActiveLaunchPlanRequest) { + return mergeFrom((flyteidl.admin.Common.ActiveLaunchPlanRequest)other); + } else { + super.mergeFrom(other); + return this; + } + } + + public Builder mergeFrom(flyteidl.admin.Common.ActiveLaunchPlanRequest other) { + if (other == flyteidl.admin.Common.ActiveLaunchPlanRequest.getDefaultInstance()) return this; + if (other.hasId()) { + mergeId(other.getId()); + } + this.mergeUnknownFields(other.unknownFields); + onChanged(); + return this; + } + + public final boolean isInitialized() { + return true; + } + + public Builder mergeFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + flyteidl.admin.Common.ActiveLaunchPlanRequest parsedMessage = null; + try { + parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + parsedMessage = (flyteidl.admin.Common.ActiveLaunchPlanRequest) e.getUnfinishedMessage(); + throw e.unwrapIOException(); + } finally { + if (parsedMessage != null) { + mergeFrom(parsedMessage); + } + } + return this; + } + + private flyteidl.admin.Common.NamedEntityIdentifier id_ = null; + private com.google.protobuf.SingleFieldBuilderV3< + flyteidl.admin.Common.NamedEntityIdentifier, flyteidl.admin.Common.NamedEntityIdentifier.Builder, flyteidl.admin.Common.NamedEntityIdentifierOrBuilder> idBuilder_; + /** + * .flyteidl.admin.NamedEntityIdentifier id = 1; + */ + public boolean hasId() { + return idBuilder_ != null || id_ != null; + } + /** + * .flyteidl.admin.NamedEntityIdentifier id = 1; + */ + public flyteidl.admin.Common.NamedEntityIdentifier getId() { + if (idBuilder_ == null) { + return id_ == null ? flyteidl.admin.Common.NamedEntityIdentifier.getDefaultInstance() : id_; + } else { + return idBuilder_.getMessage(); + } + } + /** + * .flyteidl.admin.NamedEntityIdentifier id = 1; + */ + public Builder setId(flyteidl.admin.Common.NamedEntityIdentifier value) { + if (idBuilder_ == null) { + if (value == null) { + throw new NullPointerException(); + } + id_ = value; + onChanged(); + } else { + idBuilder_.setMessage(value); + } + + return this; + } + /** + * .flyteidl.admin.NamedEntityIdentifier id = 1; + */ + public Builder setId( + flyteidl.admin.Common.NamedEntityIdentifier.Builder builderForValue) { + if (idBuilder_ == null) { + id_ = builderForValue.build(); + onChanged(); + } else { + idBuilder_.setMessage(builderForValue.build()); + } + + return this; + } + /** + * .flyteidl.admin.NamedEntityIdentifier id = 1; + */ + public Builder mergeId(flyteidl.admin.Common.NamedEntityIdentifier value) { + if (idBuilder_ == null) { + if (id_ != null) { + id_ = + flyteidl.admin.Common.NamedEntityIdentifier.newBuilder(id_).mergeFrom(value).buildPartial(); + } else { + id_ = value; + } + onChanged(); + } else { + idBuilder_.mergeFrom(value); + } + + return this; + } + /** + * .flyteidl.admin.NamedEntityIdentifier id = 1; + */ + public Builder clearId() { + if (idBuilder_ == null) { + id_ = null; + onChanged(); + } else { + id_ = null; + idBuilder_ = null; + } + + return this; + } + /** + * .flyteidl.admin.NamedEntityIdentifier id = 1; + */ + public flyteidl.admin.Common.NamedEntityIdentifier.Builder getIdBuilder() { + + onChanged(); + return getIdFieldBuilder().getBuilder(); + } + /** + * .flyteidl.admin.NamedEntityIdentifier id = 1; + */ + public flyteidl.admin.Common.NamedEntityIdentifierOrBuilder getIdOrBuilder() { + if (idBuilder_ != null) { + return idBuilder_.getMessageOrBuilder(); + } else { + return id_ == null ? + flyteidl.admin.Common.NamedEntityIdentifier.getDefaultInstance() : id_; + } + } + /** + * .flyteidl.admin.NamedEntityIdentifier id = 1; + */ + private com.google.protobuf.SingleFieldBuilderV3< + flyteidl.admin.Common.NamedEntityIdentifier, flyteidl.admin.Common.NamedEntityIdentifier.Builder, flyteidl.admin.Common.NamedEntityIdentifierOrBuilder> + getIdFieldBuilder() { + if (idBuilder_ == null) { + idBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + flyteidl.admin.Common.NamedEntityIdentifier, flyteidl.admin.Common.NamedEntityIdentifier.Builder, flyteidl.admin.Common.NamedEntityIdentifierOrBuilder>( + getId(), + getParentForChildren(), + isClean()); + id_ = null; + } + return idBuilder_; + } + public final Builder setUnknownFields( + final com.google.protobuf.UnknownFieldSet unknownFields) { + return super.setUnknownFieldsProto3(unknownFields); + } + + public final Builder mergeUnknownFields( + final com.google.protobuf.UnknownFieldSet unknownFields) { + return super.mergeUnknownFields(unknownFields); + } + + + // @@protoc_insertion_point(builder_scope:flyteidl.admin.ActiveLaunchPlanRequest) + } + + // @@protoc_insertion_point(class_scope:flyteidl.admin.ActiveLaunchPlanRequest) + private static final flyteidl.admin.Common.ActiveLaunchPlanRequest DEFAULT_INSTANCE; + static { + DEFAULT_INSTANCE = new flyteidl.admin.Common.ActiveLaunchPlanRequest(); + } + + public static flyteidl.admin.Common.ActiveLaunchPlanRequest getDefaultInstance() { + return DEFAULT_INSTANCE; + } + + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + public ActiveLaunchPlanRequest parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return new ActiveLaunchPlanRequest(input, extensionRegistry); + } + }; + + public static com.google.protobuf.Parser parser() { + return PARSER; + } + + @java.lang.Override + public com.google.protobuf.Parser getParserForType() { + return PARSER; + } + + public flyteidl.admin.Common.ActiveLaunchPlanRequest getDefaultInstanceForType() { + return DEFAULT_INSTANCE; + } + + } + public interface NamedEntityIdentifierListRequestOrBuilder extends // @@protoc_insertion_point(interface_extends:flyteidl.admin.NamedEntityIdentifierListRequest) com.google.protobuf.MessageOrBuilder { @@ -11830,6 +12420,11 @@ public flyteidl.admin.Common.Annotations getDefaultInstanceForType() { private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_flyteidl_admin_Sort_fieldAccessorTable; + private static final com.google.protobuf.Descriptors.Descriptor + internal_static_flyteidl_admin_ActiveLaunchPlanRequest_descriptor; + private static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_flyteidl_admin_ActiveLaunchPlanRequest_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_flyteidl_admin_NamedEntityIdentifierListRequest_descriptor; private static final @@ -11911,36 +12506,38 @@ public flyteidl.admin.Common.Annotations getDefaultInstanceForType() { "\030\002 \001(\t\022\014\n\004name\030\003 \001(\t\"r\n\004Sort\022\013\n\003key\030\001 \001(" + "\t\0221\n\tdirection\030\002 \001(\0162\036.flyteidl.admin.So" + "rt.Direction\"*\n\tDirection\022\016\n\nDESCENDING\020" + - "\000\022\r\n\tASCENDING\020\001\"\210\001\n NamedEntityIdentifi" + - "erListRequest\022\017\n\007project\030\001 \001(\t\022\016\n\006domain" + - "\030\002 \001(\t\022\r\n\005limit\030\003 \001(\r\022\r\n\005token\030\004 \001(\t\022%\n\007" + - "sort_by\030\005 \001(\0132\024.flyteidl.admin.Sort\"c\n\031N" + - "amedEntityIdentifierList\0227\n\010entities\030\001 \003" + - "(\0132%.flyteidl.admin.NamedEntityIdentifie" + - "r\022\r\n\005token\030\002 \001(\t\"9\n\020ObjectGetRequest\022%\n\002" + - "id\030\001 \001(\0132\031.flyteidl.core.Identifier\"\236\001\n\023" + - "ResourceListRequest\0221\n\002id\030\001 \001(\0132%.flytei" + - "dl.admin.NamedEntityIdentifier\022\r\n\005limit\030" + - "\002 \001(\r\022\r\n\005token\030\003 \001(\t\022\017\n\007filters\030\004 \001(\t\022%\n" + - "\007sort_by\030\005 \001(\0132\024.flyteidl.admin.Sort\"-\n\021" + - "EmailNotification\022\030\n\020recipients_email\030\001 " + - "\003(\t\"1\n\025PagerDutyNotification\022\030\n\020recipien" + - "ts_email\030\001 \003(\t\"-\n\021SlackNotification\022\030\n\020r" + - "ecipients_email\030\001 \003(\t\"\363\001\n\014Notification\0226" + - "\n\006phases\030\001 \003(\0162&.flyteidl.core.WorkflowE" + - "xecution.Phase\0222\n\005email\030\002 \001(\0132!.flyteidl" + - ".admin.EmailNotificationH\000\022;\n\npager_duty" + - "\030\003 \001(\0132%.flyteidl.admin.PagerDutyNotific" + - "ationH\000\0222\n\005slack\030\004 \001(\0132!.flyteidl.admin." + - "SlackNotificationH\000B\006\n\004type\"%\n\007UrlBlob\022\013" + - "\n\003url\030\001 \001(\t\022\r\n\005bytes\030\002 \001(\003\"k\n\006Labels\0222\n\006" + - "values\030\001 \003(\0132\".flyteidl.admin.Labels.Val" + - "uesEntry\032-\n\013ValuesEntry\022\013\n\003key\030\001 \001(\t\022\r\n\005" + - "value\030\002 \001(\t:\0028\001\"u\n\013Annotations\0227\n\006values" + - "\030\001 \003(\0132\'.flyteidl.admin.Annotations.Valu" + - "esEntry\032-\n\013ValuesEntry\022\013\n\003key\030\001 \001(\t\022\r\n\005v" + - "alue\030\002 \001(\t:\0028\001B3Z1github.com/lyft/flytei" + - "dl/gen/pb-go/flyteidl/adminb\006proto3" + "\000\022\r\n\tASCENDING\020\001\"L\n\027ActiveLaunchPlanRequ" + + "est\0221\n\002id\030\001 \001(\0132%.flyteidl.admin.NamedEn" + + "tityIdentifier\"\210\001\n NamedEntityIdentifier" + + "ListRequest\022\017\n\007project\030\001 \001(\t\022\016\n\006domain\030\002" + + " \001(\t\022\r\n\005limit\030\003 \001(\r\022\r\n\005token\030\004 \001(\t\022%\n\007so" + + "rt_by\030\005 \001(\0132\024.flyteidl.admin.Sort\"c\n\031Nam" + + "edEntityIdentifierList\0227\n\010entities\030\001 \003(\013" + + "2%.flyteidl.admin.NamedEntityIdentifier\022" + + "\r\n\005token\030\002 \001(\t\"9\n\020ObjectGetRequest\022%\n\002id" + + "\030\001 \001(\0132\031.flyteidl.core.Identifier\"\236\001\n\023Re" + + "sourceListRequest\0221\n\002id\030\001 \001(\0132%.flyteidl" + + ".admin.NamedEntityIdentifier\022\r\n\005limit\030\002 " + + "\001(\r\022\r\n\005token\030\003 \001(\t\022\017\n\007filters\030\004 \001(\t\022%\n\007s" + + "ort_by\030\005 \001(\0132\024.flyteidl.admin.Sort\"-\n\021Em" + + "ailNotification\022\030\n\020recipients_email\030\001 \003(" + + "\t\"1\n\025PagerDutyNotification\022\030\n\020recipients" + + "_email\030\001 \003(\t\"-\n\021SlackNotification\022\030\n\020rec" + + "ipients_email\030\001 \003(\t\"\363\001\n\014Notification\0226\n\006" + + "phases\030\001 \003(\0162&.flyteidl.core.WorkflowExe" + + "cution.Phase\0222\n\005email\030\002 \001(\0132!.flyteidl.a" + + "dmin.EmailNotificationH\000\022;\n\npager_duty\030\003" + + " \001(\0132%.flyteidl.admin.PagerDutyNotificat" + + "ionH\000\0222\n\005slack\030\004 \001(\0132!.flyteidl.admin.Sl" + + "ackNotificationH\000B\006\n\004type\"%\n\007UrlBlob\022\013\n\003" + + "url\030\001 \001(\t\022\r\n\005bytes\030\002 \001(\003\"k\n\006Labels\0222\n\006va" + + "lues\030\001 \003(\0132\".flyteidl.admin.Labels.Value" + + "sEntry\032-\n\013ValuesEntry\022\013\n\003key\030\001 \001(\t\022\r\n\005va" + + "lue\030\002 \001(\t:\0028\001\"u\n\013Annotations\0227\n\006values\030\001" + + " \003(\0132\'.flyteidl.admin.Annotations.Values" + + "Entry\032-\n\013ValuesEntry\022\013\n\003key\030\001 \001(\t\022\r\n\005val" + + "ue\030\002 \001(\t:\0028\001B3Z1github.com/lyft/flyteidl" + + "/gen/pb-go/flyteidl/adminb\006proto3" }; com.google.protobuf.Descriptors.FileDescriptor.InternalDescriptorAssigner assigner = new com.google.protobuf.Descriptors.FileDescriptor. InternalDescriptorAssigner() { @@ -11968,62 +12565,68 @@ public com.google.protobuf.ExtensionRegistry assignDescriptors( com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_flyteidl_admin_Sort_descriptor, new java.lang.String[] { "Key", "Direction", }); - internal_static_flyteidl_admin_NamedEntityIdentifierListRequest_descriptor = + internal_static_flyteidl_admin_ActiveLaunchPlanRequest_descriptor = getDescriptor().getMessageTypes().get(2); + internal_static_flyteidl_admin_ActiveLaunchPlanRequest_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_flyteidl_admin_ActiveLaunchPlanRequest_descriptor, + new java.lang.String[] { "Id", }); + internal_static_flyteidl_admin_NamedEntityIdentifierListRequest_descriptor = + getDescriptor().getMessageTypes().get(3); internal_static_flyteidl_admin_NamedEntityIdentifierListRequest_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_flyteidl_admin_NamedEntityIdentifierListRequest_descriptor, new java.lang.String[] { "Project", "Domain", "Limit", "Token", "SortBy", }); internal_static_flyteidl_admin_NamedEntityIdentifierList_descriptor = - getDescriptor().getMessageTypes().get(3); + getDescriptor().getMessageTypes().get(4); internal_static_flyteidl_admin_NamedEntityIdentifierList_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_flyteidl_admin_NamedEntityIdentifierList_descriptor, new java.lang.String[] { "Entities", "Token", }); internal_static_flyteidl_admin_ObjectGetRequest_descriptor = - getDescriptor().getMessageTypes().get(4); + getDescriptor().getMessageTypes().get(5); internal_static_flyteidl_admin_ObjectGetRequest_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_flyteidl_admin_ObjectGetRequest_descriptor, new java.lang.String[] { "Id", }); internal_static_flyteidl_admin_ResourceListRequest_descriptor = - getDescriptor().getMessageTypes().get(5); + getDescriptor().getMessageTypes().get(6); internal_static_flyteidl_admin_ResourceListRequest_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_flyteidl_admin_ResourceListRequest_descriptor, new java.lang.String[] { "Id", "Limit", "Token", "Filters", "SortBy", }); internal_static_flyteidl_admin_EmailNotification_descriptor = - getDescriptor().getMessageTypes().get(6); + getDescriptor().getMessageTypes().get(7); internal_static_flyteidl_admin_EmailNotification_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_flyteidl_admin_EmailNotification_descriptor, new java.lang.String[] { "RecipientsEmail", }); internal_static_flyteidl_admin_PagerDutyNotification_descriptor = - getDescriptor().getMessageTypes().get(7); + getDescriptor().getMessageTypes().get(8); internal_static_flyteidl_admin_PagerDutyNotification_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_flyteidl_admin_PagerDutyNotification_descriptor, new java.lang.String[] { "RecipientsEmail", }); internal_static_flyteidl_admin_SlackNotification_descriptor = - getDescriptor().getMessageTypes().get(8); + getDescriptor().getMessageTypes().get(9); internal_static_flyteidl_admin_SlackNotification_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_flyteidl_admin_SlackNotification_descriptor, new java.lang.String[] { "RecipientsEmail", }); internal_static_flyteidl_admin_Notification_descriptor = - getDescriptor().getMessageTypes().get(9); + getDescriptor().getMessageTypes().get(10); internal_static_flyteidl_admin_Notification_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_flyteidl_admin_Notification_descriptor, new java.lang.String[] { "Phases", "Email", "PagerDuty", "Slack", "Type", }); internal_static_flyteidl_admin_UrlBlob_descriptor = - getDescriptor().getMessageTypes().get(10); + getDescriptor().getMessageTypes().get(11); internal_static_flyteidl_admin_UrlBlob_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_flyteidl_admin_UrlBlob_descriptor, new java.lang.String[] { "Url", "Bytes", }); internal_static_flyteidl_admin_Labels_descriptor = - getDescriptor().getMessageTypes().get(11); + getDescriptor().getMessageTypes().get(12); internal_static_flyteidl_admin_Labels_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_flyteidl_admin_Labels_descriptor, @@ -12035,7 +12638,7 @@ public com.google.protobuf.ExtensionRegistry assignDescriptors( internal_static_flyteidl_admin_Labels_ValuesEntry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_flyteidl_admin_Annotations_descriptor = - getDescriptor().getMessageTypes().get(12); + getDescriptor().getMessageTypes().get(13); internal_static_flyteidl_admin_Annotations_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_flyteidl_admin_Annotations_descriptor, diff --git a/flyteidl/gen/pb-java/flyteidl/service/Admin.java b/flyteidl/gen/pb-java/flyteidl/service/Admin.java index f7f2dfdb7f..e31479b28f 100644 --- a/flyteidl/gen/pb-java/flyteidl/service/Admin.java +++ b/flyteidl/gen/pb-java/flyteidl/service/Admin.java @@ -33,7 +33,7 @@ public static void registerAllExtensions( "e_execution.proto\032#flyteidl/admin/task_e" + "xecution.proto\032\033flyteidl/admin/common.pr" + "oto\032,protoc-gen-swagger/options/annotati" + - "ons.proto2\3018\n\014AdminService\022\304\002\n\nCreateTas" + + "ons.proto2\212;\n\014AdminService\022\304\002\n\nCreateTas" + "k\022!.flyteidl.admin.TaskCreateRequest\032\".f" + "lyteidl.admin.TaskCreateResponse\"\356\001\202\323\344\223\002" + "\022\"\r/api/v1/tasks:\001*\222A\322\001\032%Create and regi" + @@ -87,135 +87,143 @@ public static void registerAllExtensions( "GetLaunchPlan\022 .flyteidl.admin.ObjectGet" + "Request\032\032.flyteidl.admin.LaunchPlan\"L\202\323\344" + "\223\002F\022D/api/v1/launch_plans/{id.project}/{" + - "id.domain}/{id.name}/{id.version}\022\244\001\n\021Li" + - "stLaunchPlanIds\0220.flyteidl.admin.NamedEn" + - "tityIdentifierListRequest\032).flyteidl.adm" + - "in.NamedEntityIdentifierList\"2\202\323\344\223\002,\022*/a" + - "pi/v1/launch_plan_ids/{project}/{domain}" + - "\022\310\001\n\017ListLaunchPlans\022#.flyteidl.admin.Re" + - "sourceListRequest\032\036.flyteidl.admin.Launc" + - "hPlanList\"p\202\323\344\223\002j\0227/api/v1/launch_plans/" + - "{id.project}/{id.domain}/{id.name}Z/\022-/a" + - "pi/v1/launch_plans/{id.project}/{id.doma" + - "in}\022\266\001\n\020UpdateLaunchPlan\022\'.flyteidl.admi" + - "n.LaunchPlanUpdateRequest\032(.flyteidl.adm" + - "in.LaunchPlanUpdateResponse\"O\202\323\344\223\002I\032D/ap" + - "i/v1/launch_plans/{id.project}/{id.domai" + - "n}/{id.name}/{id.version}:\001*\022\316\002\n\017CreateE" + - "xecution\022&.flyteidl.admin.ExecutionCreat" + - "eRequest\032\'.flyteidl.admin.ExecutionCreat" + - "eResponse\"\351\001\202\323\344\223\002\027\"\022/api/v1/executions:\001" + - "*\222A\310\001\032\033Create a workflow executionJB\n\00340" + - "0\022;\n9Returned for bad request that may h" + - "ave failed validation.Je\n\003409\022^\n\\Returne" + - "d for a request that references an ident" + - "ical entity that has already been regist" + - "ered.\022\335\002\n\021RelaunchExecution\022(.flyteidl.a" + - "dmin.ExecutionRelaunchRequest\032\'.flyteidl" + - ".admin.ExecutionCreateResponse\"\364\001\202\323\344\223\002 \"" + - "\033/api/v1/executions/relaunch:\001*\222A\312\001\032\035Rel" + - "aunch a workflow executionJB\n\003400\022;\n9Ret" + - "urned for bad request that may have fail" + - "ed validation.Je\n\003409\022^\n\\Returned for a " + - "request that references an identical ent" + - "ity that has already been registered.\022\225\001" + - "\n\014GetExecution\022+.flyteidl.admin.Workflow" + - "ExecutionGetRequest\032\031.flyteidl.admin.Exe" + - "cution\"=\202\323\344\223\0027\0225/api/v1/executions/{id.p" + - "roject}/{id.domain}/{id.name}\022\271\001\n\020GetExe" + - "cutionData\022/.flyteidl.admin.WorkflowExec" + - "utionGetDataRequest\0320.flyteidl.admin.Wor" + - "kflowExecutionGetDataResponse\"B\202\323\344\223\002<\022:/" + - "api/v1/data/executions/{id.project}/{id." + - "domain}/{id.name}\022\211\001\n\016ListExecutions\022#.f" + - "lyteidl.admin.ResourceListRequest\032\035.flyt" + - "eidl.admin.ExecutionList\"3\202\323\344\223\002-\022+/api/v" + - "1/executions/{id.project}/{id.domain}\022\255\001" + - "\n\022TerminateExecution\022).flyteidl.admin.Ex" + - "ecutionTerminateRequest\032*.flyteidl.admin" + - ".ExecutionTerminateResponse\"@\202\323\344\223\002:*5/ap" + - "i/v1/executions/{id.project}/{id.domain}" + - "/{id.name}:\001*\022\322\001\n\020GetNodeExecution\022\'.fly" + - "teidl.admin.NodeExecutionGetRequest\032\035.fl" + - "yteidl.admin.NodeExecution\"v\202\323\344\223\002p\022n/api" + - "/v1/node_executions/{id.execution_id.pro" + - "ject}/{id.execution_id.domain}/{id.execu" + - "tion_id.name}/{id.node_id}\022\336\001\n\022ListNodeE" + - "xecutions\022(.flyteidl.admin.NodeExecution" + - "ListRequest\032!.flyteidl.admin.NodeExecuti" + - "onList\"{\202\323\344\223\002u\022s/api/v1/node_executions/" + - "{workflow_execution_id.project}/{workflo" + - "w_execution_id.domain}/{workflow_executi" + - "on_id.name}\022\245\004\n\031ListNodeExecutionsForTas" + - "k\022/.flyteidl.admin.NodeExecutionForTaskL" + - "istRequest\032!.flyteidl.admin.NodeExecutio" + - "nList\"\263\003\202\323\344\223\002\254\003\022\251\003/api/v1/children/task_" + - "executions/{task_execution_id.node_execu" + - "tion_id.execution_id.project}/{task_exec" + - "ution_id.node_execution_id.execution_id." + - "domain}/{task_execution_id.node_executio" + - "n_id.execution_id.name}/{task_execution_" + - "id.node_execution_id.node_id}/{task_exec" + - "ution_id.task_id.project}/{task_executio" + - "n_id.task_id.domain}/{task_execution_id." + - "task_id.name}/{task_execution_id.task_id" + - ".version}/{task_execution_id.retry_attem" + - "pt}\022\356\001\n\024GetNodeExecutionData\022+.flyteidl." + - "admin.NodeExecutionGetDataRequest\032,.flyt" + - "eidl.admin.NodeExecutionGetDataResponse\"" + - "{\202\323\344\223\002u\022s/api/v1/data/node_executions/{i" + - "d.execution_id.project}/{id.execution_id" + - ".domain}/{id.execution_id.name}/{id.node" + - "_id}\022\245\002\n\017RegisterProject\022&.flyteidl.admi" + - "n.ProjectRegisterRequest\032\'.flyteidl.admi" + - "n.ProjectRegisterResponse\"\300\001\202\323\344\223\002\025\"\020/api" + - "/v1/projects:\001*\222A\241\001\032+Register a project " + - "along with valid domainsJ.\n\003201\022\'\n%Retur" + - "ned for successful registration.JB\n\003400\022" + - ";\n9Returned for bad request that may hav" + - "e failed validation.\022f\n\014ListProjects\022\".f" + - "lyteidl.admin.ProjectListRequest\032\030.flyte" + - "idl.admin.Projects\"\030\202\323\344\223\002\022\022\020/api/v1/proj" + - "ects\022\231\001\n\023CreateWorkflowEvent\022-.flyteidl." + - "admin.WorkflowExecutionEventRequest\032..fl" + - "yteidl.admin.WorkflowExecutionEventRespo" + - "nse\"#\202\323\344\223\002\035\"\030/api/v1/events/workflows:\001*" + - "\022\211\001\n\017CreateNodeEvent\022).flyteidl.admin.No" + - "deExecutionEventRequest\032*.flyteidl.admin" + - ".NodeExecutionEventResponse\"\037\202\323\344\223\002\031\"\024/ap" + - "i/v1/events/nodes:\001*\022\211\001\n\017CreateTaskEvent" + - "\022).flyteidl.admin.TaskExecutionEventRequ" + - "est\032*.flyteidl.admin.TaskExecutionEventR" + - "esponse\"\037\202\323\344\223\002\031\"\024/api/v1/events/tasks:\001*" + - "\022\200\003\n\020GetTaskExecution\022\'.flyteidl.admin.T" + - "askExecutionGetRequest\032\035.flyteidl.admin." + - "TaskExecution\"\243\002\202\323\344\223\002\234\002\022\231\002/api/v1/task_e" + - "xecutions/{id.node_execution_id.executio" + - "n_id.project}/{id.node_execution_id.exec" + - "ution_id.domain}/{id.node_execution_id.e" + - "xecution_id.name}/{id.node_execution_id." + - "node_id}/{id.task_id.project}/{id.task_i" + - "d.domain}/{id.task_id.name}/{id.task_id." + - "version}/{id.retry_attempt}\022\230\002\n\022ListTask" + - "Executions\022(.flyteidl.admin.TaskExecutio" + - "nListRequest\032!.flyteidl.admin.TaskExecut" + - "ionList\"\264\001\202\323\344\223\002\255\001\022\252\001/api/v1/task_executi" + - "ons/{node_execution_id.execution_id.proj" + - "ect}/{node_execution_id.execution_id.dom" + - "ain}/{node_execution_id.execution_id.nam" + - "e}/{node_execution_id.node_id}\022\234\003\n\024GetTa" + - "skExecutionData\022+.flyteidl.admin.TaskExe" + - "cutionGetDataRequest\032,.flyteidl.admin.Ta" + - "skExecutionGetDataResponse\"\250\002\202\323\344\223\002\241\002\022\236\002/" + - "api/v1/data/task_executions/{id.node_exe" + - "cution_id.execution_id.project}/{id.node" + - "_execution_id.execution_id.domain}/{id.n" + - "ode_execution_id.execution_id.name}/{id." + - "node_execution_id.node_id}/{id.task_id.p" + - "roject}/{id.task_id.domain}/{id.task_id." + - "name}/{id.task_id.version}/{id.retry_att" + - "empt}B5Z3github.com/lyft/flyteidl/gen/pb" + - "-go/flyteidl/serviceb\006proto3" + "id.domain}/{id.name}/{id.version}\022\242\001\n\023Ge" + + "tActiveLaunchPlan\022\'.flyteidl.admin.Activ" + + "eLaunchPlanRequest\032\032.flyteidl.admin.Laun" + + "chPlan\"F\202\323\344\223\002@\022>/api/v1/active_launch_pl" + + "ans/{id.project}/{id.domain}/{id.name}\022\241" + + "\001\n\025ListActiveLaunchPlans\0220.flyteidl.admi" + + "n.NamedEntityIdentifierListRequest\032\036.fly" + + "teidl.admin.LaunchPlanList\"6\202\323\344\223\0020\022./api" + + "/v1/active_launch_plans/{project}/{domai" + + "n}\022\244\001\n\021ListLaunchPlanIds\0220.flyteidl.admi" + + "n.NamedEntityIdentifierListRequest\032).fly" + + "teidl.admin.NamedEntityIdentifierList\"2\202" + + "\323\344\223\002,\022*/api/v1/launch_plan_ids/{project}" + + "/{domain}\022\310\001\n\017ListLaunchPlans\022#.flyteidl" + + ".admin.ResourceListRequest\032\036.flyteidl.ad" + + "min.LaunchPlanList\"p\202\323\344\223\002j\0227/api/v1/laun" + + "ch_plans/{id.project}/{id.domain}/{id.na" + + "me}Z/\022-/api/v1/launch_plans/{id.project}" + + "/{id.domain}\022\266\001\n\020UpdateLaunchPlan\022\'.flyt" + + "eidl.admin.LaunchPlanUpdateRequest\032(.fly" + + "teidl.admin.LaunchPlanUpdateResponse\"O\202\323" + + "\344\223\002I\032D/api/v1/launch_plans/{id.project}/" + + "{id.domain}/{id.name}/{id.version}:\001*\022\316\002" + + "\n\017CreateExecution\022&.flyteidl.admin.Execu" + + "tionCreateRequest\032\'.flyteidl.admin.Execu" + + "tionCreateResponse\"\351\001\202\323\344\223\002\027\"\022/api/v1/exe" + + "cutions:\001*\222A\310\001\032\033Create a workflow execut" + + "ionJB\n\003400\022;\n9Returned for bad request t" + + "hat may have failed validation.Je\n\003409\022^" + + "\n\\Returned for a request that references" + + " an identical entity that has already be" + + "en registered.\022\335\002\n\021RelaunchExecution\022(.f" + + "lyteidl.admin.ExecutionRelaunchRequest\032\'" + + ".flyteidl.admin.ExecutionCreateResponse\"" + + "\364\001\202\323\344\223\002 \"\033/api/v1/executions/relaunch:\001*" + + "\222A\312\001\032\035Relaunch a workflow executionJB\n\0034" + + "00\022;\n9Returned for bad request that may " + + "have failed validation.Je\n\003409\022^\n\\Return" + + "ed for a request that references an iden" + + "tical entity that has already been regis" + + "tered.\022\225\001\n\014GetExecution\022+.flyteidl.admin" + + ".WorkflowExecutionGetRequest\032\031.flyteidl." + + "admin.Execution\"=\202\323\344\223\0027\0225/api/v1/executi" + + "ons/{id.project}/{id.domain}/{id.name}\022\271" + + "\001\n\020GetExecutionData\022/.flyteidl.admin.Wor" + + "kflowExecutionGetDataRequest\0320.flyteidl." + + "admin.WorkflowExecutionGetDataResponse\"B" + + "\202\323\344\223\002<\022:/api/v1/data/executions/{id.proj" + + "ect}/{id.domain}/{id.name}\022\211\001\n\016ListExecu" + + "tions\022#.flyteidl.admin.ResourceListReque" + + "st\032\035.flyteidl.admin.ExecutionList\"3\202\323\344\223\002" + + "-\022+/api/v1/executions/{id.project}/{id.d" + + "omain}\022\255\001\n\022TerminateExecution\022).flyteidl" + + ".admin.ExecutionTerminateRequest\032*.flyte" + + "idl.admin.ExecutionTerminateResponse\"@\202\323" + + "\344\223\002:*5/api/v1/executions/{id.project}/{i" + + "d.domain}/{id.name}:\001*\022\322\001\n\020GetNodeExecut" + + "ion\022\'.flyteidl.admin.NodeExecutionGetReq" + + "uest\032\035.flyteidl.admin.NodeExecution\"v\202\323\344" + + "\223\002p\022n/api/v1/node_executions/{id.executi" + + "on_id.project}/{id.execution_id.domain}/" + + "{id.execution_id.name}/{id.node_id}\022\336\001\n\022" + + "ListNodeExecutions\022(.flyteidl.admin.Node" + + "ExecutionListRequest\032!.flyteidl.admin.No" + + "deExecutionList\"{\202\323\344\223\002u\022s/api/v1/node_ex" + + "ecutions/{workflow_execution_id.project}" + + "/{workflow_execution_id.domain}/{workflo" + + "w_execution_id.name}\022\245\004\n\031ListNodeExecuti" + + "onsForTask\022/.flyteidl.admin.NodeExecutio" + + "nForTaskListRequest\032!.flyteidl.admin.Nod" + + "eExecutionList\"\263\003\202\323\344\223\002\254\003\022\251\003/api/v1/child" + + "ren/task_executions/{task_execution_id.n" + + "ode_execution_id.execution_id.project}/{" + + "task_execution_id.node_execution_id.exec" + + "ution_id.domain}/{task_execution_id.node" + + "_execution_id.execution_id.name}/{task_e" + + "xecution_id.node_execution_id.node_id}/{" + + "task_execution_id.task_id.project}/{task" + + "_execution_id.task_id.domain}/{task_exec" + + "ution_id.task_id.name}/{task_execution_i" + + "d.task_id.version}/{task_execution_id.re" + + "try_attempt}\022\356\001\n\024GetNodeExecutionData\022+." + + "flyteidl.admin.NodeExecutionGetDataReque" + + "st\032,.flyteidl.admin.NodeExecutionGetData" + + "Response\"{\202\323\344\223\002u\022s/api/v1/data/node_exec" + + "utions/{id.execution_id.project}/{id.exe" + + "cution_id.domain}/{id.execution_id.name}" + + "/{id.node_id}\022\245\002\n\017RegisterProject\022&.flyt" + + "eidl.admin.ProjectRegisterRequest\032\'.flyt" + + "eidl.admin.ProjectRegisterResponse\"\300\001\202\323\344" + + "\223\002\025\"\020/api/v1/projects:\001*\222A\241\001\032+Register a" + + " project along with valid domainsJ.\n\003201" + + "\022\'\n%Returned for successful registration" + + ".JB\n\003400\022;\n9Returned for bad request tha" + + "t may have failed validation.\022f\n\014ListPro" + + "jects\022\".flyteidl.admin.ProjectListReques" + + "t\032\030.flyteidl.admin.Projects\"\030\202\323\344\223\002\022\022\020/ap" + + "i/v1/projects\022\231\001\n\023CreateWorkflowEvent\022-." + + "flyteidl.admin.WorkflowExecutionEventReq" + + "uest\032..flyteidl.admin.WorkflowExecutionE" + + "ventResponse\"#\202\323\344\223\002\035\"\030/api/v1/events/wor" + + "kflows:\001*\022\211\001\n\017CreateNodeEvent\022).flyteidl" + + ".admin.NodeExecutionEventRequest\032*.flyte" + + "idl.admin.NodeExecutionEventResponse\"\037\202\323" + + "\344\223\002\031\"\024/api/v1/events/nodes:\001*\022\211\001\n\017Create" + + "TaskEvent\022).flyteidl.admin.TaskExecution" + + "EventRequest\032*.flyteidl.admin.TaskExecut" + + "ionEventResponse\"\037\202\323\344\223\002\031\"\024/api/v1/events" + + "/tasks:\001*\022\200\003\n\020GetTaskExecution\022\'.flyteid" + + "l.admin.TaskExecutionGetRequest\032\035.flytei" + + "dl.admin.TaskExecution\"\243\002\202\323\344\223\002\234\002\022\231\002/api/" + + "v1/task_executions/{id.node_execution_id" + + ".execution_id.project}/{id.node_executio" + + "n_id.execution_id.domain}/{id.node_execu" + + "tion_id.execution_id.name}/{id.node_exec" + + "ution_id.node_id}/{id.task_id.project}/{" + + "id.task_id.domain}/{id.task_id.name}/{id" + + ".task_id.version}/{id.retry_attempt}\022\230\002\n" + + "\022ListTaskExecutions\022(.flyteidl.admin.Tas" + + "kExecutionListRequest\032!.flyteidl.admin.T" + + "askExecutionList\"\264\001\202\323\344\223\002\255\001\022\252\001/api/v1/tas" + + "k_executions/{node_execution_id.executio" + + "n_id.project}/{node_execution_id.executi" + + "on_id.domain}/{node_execution_id.executi" + + "on_id.name}/{node_execution_id.node_id}\022" + + "\234\003\n\024GetTaskExecutionData\022+.flyteidl.admi" + + "n.TaskExecutionGetDataRequest\032,.flyteidl" + + ".admin.TaskExecutionGetDataResponse\"\250\002\202\323" + + "\344\223\002\241\002\022\236\002/api/v1/data/task_executions/{id" + + ".node_execution_id.execution_id.project}" + + "/{id.node_execution_id.execution_id.doma" + + "in}/{id.node_execution_id.execution_id.n" + + "ame}/{id.node_execution_id.node_id}/{id." + + "task_id.project}/{id.task_id.domain}/{id" + + ".task_id.name}/{id.task_id.version}/{id." + + "retry_attempt}B5Z3github.com/lyft/flytei" + + "dl/gen/pb-go/flyteidl/serviceb\006proto3" }; com.google.protobuf.Descriptors.FileDescriptor.InternalDescriptorAssigner assigner = new com.google.protobuf.Descriptors.FileDescriptor. InternalDescriptorAssigner() { diff --git a/flyteidl/gen/pb-js/flyteidl.d.ts b/flyteidl/gen/pb-js/flyteidl.d.ts index be9daff9f4..d4c1932a42 100644 --- a/flyteidl/gen/pb-js/flyteidl.d.ts +++ b/flyteidl/gen/pb-js/flyteidl.d.ts @@ -4788,6 +4788,58 @@ export namespace flyteidl { } } + /** Properties of an ActiveLaunchPlanRequest. */ + interface IActiveLaunchPlanRequest { + + /** ActiveLaunchPlanRequest id */ + id?: (flyteidl.admin.INamedEntityIdentifier|null); + } + + /** Represents an ActiveLaunchPlanRequest. */ + class ActiveLaunchPlanRequest implements IActiveLaunchPlanRequest { + + /** + * Constructs a new ActiveLaunchPlanRequest. + * @param [properties] Properties to set + */ + constructor(properties?: flyteidl.admin.IActiveLaunchPlanRequest); + + /** ActiveLaunchPlanRequest id. */ + public id?: (flyteidl.admin.INamedEntityIdentifier|null); + + /** + * Creates a new ActiveLaunchPlanRequest instance using the specified properties. + * @param [properties] Properties to set + * @returns ActiveLaunchPlanRequest instance + */ + public static create(properties?: flyteidl.admin.IActiveLaunchPlanRequest): flyteidl.admin.ActiveLaunchPlanRequest; + + /** + * Encodes the specified ActiveLaunchPlanRequest message. Does not implicitly {@link flyteidl.admin.ActiveLaunchPlanRequest.verify|verify} messages. + * @param message ActiveLaunchPlanRequest message or plain object to encode + * @param [writer] Writer to encode to + * @returns Writer + */ + public static encode(message: flyteidl.admin.IActiveLaunchPlanRequest, writer?: $protobuf.Writer): $protobuf.Writer; + + /** + * Decodes an ActiveLaunchPlanRequest message from the specified reader or buffer. + * @param reader Reader or buffer to decode from + * @param [length] Message length if known beforehand + * @returns ActiveLaunchPlanRequest + * @throws {Error} If the payload is not a reader or valid buffer + * @throws {$protobuf.util.ProtocolError} If required fields are missing + */ + public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): flyteidl.admin.ActiveLaunchPlanRequest; + + /** + * Verifies an ActiveLaunchPlanRequest message. + * @param message Plain object to verify + * @returns `null` if valid, otherwise the reason why it is not + */ + public static verify(message: { [k: string]: any }): (string|null); + } + /** Properties of a NamedEntityIdentifierListRequest. */ interface INamedEntityIdentifierListRequest { @@ -9861,6 +9913,34 @@ export namespace flyteidl { */ public getLaunchPlan(request: flyteidl.admin.IObjectGetRequest): Promise; + /** + * Calls GetActiveLaunchPlan. + * @param request ActiveLaunchPlanRequest message or plain object + * @param callback Node-style callback called with the error, if any, and LaunchPlan + */ + public getActiveLaunchPlan(request: flyteidl.admin.IActiveLaunchPlanRequest, callback: flyteidl.service.AdminService.GetActiveLaunchPlanCallback): void; + + /** + * Calls GetActiveLaunchPlan. + * @param request ActiveLaunchPlanRequest message or plain object + * @returns Promise + */ + public getActiveLaunchPlan(request: flyteidl.admin.IActiveLaunchPlanRequest): Promise; + + /** + * Calls ListActiveLaunchPlans. + * @param request NamedEntityIdentifierListRequest message or plain object + * @param callback Node-style callback called with the error, if any, and LaunchPlanList + */ + public listActiveLaunchPlans(request: flyteidl.admin.INamedEntityIdentifierListRequest, callback: flyteidl.service.AdminService.ListActiveLaunchPlansCallback): void; + + /** + * Calls ListActiveLaunchPlans. + * @param request NamedEntityIdentifierListRequest message or plain object + * @returns Promise + */ + public listActiveLaunchPlans(request: flyteidl.admin.INamedEntityIdentifierListRequest): Promise; + /** * Calls ListLaunchPlanIds. * @param request NamedEntityIdentifierListRequest message or plain object @@ -10228,6 +10308,20 @@ export namespace flyteidl { */ type GetLaunchPlanCallback = (error: (Error|null), response?: flyteidl.admin.LaunchPlan) => void; + /** + * Callback as used by {@link flyteidl.service.AdminService#getActiveLaunchPlan}. + * @param error Error, if any + * @param [response] LaunchPlan + */ + type GetActiveLaunchPlanCallback = (error: (Error|null), response?: flyteidl.admin.LaunchPlan) => void; + + /** + * Callback as used by {@link flyteidl.service.AdminService#listActiveLaunchPlans}. + * @param error Error, if any + * @param [response] LaunchPlanList + */ + type ListActiveLaunchPlansCallback = (error: (Error|null), response?: flyteidl.admin.LaunchPlanList) => void; + /** * Callback as used by {@link flyteidl.service.AdminService#listLaunchPlanIds}. * @param error Error, if any diff --git a/flyteidl/gen/pb-js/flyteidl.js b/flyteidl/gen/pb-js/flyteidl.js index e156b94246..c5d0e921e1 100644 --- a/flyteidl/gen/pb-js/flyteidl.js +++ b/flyteidl/gen/pb-js/flyteidl.js @@ -11584,6 +11584,118 @@ export const flyteidl = $root.flyteidl = (() => { return Sort; })(); + admin.ActiveLaunchPlanRequest = (function() { + + /** + * Properties of an ActiveLaunchPlanRequest. + * @memberof flyteidl.admin + * @interface IActiveLaunchPlanRequest + * @property {flyteidl.admin.INamedEntityIdentifier|null} [id] ActiveLaunchPlanRequest id + */ + + /** + * Constructs a new ActiveLaunchPlanRequest. + * @memberof flyteidl.admin + * @classdesc Represents an ActiveLaunchPlanRequest. + * @implements IActiveLaunchPlanRequest + * @constructor + * @param {flyteidl.admin.IActiveLaunchPlanRequest=} [properties] Properties to set + */ + function ActiveLaunchPlanRequest(properties) { + if (properties) + for (let keys = Object.keys(properties), i = 0; i < keys.length; ++i) + if (properties[keys[i]] != null) + this[keys[i]] = properties[keys[i]]; + } + + /** + * ActiveLaunchPlanRequest id. + * @member {flyteidl.admin.INamedEntityIdentifier|null|undefined} id + * @memberof flyteidl.admin.ActiveLaunchPlanRequest + * @instance + */ + ActiveLaunchPlanRequest.prototype.id = null; + + /** + * Creates a new ActiveLaunchPlanRequest instance using the specified properties. + * @function create + * @memberof flyteidl.admin.ActiveLaunchPlanRequest + * @static + * @param {flyteidl.admin.IActiveLaunchPlanRequest=} [properties] Properties to set + * @returns {flyteidl.admin.ActiveLaunchPlanRequest} ActiveLaunchPlanRequest instance + */ + ActiveLaunchPlanRequest.create = function create(properties) { + return new ActiveLaunchPlanRequest(properties); + }; + + /** + * Encodes the specified ActiveLaunchPlanRequest message. Does not implicitly {@link flyteidl.admin.ActiveLaunchPlanRequest.verify|verify} messages. + * @function encode + * @memberof flyteidl.admin.ActiveLaunchPlanRequest + * @static + * @param {flyteidl.admin.IActiveLaunchPlanRequest} message ActiveLaunchPlanRequest message or plain object to encode + * @param {$protobuf.Writer} [writer] Writer to encode to + * @returns {$protobuf.Writer} Writer + */ + ActiveLaunchPlanRequest.encode = function encode(message, writer) { + if (!writer) + writer = $Writer.create(); + if (message.id != null && message.hasOwnProperty("id")) + $root.flyteidl.admin.NamedEntityIdentifier.encode(message.id, writer.uint32(/* id 1, wireType 2 =*/10).fork()).ldelim(); + return writer; + }; + + /** + * Decodes an ActiveLaunchPlanRequest message from the specified reader or buffer. + * @function decode + * @memberof flyteidl.admin.ActiveLaunchPlanRequest + * @static + * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from + * @param {number} [length] Message length if known beforehand + * @returns {flyteidl.admin.ActiveLaunchPlanRequest} ActiveLaunchPlanRequest + * @throws {Error} If the payload is not a reader or valid buffer + * @throws {$protobuf.util.ProtocolError} If required fields are missing + */ + ActiveLaunchPlanRequest.decode = function decode(reader, length) { + if (!(reader instanceof $Reader)) + reader = $Reader.create(reader); + let end = length === undefined ? reader.len : reader.pos + length, message = new $root.flyteidl.admin.ActiveLaunchPlanRequest(); + while (reader.pos < end) { + let tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.id = $root.flyteidl.admin.NamedEntityIdentifier.decode(reader, reader.uint32()); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }; + + /** + * Verifies an ActiveLaunchPlanRequest message. + * @function verify + * @memberof flyteidl.admin.ActiveLaunchPlanRequest + * @static + * @param {Object.} message Plain object to verify + * @returns {string|null} `null` if valid, otherwise the reason why it is not + */ + ActiveLaunchPlanRequest.verify = function verify(message) { + if (typeof message !== "object" || message === null) + return "object expected"; + if (message.id != null && message.hasOwnProperty("id")) { + let error = $root.flyteidl.admin.NamedEntityIdentifier.verify(message.id); + if (error) + return "id." + error; + } + return null; + }; + + return ActiveLaunchPlanRequest; + })(); + admin.NamedEntityIdentifierListRequest = (function() { /** @@ -23434,6 +23546,72 @@ export const flyteidl = $root.flyteidl = (() => { * @variation 2 */ + /** + * Callback as used by {@link flyteidl.service.AdminService#getActiveLaunchPlan}. + * @memberof flyteidl.service.AdminService + * @typedef GetActiveLaunchPlanCallback + * @type {function} + * @param {Error|null} error Error, if any + * @param {flyteidl.admin.LaunchPlan} [response] LaunchPlan + */ + + /** + * Calls GetActiveLaunchPlan. + * @function getActiveLaunchPlan + * @memberof flyteidl.service.AdminService + * @instance + * @param {flyteidl.admin.IActiveLaunchPlanRequest} request ActiveLaunchPlanRequest message or plain object + * @param {flyteidl.service.AdminService.GetActiveLaunchPlanCallback} callback Node-style callback called with the error, if any, and LaunchPlan + * @returns {undefined} + * @variation 1 + */ + Object.defineProperty(AdminService.prototype.getActiveLaunchPlan = function getActiveLaunchPlan(request, callback) { + return this.rpcCall(getActiveLaunchPlan, $root.flyteidl.admin.ActiveLaunchPlanRequest, $root.flyteidl.admin.LaunchPlan, request, callback); + }, "name", { value: "GetActiveLaunchPlan" }); + + /** + * Calls GetActiveLaunchPlan. + * @function getActiveLaunchPlan + * @memberof flyteidl.service.AdminService + * @instance + * @param {flyteidl.admin.IActiveLaunchPlanRequest} request ActiveLaunchPlanRequest message or plain object + * @returns {Promise} Promise + * @variation 2 + */ + + /** + * Callback as used by {@link flyteidl.service.AdminService#listActiveLaunchPlans}. + * @memberof flyteidl.service.AdminService + * @typedef ListActiveLaunchPlansCallback + * @type {function} + * @param {Error|null} error Error, if any + * @param {flyteidl.admin.LaunchPlanList} [response] LaunchPlanList + */ + + /** + * Calls ListActiveLaunchPlans. + * @function listActiveLaunchPlans + * @memberof flyteidl.service.AdminService + * @instance + * @param {flyteidl.admin.INamedEntityIdentifierListRequest} request NamedEntityIdentifierListRequest message or plain object + * @param {flyteidl.service.AdminService.ListActiveLaunchPlansCallback} callback Node-style callback called with the error, if any, and LaunchPlanList + * @returns {undefined} + * @variation 1 + */ + Object.defineProperty(AdminService.prototype.listActiveLaunchPlans = function listActiveLaunchPlans(request, callback) { + return this.rpcCall(listActiveLaunchPlans, $root.flyteidl.admin.NamedEntityIdentifierListRequest, $root.flyteidl.admin.LaunchPlanList, request, callback); + }, "name", { value: "ListActiveLaunchPlans" }); + + /** + * Calls ListActiveLaunchPlans. + * @function listActiveLaunchPlans + * @memberof flyteidl.service.AdminService + * @instance + * @param {flyteidl.admin.INamedEntityIdentifierListRequest} request NamedEntityIdentifierListRequest message or plain object + * @returns {Promise} Promise + * @variation 2 + */ + /** * Callback as used by {@link flyteidl.service.AdminService#listLaunchPlanIds}. * @memberof flyteidl.service.AdminService diff --git a/flyteidl/gen/pb-protodoc/flyteidl/admin/common.proto.rst b/flyteidl/gen/pb-protodoc/flyteidl/admin/common.proto.rst index 391b809669..281e7976dc 100644 --- a/flyteidl/gen/pb-protodoc/flyteidl/admin/common.proto.rst +++ b/flyteidl/gen/pb-protodoc/flyteidl/admin/common.proto.rst @@ -94,12 +94,34 @@ ASCENDING ⁣ +.. _api_msg_flyteidl.admin.ActiveLaunchPlanRequest: + +flyteidl.admin.ActiveLaunchPlanRequest +-------------------------------------- + +`[flyteidl.admin.ActiveLaunchPlanRequest proto] `_ + +Represents a request struct for finding an active launch plan for a given NamedEntityIdentifier + +.. code-block:: json + + { + "id": "{...}" + } + +.. _api_field_flyteidl.admin.ActiveLaunchPlanRequest.id: + +id + (:ref:`flyteidl.admin.NamedEntityIdentifier `) + + + .. _api_msg_flyteidl.admin.NamedEntityIdentifierListRequest: flyteidl.admin.NamedEntityIdentifierListRequest ----------------------------------------------- -`[flyteidl.admin.NamedEntityIdentifierListRequest proto] `_ +`[flyteidl.admin.NamedEntityIdentifierListRequest proto] `_ Represents a request structure to list identifiers. @@ -153,7 +175,7 @@ sort_by flyteidl.admin.NamedEntityIdentifierList ---------------------------------------- -`[flyteidl.admin.NamedEntityIdentifierList proto] `_ +`[flyteidl.admin.NamedEntityIdentifierList proto] `_ Represents a list of Identifiers. @@ -184,7 +206,7 @@ token flyteidl.admin.ObjectGetRequest ------------------------------- -`[flyteidl.admin.ObjectGetRequest proto] `_ +`[flyteidl.admin.ObjectGetRequest proto] `_ Represents a structure to fetch a single resource. @@ -207,7 +229,7 @@ id flyteidl.admin.ResourceListRequest ---------------------------------- -`[flyteidl.admin.ResourceListRequest proto] `_ +`[flyteidl.admin.ResourceListRequest proto] `_ Represents a request structure to retrieve a list of resources. Resources include: Task, Workflow, LaunchPlan @@ -264,7 +286,7 @@ sort_by flyteidl.admin.EmailNotification -------------------------------- -`[flyteidl.admin.EmailNotification proto] `_ +`[flyteidl.admin.EmailNotification proto] `_ .. code-block:: json @@ -286,7 +308,7 @@ recipients_email flyteidl.admin.PagerDutyNotification ------------------------------------ -`[flyteidl.admin.PagerDutyNotification proto] `_ +`[flyteidl.admin.PagerDutyNotification proto] `_ .. code-block:: json @@ -308,7 +330,7 @@ recipients_email flyteidl.admin.SlackNotification -------------------------------- -`[flyteidl.admin.SlackNotification proto] `_ +`[flyteidl.admin.SlackNotification proto] `_ .. code-block:: json @@ -330,7 +352,7 @@ recipients_email flyteidl.admin.Notification --------------------------- -`[flyteidl.admin.Notification proto] `_ +`[flyteidl.admin.Notification proto] `_ Represents a structure for notifications based on execution status. The Notification content is configured within Admin. Future iterations could @@ -383,7 +405,7 @@ slack flyteidl.admin.UrlBlob ---------------------- -`[flyteidl.admin.UrlBlob proto] `_ +`[flyteidl.admin.UrlBlob proto] `_ Represents a string url and associated metadata used throughout the platform. @@ -413,7 +435,7 @@ bytes flyteidl.admin.Labels --------------------- -`[flyteidl.admin.Labels proto] `_ +`[flyteidl.admin.Labels proto] `_ Label values to be applied to an execution resource. In the future a mode (e.g. OVERRIDE, APPEND, etc) can be defined @@ -438,7 +460,7 @@ values flyteidl.admin.Annotations -------------------------- -`[flyteidl.admin.Annotations proto] `_ +`[flyteidl.admin.Annotations proto] `_ Annotation values to be applied to an execution resource. In the future a mode (e.g. OVERRIDE, APPEND, etc) can be defined diff --git a/flyteidl/gen/pb_python/flyteidl/admin/common_pb2.py b/flyteidl/gen/pb_python/flyteidl/admin/common_pb2.py index f440fb1361..533f527d39 100644 --- a/flyteidl/gen/pb_python/flyteidl/admin/common_pb2.py +++ b/flyteidl/gen/pb_python/flyteidl/admin/common_pb2.py @@ -21,7 +21,7 @@ name='flyteidl/admin/common.proto', package='flyteidl.admin', syntax='proto3', - serialized_pb=_b('\n\x1b\x66lyteidl/admin/common.proto\x12\x0e\x66lyteidl.admin\x1a\x1d\x66lyteidl/core/execution.proto\x1a\x1e\x66lyteidl/core/identifier.proto\"F\n\x15NamedEntityIdentifier\x12\x0f\n\x07project\x18\x01 \x01(\t\x12\x0e\n\x06\x64omain\x18\x02 \x01(\t\x12\x0c\n\x04name\x18\x03 \x01(\t\"r\n\x04Sort\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\x31\n\tdirection\x18\x02 \x01(\x0e\x32\x1e.flyteidl.admin.Sort.Direction\"*\n\tDirection\x12\x0e\n\nDESCENDING\x10\x00\x12\r\n\tASCENDING\x10\x01\"\x88\x01\n NamedEntityIdentifierListRequest\x12\x0f\n\x07project\x18\x01 \x01(\t\x12\x0e\n\x06\x64omain\x18\x02 \x01(\t\x12\r\n\x05limit\x18\x03 \x01(\r\x12\r\n\x05token\x18\x04 \x01(\t\x12%\n\x07sort_by\x18\x05 \x01(\x0b\x32\x14.flyteidl.admin.Sort\"c\n\x19NamedEntityIdentifierList\x12\x37\n\x08\x65ntities\x18\x01 \x03(\x0b\x32%.flyteidl.admin.NamedEntityIdentifier\x12\r\n\x05token\x18\x02 \x01(\t\"9\n\x10ObjectGetRequest\x12%\n\x02id\x18\x01 \x01(\x0b\x32\x19.flyteidl.core.Identifier\"\x9e\x01\n\x13ResourceListRequest\x12\x31\n\x02id\x18\x01 \x01(\x0b\x32%.flyteidl.admin.NamedEntityIdentifier\x12\r\n\x05limit\x18\x02 \x01(\r\x12\r\n\x05token\x18\x03 \x01(\t\x12\x0f\n\x07\x66ilters\x18\x04 \x01(\t\x12%\n\x07sort_by\x18\x05 \x01(\x0b\x32\x14.flyteidl.admin.Sort\"-\n\x11\x45mailNotification\x12\x18\n\x10recipients_email\x18\x01 \x03(\t\"1\n\x15PagerDutyNotification\x12\x18\n\x10recipients_email\x18\x01 \x03(\t\"-\n\x11SlackNotification\x12\x18\n\x10recipients_email\x18\x01 \x03(\t\"\xf3\x01\n\x0cNotification\x12\x36\n\x06phases\x18\x01 \x03(\x0e\x32&.flyteidl.core.WorkflowExecution.Phase\x12\x32\n\x05\x65mail\x18\x02 \x01(\x0b\x32!.flyteidl.admin.EmailNotificationH\x00\x12;\n\npager_duty\x18\x03 \x01(\x0b\x32%.flyteidl.admin.PagerDutyNotificationH\x00\x12\x32\n\x05slack\x18\x04 \x01(\x0b\x32!.flyteidl.admin.SlackNotificationH\x00\x42\x06\n\x04type\"%\n\x07UrlBlob\x12\x0b\n\x03url\x18\x01 \x01(\t\x12\r\n\x05\x62ytes\x18\x02 \x01(\x03\"k\n\x06Labels\x12\x32\n\x06values\x18\x01 \x03(\x0b\x32\".flyteidl.admin.Labels.ValuesEntry\x1a-\n\x0bValuesEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"u\n\x0b\x41nnotations\x12\x37\n\x06values\x18\x01 \x03(\x0b\x32\'.flyteidl.admin.Annotations.ValuesEntry\x1a-\n\x0bValuesEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\x42\x33Z1github.com/lyft/flyteidl/gen/pb-go/flyteidl/adminb\x06proto3') + serialized_pb=_b('\n\x1b\x66lyteidl/admin/common.proto\x12\x0e\x66lyteidl.admin\x1a\x1d\x66lyteidl/core/execution.proto\x1a\x1e\x66lyteidl/core/identifier.proto\"F\n\x15NamedEntityIdentifier\x12\x0f\n\x07project\x18\x01 \x01(\t\x12\x0e\n\x06\x64omain\x18\x02 \x01(\t\x12\x0c\n\x04name\x18\x03 \x01(\t\"r\n\x04Sort\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\x31\n\tdirection\x18\x02 \x01(\x0e\x32\x1e.flyteidl.admin.Sort.Direction\"*\n\tDirection\x12\x0e\n\nDESCENDING\x10\x00\x12\r\n\tASCENDING\x10\x01\"L\n\x17\x41\x63tiveLaunchPlanRequest\x12\x31\n\x02id\x18\x01 \x01(\x0b\x32%.flyteidl.admin.NamedEntityIdentifier\"\x88\x01\n NamedEntityIdentifierListRequest\x12\x0f\n\x07project\x18\x01 \x01(\t\x12\x0e\n\x06\x64omain\x18\x02 \x01(\t\x12\r\n\x05limit\x18\x03 \x01(\r\x12\r\n\x05token\x18\x04 \x01(\t\x12%\n\x07sort_by\x18\x05 \x01(\x0b\x32\x14.flyteidl.admin.Sort\"c\n\x19NamedEntityIdentifierList\x12\x37\n\x08\x65ntities\x18\x01 \x03(\x0b\x32%.flyteidl.admin.NamedEntityIdentifier\x12\r\n\x05token\x18\x02 \x01(\t\"9\n\x10ObjectGetRequest\x12%\n\x02id\x18\x01 \x01(\x0b\x32\x19.flyteidl.core.Identifier\"\x9e\x01\n\x13ResourceListRequest\x12\x31\n\x02id\x18\x01 \x01(\x0b\x32%.flyteidl.admin.NamedEntityIdentifier\x12\r\n\x05limit\x18\x02 \x01(\r\x12\r\n\x05token\x18\x03 \x01(\t\x12\x0f\n\x07\x66ilters\x18\x04 \x01(\t\x12%\n\x07sort_by\x18\x05 \x01(\x0b\x32\x14.flyteidl.admin.Sort\"-\n\x11\x45mailNotification\x12\x18\n\x10recipients_email\x18\x01 \x03(\t\"1\n\x15PagerDutyNotification\x12\x18\n\x10recipients_email\x18\x01 \x03(\t\"-\n\x11SlackNotification\x12\x18\n\x10recipients_email\x18\x01 \x03(\t\"\xf3\x01\n\x0cNotification\x12\x36\n\x06phases\x18\x01 \x03(\x0e\x32&.flyteidl.core.WorkflowExecution.Phase\x12\x32\n\x05\x65mail\x18\x02 \x01(\x0b\x32!.flyteidl.admin.EmailNotificationH\x00\x12;\n\npager_duty\x18\x03 \x01(\x0b\x32%.flyteidl.admin.PagerDutyNotificationH\x00\x12\x32\n\x05slack\x18\x04 \x01(\x0b\x32!.flyteidl.admin.SlackNotificationH\x00\x42\x06\n\x04type\"%\n\x07UrlBlob\x12\x0b\n\x03url\x18\x01 \x01(\t\x12\r\n\x05\x62ytes\x18\x02 \x01(\x03\"k\n\x06Labels\x12\x32\n\x06values\x18\x01 \x03(\x0b\x32\".flyteidl.admin.Labels.ValuesEntry\x1a-\n\x0bValuesEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"u\n\x0b\x41nnotations\x12\x37\n\x06values\x18\x01 \x03(\x0b\x32\'.flyteidl.admin.Annotations.ValuesEntry\x1a-\n\x0bValuesEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\x42\x33Z1github.com/lyft/flyteidl/gen/pb-go/flyteidl/adminb\x06proto3') , dependencies=[flyteidl_dot_core_dot_execution__pb2.DESCRIPTOR,flyteidl_dot_core_dot_identifier__pb2.DESCRIPTOR,]) @@ -134,6 +134,37 @@ ) +_ACTIVELAUNCHPLANREQUEST = _descriptor.Descriptor( + name='ActiveLaunchPlanRequest', + full_name='flyteidl.admin.ActiveLaunchPlanRequest', + filename=None, + file=DESCRIPTOR, + containing_type=None, + fields=[ + _descriptor.FieldDescriptor( + name='id', full_name='flyteidl.admin.ActiveLaunchPlanRequest.id', index=0, + number=1, type=11, cpp_type=10, label=1, + has_default_value=False, default_value=None, + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None, file=DESCRIPTOR), + ], + extensions=[ + ], + nested_types=[], + enum_types=[ + ], + options=None, + is_extendable=False, + syntax='proto3', + extension_ranges=[], + oneofs=[ + ], + serialized_start=298, + serialized_end=374, +) + + _NAMEDENTITYIDENTIFIERLISTREQUEST = _descriptor.Descriptor( name='NamedEntityIdentifierListRequest', full_name='flyteidl.admin.NamedEntityIdentifierListRequest', @@ -188,8 +219,8 @@ extension_ranges=[], oneofs=[ ], - serialized_start=299, - serialized_end=435, + serialized_start=377, + serialized_end=513, ) @@ -226,8 +257,8 @@ extension_ranges=[], oneofs=[ ], - serialized_start=437, - serialized_end=536, + serialized_start=515, + serialized_end=614, ) @@ -257,8 +288,8 @@ extension_ranges=[], oneofs=[ ], - serialized_start=538, - serialized_end=595, + serialized_start=616, + serialized_end=673, ) @@ -316,8 +347,8 @@ extension_ranges=[], oneofs=[ ], - serialized_start=598, - serialized_end=756, + serialized_start=676, + serialized_end=834, ) @@ -347,8 +378,8 @@ extension_ranges=[], oneofs=[ ], - serialized_start=758, - serialized_end=803, + serialized_start=836, + serialized_end=881, ) @@ -378,8 +409,8 @@ extension_ranges=[], oneofs=[ ], - serialized_start=805, - serialized_end=854, + serialized_start=883, + serialized_end=932, ) @@ -409,8 +440,8 @@ extension_ranges=[], oneofs=[ ], - serialized_start=856, - serialized_end=901, + serialized_start=934, + serialized_end=979, ) @@ -464,8 +495,8 @@ name='type', full_name='flyteidl.admin.Notification.type', index=0, containing_type=None, fields=[]), ], - serialized_start=904, - serialized_end=1147, + serialized_start=982, + serialized_end=1225, ) @@ -502,8 +533,8 @@ extension_ranges=[], oneofs=[ ], - serialized_start=1149, - serialized_end=1186, + serialized_start=1227, + serialized_end=1264, ) @@ -540,8 +571,8 @@ extension_ranges=[], oneofs=[ ], - serialized_start=1250, - serialized_end=1295, + serialized_start=1328, + serialized_end=1373, ) _LABELS = _descriptor.Descriptor( @@ -570,8 +601,8 @@ extension_ranges=[], oneofs=[ ], - serialized_start=1188, - serialized_end=1295, + serialized_start=1266, + serialized_end=1373, ) @@ -608,8 +639,8 @@ extension_ranges=[], oneofs=[ ], - serialized_start=1250, - serialized_end=1295, + serialized_start=1328, + serialized_end=1373, ) _ANNOTATIONS = _descriptor.Descriptor( @@ -638,12 +669,13 @@ extension_ranges=[], oneofs=[ ], - serialized_start=1297, - serialized_end=1414, + serialized_start=1375, + serialized_end=1492, ) _SORT.fields_by_name['direction'].enum_type = _SORT_DIRECTION _SORT_DIRECTION.containing_type = _SORT +_ACTIVELAUNCHPLANREQUEST.fields_by_name['id'].message_type = _NAMEDENTITYIDENTIFIER _NAMEDENTITYIDENTIFIERLISTREQUEST.fields_by_name['sort_by'].message_type = _SORT _NAMEDENTITYIDENTIFIERLIST.fields_by_name['entities'].message_type = _NAMEDENTITYIDENTIFIER _OBJECTGETREQUEST.fields_by_name['id'].message_type = flyteidl_dot_core_dot_identifier__pb2._IDENTIFIER @@ -668,6 +700,7 @@ _ANNOTATIONS.fields_by_name['values'].message_type = _ANNOTATIONS_VALUESENTRY DESCRIPTOR.message_types_by_name['NamedEntityIdentifier'] = _NAMEDENTITYIDENTIFIER DESCRIPTOR.message_types_by_name['Sort'] = _SORT +DESCRIPTOR.message_types_by_name['ActiveLaunchPlanRequest'] = _ACTIVELAUNCHPLANREQUEST DESCRIPTOR.message_types_by_name['NamedEntityIdentifierListRequest'] = _NAMEDENTITYIDENTIFIERLISTREQUEST DESCRIPTOR.message_types_by_name['NamedEntityIdentifierList'] = _NAMEDENTITYIDENTIFIERLIST DESCRIPTOR.message_types_by_name['ObjectGetRequest'] = _OBJECTGETREQUEST @@ -695,6 +728,13 @@ )) _sym_db.RegisterMessage(Sort) +ActiveLaunchPlanRequest = _reflection.GeneratedProtocolMessageType('ActiveLaunchPlanRequest', (_message.Message,), dict( + DESCRIPTOR = _ACTIVELAUNCHPLANREQUEST, + __module__ = 'flyteidl.admin.common_pb2' + # @@protoc_insertion_point(class_scope:flyteidl.admin.ActiveLaunchPlanRequest) + )) +_sym_db.RegisterMessage(ActiveLaunchPlanRequest) + NamedEntityIdentifierListRequest = _reflection.GeneratedProtocolMessageType('NamedEntityIdentifierListRequest', (_message.Message,), dict( DESCRIPTOR = _NAMEDENTITYIDENTIFIERLISTREQUEST, __module__ = 'flyteidl.admin.common_pb2' diff --git a/flyteidl/gen/pb_python/flyteidl/service/admin_pb2.py b/flyteidl/gen/pb_python/flyteidl/service/admin_pb2.py index 051f45de0b..b5fe810edf 100644 --- a/flyteidl/gen/pb_python/flyteidl/service/admin_pb2.py +++ b/flyteidl/gen/pb_python/flyteidl/service/admin_pb2.py @@ -30,7 +30,7 @@ name='flyteidl/service/admin.proto', package='flyteidl.service', syntax='proto3', - serialized_pb=_b('\n\x1c\x66lyteidl/service/admin.proto\x12\x10\x66lyteidl.service\x1a\x1cgoogle/api/annotations.proto\x1a\x1c\x66lyteidl/admin/project.proto\x1a\x19\x66lyteidl/admin/task.proto\x1a\x1d\x66lyteidl/admin/workflow.proto\x1a flyteidl/admin/launch_plan.proto\x1a\x1a\x66lyteidl/admin/event.proto\x1a\x1e\x66lyteidl/admin/execution.proto\x1a#flyteidl/admin/node_execution.proto\x1a#flyteidl/admin/task_execution.proto\x1a\x1b\x66lyteidl/admin/common.proto\x1a,protoc-gen-swagger/options/annotations.proto2\xc1\x38\n\x0c\x41\x64minService\x12\xc4\x02\n\nCreateTask\x12!.flyteidl.admin.TaskCreateRequest\x1a\".flyteidl.admin.TaskCreateResponse\"\xee\x01\x82\xd3\xe4\x93\x02\x12\"\r/api/v1/tasks:\x01*\x92\x41\xd2\x01\x1a%Create and register a task definitionJB\n\x03\x34\x30\x30\x12;\n9Returned for bad request that may have failed validation.Je\n\x03\x34\x30\x39\x12^\n\\Returned for a request that references an identical entity that has already been registered.\x12\x88\x01\n\x07GetTask\x12 .flyteidl.admin.ObjectGetRequest\x1a\x14.flyteidl.admin.Task\"E\x82\xd3\xe4\x93\x02?\x12=/api/v1/tasks/{id.project}/{id.domain}/{id.name}/{id.version}\x12\x97\x01\n\x0bListTaskIds\x12\x30.flyteidl.admin.NamedEntityIdentifierListRequest\x1a).flyteidl.admin.NamedEntityIdentifierList\"+\x82\xd3\xe4\x93\x02%\x12#/api/v1/task_ids/{project}/{domain}\x12\xae\x01\n\tListTasks\x12#.flyteidl.admin.ResourceListRequest\x1a\x18.flyteidl.admin.TaskList\"b\x82\xd3\xe4\x93\x02\\\x12\x30/api/v1/tasks/{id.project}/{id.domain}/{id.name}Z(\x12&/api/v1/tasks/{id.project}/{id.domain}\x12\xd8\x02\n\x0e\x43reateWorkflow\x12%.flyteidl.admin.WorkflowCreateRequest\x1a&.flyteidl.admin.WorkflowCreateResponse\"\xf6\x01\x82\xd3\xe4\x93\x02\x16\"\x11/api/v1/workflows:\x01*\x92\x41\xd6\x01\x1a)Create and register a workflow definitionJB\n\x03\x34\x30\x30\x12;\n9Returned for bad request that may have failed validation.Je\n\x03\x34\x30\x39\x12^\n\\Returned for a request that references an identical entity that has already been registered.\x12\x94\x01\n\x0bGetWorkflow\x12 .flyteidl.admin.ObjectGetRequest\x1a\x18.flyteidl.admin.Workflow\"I\x82\xd3\xe4\x93\x02\x43\x12\x41/api/v1/workflows/{id.project}/{id.domain}/{id.name}/{id.version}\x12\x9f\x01\n\x0fListWorkflowIds\x12\x30.flyteidl.admin.NamedEntityIdentifierListRequest\x1a).flyteidl.admin.NamedEntityIdentifierList\"/\x82\xd3\xe4\x93\x02)\x12\'/api/v1/workflow_ids/{project}/{domain}\x12\xbe\x01\n\rListWorkflows\x12#.flyteidl.admin.ResourceListRequest\x1a\x1c.flyteidl.admin.WorkflowList\"j\x82\xd3\xe4\x93\x02\x64\x12\x34/api/v1/workflows/{id.project}/{id.domain}/{id.name}Z,\x12*/api/v1/workflows/{id.project}/{id.domain}\x12\xe4\x02\n\x10\x43reateLaunchPlan\x12\'.flyteidl.admin.LaunchPlanCreateRequest\x1a(.flyteidl.admin.LaunchPlanCreateResponse\"\xfc\x01\x82\xd3\xe4\x93\x02\x19\"\x14/api/v1/launch_plans:\x01*\x92\x41\xd9\x01\x1a,Create and register a launch plan definitionJB\n\x03\x34\x30\x30\x12;\n9Returned for bad request that may have failed validation.Je\n\x03\x34\x30\x39\x12^\n\\Returned for a request that references an identical entity that has already been registered.\x12\x9b\x01\n\rGetLaunchPlan\x12 .flyteidl.admin.ObjectGetRequest\x1a\x1a.flyteidl.admin.LaunchPlan\"L\x82\xd3\xe4\x93\x02\x46\x12\x44/api/v1/launch_plans/{id.project}/{id.domain}/{id.name}/{id.version}\x12\xa4\x01\n\x11ListLaunchPlanIds\x12\x30.flyteidl.admin.NamedEntityIdentifierListRequest\x1a).flyteidl.admin.NamedEntityIdentifierList\"2\x82\xd3\xe4\x93\x02,\x12*/api/v1/launch_plan_ids/{project}/{domain}\x12\xc8\x01\n\x0fListLaunchPlans\x12#.flyteidl.admin.ResourceListRequest\x1a\x1e.flyteidl.admin.LaunchPlanList\"p\x82\xd3\xe4\x93\x02j\x12\x37/api/v1/launch_plans/{id.project}/{id.domain}/{id.name}Z/\x12-/api/v1/launch_plans/{id.project}/{id.domain}\x12\xb6\x01\n\x10UpdateLaunchPlan\x12\'.flyteidl.admin.LaunchPlanUpdateRequest\x1a(.flyteidl.admin.LaunchPlanUpdateResponse\"O\x82\xd3\xe4\x93\x02I\x1a\x44/api/v1/launch_plans/{id.project}/{id.domain}/{id.name}/{id.version}:\x01*\x12\xce\x02\n\x0f\x43reateExecution\x12&.flyteidl.admin.ExecutionCreateRequest\x1a\'.flyteidl.admin.ExecutionCreateResponse\"\xe9\x01\x82\xd3\xe4\x93\x02\x17\"\x12/api/v1/executions:\x01*\x92\x41\xc8\x01\x1a\x1b\x43reate a workflow executionJB\n\x03\x34\x30\x30\x12;\n9Returned for bad request that may have failed validation.Je\n\x03\x34\x30\x39\x12^\n\\Returned for a request that references an identical entity that has already been registered.\x12\xdd\x02\n\x11RelaunchExecution\x12(.flyteidl.admin.ExecutionRelaunchRequest\x1a\'.flyteidl.admin.ExecutionCreateResponse\"\xf4\x01\x82\xd3\xe4\x93\x02 \"\x1b/api/v1/executions/relaunch:\x01*\x92\x41\xca\x01\x1a\x1dRelaunch a workflow executionJB\n\x03\x34\x30\x30\x12;\n9Returned for bad request that may have failed validation.Je\n\x03\x34\x30\x39\x12^\n\\Returned for a request that references an identical entity that has already been registered.\x12\x95\x01\n\x0cGetExecution\x12+.flyteidl.admin.WorkflowExecutionGetRequest\x1a\x19.flyteidl.admin.Execution\"=\x82\xd3\xe4\x93\x02\x37\x12\x35/api/v1/executions/{id.project}/{id.domain}/{id.name}\x12\xb9\x01\n\x10GetExecutionData\x12/.flyteidl.admin.WorkflowExecutionGetDataRequest\x1a\x30.flyteidl.admin.WorkflowExecutionGetDataResponse\"B\x82\xd3\xe4\x93\x02<\x12:/api/v1/data/executions/{id.project}/{id.domain}/{id.name}\x12\x89\x01\n\x0eListExecutions\x12#.flyteidl.admin.ResourceListRequest\x1a\x1d.flyteidl.admin.ExecutionList\"3\x82\xd3\xe4\x93\x02-\x12+/api/v1/executions/{id.project}/{id.domain}\x12\xad\x01\n\x12TerminateExecution\x12).flyteidl.admin.ExecutionTerminateRequest\x1a*.flyteidl.admin.ExecutionTerminateResponse\"@\x82\xd3\xe4\x93\x02:*5/api/v1/executions/{id.project}/{id.domain}/{id.name}:\x01*\x12\xd2\x01\n\x10GetNodeExecution\x12\'.flyteidl.admin.NodeExecutionGetRequest\x1a\x1d.flyteidl.admin.NodeExecution\"v\x82\xd3\xe4\x93\x02p\x12n/api/v1/node_executions/{id.execution_id.project}/{id.execution_id.domain}/{id.execution_id.name}/{id.node_id}\x12\xde\x01\n\x12ListNodeExecutions\x12(.flyteidl.admin.NodeExecutionListRequest\x1a!.flyteidl.admin.NodeExecutionList\"{\x82\xd3\xe4\x93\x02u\x12s/api/v1/node_executions/{workflow_execution_id.project}/{workflow_execution_id.domain}/{workflow_execution_id.name}\x12\xa5\x04\n\x19ListNodeExecutionsForTask\x12/.flyteidl.admin.NodeExecutionForTaskListRequest\x1a!.flyteidl.admin.NodeExecutionList\"\xb3\x03\x82\xd3\xe4\x93\x02\xac\x03\x12\xa9\x03/api/v1/children/task_executions/{task_execution_id.node_execution_id.execution_id.project}/{task_execution_id.node_execution_id.execution_id.domain}/{task_execution_id.node_execution_id.execution_id.name}/{task_execution_id.node_execution_id.node_id}/{task_execution_id.task_id.project}/{task_execution_id.task_id.domain}/{task_execution_id.task_id.name}/{task_execution_id.task_id.version}/{task_execution_id.retry_attempt}\x12\xee\x01\n\x14GetNodeExecutionData\x12+.flyteidl.admin.NodeExecutionGetDataRequest\x1a,.flyteidl.admin.NodeExecutionGetDataResponse\"{\x82\xd3\xe4\x93\x02u\x12s/api/v1/data/node_executions/{id.execution_id.project}/{id.execution_id.domain}/{id.execution_id.name}/{id.node_id}\x12\xa5\x02\n\x0fRegisterProject\x12&.flyteidl.admin.ProjectRegisterRequest\x1a\'.flyteidl.admin.ProjectRegisterResponse\"\xc0\x01\x82\xd3\xe4\x93\x02\x15\"\x10/api/v1/projects:\x01*\x92\x41\xa1\x01\x1a+Register a project along with valid domainsJ.\n\x03\x32\x30\x31\x12\'\n%Returned for successful registration.JB\n\x03\x34\x30\x30\x12;\n9Returned for bad request that may have failed validation.\x12\x66\n\x0cListProjects\x12\".flyteidl.admin.ProjectListRequest\x1a\x18.flyteidl.admin.Projects\"\x18\x82\xd3\xe4\x93\x02\x12\x12\x10/api/v1/projects\x12\x99\x01\n\x13\x43reateWorkflowEvent\x12-.flyteidl.admin.WorkflowExecutionEventRequest\x1a..flyteidl.admin.WorkflowExecutionEventResponse\"#\x82\xd3\xe4\x93\x02\x1d\"\x18/api/v1/events/workflows:\x01*\x12\x89\x01\n\x0f\x43reateNodeEvent\x12).flyteidl.admin.NodeExecutionEventRequest\x1a*.flyteidl.admin.NodeExecutionEventResponse\"\x1f\x82\xd3\xe4\x93\x02\x19\"\x14/api/v1/events/nodes:\x01*\x12\x89\x01\n\x0f\x43reateTaskEvent\x12).flyteidl.admin.TaskExecutionEventRequest\x1a*.flyteidl.admin.TaskExecutionEventResponse\"\x1f\x82\xd3\xe4\x93\x02\x19\"\x14/api/v1/events/tasks:\x01*\x12\x80\x03\n\x10GetTaskExecution\x12\'.flyteidl.admin.TaskExecutionGetRequest\x1a\x1d.flyteidl.admin.TaskExecution\"\xa3\x02\x82\xd3\xe4\x93\x02\x9c\x02\x12\x99\x02/api/v1/task_executions/{id.node_execution_id.execution_id.project}/{id.node_execution_id.execution_id.domain}/{id.node_execution_id.execution_id.name}/{id.node_execution_id.node_id}/{id.task_id.project}/{id.task_id.domain}/{id.task_id.name}/{id.task_id.version}/{id.retry_attempt}\x12\x98\x02\n\x12ListTaskExecutions\x12(.flyteidl.admin.TaskExecutionListRequest\x1a!.flyteidl.admin.TaskExecutionList\"\xb4\x01\x82\xd3\xe4\x93\x02\xad\x01\x12\xaa\x01/api/v1/task_executions/{node_execution_id.execution_id.project}/{node_execution_id.execution_id.domain}/{node_execution_id.execution_id.name}/{node_execution_id.node_id}\x12\x9c\x03\n\x14GetTaskExecutionData\x12+.flyteidl.admin.TaskExecutionGetDataRequest\x1a,.flyteidl.admin.TaskExecutionGetDataResponse\"\xa8\x02\x82\xd3\xe4\x93\x02\xa1\x02\x12\x9e\x02/api/v1/data/task_executions/{id.node_execution_id.execution_id.project}/{id.node_execution_id.execution_id.domain}/{id.node_execution_id.execution_id.name}/{id.node_execution_id.node_id}/{id.task_id.project}/{id.task_id.domain}/{id.task_id.name}/{id.task_id.version}/{id.retry_attempt}B5Z3github.com/lyft/flyteidl/gen/pb-go/flyteidl/serviceb\x06proto3') + serialized_pb=_b('\n\x1c\x66lyteidl/service/admin.proto\x12\x10\x66lyteidl.service\x1a\x1cgoogle/api/annotations.proto\x1a\x1c\x66lyteidl/admin/project.proto\x1a\x19\x66lyteidl/admin/task.proto\x1a\x1d\x66lyteidl/admin/workflow.proto\x1a flyteidl/admin/launch_plan.proto\x1a\x1a\x66lyteidl/admin/event.proto\x1a\x1e\x66lyteidl/admin/execution.proto\x1a#flyteidl/admin/node_execution.proto\x1a#flyteidl/admin/task_execution.proto\x1a\x1b\x66lyteidl/admin/common.proto\x1a,protoc-gen-swagger/options/annotations.proto2\x8a;\n\x0c\x41\x64minService\x12\xc4\x02\n\nCreateTask\x12!.flyteidl.admin.TaskCreateRequest\x1a\".flyteidl.admin.TaskCreateResponse\"\xee\x01\x82\xd3\xe4\x93\x02\x12\"\r/api/v1/tasks:\x01*\x92\x41\xd2\x01\x1a%Create and register a task definitionJB\n\x03\x34\x30\x30\x12;\n9Returned for bad request that may have failed validation.Je\n\x03\x34\x30\x39\x12^\n\\Returned for a request that references an identical entity that has already been registered.\x12\x88\x01\n\x07GetTask\x12 .flyteidl.admin.ObjectGetRequest\x1a\x14.flyteidl.admin.Task\"E\x82\xd3\xe4\x93\x02?\x12=/api/v1/tasks/{id.project}/{id.domain}/{id.name}/{id.version}\x12\x97\x01\n\x0bListTaskIds\x12\x30.flyteidl.admin.NamedEntityIdentifierListRequest\x1a).flyteidl.admin.NamedEntityIdentifierList\"+\x82\xd3\xe4\x93\x02%\x12#/api/v1/task_ids/{project}/{domain}\x12\xae\x01\n\tListTasks\x12#.flyteidl.admin.ResourceListRequest\x1a\x18.flyteidl.admin.TaskList\"b\x82\xd3\xe4\x93\x02\\\x12\x30/api/v1/tasks/{id.project}/{id.domain}/{id.name}Z(\x12&/api/v1/tasks/{id.project}/{id.domain}\x12\xd8\x02\n\x0e\x43reateWorkflow\x12%.flyteidl.admin.WorkflowCreateRequest\x1a&.flyteidl.admin.WorkflowCreateResponse\"\xf6\x01\x82\xd3\xe4\x93\x02\x16\"\x11/api/v1/workflows:\x01*\x92\x41\xd6\x01\x1a)Create and register a workflow definitionJB\n\x03\x34\x30\x30\x12;\n9Returned for bad request that may have failed validation.Je\n\x03\x34\x30\x39\x12^\n\\Returned for a request that references an identical entity that has already been registered.\x12\x94\x01\n\x0bGetWorkflow\x12 .flyteidl.admin.ObjectGetRequest\x1a\x18.flyteidl.admin.Workflow\"I\x82\xd3\xe4\x93\x02\x43\x12\x41/api/v1/workflows/{id.project}/{id.domain}/{id.name}/{id.version}\x12\x9f\x01\n\x0fListWorkflowIds\x12\x30.flyteidl.admin.NamedEntityIdentifierListRequest\x1a).flyteidl.admin.NamedEntityIdentifierList\"/\x82\xd3\xe4\x93\x02)\x12\'/api/v1/workflow_ids/{project}/{domain}\x12\xbe\x01\n\rListWorkflows\x12#.flyteidl.admin.ResourceListRequest\x1a\x1c.flyteidl.admin.WorkflowList\"j\x82\xd3\xe4\x93\x02\x64\x12\x34/api/v1/workflows/{id.project}/{id.domain}/{id.name}Z,\x12*/api/v1/workflows/{id.project}/{id.domain}\x12\xe4\x02\n\x10\x43reateLaunchPlan\x12\'.flyteidl.admin.LaunchPlanCreateRequest\x1a(.flyteidl.admin.LaunchPlanCreateResponse\"\xfc\x01\x82\xd3\xe4\x93\x02\x19\"\x14/api/v1/launch_plans:\x01*\x92\x41\xd9\x01\x1a,Create and register a launch plan definitionJB\n\x03\x34\x30\x30\x12;\n9Returned for bad request that may have failed validation.Je\n\x03\x34\x30\x39\x12^\n\\Returned for a request that references an identical entity that has already been registered.\x12\x9b\x01\n\rGetLaunchPlan\x12 .flyteidl.admin.ObjectGetRequest\x1a\x1a.flyteidl.admin.LaunchPlan\"L\x82\xd3\xe4\x93\x02\x46\x12\x44/api/v1/launch_plans/{id.project}/{id.domain}/{id.name}/{id.version}\x12\xa2\x01\n\x13GetActiveLaunchPlan\x12\'.flyteidl.admin.ActiveLaunchPlanRequest\x1a\x1a.flyteidl.admin.LaunchPlan\"F\x82\xd3\xe4\x93\x02@\x12>/api/v1/active_launch_plans/{id.project}/{id.domain}/{id.name}\x12\xa1\x01\n\x15ListActiveLaunchPlans\x12\x30.flyteidl.admin.NamedEntityIdentifierListRequest\x1a\x1e.flyteidl.admin.LaunchPlanList\"6\x82\xd3\xe4\x93\x02\x30\x12./api/v1/active_launch_plans/{project}/{domain}\x12\xa4\x01\n\x11ListLaunchPlanIds\x12\x30.flyteidl.admin.NamedEntityIdentifierListRequest\x1a).flyteidl.admin.NamedEntityIdentifierList\"2\x82\xd3\xe4\x93\x02,\x12*/api/v1/launch_plan_ids/{project}/{domain}\x12\xc8\x01\n\x0fListLaunchPlans\x12#.flyteidl.admin.ResourceListRequest\x1a\x1e.flyteidl.admin.LaunchPlanList\"p\x82\xd3\xe4\x93\x02j\x12\x37/api/v1/launch_plans/{id.project}/{id.domain}/{id.name}Z/\x12-/api/v1/launch_plans/{id.project}/{id.domain}\x12\xb6\x01\n\x10UpdateLaunchPlan\x12\'.flyteidl.admin.LaunchPlanUpdateRequest\x1a(.flyteidl.admin.LaunchPlanUpdateResponse\"O\x82\xd3\xe4\x93\x02I\x1a\x44/api/v1/launch_plans/{id.project}/{id.domain}/{id.name}/{id.version}:\x01*\x12\xce\x02\n\x0f\x43reateExecution\x12&.flyteidl.admin.ExecutionCreateRequest\x1a\'.flyteidl.admin.ExecutionCreateResponse\"\xe9\x01\x82\xd3\xe4\x93\x02\x17\"\x12/api/v1/executions:\x01*\x92\x41\xc8\x01\x1a\x1b\x43reate a workflow executionJB\n\x03\x34\x30\x30\x12;\n9Returned for bad request that may have failed validation.Je\n\x03\x34\x30\x39\x12^\n\\Returned for a request that references an identical entity that has already been registered.\x12\xdd\x02\n\x11RelaunchExecution\x12(.flyteidl.admin.ExecutionRelaunchRequest\x1a\'.flyteidl.admin.ExecutionCreateResponse\"\xf4\x01\x82\xd3\xe4\x93\x02 \"\x1b/api/v1/executions/relaunch:\x01*\x92\x41\xca\x01\x1a\x1dRelaunch a workflow executionJB\n\x03\x34\x30\x30\x12;\n9Returned for bad request that may have failed validation.Je\n\x03\x34\x30\x39\x12^\n\\Returned for a request that references an identical entity that has already been registered.\x12\x95\x01\n\x0cGetExecution\x12+.flyteidl.admin.WorkflowExecutionGetRequest\x1a\x19.flyteidl.admin.Execution\"=\x82\xd3\xe4\x93\x02\x37\x12\x35/api/v1/executions/{id.project}/{id.domain}/{id.name}\x12\xb9\x01\n\x10GetExecutionData\x12/.flyteidl.admin.WorkflowExecutionGetDataRequest\x1a\x30.flyteidl.admin.WorkflowExecutionGetDataResponse\"B\x82\xd3\xe4\x93\x02<\x12:/api/v1/data/executions/{id.project}/{id.domain}/{id.name}\x12\x89\x01\n\x0eListExecutions\x12#.flyteidl.admin.ResourceListRequest\x1a\x1d.flyteidl.admin.ExecutionList\"3\x82\xd3\xe4\x93\x02-\x12+/api/v1/executions/{id.project}/{id.domain}\x12\xad\x01\n\x12TerminateExecution\x12).flyteidl.admin.ExecutionTerminateRequest\x1a*.flyteidl.admin.ExecutionTerminateResponse\"@\x82\xd3\xe4\x93\x02:*5/api/v1/executions/{id.project}/{id.domain}/{id.name}:\x01*\x12\xd2\x01\n\x10GetNodeExecution\x12\'.flyteidl.admin.NodeExecutionGetRequest\x1a\x1d.flyteidl.admin.NodeExecution\"v\x82\xd3\xe4\x93\x02p\x12n/api/v1/node_executions/{id.execution_id.project}/{id.execution_id.domain}/{id.execution_id.name}/{id.node_id}\x12\xde\x01\n\x12ListNodeExecutions\x12(.flyteidl.admin.NodeExecutionListRequest\x1a!.flyteidl.admin.NodeExecutionList\"{\x82\xd3\xe4\x93\x02u\x12s/api/v1/node_executions/{workflow_execution_id.project}/{workflow_execution_id.domain}/{workflow_execution_id.name}\x12\xa5\x04\n\x19ListNodeExecutionsForTask\x12/.flyteidl.admin.NodeExecutionForTaskListRequest\x1a!.flyteidl.admin.NodeExecutionList\"\xb3\x03\x82\xd3\xe4\x93\x02\xac\x03\x12\xa9\x03/api/v1/children/task_executions/{task_execution_id.node_execution_id.execution_id.project}/{task_execution_id.node_execution_id.execution_id.domain}/{task_execution_id.node_execution_id.execution_id.name}/{task_execution_id.node_execution_id.node_id}/{task_execution_id.task_id.project}/{task_execution_id.task_id.domain}/{task_execution_id.task_id.name}/{task_execution_id.task_id.version}/{task_execution_id.retry_attempt}\x12\xee\x01\n\x14GetNodeExecutionData\x12+.flyteidl.admin.NodeExecutionGetDataRequest\x1a,.flyteidl.admin.NodeExecutionGetDataResponse\"{\x82\xd3\xe4\x93\x02u\x12s/api/v1/data/node_executions/{id.execution_id.project}/{id.execution_id.domain}/{id.execution_id.name}/{id.node_id}\x12\xa5\x02\n\x0fRegisterProject\x12&.flyteidl.admin.ProjectRegisterRequest\x1a\'.flyteidl.admin.ProjectRegisterResponse\"\xc0\x01\x82\xd3\xe4\x93\x02\x15\"\x10/api/v1/projects:\x01*\x92\x41\xa1\x01\x1a+Register a project along with valid domainsJ.\n\x03\x32\x30\x31\x12\'\n%Returned for successful registration.JB\n\x03\x34\x30\x30\x12;\n9Returned for bad request that may have failed validation.\x12\x66\n\x0cListProjects\x12\".flyteidl.admin.ProjectListRequest\x1a\x18.flyteidl.admin.Projects\"\x18\x82\xd3\xe4\x93\x02\x12\x12\x10/api/v1/projects\x12\x99\x01\n\x13\x43reateWorkflowEvent\x12-.flyteidl.admin.WorkflowExecutionEventRequest\x1a..flyteidl.admin.WorkflowExecutionEventResponse\"#\x82\xd3\xe4\x93\x02\x1d\"\x18/api/v1/events/workflows:\x01*\x12\x89\x01\n\x0f\x43reateNodeEvent\x12).flyteidl.admin.NodeExecutionEventRequest\x1a*.flyteidl.admin.NodeExecutionEventResponse\"\x1f\x82\xd3\xe4\x93\x02\x19\"\x14/api/v1/events/nodes:\x01*\x12\x89\x01\n\x0f\x43reateTaskEvent\x12).flyteidl.admin.TaskExecutionEventRequest\x1a*.flyteidl.admin.TaskExecutionEventResponse\"\x1f\x82\xd3\xe4\x93\x02\x19\"\x14/api/v1/events/tasks:\x01*\x12\x80\x03\n\x10GetTaskExecution\x12\'.flyteidl.admin.TaskExecutionGetRequest\x1a\x1d.flyteidl.admin.TaskExecution\"\xa3\x02\x82\xd3\xe4\x93\x02\x9c\x02\x12\x99\x02/api/v1/task_executions/{id.node_execution_id.execution_id.project}/{id.node_execution_id.execution_id.domain}/{id.node_execution_id.execution_id.name}/{id.node_execution_id.node_id}/{id.task_id.project}/{id.task_id.domain}/{id.task_id.name}/{id.task_id.version}/{id.retry_attempt}\x12\x98\x02\n\x12ListTaskExecutions\x12(.flyteidl.admin.TaskExecutionListRequest\x1a!.flyteidl.admin.TaskExecutionList\"\xb4\x01\x82\xd3\xe4\x93\x02\xad\x01\x12\xaa\x01/api/v1/task_executions/{node_execution_id.execution_id.project}/{node_execution_id.execution_id.domain}/{node_execution_id.execution_id.name}/{node_execution_id.node_id}\x12\x9c\x03\n\x14GetTaskExecutionData\x12+.flyteidl.admin.TaskExecutionGetDataRequest\x1a,.flyteidl.admin.TaskExecutionGetDataResponse\"\xa8\x02\x82\xd3\xe4\x93\x02\xa1\x02\x12\x9e\x02/api/v1/data/task_executions/{id.node_execution_id.execution_id.project}/{id.node_execution_id.execution_id.domain}/{id.node_execution_id.execution_id.name}/{id.node_execution_id.node_id}/{id.task_id.project}/{id.task_id.domain}/{id.task_id.name}/{id.task_id.version}/{id.retry_attempt}B5Z3github.com/lyft/flyteidl/gen/pb-go/flyteidl/serviceb\x06proto3') , dependencies=[google_dot_api_dot_annotations__pb2.DESCRIPTOR,flyteidl_dot_admin_dot_project__pb2.DESCRIPTOR,flyteidl_dot_admin_dot_task__pb2.DESCRIPTOR,flyteidl_dot_admin_dot_workflow__pb2.DESCRIPTOR,flyteidl_dot_admin_dot_launch__plan__pb2.DESCRIPTOR,flyteidl_dot_admin_dot_event__pb2.DESCRIPTOR,flyteidl_dot_admin_dot_execution__pb2.DESCRIPTOR,flyteidl_dot_admin_dot_node__execution__pb2.DESCRIPTOR,flyteidl_dot_admin_dot_task__execution__pb2.DESCRIPTOR,flyteidl_dot_admin_dot_common__pb2.DESCRIPTOR,protoc__gen__swagger_dot_options_dot_annotations__pb2.DESCRIPTOR,]) @@ -49,7 +49,7 @@ index=0, options=None, serialized_start=412, - serialized_end=7645, + serialized_end=7974, methods=[ _descriptor.MethodDescriptor( name='CreateTask', @@ -141,10 +141,28 @@ output_type=flyteidl_dot_admin_dot_launch__plan__pb2._LAUNCHPLAN, options=_descriptor._ParseOptions(descriptor_pb2.MethodOptions(), _b('\202\323\344\223\002F\022D/api/v1/launch_plans/{id.project}/{id.domain}/{id.name}/{id.version}')), ), + _descriptor.MethodDescriptor( + name='GetActiveLaunchPlan', + full_name='flyteidl.service.AdminService.GetActiveLaunchPlan', + index=10, + containing_service=None, + input_type=flyteidl_dot_admin_dot_common__pb2._ACTIVELAUNCHPLANREQUEST, + output_type=flyteidl_dot_admin_dot_launch__plan__pb2._LAUNCHPLAN, + options=_descriptor._ParseOptions(descriptor_pb2.MethodOptions(), _b('\202\323\344\223\002@\022>/api/v1/active_launch_plans/{id.project}/{id.domain}/{id.name}')), + ), + _descriptor.MethodDescriptor( + name='ListActiveLaunchPlans', + full_name='flyteidl.service.AdminService.ListActiveLaunchPlans', + index=11, + containing_service=None, + input_type=flyteidl_dot_admin_dot_common__pb2._NAMEDENTITYIDENTIFIERLISTREQUEST, + output_type=flyteidl_dot_admin_dot_launch__plan__pb2._LAUNCHPLANLIST, + options=_descriptor._ParseOptions(descriptor_pb2.MethodOptions(), _b('\202\323\344\223\0020\022./api/v1/active_launch_plans/{project}/{domain}')), + ), _descriptor.MethodDescriptor( name='ListLaunchPlanIds', full_name='flyteidl.service.AdminService.ListLaunchPlanIds', - index=10, + index=12, containing_service=None, input_type=flyteidl_dot_admin_dot_common__pb2._NAMEDENTITYIDENTIFIERLISTREQUEST, output_type=flyteidl_dot_admin_dot_common__pb2._NAMEDENTITYIDENTIFIERLIST, @@ -153,7 +171,7 @@ _descriptor.MethodDescriptor( name='ListLaunchPlans', full_name='flyteidl.service.AdminService.ListLaunchPlans', - index=11, + index=13, containing_service=None, input_type=flyteidl_dot_admin_dot_common__pb2._RESOURCELISTREQUEST, output_type=flyteidl_dot_admin_dot_launch__plan__pb2._LAUNCHPLANLIST, @@ -162,7 +180,7 @@ _descriptor.MethodDescriptor( name='UpdateLaunchPlan', full_name='flyteidl.service.AdminService.UpdateLaunchPlan', - index=12, + index=14, containing_service=None, input_type=flyteidl_dot_admin_dot_launch__plan__pb2._LAUNCHPLANUPDATEREQUEST, output_type=flyteidl_dot_admin_dot_launch__plan__pb2._LAUNCHPLANUPDATERESPONSE, @@ -171,7 +189,7 @@ _descriptor.MethodDescriptor( name='CreateExecution', full_name='flyteidl.service.AdminService.CreateExecution', - index=13, + index=15, containing_service=None, input_type=flyteidl_dot_admin_dot_execution__pb2._EXECUTIONCREATEREQUEST, output_type=flyteidl_dot_admin_dot_execution__pb2._EXECUTIONCREATERESPONSE, @@ -180,7 +198,7 @@ _descriptor.MethodDescriptor( name='RelaunchExecution', full_name='flyteidl.service.AdminService.RelaunchExecution', - index=14, + index=16, containing_service=None, input_type=flyteidl_dot_admin_dot_execution__pb2._EXECUTIONRELAUNCHREQUEST, output_type=flyteidl_dot_admin_dot_execution__pb2._EXECUTIONCREATERESPONSE, @@ -189,7 +207,7 @@ _descriptor.MethodDescriptor( name='GetExecution', full_name='flyteidl.service.AdminService.GetExecution', - index=15, + index=17, containing_service=None, input_type=flyteidl_dot_admin_dot_execution__pb2._WORKFLOWEXECUTIONGETREQUEST, output_type=flyteidl_dot_admin_dot_execution__pb2._EXECUTION, @@ -198,7 +216,7 @@ _descriptor.MethodDescriptor( name='GetExecutionData', full_name='flyteidl.service.AdminService.GetExecutionData', - index=16, + index=18, containing_service=None, input_type=flyteidl_dot_admin_dot_execution__pb2._WORKFLOWEXECUTIONGETDATAREQUEST, output_type=flyteidl_dot_admin_dot_execution__pb2._WORKFLOWEXECUTIONGETDATARESPONSE, @@ -207,7 +225,7 @@ _descriptor.MethodDescriptor( name='ListExecutions', full_name='flyteidl.service.AdminService.ListExecutions', - index=17, + index=19, containing_service=None, input_type=flyteidl_dot_admin_dot_common__pb2._RESOURCELISTREQUEST, output_type=flyteidl_dot_admin_dot_execution__pb2._EXECUTIONLIST, @@ -216,7 +234,7 @@ _descriptor.MethodDescriptor( name='TerminateExecution', full_name='flyteidl.service.AdminService.TerminateExecution', - index=18, + index=20, containing_service=None, input_type=flyteidl_dot_admin_dot_execution__pb2._EXECUTIONTERMINATEREQUEST, output_type=flyteidl_dot_admin_dot_execution__pb2._EXECUTIONTERMINATERESPONSE, @@ -225,7 +243,7 @@ _descriptor.MethodDescriptor( name='GetNodeExecution', full_name='flyteidl.service.AdminService.GetNodeExecution', - index=19, + index=21, containing_service=None, input_type=flyteidl_dot_admin_dot_node__execution__pb2._NODEEXECUTIONGETREQUEST, output_type=flyteidl_dot_admin_dot_node__execution__pb2._NODEEXECUTION, @@ -234,7 +252,7 @@ _descriptor.MethodDescriptor( name='ListNodeExecutions', full_name='flyteidl.service.AdminService.ListNodeExecutions', - index=20, + index=22, containing_service=None, input_type=flyteidl_dot_admin_dot_node__execution__pb2._NODEEXECUTIONLISTREQUEST, output_type=flyteidl_dot_admin_dot_node__execution__pb2._NODEEXECUTIONLIST, @@ -243,7 +261,7 @@ _descriptor.MethodDescriptor( name='ListNodeExecutionsForTask', full_name='flyteidl.service.AdminService.ListNodeExecutionsForTask', - index=21, + index=23, containing_service=None, input_type=flyteidl_dot_admin_dot_node__execution__pb2._NODEEXECUTIONFORTASKLISTREQUEST, output_type=flyteidl_dot_admin_dot_node__execution__pb2._NODEEXECUTIONLIST, @@ -252,7 +270,7 @@ _descriptor.MethodDescriptor( name='GetNodeExecutionData', full_name='flyteidl.service.AdminService.GetNodeExecutionData', - index=22, + index=24, containing_service=None, input_type=flyteidl_dot_admin_dot_node__execution__pb2._NODEEXECUTIONGETDATAREQUEST, output_type=flyteidl_dot_admin_dot_node__execution__pb2._NODEEXECUTIONGETDATARESPONSE, @@ -261,7 +279,7 @@ _descriptor.MethodDescriptor( name='RegisterProject', full_name='flyteidl.service.AdminService.RegisterProject', - index=23, + index=25, containing_service=None, input_type=flyteidl_dot_admin_dot_project__pb2._PROJECTREGISTERREQUEST, output_type=flyteidl_dot_admin_dot_project__pb2._PROJECTREGISTERRESPONSE, @@ -270,7 +288,7 @@ _descriptor.MethodDescriptor( name='ListProjects', full_name='flyteidl.service.AdminService.ListProjects', - index=24, + index=26, containing_service=None, input_type=flyteidl_dot_admin_dot_project__pb2._PROJECTLISTREQUEST, output_type=flyteidl_dot_admin_dot_project__pb2._PROJECTS, @@ -279,7 +297,7 @@ _descriptor.MethodDescriptor( name='CreateWorkflowEvent', full_name='flyteidl.service.AdminService.CreateWorkflowEvent', - index=25, + index=27, containing_service=None, input_type=flyteidl_dot_admin_dot_event__pb2._WORKFLOWEXECUTIONEVENTREQUEST, output_type=flyteidl_dot_admin_dot_event__pb2._WORKFLOWEXECUTIONEVENTRESPONSE, @@ -288,7 +306,7 @@ _descriptor.MethodDescriptor( name='CreateNodeEvent', full_name='flyteidl.service.AdminService.CreateNodeEvent', - index=26, + index=28, containing_service=None, input_type=flyteidl_dot_admin_dot_event__pb2._NODEEXECUTIONEVENTREQUEST, output_type=flyteidl_dot_admin_dot_event__pb2._NODEEXECUTIONEVENTRESPONSE, @@ -297,7 +315,7 @@ _descriptor.MethodDescriptor( name='CreateTaskEvent', full_name='flyteidl.service.AdminService.CreateTaskEvent', - index=27, + index=29, containing_service=None, input_type=flyteidl_dot_admin_dot_event__pb2._TASKEXECUTIONEVENTREQUEST, output_type=flyteidl_dot_admin_dot_event__pb2._TASKEXECUTIONEVENTRESPONSE, @@ -306,7 +324,7 @@ _descriptor.MethodDescriptor( name='GetTaskExecution', full_name='flyteidl.service.AdminService.GetTaskExecution', - index=28, + index=30, containing_service=None, input_type=flyteidl_dot_admin_dot_task__execution__pb2._TASKEXECUTIONGETREQUEST, output_type=flyteidl_dot_admin_dot_task__execution__pb2._TASKEXECUTION, @@ -315,7 +333,7 @@ _descriptor.MethodDescriptor( name='ListTaskExecutions', full_name='flyteidl.service.AdminService.ListTaskExecutions', - index=29, + index=31, containing_service=None, input_type=flyteidl_dot_admin_dot_task__execution__pb2._TASKEXECUTIONLISTREQUEST, output_type=flyteidl_dot_admin_dot_task__execution__pb2._TASKEXECUTIONLIST, @@ -324,7 +342,7 @@ _descriptor.MethodDescriptor( name='GetTaskExecutionData', full_name='flyteidl.service.AdminService.GetTaskExecutionData', - index=30, + index=32, containing_service=None, input_type=flyteidl_dot_admin_dot_task__execution__pb2._TASKEXECUTIONGETDATAREQUEST, output_type=flyteidl_dot_admin_dot_task__execution__pb2._TASKEXECUTIONGETDATARESPONSE, diff --git a/flyteidl/gen/pb_python/flyteidl/service/admin_pb2_grpc.py b/flyteidl/gen/pb_python/flyteidl/service/admin_pb2_grpc.py index 2551969319..a0d9e49b6d 100644 --- a/flyteidl/gen/pb_python/flyteidl/service/admin_pb2_grpc.py +++ b/flyteidl/gen/pb_python/flyteidl/service/admin_pb2_grpc.py @@ -72,6 +72,16 @@ def __init__(self, channel): request_serializer=flyteidl_dot_admin_dot_common__pb2.ObjectGetRequest.SerializeToString, response_deserializer=flyteidl_dot_admin_dot_launch__plan__pb2.LaunchPlan.FromString, ) + self.GetActiveLaunchPlan = channel.unary_unary( + '/flyteidl.service.AdminService/GetActiveLaunchPlan', + request_serializer=flyteidl_dot_admin_dot_common__pb2.ActiveLaunchPlanRequest.SerializeToString, + response_deserializer=flyteidl_dot_admin_dot_launch__plan__pb2.LaunchPlan.FromString, + ) + self.ListActiveLaunchPlans = channel.unary_unary( + '/flyteidl.service.AdminService/ListActiveLaunchPlans', + request_serializer=flyteidl_dot_admin_dot_common__pb2.NamedEntityIdentifierListRequest.SerializeToString, + response_deserializer=flyteidl_dot_admin_dot_launch__plan__pb2.LaunchPlanList.FromString, + ) self.ListLaunchPlanIds = channel.unary_unary( '/flyteidl.service.AdminService/ListLaunchPlanIds', request_serializer=flyteidl_dot_admin_dot_common__pb2.NamedEntityIdentifierListRequest.SerializeToString, @@ -253,6 +263,20 @@ def GetLaunchPlan(self, request, context): context.set_details('Method not implemented!') raise NotImplementedError('Method not implemented!') + def GetActiveLaunchPlan(self, request, context): + # missing associated documentation comment in .proto file + pass + context.set_code(grpc.StatusCode.UNIMPLEMENTED) + context.set_details('Method not implemented!') + raise NotImplementedError('Method not implemented!') + + def ListActiveLaunchPlans(self, request, context): + # missing associated documentation comment in .proto file + pass + context.set_code(grpc.StatusCode.UNIMPLEMENTED) + context.set_details('Method not implemented!') + raise NotImplementedError('Method not implemented!') + def ListLaunchPlanIds(self, request, context): # missing associated documentation comment in .proto file pass @@ -453,6 +477,16 @@ def add_AdminServiceServicer_to_server(servicer, server): request_deserializer=flyteidl_dot_admin_dot_common__pb2.ObjectGetRequest.FromString, response_serializer=flyteidl_dot_admin_dot_launch__plan__pb2.LaunchPlan.SerializeToString, ), + 'GetActiveLaunchPlan': grpc.unary_unary_rpc_method_handler( + servicer.GetActiveLaunchPlan, + request_deserializer=flyteidl_dot_admin_dot_common__pb2.ActiveLaunchPlanRequest.FromString, + response_serializer=flyteidl_dot_admin_dot_launch__plan__pb2.LaunchPlan.SerializeToString, + ), + 'ListActiveLaunchPlans': grpc.unary_unary_rpc_method_handler( + servicer.ListActiveLaunchPlans, + request_deserializer=flyteidl_dot_admin_dot_common__pb2.NamedEntityIdentifierListRequest.FromString, + response_serializer=flyteidl_dot_admin_dot_launch__plan__pb2.LaunchPlanList.SerializeToString, + ), 'ListLaunchPlanIds': grpc.unary_unary_rpc_method_handler( servicer.ListLaunchPlanIds, request_deserializer=flyteidl_dot_admin_dot_common__pb2.NamedEntityIdentifierListRequest.FromString, diff --git a/flyteidl/gen/pb_python/flyteidl/service/flyteadmin/README.md b/flyteidl/gen/pb_python/flyteidl/service/flyteadmin/README.md index 7e5a857577..ee7f99277b 100644 --- a/flyteidl/gen/pb_python/flyteidl/service/flyteadmin/README.md +++ b/flyteidl/gen/pb_python/flyteidl/service/flyteadmin/README.md @@ -76,6 +76,7 @@ Class | Method | HTTP request | Description *AdminServiceApi* | [**create_task_event**](docs/AdminServiceApi.md#create_task_event) | **POST** /api/v1/events/tasks | *AdminServiceApi* | [**create_workflow**](docs/AdminServiceApi.md#create_workflow) | **POST** /api/v1/workflows | *AdminServiceApi* | [**create_workflow_event**](docs/AdminServiceApi.md#create_workflow_event) | **POST** /api/v1/events/workflows | +*AdminServiceApi* | [**get_active_launch_plan**](docs/AdminServiceApi.md#get_active_launch_plan) | **GET** /api/v1/active_launch_plans/{id.project}/{id.domain}/{id.name} | *AdminServiceApi* | [**get_execution**](docs/AdminServiceApi.md#get_execution) | **GET** /api/v1/executions/{id.project}/{id.domain}/{id.name} | *AdminServiceApi* | [**get_execution_data**](docs/AdminServiceApi.md#get_execution_data) | **GET** /api/v1/data/executions/{id.project}/{id.domain}/{id.name} | *AdminServiceApi* | [**get_launch_plan**](docs/AdminServiceApi.md#get_launch_plan) | **GET** /api/v1/launch_plans/{id.project}/{id.domain}/{id.name}/{id.version} | @@ -85,6 +86,7 @@ Class | Method | HTTP request | Description *AdminServiceApi* | [**get_task_execution**](docs/AdminServiceApi.md#get_task_execution) | **GET** /api/v1/task_executions/{id.node_execution_id.execution_id.project}/{id.node_execution_id.execution_id.domain}/{id.node_execution_id.execution_id.name}/{id.node_execution_id.node_id}/{id.task_id.project}/{id.task_id.domain}/{id.task_id.name}/{id.task_id.version}/{id.retry_attempt} | *AdminServiceApi* | [**get_task_execution_data**](docs/AdminServiceApi.md#get_task_execution_data) | **GET** /api/v1/data/task_executions/{id.node_execution_id.execution_id.project}/{id.node_execution_id.execution_id.domain}/{id.node_execution_id.execution_id.name}/{id.node_execution_id.node_id}/{id.task_id.project}/{id.task_id.domain}/{id.task_id.name}/{id.task_id.version}/{id.retry_attempt} | *AdminServiceApi* | [**get_workflow**](docs/AdminServiceApi.md#get_workflow) | **GET** /api/v1/workflows/{id.project}/{id.domain}/{id.name}/{id.version} | +*AdminServiceApi* | [**list_active_launch_plans**](docs/AdminServiceApi.md#list_active_launch_plans) | **GET** /api/v1/active_launch_plans/{project}/{domain} | *AdminServiceApi* | [**list_executions**](docs/AdminServiceApi.md#list_executions) | **GET** /api/v1/executions/{id.project}/{id.domain} | *AdminServiceApi* | [**list_launch_plan_ids**](docs/AdminServiceApi.md#list_launch_plan_ids) | **GET** /api/v1/launch_plan_ids/{project}/{domain} | *AdminServiceApi* | [**list_launch_plans**](docs/AdminServiceApi.md#list_launch_plans) | **GET** /api/v1/launch_plans/{id.project}/{id.domain}/{id.name} | diff --git a/flyteidl/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/api/admin_service_api.py b/flyteidl/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/api/admin_service_api.py index 5b282df09c..1172ee3c9d 100644 --- a/flyteidl/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/api/admin_service_api.py +++ b/flyteidl/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/api/admin_service_api.py @@ -720,6 +720,119 @@ def create_workflow_event_with_http_info(self, body, **kwargs): # noqa: E501 _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) + def get_active_launch_plan(self, id_project, id_domain, id_name, **kwargs): # noqa: E501 + """get_active_launch_plan # noqa: E501 + + This method makes a synchronous HTTP request by default. To make an + asynchronous HTTP request, please pass async_req=True + >>> thread = api.get_active_launch_plan(id_project, id_domain, id_name, async_req=True) + >>> result = thread.get() + + :param async_req bool + :param str id_project: Name of the project the resource belongs to. (required) + :param str id_domain: Name of the domain the resource belongs to. A domain can be considered as a subset within a specific project. (required) + :param str id_name: User provided value for the resource. The combination of project + domain + name uniquely identifies the resource. +optional - in certain contexts - like 'List API', 'Launch plans' (required) + :return: AdminLaunchPlan + If the method is called asynchronously, + returns the request thread. + """ + kwargs['_return_http_data_only'] = True + if kwargs.get('async_req'): + return self.get_active_launch_plan_with_http_info(id_project, id_domain, id_name, **kwargs) # noqa: E501 + else: + (data) = self.get_active_launch_plan_with_http_info(id_project, id_domain, id_name, **kwargs) # noqa: E501 + return data + + def get_active_launch_plan_with_http_info(self, id_project, id_domain, id_name, **kwargs): # noqa: E501 + """get_active_launch_plan # noqa: E501 + + This method makes a synchronous HTTP request by default. To make an + asynchronous HTTP request, please pass async_req=True + >>> thread = api.get_active_launch_plan_with_http_info(id_project, id_domain, id_name, async_req=True) + >>> result = thread.get() + + :param async_req bool + :param str id_project: Name of the project the resource belongs to. (required) + :param str id_domain: Name of the domain the resource belongs to. A domain can be considered as a subset within a specific project. (required) + :param str id_name: User provided value for the resource. The combination of project + domain + name uniquely identifies the resource. +optional - in certain contexts - like 'List API', 'Launch plans' (required) + :return: AdminLaunchPlan + If the method is called asynchronously, + returns the request thread. + """ + + all_params = ['id_project', 'id_domain', 'id_name'] # noqa: E501 + all_params.append('async_req') + all_params.append('_return_http_data_only') + all_params.append('_preload_content') + all_params.append('_request_timeout') + + params = locals() + for key, val in six.iteritems(params['kwargs']): + if key not in all_params: + raise TypeError( + "Got an unexpected keyword argument '%s'" + " to method get_active_launch_plan" % key + ) + params[key] = val + del params['kwargs'] + # verify the required parameter 'id_project' is set + if ('id_project' not in params or + params['id_project'] is None): + raise ValueError("Missing the required parameter `id_project` when calling `get_active_launch_plan`") # noqa: E501 + # verify the required parameter 'id_domain' is set + if ('id_domain' not in params or + params['id_domain'] is None): + raise ValueError("Missing the required parameter `id_domain` when calling `get_active_launch_plan`") # noqa: E501 + # verify the required parameter 'id_name' is set + if ('id_name' not in params or + params['id_name'] is None): + raise ValueError("Missing the required parameter `id_name` when calling `get_active_launch_plan`") # noqa: E501 + + collection_formats = {} + + path_params = {} + if 'id_project' in params: + path_params['id.project'] = params['id_project'] # noqa: E501 + if 'id_domain' in params: + path_params['id.domain'] = params['id_domain'] # noqa: E501 + if 'id_name' in params: + path_params['id.name'] = params['id_name'] # noqa: E501 + + query_params = [] + + header_params = {} + + form_params = [] + local_var_files = {} + + body_params = None + # HTTP header `Accept` + header_params['Accept'] = self.api_client.select_header_accept( + ['application/json']) # noqa: E501 + + # HTTP header `Content-Type` + header_params['Content-Type'] = self.api_client.select_header_content_type( # noqa: E501 + ['application/json']) # noqa: E501 + + # Authentication setting + auth_settings = [] # noqa: E501 + + return self.api_client.call_api( + '/api/v1/active_launch_plans/{id.project}/{id.domain}/{id.name}', 'GET', + path_params, + query_params, + header_params, + body=body_params, + post_params=form_params, + files=local_var_files, + response_type='AdminLaunchPlan', # noqa: E501 + auth_settings=auth_settings, + async_req=params.get('async_req'), + _return_http_data_only=params.get('_return_http_data_only'), + _preload_content=params.get('_preload_content', True), + _request_timeout=params.get('_request_timeout'), + collection_formats=collection_formats) + def get_execution(self, id_project, id_domain, id_name, **kwargs): # noqa: E501 """get_execution # noqa: E501 @@ -1893,6 +2006,127 @@ def get_workflow_with_http_info(self, id_project, id_domain, id_name, id_version _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) + def list_active_launch_plans(self, project, domain, **kwargs): # noqa: E501 + """list_active_launch_plans # noqa: E501 + + This method makes a synchronous HTTP request by default. To make an + asynchronous HTTP request, please pass async_req=True + >>> thread = api.list_active_launch_plans(project, domain, async_req=True) + >>> result = thread.get() + + :param async_req bool + :param str project: Name of the project that contains the identifiers. (required) + :param str domain: Name of the domain the identifiers belongs to within the project. (required) + :param int limit: Indicates the number of resources to be returned. + :param str token: In the case of multiple pages of results, the server-provided token can be used to fetch the next page in a query. +optional. + :param str sort_by_key: Indicates an attribute to sort the response values. TODO(katrogan): Add string validation here. This should never be empty. + :param str sort_by_direction: Indicates the direction to apply sort key for response values. +optional. + :return: AdminLaunchPlanList + If the method is called asynchronously, + returns the request thread. + """ + kwargs['_return_http_data_only'] = True + if kwargs.get('async_req'): + return self.list_active_launch_plans_with_http_info(project, domain, **kwargs) # noqa: E501 + else: + (data) = self.list_active_launch_plans_with_http_info(project, domain, **kwargs) # noqa: E501 + return data + + def list_active_launch_plans_with_http_info(self, project, domain, **kwargs): # noqa: E501 + """list_active_launch_plans # noqa: E501 + + This method makes a synchronous HTTP request by default. To make an + asynchronous HTTP request, please pass async_req=True + >>> thread = api.list_active_launch_plans_with_http_info(project, domain, async_req=True) + >>> result = thread.get() + + :param async_req bool + :param str project: Name of the project that contains the identifiers. (required) + :param str domain: Name of the domain the identifiers belongs to within the project. (required) + :param int limit: Indicates the number of resources to be returned. + :param str token: In the case of multiple pages of results, the server-provided token can be used to fetch the next page in a query. +optional. + :param str sort_by_key: Indicates an attribute to sort the response values. TODO(katrogan): Add string validation here. This should never be empty. + :param str sort_by_direction: Indicates the direction to apply sort key for response values. +optional. + :return: AdminLaunchPlanList + If the method is called asynchronously, + returns the request thread. + """ + + all_params = ['project', 'domain', 'limit', 'token', 'sort_by_key', 'sort_by_direction'] # noqa: E501 + all_params.append('async_req') + all_params.append('_return_http_data_only') + all_params.append('_preload_content') + all_params.append('_request_timeout') + + params = locals() + for key, val in six.iteritems(params['kwargs']): + if key not in all_params: + raise TypeError( + "Got an unexpected keyword argument '%s'" + " to method list_active_launch_plans" % key + ) + params[key] = val + del params['kwargs'] + # verify the required parameter 'project' is set + if ('project' not in params or + params['project'] is None): + raise ValueError("Missing the required parameter `project` when calling `list_active_launch_plans`") # noqa: E501 + # verify the required parameter 'domain' is set + if ('domain' not in params or + params['domain'] is None): + raise ValueError("Missing the required parameter `domain` when calling `list_active_launch_plans`") # noqa: E501 + + collection_formats = {} + + path_params = {} + if 'project' in params: + path_params['project'] = params['project'] # noqa: E501 + if 'domain' in params: + path_params['domain'] = params['domain'] # noqa: E501 + + query_params = [] + if 'limit' in params: + query_params.append(('limit', params['limit'])) # noqa: E501 + if 'token' in params: + query_params.append(('token', params['token'])) # noqa: E501 + if 'sort_by_key' in params: + query_params.append(('sort_by.key', params['sort_by_key'])) # noqa: E501 + if 'sort_by_direction' in params: + query_params.append(('sort_by.direction', params['sort_by_direction'])) # noqa: E501 + + header_params = {} + + form_params = [] + local_var_files = {} + + body_params = None + # HTTP header `Accept` + header_params['Accept'] = self.api_client.select_header_accept( + ['application/json']) # noqa: E501 + + # HTTP header `Content-Type` + header_params['Content-Type'] = self.api_client.select_header_content_type( # noqa: E501 + ['application/json']) # noqa: E501 + + # Authentication setting + auth_settings = [] # noqa: E501 + + return self.api_client.call_api( + '/api/v1/active_launch_plans/{project}/{domain}', 'GET', + path_params, + query_params, + header_params, + body=body_params, + post_params=form_params, + files=local_var_files, + response_type='AdminLaunchPlanList', # noqa: E501 + auth_settings=auth_settings, + async_req=params.get('async_req'), + _return_http_data_only=params.get('_return_http_data_only'), + _preload_content=params.get('_preload_content', True), + _request_timeout=params.get('_request_timeout'), + collection_formats=collection_formats) + def list_executions(self, id_project, id_domain, **kwargs): # noqa: E501 """list_executions # noqa: E501 diff --git a/flyteidl/gen/pb_python/flyteidl/service/flyteadmin/test/test_admin_service_api.py b/flyteidl/gen/pb_python/flyteidl/service/flyteadmin/test/test_admin_service_api.py index f3c0f59692..112afb4ecb 100644 --- a/flyteidl/gen/pb_python/flyteidl/service/flyteadmin/test/test_admin_service_api.py +++ b/flyteidl/gen/pb_python/flyteidl/service/flyteadmin/test/test_admin_service_api.py @@ -71,6 +71,12 @@ def test_create_workflow_event(self): """ pass + def test_get_active_launch_plan(self): + """Test case for get_active_launch_plan + + """ + pass + def test_get_execution(self): """Test case for get_execution @@ -125,6 +131,12 @@ def test_get_workflow(self): """ pass + def test_list_active_launch_plans(self): + """Test case for list_active_launch_plans + + """ + pass + def test_list_executions(self): """Test case for list_executions diff --git a/flyteidl/generate_protos.sh b/flyteidl/generate_protos.sh index 24e94072cb..f7baa88f9a 100755 --- a/flyteidl/generate_protos.sh +++ b/flyteidl/generate_protos.sh @@ -34,7 +34,7 @@ docker run -u $(id -u):$(id -g) -e REPO_BLOB_SHA=master -e PROJECT_ANNOTATION_PR docker run -u $(id -u):$(id -g) -v $DIR/gen/pb-go/flyteidl/service:/service --entrypoint go-bindata $LYFT_IMAGE -pkg service -o /service/openapi.go -prefix /service/ -modtime 1562572800 /service/admin.swagger.json # Generate JS code -docker run -u $(id -u):$(id -g) -v $DIR:/defs schottra/docker-protobufjs:latest --module-name flyteidl -d protos/flyteidl/core -d protos/flyteidl/event -d protos/flyteidl/admin -d protos/flyteidl/service -- --root flyteidl -t static-module -w es6 --no-delimited --force-long --no-convert -p /defs/protos +docker run -u $(id -u):$(id -g) -v $DIR:/defs schottra/docker-protobufjs:v0.0.2 --module-name flyteidl -d protos/flyteidl/core -d protos/flyteidl/event -d protos/flyteidl/admin -d protos/flyteidl/service -- --root flyteidl -t static-module -w es6 --no-delimited --force-long --no-convert -p /defs/protos # Generate GO API client code docker run -u $(id -u):$(id -g) --rm -v $DIR:/defs $SWAGGER_CLI_IMAGE generate -i /defs/gen/pb-go/flyteidl/service/admin.swagger.json -l go -o /defs/gen/pb-go/flyteidl/service/flyteadmin --additional-properties=packageName=flyteadmin diff --git a/flyteidl/protos/flyteidl/admin/common.proto b/flyteidl/protos/flyteidl/admin/common.proto index d51cc5b8e8..c67298e32d 100644 --- a/flyteidl/protos/flyteidl/admin/common.proto +++ b/flyteidl/protos/flyteidl/admin/common.proto @@ -36,6 +36,11 @@ message Sort { Direction direction = 2; } +// Represents a request struct for finding an active launch plan for a given NamedEntityIdentifier +message ActiveLaunchPlanRequest { + NamedEntityIdentifier id = 1; +} + // Represents a request structure to list identifiers. message NamedEntityIdentifierListRequest { // Name of the project that contains the identifiers. diff --git a/flyteidl/protos/flyteidl/service/admin.proto b/flyteidl/protos/flyteidl/service/admin.proto index aba0cf1636..f236c48a9a 100644 --- a/flyteidl/protos/flyteidl/service/admin.proto +++ b/flyteidl/protos/flyteidl/service/admin.proto @@ -130,6 +130,18 @@ service AdminService { }; } + rpc GetActiveLaunchPlan (flyteidl.admin.ActiveLaunchPlanRequest) returns (flyteidl.admin.LaunchPlan) { + option (google.api.http) = { + get: "/api/v1/active_launch_plans/{id.project}/{id.domain}/{id.name}" + }; + } + + rpc ListActiveLaunchPlans (flyteidl.admin.NamedEntityIdentifierListRequest) returns (flyteidl.admin.LaunchPlanList) { + option (google.api.http) = { + get: "/api/v1/active_launch_plans/{project}/{domain}" + }; + } + rpc ListLaunchPlanIds (flyteidl.admin.NamedEntityIdentifierListRequest) returns (flyteidl.admin.NamedEntityIdentifierList) { option (google.api.http) = { get: "/api/v1/launch_plan_ids/{project}/{domain}"