diff --git a/.readthedocs.yml b/.readthedocs.yml index b63d11acfc..1dd699bf9b 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -7,13 +7,17 @@ version: 2 build: os: "ubuntu-22.04" tools: - python: "3.11" + python: "mambaforge-22.9" + jobs: + post_install: + - conda-lock install --name $READTHEDOCS_VERSION monodocs-environment.lock.yaml + - conda info + - conda env list + - conda list # Build documentation in the docs/ directory with Sphinx sphinx: - configuration: rsts/conf.py + configuration: docs/conf.py -# Optionally set the version of Python and requirements required to build your docs -python: - install: - - requirements: doc-requirements.in +conda: + environment: docs/build-environment.yaml diff --git a/CHANGELOG/CHANGELOG-v1.10.7-b0.md b/CHANGELOG/CHANGELOG-v1.10.7-b0.md new file mode 100644 index 0000000000..30d8488589 --- /dev/null +++ b/CHANGELOG/CHANGELOG-v1.10.7-b0.md @@ -0,0 +1,3 @@ +# Flyte v1.10.7-b0 Release + +Beta release. diff --git a/charts/flyte-binary/README.md b/charts/flyte-binary/README.md index c4fa8cfc5e..157598f0a6 100644 --- a/charts/flyte-binary/README.md +++ b/charts/flyte-binary/README.md @@ -42,7 +42,7 @@ Chart for basic single Flyte executable deployment | configuration.auth.oidc.clientId | string | `""` | | | configuration.auth.oidc.clientSecret | string | `""` | | | configuration.co-pilot.image.repository | string | `"cr.flyte.org/flyteorg/flytecopilot"` | | -| configuration.co-pilot.image.tag | string | `"v1.10.6"` | | +| configuration.co-pilot.image.tag | string | `"v1.10.7-b0"` | | | configuration.database.dbname | string | `"flyte"` | | | configuration.database.host | string | `"127.0.0.1"` | | | configuration.database.options | string | `"sslmode=disable"` | | diff --git a/charts/flyte-binary/values.yaml b/charts/flyte-binary/values.yaml index b8a8b58c3c..0454ae3d30 100644 --- a/charts/flyte-binary/values.yaml +++ b/charts/flyte-binary/values.yaml @@ -159,7 +159,7 @@ configuration: # repository CoPilot sidecar image repository repository: cr.flyte.org/flyteorg/flytecopilot # FLYTECOPILOT_IMAGE # tag CoPilot sidecar image tag - tag: v1.10.6 # FLYTECOPILOT_TAG + tag: v1.10.7-b0 # FLYTECOPILOT_TAG # agentService Flyte Agent configuration agentService: defaultAgent: diff --git a/charts/flyte-core/README.md b/charts/flyte-core/README.md index 05b179c5d1..eff9cac0d1 100644 --- a/charts/flyte-core/README.md +++ b/charts/flyte-core/README.md @@ -90,8 +90,8 @@ helm install gateway bitnami/contour -n flyte | configmap.clusters.clusterConfigs | list | `[]` | | | configmap.clusters.labelClusterMap | object | `{}` | | | configmap.console | object | `{"BASE_URL":"/console","CONFIG_DIR":"/etc/flyte/config"}` | Configuration for Flyte console UI | -| configmap.copilot | object | `{"plugins":{"k8s":{"co-pilot":{"image":"cr.flyte.org/flyteorg/flytecopilot:v1.10.6","name":"flyte-copilot-","start-timeout":"30s"}}}}` | Copilot configuration | -| configmap.copilot.plugins.k8s.co-pilot | object | `{"image":"cr.flyte.org/flyteorg/flytecopilot:v1.10.6","name":"flyte-copilot-","start-timeout":"30s"}` | Structure documented [here](https://pkg.go.dev/github.com/lyft/flyteplugins@v0.5.28/go/tasks/pluginmachinery/flytek8s/config#FlyteCoPilotConfig) | +| configmap.copilot | object | `{"plugins":{"k8s":{"co-pilot":{"image":"cr.flyte.org/flyteorg/flytecopilot:v1.10.7-b0","name":"flyte-copilot-","start-timeout":"30s"}}}}` | Copilot configuration | +| configmap.copilot.plugins.k8s.co-pilot | object | `{"image":"cr.flyte.org/flyteorg/flytecopilot:v1.10.7-b0","name":"flyte-copilot-","start-timeout":"30s"}` | Structure documented [here](https://pkg.go.dev/github.com/lyft/flyteplugins@v0.5.28/go/tasks/pluginmachinery/flytek8s/config#FlyteCoPilotConfig) | | configmap.core | object | `{"manager":{"pod-application":"flytepropeller","pod-template-container-name":"flytepropeller","pod-template-name":"flytepropeller-template"},"propeller":{"downstream-eval-duration":"30s","enable-admin-launcher":true,"leader-election":{"enabled":true,"lease-duration":"15s","lock-config-map":{"name":"propeller-leader","namespace":"flyte"},"renew-deadline":"10s","retry-period":"2s"},"limit-namespace":"all","max-workflow-retries":30,"metadata-prefix":"metadata/propeller","metrics-prefix":"flyte","prof-port":10254,"queue":{"batch-size":-1,"batching-interval":"2s","queue":{"base-delay":"5s","capacity":1000,"max-delay":"120s","rate":100,"type":"maxof"},"sub-queue":{"capacity":100,"rate":10,"type":"bucket"},"type":"batch"},"rawoutput-prefix":"s3://my-s3-bucket/","workers":4,"workflow-reeval-duration":"30s"},"webhook":{"certDir":"/etc/webhook/certs","serviceName":"flyte-pod-webhook"}}` | Core propeller configuration | | configmap.core.manager | object | `{"pod-application":"flytepropeller","pod-template-container-name":"flytepropeller","pod-template-name":"flytepropeller-template"}` | follows the structure specified [here](https://pkg.go.dev/github.com/flyteorg/flytepropeller/manager/config#Config). | | configmap.core.propeller | object | `{"downstream-eval-duration":"30s","enable-admin-launcher":true,"leader-election":{"enabled":true,"lease-duration":"15s","lock-config-map":{"name":"propeller-leader","namespace":"flyte"},"renew-deadline":"10s","retry-period":"2s"},"limit-namespace":"all","max-workflow-retries":30,"metadata-prefix":"metadata/propeller","metrics-prefix":"flyte","prof-port":10254,"queue":{"batch-size":-1,"batching-interval":"2s","queue":{"base-delay":"5s","capacity":1000,"max-delay":"120s","rate":100,"type":"maxof"},"sub-queue":{"capacity":100,"rate":10,"type":"bucket"},"type":"batch"},"rawoutput-prefix":"s3://my-s3-bucket/","workers":4,"workflow-reeval-duration":"30s"}` | follows the structure specified [here](https://pkg.go.dev/github.com/flyteorg/flytepropeller/pkg/controller/config). | @@ -125,7 +125,7 @@ helm install gateway bitnami/contour -n flyte | datacatalog.extraArgs | object | `{}` | Appends extra command line arguments to the main command | | datacatalog.image.pullPolicy | string | `"IfNotPresent"` | Docker image pull policy | | datacatalog.image.repository | string | `"cr.flyte.org/flyteorg/datacatalog"` | Docker image for Datacatalog deployment | -| datacatalog.image.tag | string | `"v1.10.6"` | Docker image tag | +| datacatalog.image.tag | string | `"v1.10.7-b0"` | Docker image tag | | datacatalog.nodeSelector | object | `{}` | nodeSelector for Datacatalog deployment | | datacatalog.podAnnotations | object | `{}` | Annotations for Datacatalog pods | | datacatalog.priorityClassName | string | `""` | Sets priorityClassName for datacatalog pod(s). | @@ -157,7 +157,7 @@ helm install gateway bitnami/contour -n flyte | flyteadmin.extraArgs | object | `{}` | Appends extra command line arguments to the serve command | | flyteadmin.image.pullPolicy | string | `"IfNotPresent"` | | | flyteadmin.image.repository | string | `"cr.flyte.org/flyteorg/flyteadmin"` | Docker image for Flyteadmin deployment | -| flyteadmin.image.tag | string | `"v1.10.6"` | | +| flyteadmin.image.tag | string | `"v1.10.7-b0"` | | | flyteadmin.initialProjects | list | `["flytesnacks","flytetester","flyteexamples"]` | Initial projects to create | | flyteadmin.nodeSelector | object | `{}` | nodeSelector for Flyteadmin deployment | | flyteadmin.podAnnotations | object | `{}` | Annotations for Flyteadmin pods | @@ -209,7 +209,7 @@ helm install gateway bitnami/contour -n flyte | flytepropeller.extraArgs | object | `{}` | Appends extra command line arguments to the main command | | flytepropeller.image.pullPolicy | string | `"IfNotPresent"` | | | flytepropeller.image.repository | string | `"cr.flyte.org/flyteorg/flytepropeller"` | Docker image for Flytepropeller deployment | -| flytepropeller.image.tag | string | `"v1.10.6"` | | +| flytepropeller.image.tag | string | `"v1.10.7-b0"` | | | flytepropeller.manager | bool | `false` | | | flytepropeller.nodeSelector | object | `{}` | nodeSelector for Flytepropeller deployment | | flytepropeller.podAnnotations | object | `{}` | Annotations for Flytepropeller pods | @@ -236,7 +236,7 @@ helm install gateway bitnami/contour -n flyte | flytescheduler.configPath | string | `"/etc/flyte/config/*.yaml"` | Default regex string for searching configuration files | | flytescheduler.image.pullPolicy | string | `"IfNotPresent"` | Docker image pull policy | | flytescheduler.image.repository | string | `"cr.flyte.org/flyteorg/flytescheduler"` | Docker image for Flytescheduler deployment | -| flytescheduler.image.tag | string | `"v1.10.6"` | Docker image tag | +| flytescheduler.image.tag | string | `"v1.10.7-b0"` | Docker image tag | | flytescheduler.nodeSelector | object | `{}` | nodeSelector for Flytescheduler deployment | | flytescheduler.podAnnotations | object | `{}` | Annotations for Flytescheduler pods | | flytescheduler.priorityClassName | string | `""` | Sets priorityClassName for flyte scheduler pod(s). | diff --git a/charts/flyte-core/values.yaml b/charts/flyte-core/values.yaml index d09d9f9824..005a52e9ab 100755 --- a/charts/flyte-core/values.yaml +++ b/charts/flyte-core/values.yaml @@ -16,7 +16,7 @@ flyteadmin: image: # -- Docker image for Flyteadmin deployment repository: cr.flyte.org/flyteorg/flyteadmin # FLYTEADMIN_IMAGE - tag: v1.10.6 # FLYTEADMIN_TAG + tag: v1.10.7-b0 # FLYTEADMIN_TAG pullPolicy: IfNotPresent # -- Additional flyteadmin container environment variables # @@ -132,7 +132,7 @@ flytescheduler: # -- Docker image for Flytescheduler deployment repository: cr.flyte.org/flyteorg/flytescheduler # FLYTESCHEDULER_IMAGE # -- Docker image tag - tag: v1.10.6 # FLYTESCHEDULER_TAG + tag: v1.10.7-b0 # FLYTESCHEDULER_TAG # -- Docker image pull policy pullPolicy: IfNotPresent # -- Default resources requests and limits for Flytescheduler deployment @@ -186,7 +186,7 @@ datacatalog: # -- Docker image for Datacatalog deployment repository: cr.flyte.org/flyteorg/datacatalog # DATACATALOG_IMAGE # -- Docker image tag - tag: v1.10.6 # DATACATALOG_TAG + tag: v1.10.7-b0 # DATACATALOG_TAG # -- Docker image pull policy pullPolicy: IfNotPresent # -- Default resources requests and limits for Datacatalog deployment @@ -254,7 +254,7 @@ flytepropeller: image: # -- Docker image for Flytepropeller deployment repository: cr.flyte.org/flyteorg/flytepropeller # FLYTEPROPELLER_IMAGE - tag: v1.10.6 # FLYTEPROPELLER_TAG + tag: v1.10.7-b0 # FLYTEPROPELLER_TAG pullPolicy: IfNotPresent # -- Default resources requests and limits for Flytepropeller deployment resources: @@ -654,7 +654,7 @@ configmap: # -- Structure documented [here](https://pkg.go.dev/github.com/lyft/flyteplugins@v0.5.28/go/tasks/pluginmachinery/flytek8s/config#FlyteCoPilotConfig) co-pilot: name: flyte-copilot- - image: cr.flyte.org/flyteorg/flytecopilot:v1.10.6 # FLYTECOPILOT_IMAGE + image: cr.flyte.org/flyteorg/flytecopilot:v1.10.7-b0 # FLYTECOPILOT_IMAGE start-timeout: 30s # -- Core propeller configuration diff --git a/charts/flyte/README.md b/charts/flyte/README.md index d4a46ff286..98bb1d4d78 100644 --- a/charts/flyte/README.md +++ b/charts/flyte/README.md @@ -71,7 +71,7 @@ helm upgrade -f values-sandbox.yaml flyte . | contour.tolerations | list | `[]` | tolerations for Contour deployment | | daskoperator | object | `{"enabled":false}` | Optional: Dask Plugin using the Dask Operator | | daskoperator.enabled | bool | `false` | - enable or disable the dask operator deployment installation | -| flyte | object | `{"cluster_resource_manager":{"config":{"cluster_resources":{"customData":[{"production":[{"projectQuotaCpu":{"value":"5"}},{"projectQuotaMemory":{"value":"4000Mi"}}]},{"staging":[{"projectQuotaCpu":{"value":"2"}},{"projectQuotaMemory":{"value":"3000Mi"}}]},{"development":[{"projectQuotaCpu":{"value":"4"}},{"projectQuotaMemory":{"value":"3000Mi"}}]}],"refresh":"5m","refreshInterval":"5m","standaloneDeployment":false,"templatePath":"/etc/flyte/clusterresource/templates"}},"enabled":true,"service_account_name":"flyteadmin","templates":[{"key":"aa_namespace","value":"apiVersion: v1\nkind: Namespace\nmetadata:\n name: {{ namespace }}\nspec:\n finalizers:\n - kubernetes\n"},{"key":"ab_project_resource_quota","value":"apiVersion: v1\nkind: ResourceQuota\nmetadata:\n name: project-quota\n namespace: {{ namespace }}\nspec:\n hard:\n limits.cpu: {{ projectQuotaCpu }}\n limits.memory: {{ projectQuotaMemory }}\n"}]},"common":{"databaseSecret":{"name":"","secretManifest":{}},"flyteNamespaceTemplate":{"enabled":false},"ingress":{"albSSLRedirect":false,"annotations":{"nginx.ingress.kubernetes.io/app-root":"/console"},"enabled":true,"host":"","separateGrpcIngress":false,"separateGrpcIngressAnnotations":{"nginx.ingress.kubernetes.io/backend-protocol":"GRPC"},"tls":{"enabled":false},"webpackHMR":true}},"configmap":{"adminServer":{"auth":{"appAuth":{"thirdPartyConfig":{"flyteClient":{"clientId":"flytectl","redirectUri":"http://localhost:53593/callback","scopes":["offline","all"]}}},"authorizedUris":["https://localhost:30081","http://flyteadmin:80","http://flyteadmin.flyte.svc.cluster.local:80"],"userAuth":{"openId":{"baseUrl":"https://accounts.google.com","clientId":"657465813211-6eog7ek7li5k7i7fvgv2921075063hpe.apps.googleusercontent.com","scopes":["profile","openid"]}}},"flyteadmin":{"eventVersion":2,"metadataStoragePrefix":["metadata","admin"],"metricsScope":"flyte:","profilerPort":10254,"roleNameKey":"iam.amazonaws.com/role","testing":{"host":"http://flyteadmin"}},"server":{"grpcPort":8089,"httpPort":8088,"security":{"allowCors":true,"allowedHeaders":["Content-Type","flyte-authorization"],"allowedOrigins":["*"],"secure":false,"useAuth":false}}},"catalog":{"catalog-cache":{"endpoint":"datacatalog:89","insecure":true,"type":"datacatalog"}},"console":{"BASE_URL":"/console","CONFIG_DIR":"/etc/flyte/config"},"copilot":{"plugins":{"k8s":{"co-pilot":{"image":"cr.flyte.org/flyteorg/flytecopilot:v1.10.6","name":"flyte-copilot-","start-timeout":"30s"}}}},"core":{"propeller":{"downstream-eval-duration":"30s","enable-admin-launcher":true,"leader-election":{"enabled":true,"lease-duration":"15s","lock-config-map":{"name":"propeller-leader","namespace":"flyte"},"renew-deadline":"10s","retry-period":"2s"},"limit-namespace":"all","max-workflow-retries":30,"metadata-prefix":"metadata/propeller","metrics-prefix":"flyte","prof-port":10254,"queue":{"batch-size":-1,"batching-interval":"2s","queue":{"base-delay":"5s","capacity":1000,"max-delay":"120s","rate":100,"type":"maxof"},"sub-queue":{"capacity":100,"rate":10,"type":"bucket"},"type":"batch"},"rawoutput-prefix":"s3://my-s3-bucket/","workers":4,"workflow-reeval-duration":"30s"},"webhook":{"certDir":"/etc/webhook/certs","serviceName":"flyte-pod-webhook"}},"datacatalogServer":{"application":{"grpcPort":8089,"grpcServerReflection":true,"httpPort":8080},"datacatalog":{"metrics-scope":"datacatalog","profiler-port":10254,"storage-prefix":"metadata/datacatalog"}},"domain":{"domains":[{"id":"development","name":"development"},{"id":"staging","name":"staging"},{"id":"production","name":"production"}]},"enabled_plugins":{"tasks":{"task-plugins":{"default-for-task-types":{"bigquery_query_job_task":"agent-service","container":"container","container_array":"k8s-array","sidecar":"sidecar"},"enabled-plugins":["container","sidecar","k8s-array","agent-service"]}}},"k8s":{"plugins":{"agent-service":{"defaultAgent":{"endpoint":"dns:///flyteagent.flyte.svc.cluster.local:8000","insecure":true},"supportedTaskTypes":["bigquery_query_job_task"]},"k8s":{"default-cpus":"100m","default-env-vars":[{"FLYTE_AWS_ENDPOINT":"http://minio.flyte:9000"},{"FLYTE_AWS_ACCESS_KEY_ID":"minio"},{"FLYTE_AWS_SECRET_ACCESS_KEY":"miniostorage"}],"default-memory":"200Mi"}}},"logger":{"logger":{"level":5,"show-source":true}},"remoteData":{"remoteData":{"region":"us-east-1","scheme":"local","signedUrls":{"durationMinutes":3}}},"resource_manager":{"propeller":{"resourcemanager":{"redis":null,"type":"noop"}}},"task_logs":{"plugins":{"logs":{"cloudwatch-enabled":false,"kubernetes-enabled":true,"kubernetes-template-uri":"http://localhost:30082/#/log/{{ \"{{\" }} .namespace {{ \"}}\" }}/{{ \"{{\" }} .podName {{ \"}}\" }}/pod?namespace={{ \"{{\" }} .namespace {{ \"}}\" }}"}}},"task_resource_defaults":{"task_resources":{"defaults":{"cpu":"100m","memory":"200Mi","storage":"5Mi"},"limits":{"cpu":2,"gpu":1,"memory":"1Gi","storage":"20Mi"}}}},"datacatalog":{"affinity":{},"configPath":"/etc/datacatalog/config/*.yaml","image":{"pullPolicy":"IfNotPresent","repository":"cr.flyte.org/flyteorg/datacatalog","tag":"v1.10.6"},"nodeSelector":{},"podAnnotations":{},"replicaCount":1,"resources":{"limits":{"cpu":"500m","ephemeral-storage":"100Mi","memory":"500Mi"},"requests":{"cpu":"10m","ephemeral-storage":"50Mi","memory":"50Mi"}},"service":{"annotations":{"projectcontour.io/upstream-protocol.h2c":"grpc"},"type":"NodePort"},"serviceAccount":{"annotations":{},"create":true,"imagePullSecrets":[]},"tolerations":[]},"db":{"admin":{"database":{"dbname":"flyteadmin","host":"postgres","port":5432,"username":"postgres"}},"datacatalog":{"database":{"dbname":"datacatalog","host":"postgres","port":5432,"username":"postgres"}}},"deployRedoc":true,"flyteadmin":{"additionalVolumeMounts":[],"additionalVolumes":[],"affinity":{},"configPath":"/etc/flyte/config/*.yaml","env":[],"image":{"pullPolicy":"IfNotPresent","repository":"cr.flyte.org/flyteorg/flyteadmin","tag":"v1.10.6"},"initialProjects":["flytesnacks","flytetester","flyteexamples"],"nodeSelector":{},"podAnnotations":{},"replicaCount":1,"resources":{"limits":{"cpu":"250m","ephemeral-storage":"100Mi","memory":"500Mi"},"requests":{"cpu":"10m","ephemeral-storage":"50Mi","memory":"50Mi"}},"secrets":{},"service":{"annotations":{"projectcontour.io/upstream-protocol.h2c":"grpc"},"loadBalancerSourceRanges":[],"type":"ClusterIP"},"serviceAccount":{"annotations":{},"create":true,"imagePullSecrets":[]},"tolerations":[]},"flyteconsole":{"affinity":{},"ga":{"enabled":true,"tracking_id":"G-0QW4DJWJ20"},"image":{"pullPolicy":"IfNotPresent","repository":"cr.flyte.org/flyteorg/flyteconsole","tag":"v1.10.2"},"nodeSelector":{},"podAnnotations":{},"replicaCount":1,"resources":{"limits":{"cpu":"500m","memory":"275Mi"},"requests":{"cpu":"10m","memory":"250Mi"}},"service":{"annotations":{},"type":"ClusterIP"},"tolerations":[]},"flytepropeller":{"affinity":{},"cacheSizeMbs":0,"configPath":"/etc/flyte/config/*.yaml","image":{"pullPolicy":"IfNotPresent","repository":"cr.flyte.org/flyteorg/flytepropeller","tag":"v1.10.6"},"manager":false,"nodeSelector":{},"podAnnotations":{},"replicaCount":1,"resources":{"limits":{"cpu":"200m","ephemeral-storage":"100Mi","memory":"200Mi"},"requests":{"cpu":"10m","ephemeral-storage":"50Mi","memory":"50Mi"}},"serviceAccount":{"annotations":{},"create":true,"imagePullSecrets":[]},"tolerations":[]},"flytescheduler":{"affinity":{},"configPath":"/etc/flyte/config/*.yaml","image":{"pullPolicy":"IfNotPresent","repository":"cr.flyte.org/flyteorg/flytescheduler","tag":"v1.10.6"},"nodeSelector":{},"podAnnotations":{},"resources":{"limits":{"cpu":"250m","ephemeral-storage":"100Mi","memory":"500Mi"},"requests":{"cpu":"10m","ephemeral-storage":"50Mi","memory":"50Mi"}},"secrets":{},"serviceAccount":{"annotations":{},"create":true,"imagePullSecrets":[]},"tolerations":[]},"storage":{"bucketName":"my-s3-bucket","custom":{},"gcs":null,"s3":{"region":"us-east-1"},"type":"sandbox"},"webhook":{"enabled":true,"service":{"annotations":{"projectcontour.io/upstream-protocol.h2c":"grpc"},"type":"ClusterIP"},"serviceAccount":{"annotations":{},"create":true,"imagePullSecrets":[]}},"workflow_notifications":{"config":{},"enabled":false},"workflow_scheduler":{"enabled":true,"type":"native"}}` | ------------------------------------------------------------------- Core System settings This section consists of Core components of Flyte and their deployment settings. This includes FlyteAdmin service, Datacatalog, FlytePropeller and Flyteconsole | +| flyte | object | `{"cluster_resource_manager":{"config":{"cluster_resources":{"customData":[{"production":[{"projectQuotaCpu":{"value":"5"}},{"projectQuotaMemory":{"value":"4000Mi"}}]},{"staging":[{"projectQuotaCpu":{"value":"2"}},{"projectQuotaMemory":{"value":"3000Mi"}}]},{"development":[{"projectQuotaCpu":{"value":"4"}},{"projectQuotaMemory":{"value":"3000Mi"}}]}],"refresh":"5m","refreshInterval":"5m","standaloneDeployment":false,"templatePath":"/etc/flyte/clusterresource/templates"}},"enabled":true,"service_account_name":"flyteadmin","templates":[{"key":"aa_namespace","value":"apiVersion: v1\nkind: Namespace\nmetadata:\n name: {{ namespace }}\nspec:\n finalizers:\n - kubernetes\n"},{"key":"ab_project_resource_quota","value":"apiVersion: v1\nkind: ResourceQuota\nmetadata:\n name: project-quota\n namespace: {{ namespace }}\nspec:\n hard:\n limits.cpu: {{ projectQuotaCpu }}\n limits.memory: {{ projectQuotaMemory }}\n"}]},"common":{"databaseSecret":{"name":"","secretManifest":{}},"flyteNamespaceTemplate":{"enabled":false},"ingress":{"albSSLRedirect":false,"annotations":{"nginx.ingress.kubernetes.io/app-root":"/console"},"enabled":true,"host":"","separateGrpcIngress":false,"separateGrpcIngressAnnotations":{"nginx.ingress.kubernetes.io/backend-protocol":"GRPC"},"tls":{"enabled":false},"webpackHMR":true}},"configmap":{"adminServer":{"auth":{"appAuth":{"thirdPartyConfig":{"flyteClient":{"clientId":"flytectl","redirectUri":"http://localhost:53593/callback","scopes":["offline","all"]}}},"authorizedUris":["https://localhost:30081","http://flyteadmin:80","http://flyteadmin.flyte.svc.cluster.local:80"],"userAuth":{"openId":{"baseUrl":"https://accounts.google.com","clientId":"657465813211-6eog7ek7li5k7i7fvgv2921075063hpe.apps.googleusercontent.com","scopes":["profile","openid"]}}},"flyteadmin":{"eventVersion":2,"metadataStoragePrefix":["metadata","admin"],"metricsScope":"flyte:","profilerPort":10254,"roleNameKey":"iam.amazonaws.com/role","testing":{"host":"http://flyteadmin"}},"server":{"grpcPort":8089,"httpPort":8088,"security":{"allowCors":true,"allowedHeaders":["Content-Type","flyte-authorization"],"allowedOrigins":["*"],"secure":false,"useAuth":false}}},"catalog":{"catalog-cache":{"endpoint":"datacatalog:89","insecure":true,"type":"datacatalog"}},"console":{"BASE_URL":"/console","CONFIG_DIR":"/etc/flyte/config"},"copilot":{"plugins":{"k8s":{"co-pilot":{"image":"cr.flyte.org/flyteorg/flytecopilot:v1.10.7-b0","name":"flyte-copilot-","start-timeout":"30s"}}}},"core":{"propeller":{"downstream-eval-duration":"30s","enable-admin-launcher":true,"leader-election":{"enabled":true,"lease-duration":"15s","lock-config-map":{"name":"propeller-leader","namespace":"flyte"},"renew-deadline":"10s","retry-period":"2s"},"limit-namespace":"all","max-workflow-retries":30,"metadata-prefix":"metadata/propeller","metrics-prefix":"flyte","prof-port":10254,"queue":{"batch-size":-1,"batching-interval":"2s","queue":{"base-delay":"5s","capacity":1000,"max-delay":"120s","rate":100,"type":"maxof"},"sub-queue":{"capacity":100,"rate":10,"type":"bucket"},"type":"batch"},"rawoutput-prefix":"s3://my-s3-bucket/","workers":4,"workflow-reeval-duration":"30s"},"webhook":{"certDir":"/etc/webhook/certs","serviceName":"flyte-pod-webhook"}},"datacatalogServer":{"application":{"grpcPort":8089,"grpcServerReflection":true,"httpPort":8080},"datacatalog":{"metrics-scope":"datacatalog","profiler-port":10254,"storage-prefix":"metadata/datacatalog"}},"domain":{"domains":[{"id":"development","name":"development"},{"id":"staging","name":"staging"},{"id":"production","name":"production"}]},"enabled_plugins":{"tasks":{"task-plugins":{"default-for-task-types":{"bigquery_query_job_task":"agent-service","container":"container","container_array":"k8s-array","sidecar":"sidecar"},"enabled-plugins":["container","sidecar","k8s-array","agent-service"]}}},"k8s":{"plugins":{"agent-service":{"defaultAgent":{"endpoint":"dns:///flyteagent.flyte.svc.cluster.local:8000","insecure":true},"supportedTaskTypes":["bigquery_query_job_task"]},"k8s":{"default-cpus":"100m","default-env-vars":[{"FLYTE_AWS_ENDPOINT":"http://minio.flyte:9000"},{"FLYTE_AWS_ACCESS_KEY_ID":"minio"},{"FLYTE_AWS_SECRET_ACCESS_KEY":"miniostorage"}],"default-memory":"200Mi"}}},"logger":{"logger":{"level":5,"show-source":true}},"remoteData":{"remoteData":{"region":"us-east-1","scheme":"local","signedUrls":{"durationMinutes":3}}},"resource_manager":{"propeller":{"resourcemanager":{"redis":null,"type":"noop"}}},"task_logs":{"plugins":{"logs":{"cloudwatch-enabled":false,"kubernetes-enabled":true,"kubernetes-template-uri":"http://localhost:30082/#/log/{{ \"{{\" }} .namespace {{ \"}}\" }}/{{ \"{{\" }} .podName {{ \"}}\" }}/pod?namespace={{ \"{{\" }} .namespace {{ \"}}\" }}"}}},"task_resource_defaults":{"task_resources":{"defaults":{"cpu":"100m","memory":"200Mi","storage":"5Mi"},"limits":{"cpu":2,"gpu":1,"memory":"1Gi","storage":"20Mi"}}}},"datacatalog":{"affinity":{},"configPath":"/etc/datacatalog/config/*.yaml","image":{"pullPolicy":"IfNotPresent","repository":"cr.flyte.org/flyteorg/datacatalog","tag":"v1.10.7-b0"},"nodeSelector":{},"podAnnotations":{},"replicaCount":1,"resources":{"limits":{"cpu":"500m","ephemeral-storage":"100Mi","memory":"500Mi"},"requests":{"cpu":"10m","ephemeral-storage":"50Mi","memory":"50Mi"}},"service":{"annotations":{"projectcontour.io/upstream-protocol.h2c":"grpc"},"type":"NodePort"},"serviceAccount":{"annotations":{},"create":true,"imagePullSecrets":[]},"tolerations":[]},"db":{"admin":{"database":{"dbname":"flyteadmin","host":"postgres","port":5432,"username":"postgres"}},"datacatalog":{"database":{"dbname":"datacatalog","host":"postgres","port":5432,"username":"postgres"}}},"deployRedoc":true,"flyteadmin":{"additionalVolumeMounts":[],"additionalVolumes":[],"affinity":{},"configPath":"/etc/flyte/config/*.yaml","env":[],"image":{"pullPolicy":"IfNotPresent","repository":"cr.flyte.org/flyteorg/flyteadmin","tag":"v1.10.7-b0"},"initialProjects":["flytesnacks","flytetester","flyteexamples"],"nodeSelector":{},"podAnnotations":{},"replicaCount":1,"resources":{"limits":{"cpu":"250m","ephemeral-storage":"100Mi","memory":"500Mi"},"requests":{"cpu":"10m","ephemeral-storage":"50Mi","memory":"50Mi"}},"secrets":{},"service":{"annotations":{"projectcontour.io/upstream-protocol.h2c":"grpc"},"loadBalancerSourceRanges":[],"type":"ClusterIP"},"serviceAccount":{"annotations":{},"create":true,"imagePullSecrets":[]},"tolerations":[]},"flyteconsole":{"affinity":{},"ga":{"enabled":true,"tracking_id":"G-0QW4DJWJ20"},"image":{"pullPolicy":"IfNotPresent","repository":"cr.flyte.org/flyteorg/flyteconsole","tag":"v1.10.2"},"nodeSelector":{},"podAnnotations":{},"replicaCount":1,"resources":{"limits":{"cpu":"500m","memory":"275Mi"},"requests":{"cpu":"10m","memory":"250Mi"}},"service":{"annotations":{},"type":"ClusterIP"},"tolerations":[]},"flytepropeller":{"affinity":{},"cacheSizeMbs":0,"configPath":"/etc/flyte/config/*.yaml","image":{"pullPolicy":"IfNotPresent","repository":"cr.flyte.org/flyteorg/flytepropeller","tag":"v1.10.7-b0"},"manager":false,"nodeSelector":{},"podAnnotations":{},"replicaCount":1,"resources":{"limits":{"cpu":"200m","ephemeral-storage":"100Mi","memory":"200Mi"},"requests":{"cpu":"10m","ephemeral-storage":"50Mi","memory":"50Mi"}},"serviceAccount":{"annotations":{},"create":true,"imagePullSecrets":[]},"tolerations":[]},"flytescheduler":{"affinity":{},"configPath":"/etc/flyte/config/*.yaml","image":{"pullPolicy":"IfNotPresent","repository":"cr.flyte.org/flyteorg/flytescheduler","tag":"v1.10.7-b0"},"nodeSelector":{},"podAnnotations":{},"resources":{"limits":{"cpu":"250m","ephemeral-storage":"100Mi","memory":"500Mi"},"requests":{"cpu":"10m","ephemeral-storage":"50Mi","memory":"50Mi"}},"secrets":{},"serviceAccount":{"annotations":{},"create":true,"imagePullSecrets":[]},"tolerations":[]},"storage":{"bucketName":"my-s3-bucket","custom":{},"gcs":null,"s3":{"region":"us-east-1"},"type":"sandbox"},"webhook":{"enabled":true,"service":{"annotations":{"projectcontour.io/upstream-protocol.h2c":"grpc"},"type":"ClusterIP"},"serviceAccount":{"annotations":{},"create":true,"imagePullSecrets":[]}},"workflow_notifications":{"config":{},"enabled":false},"workflow_scheduler":{"enabled":true,"type":"native"}}` | ------------------------------------------------------------------- Core System settings This section consists of Core components of Flyte and their deployment settings. This includes FlyteAdmin service, Datacatalog, FlytePropeller and Flyteconsole | | flyte.cluster_resource_manager | object | `{"config":{"cluster_resources":{"customData":[{"production":[{"projectQuotaCpu":{"value":"5"}},{"projectQuotaMemory":{"value":"4000Mi"}}]},{"staging":[{"projectQuotaCpu":{"value":"2"}},{"projectQuotaMemory":{"value":"3000Mi"}}]},{"development":[{"projectQuotaCpu":{"value":"4"}},{"projectQuotaMemory":{"value":"3000Mi"}}]}],"refresh":"5m","refreshInterval":"5m","standaloneDeployment":false,"templatePath":"/etc/flyte/clusterresource/templates"}},"enabled":true,"service_account_name":"flyteadmin","templates":[{"key":"aa_namespace","value":"apiVersion: v1\nkind: Namespace\nmetadata:\n name: {{ namespace }}\nspec:\n finalizers:\n - kubernetes\n"},{"key":"ab_project_resource_quota","value":"apiVersion: v1\nkind: ResourceQuota\nmetadata:\n name: project-quota\n namespace: {{ namespace }}\nspec:\n hard:\n limits.cpu: {{ projectQuotaCpu }}\n limits.memory: {{ projectQuotaMemory }}\n"}]}` | Configuration for the Cluster resource manager component. This is an optional component, that enables automatic cluster configuration. This is useful to set default quotas, manage namespaces etc that map to a project/domain | | flyte.cluster_resource_manager.config.cluster_resources | object | `{"customData":[{"production":[{"projectQuotaCpu":{"value":"5"}},{"projectQuotaMemory":{"value":"4000Mi"}}]},{"staging":[{"projectQuotaCpu":{"value":"2"}},{"projectQuotaMemory":{"value":"3000Mi"}}]},{"development":[{"projectQuotaCpu":{"value":"4"}},{"projectQuotaMemory":{"value":"3000Mi"}}]}],"refresh":"5m","refreshInterval":"5m","standaloneDeployment":false,"templatePath":"/etc/flyte/clusterresource/templates"}` | ClusterResource parameters Refer to the [structure](https://pkg.go.dev/github.com/lyft/flyteadmin@v0.3.37/pkg/runtime/interfaces#ClusterResourceConfig) to customize. | | flyte.cluster_resource_manager.config.cluster_resources.standaloneDeployment | bool | `false` | Starts the cluster resource manager in standalone mode with requisite auth credentials to call flyteadmin service endpoints | @@ -91,15 +91,15 @@ helm upgrade -f values-sandbox.yaml flyte . | flyte.common.ingress.separateGrpcIngressAnnotations | object | `{"nginx.ingress.kubernetes.io/backend-protocol":"GRPC"}` | - Extra Ingress annotations applied only to the GRPC ingress. Only makes sense if `separateGrpcIngress` is enabled. | | flyte.common.ingress.tls | object | `{"enabled":false}` | - TLS Settings | | flyte.common.ingress.webpackHMR | bool | `true` | - Enable or disable HMR route to flyteconsole. This is useful only for frontend development. | -| flyte.configmap | object | `{"adminServer":{"auth":{"appAuth":{"thirdPartyConfig":{"flyteClient":{"clientId":"flytectl","redirectUri":"http://localhost:53593/callback","scopes":["offline","all"]}}},"authorizedUris":["https://localhost:30081","http://flyteadmin:80","http://flyteadmin.flyte.svc.cluster.local:80"],"userAuth":{"openId":{"baseUrl":"https://accounts.google.com","clientId":"657465813211-6eog7ek7li5k7i7fvgv2921075063hpe.apps.googleusercontent.com","scopes":["profile","openid"]}}},"flyteadmin":{"eventVersion":2,"metadataStoragePrefix":["metadata","admin"],"metricsScope":"flyte:","profilerPort":10254,"roleNameKey":"iam.amazonaws.com/role","testing":{"host":"http://flyteadmin"}},"server":{"grpcPort":8089,"httpPort":8088,"security":{"allowCors":true,"allowedHeaders":["Content-Type","flyte-authorization"],"allowedOrigins":["*"],"secure":false,"useAuth":false}}},"catalog":{"catalog-cache":{"endpoint":"datacatalog:89","insecure":true,"type":"datacatalog"}},"console":{"BASE_URL":"/console","CONFIG_DIR":"/etc/flyte/config"},"copilot":{"plugins":{"k8s":{"co-pilot":{"image":"cr.flyte.org/flyteorg/flytecopilot:v1.10.6","name":"flyte-copilot-","start-timeout":"30s"}}}},"core":{"propeller":{"downstream-eval-duration":"30s","enable-admin-launcher":true,"leader-election":{"enabled":true,"lease-duration":"15s","lock-config-map":{"name":"propeller-leader","namespace":"flyte"},"renew-deadline":"10s","retry-period":"2s"},"limit-namespace":"all","max-workflow-retries":30,"metadata-prefix":"metadata/propeller","metrics-prefix":"flyte","prof-port":10254,"queue":{"batch-size":-1,"batching-interval":"2s","queue":{"base-delay":"5s","capacity":1000,"max-delay":"120s","rate":100,"type":"maxof"},"sub-queue":{"capacity":100,"rate":10,"type":"bucket"},"type":"batch"},"rawoutput-prefix":"s3://my-s3-bucket/","workers":4,"workflow-reeval-duration":"30s"},"webhook":{"certDir":"/etc/webhook/certs","serviceName":"flyte-pod-webhook"}},"datacatalogServer":{"application":{"grpcPort":8089,"grpcServerReflection":true,"httpPort":8080},"datacatalog":{"metrics-scope":"datacatalog","profiler-port":10254,"storage-prefix":"metadata/datacatalog"}},"domain":{"domains":[{"id":"development","name":"development"},{"id":"staging","name":"staging"},{"id":"production","name":"production"}]},"enabled_plugins":{"tasks":{"task-plugins":{"default-for-task-types":{"bigquery_query_job_task":"agent-service","container":"container","container_array":"k8s-array","sidecar":"sidecar"},"enabled-plugins":["container","sidecar","k8s-array","agent-service"]}}},"k8s":{"plugins":{"agent-service":{"defaultAgent":{"endpoint":"dns:///flyteagent.flyte.svc.cluster.local:8000","insecure":true},"supportedTaskTypes":["bigquery_query_job_task"]},"k8s":{"default-cpus":"100m","default-env-vars":[{"FLYTE_AWS_ENDPOINT":"http://minio.flyte:9000"},{"FLYTE_AWS_ACCESS_KEY_ID":"minio"},{"FLYTE_AWS_SECRET_ACCESS_KEY":"miniostorage"}],"default-memory":"200Mi"}}},"logger":{"logger":{"level":5,"show-source":true}},"remoteData":{"remoteData":{"region":"us-east-1","scheme":"local","signedUrls":{"durationMinutes":3}}},"resource_manager":{"propeller":{"resourcemanager":{"redis":null,"type":"noop"}}},"task_logs":{"plugins":{"logs":{"cloudwatch-enabled":false,"kubernetes-enabled":true,"kubernetes-template-uri":"http://localhost:30082/#/log/{{ \"{{\" }} .namespace {{ \"}}\" }}/{{ \"{{\" }} .podName {{ \"}}\" }}/pod?namespace={{ \"{{\" }} .namespace {{ \"}}\" }}"}}},"task_resource_defaults":{"task_resources":{"defaults":{"cpu":"100m","memory":"200Mi","storage":"5Mi"},"limits":{"cpu":2,"gpu":1,"memory":"1Gi","storage":"20Mi"}}}}` | ----------------------------------------------------------------- CONFIGMAPS SETTINGS | +| flyte.configmap | object | `{"adminServer":{"auth":{"appAuth":{"thirdPartyConfig":{"flyteClient":{"clientId":"flytectl","redirectUri":"http://localhost:53593/callback","scopes":["offline","all"]}}},"authorizedUris":["https://localhost:30081","http://flyteadmin:80","http://flyteadmin.flyte.svc.cluster.local:80"],"userAuth":{"openId":{"baseUrl":"https://accounts.google.com","clientId":"657465813211-6eog7ek7li5k7i7fvgv2921075063hpe.apps.googleusercontent.com","scopes":["profile","openid"]}}},"flyteadmin":{"eventVersion":2,"metadataStoragePrefix":["metadata","admin"],"metricsScope":"flyte:","profilerPort":10254,"roleNameKey":"iam.amazonaws.com/role","testing":{"host":"http://flyteadmin"}},"server":{"grpcPort":8089,"httpPort":8088,"security":{"allowCors":true,"allowedHeaders":["Content-Type","flyte-authorization"],"allowedOrigins":["*"],"secure":false,"useAuth":false}}},"catalog":{"catalog-cache":{"endpoint":"datacatalog:89","insecure":true,"type":"datacatalog"}},"console":{"BASE_URL":"/console","CONFIG_DIR":"/etc/flyte/config"},"copilot":{"plugins":{"k8s":{"co-pilot":{"image":"cr.flyte.org/flyteorg/flytecopilot:v1.10.7-b0","name":"flyte-copilot-","start-timeout":"30s"}}}},"core":{"propeller":{"downstream-eval-duration":"30s","enable-admin-launcher":true,"leader-election":{"enabled":true,"lease-duration":"15s","lock-config-map":{"name":"propeller-leader","namespace":"flyte"},"renew-deadline":"10s","retry-period":"2s"},"limit-namespace":"all","max-workflow-retries":30,"metadata-prefix":"metadata/propeller","metrics-prefix":"flyte","prof-port":10254,"queue":{"batch-size":-1,"batching-interval":"2s","queue":{"base-delay":"5s","capacity":1000,"max-delay":"120s","rate":100,"type":"maxof"},"sub-queue":{"capacity":100,"rate":10,"type":"bucket"},"type":"batch"},"rawoutput-prefix":"s3://my-s3-bucket/","workers":4,"workflow-reeval-duration":"30s"},"webhook":{"certDir":"/etc/webhook/certs","serviceName":"flyte-pod-webhook"}},"datacatalogServer":{"application":{"grpcPort":8089,"grpcServerReflection":true,"httpPort":8080},"datacatalog":{"metrics-scope":"datacatalog","profiler-port":10254,"storage-prefix":"metadata/datacatalog"}},"domain":{"domains":[{"id":"development","name":"development"},{"id":"staging","name":"staging"},{"id":"production","name":"production"}]},"enabled_plugins":{"tasks":{"task-plugins":{"default-for-task-types":{"bigquery_query_job_task":"agent-service","container":"container","container_array":"k8s-array","sidecar":"sidecar"},"enabled-plugins":["container","sidecar","k8s-array","agent-service"]}}},"k8s":{"plugins":{"agent-service":{"defaultAgent":{"endpoint":"dns:///flyteagent.flyte.svc.cluster.local:8000","insecure":true},"supportedTaskTypes":["bigquery_query_job_task"]},"k8s":{"default-cpus":"100m","default-env-vars":[{"FLYTE_AWS_ENDPOINT":"http://minio.flyte:9000"},{"FLYTE_AWS_ACCESS_KEY_ID":"minio"},{"FLYTE_AWS_SECRET_ACCESS_KEY":"miniostorage"}],"default-memory":"200Mi"}}},"logger":{"logger":{"level":5,"show-source":true}},"remoteData":{"remoteData":{"region":"us-east-1","scheme":"local","signedUrls":{"durationMinutes":3}}},"resource_manager":{"propeller":{"resourcemanager":{"redis":null,"type":"noop"}}},"task_logs":{"plugins":{"logs":{"cloudwatch-enabled":false,"kubernetes-enabled":true,"kubernetes-template-uri":"http://localhost:30082/#/log/{{ \"{{\" }} .namespace {{ \"}}\" }}/{{ \"{{\" }} .podName {{ \"}}\" }}/pod?namespace={{ \"{{\" }} .namespace {{ \"}}\" }}"}}},"task_resource_defaults":{"task_resources":{"defaults":{"cpu":"100m","memory":"200Mi","storage":"5Mi"},"limits":{"cpu":2,"gpu":1,"memory":"1Gi","storage":"20Mi"}}}}` | ----------------------------------------------------------------- CONFIGMAPS SETTINGS | | flyte.configmap.adminServer | object | `{"auth":{"appAuth":{"thirdPartyConfig":{"flyteClient":{"clientId":"flytectl","redirectUri":"http://localhost:53593/callback","scopes":["offline","all"]}}},"authorizedUris":["https://localhost:30081","http://flyteadmin:80","http://flyteadmin.flyte.svc.cluster.local:80"],"userAuth":{"openId":{"baseUrl":"https://accounts.google.com","clientId":"657465813211-6eog7ek7li5k7i7fvgv2921075063hpe.apps.googleusercontent.com","scopes":["profile","openid"]}}},"flyteadmin":{"eventVersion":2,"metadataStoragePrefix":["metadata","admin"],"metricsScope":"flyte:","profilerPort":10254,"roleNameKey":"iam.amazonaws.com/role","testing":{"host":"http://flyteadmin"}},"server":{"grpcPort":8089,"httpPort":8088,"security":{"allowCors":true,"allowedHeaders":["Content-Type","flyte-authorization"],"allowedOrigins":["*"],"secure":false,"useAuth":false}}}` | FlyteAdmin server configuration | | flyte.configmap.adminServer.auth | object | `{"appAuth":{"thirdPartyConfig":{"flyteClient":{"clientId":"flytectl","redirectUri":"http://localhost:53593/callback","scopes":["offline","all"]}}},"authorizedUris":["https://localhost:30081","http://flyteadmin:80","http://flyteadmin.flyte.svc.cluster.local:80"],"userAuth":{"openId":{"baseUrl":"https://accounts.google.com","clientId":"657465813211-6eog7ek7li5k7i7fvgv2921075063hpe.apps.googleusercontent.com","scopes":["profile","openid"]}}}` | Authentication configuration | | flyte.configmap.adminServer.server.security.secure | bool | `false` | Controls whether to serve requests over SSL/TLS. | | flyte.configmap.adminServer.server.security.useAuth | bool | `false` | Controls whether to enforce authentication. Follow the guide in https://docs.flyte.org/ on how to setup authentication. | | flyte.configmap.catalog | object | `{"catalog-cache":{"endpoint":"datacatalog:89","insecure":true,"type":"datacatalog"}}` | Catalog Client configuration [structure](https://pkg.go.dev/github.com/flyteorg/flytepropeller/pkg/controller/nodes/task/catalog#Config) Additional advanced Catalog configuration [here](https://pkg.go.dev/github.com/lyft/flyteplugins/go/tasks/pluginmachinery/catalog#Config) | | flyte.configmap.console | object | `{"BASE_URL":"/console","CONFIG_DIR":"/etc/flyte/config"}` | Configuration for Flyte console UI | -| flyte.configmap.copilot | object | `{"plugins":{"k8s":{"co-pilot":{"image":"cr.flyte.org/flyteorg/flytecopilot:v1.10.6","name":"flyte-copilot-","start-timeout":"30s"}}}}` | Copilot configuration | -| flyte.configmap.copilot.plugins.k8s.co-pilot | object | `{"image":"cr.flyte.org/flyteorg/flytecopilot:v1.10.6","name":"flyte-copilot-","start-timeout":"30s"}` | Structure documented [here](https://pkg.go.dev/github.com/lyft/flyteplugins@v0.5.28/go/tasks/pluginmachinery/flytek8s/config#FlyteCoPilotConfig) | +| flyte.configmap.copilot | object | `{"plugins":{"k8s":{"co-pilot":{"image":"cr.flyte.org/flyteorg/flytecopilot:v1.10.7-b0","name":"flyte-copilot-","start-timeout":"30s"}}}}` | Copilot configuration | +| flyte.configmap.copilot.plugins.k8s.co-pilot | object | `{"image":"cr.flyte.org/flyteorg/flytecopilot:v1.10.7-b0","name":"flyte-copilot-","start-timeout":"30s"}` | Structure documented [here](https://pkg.go.dev/github.com/lyft/flyteplugins@v0.5.28/go/tasks/pluginmachinery/flytek8s/config#FlyteCoPilotConfig) | | flyte.configmap.core | object | `{"propeller":{"downstream-eval-duration":"30s","enable-admin-launcher":true,"leader-election":{"enabled":true,"lease-duration":"15s","lock-config-map":{"name":"propeller-leader","namespace":"flyte"},"renew-deadline":"10s","retry-period":"2s"},"limit-namespace":"all","max-workflow-retries":30,"metadata-prefix":"metadata/propeller","metrics-prefix":"flyte","prof-port":10254,"queue":{"batch-size":-1,"batching-interval":"2s","queue":{"base-delay":"5s","capacity":1000,"max-delay":"120s","rate":100,"type":"maxof"},"sub-queue":{"capacity":100,"rate":10,"type":"bucket"},"type":"batch"},"rawoutput-prefix":"s3://my-s3-bucket/","workers":4,"workflow-reeval-duration":"30s"},"webhook":{"certDir":"/etc/webhook/certs","serviceName":"flyte-pod-webhook"}}` | Core propeller configuration | | flyte.configmap.core.propeller | object | `{"downstream-eval-duration":"30s","enable-admin-launcher":true,"leader-election":{"enabled":true,"lease-duration":"15s","lock-config-map":{"name":"propeller-leader","namespace":"flyte"},"renew-deadline":"10s","retry-period":"2s"},"limit-namespace":"all","max-workflow-retries":30,"metadata-prefix":"metadata/propeller","metrics-prefix":"flyte","prof-port":10254,"queue":{"batch-size":-1,"batching-interval":"2s","queue":{"base-delay":"5s","capacity":1000,"max-delay":"120s","rate":100,"type":"maxof"},"sub-queue":{"capacity":100,"rate":10,"type":"bucket"},"type":"batch"},"rawoutput-prefix":"s3://my-s3-bucket/","workers":4,"workflow-reeval-duration":"30s"}` | follows the structure specified [here](https://pkg.go.dev/github.com/flyteorg/flytepropeller/pkg/controller/config). | | flyte.configmap.datacatalogServer | object | `{"application":{"grpcPort":8089,"grpcServerReflection":true,"httpPort":8080},"datacatalog":{"metrics-scope":"datacatalog","profiler-port":10254,"storage-prefix":"metadata/datacatalog"}}` | Datacatalog server config | @@ -120,7 +120,7 @@ helm upgrade -f values-sandbox.yaml flyte . | flyte.datacatalog.configPath | string | `"/etc/datacatalog/config/*.yaml"` | Default regex string for searching configuration files | | flyte.datacatalog.image.pullPolicy | string | `"IfNotPresent"` | Docker image pull policy | | flyte.datacatalog.image.repository | string | `"cr.flyte.org/flyteorg/datacatalog"` | Docker image for Datacatalog deployment | -| flyte.datacatalog.image.tag | string | `"v1.10.6"` | Docker image tag | +| flyte.datacatalog.image.tag | string | `"v1.10.7-b0"` | Docker image tag | | flyte.datacatalog.nodeSelector | object | `{}` | nodeSelector for Datacatalog deployment | | flyte.datacatalog.podAnnotations | object | `{}` | Annotations for Datacatalog pods | | flyte.datacatalog.replicaCount | int | `1` | Replicas count for Datacatalog deployment | @@ -136,7 +136,7 @@ helm upgrade -f values-sandbox.yaml flyte . | flyte.flyteadmin.env | list | `[]` | Additional flyteadmin container environment variables e.g. SendGrid's API key - name: SENDGRID_API_KEY value: "" e.g. secret environment variable (you can combine it with .additionalVolumes): - name: SENDGRID_API_KEY valueFrom: secretKeyRef: name: sendgrid-secret key: api_key | | flyte.flyteadmin.image.pullPolicy | string | `"IfNotPresent"` | Docker image pull policy | | flyte.flyteadmin.image.repository | string | `"cr.flyte.org/flyteorg/flyteadmin"` | Docker image for Flyteadmin deployment | -| flyte.flyteadmin.image.tag | string | `"v1.10.6"` | Docker image tag | +| flyte.flyteadmin.image.tag | string | `"v1.10.7-b0"` | Docker image tag | | flyte.flyteadmin.initialProjects | list | `["flytesnacks","flytetester","flyteexamples"]` | Initial projects to create | | flyte.flyteadmin.nodeSelector | object | `{}` | nodeSelector for Flyteadmin deployment | | flyte.flyteadmin.podAnnotations | object | `{}` | Annotations for Flyteadmin pods | @@ -162,7 +162,7 @@ helm upgrade -f values-sandbox.yaml flyte . | flyte.flytepropeller.configPath | string | `"/etc/flyte/config/*.yaml"` | Default regex string for searching configuration files | | flyte.flytepropeller.image.pullPolicy | string | `"IfNotPresent"` | Docker image pull policy | | flyte.flytepropeller.image.repository | string | `"cr.flyte.org/flyteorg/flytepropeller"` | Docker image for Flytepropeller deployment | -| flyte.flytepropeller.image.tag | string | `"v1.10.6"` | Docker image tag | +| flyte.flytepropeller.image.tag | string | `"v1.10.7-b0"` | Docker image tag | | flyte.flytepropeller.nodeSelector | object | `{}` | nodeSelector for Flytepropeller deployment | | flyte.flytepropeller.podAnnotations | object | `{}` | Annotations for Flytepropeller pods | | flyte.flytepropeller.replicaCount | int | `1` | Replicas count for Flytepropeller deployment | @@ -176,7 +176,7 @@ helm upgrade -f values-sandbox.yaml flyte . | flyte.flytescheduler.configPath | string | `"/etc/flyte/config/*.yaml"` | Default regex string for searching configuration files | | flyte.flytescheduler.image.pullPolicy | string | `"IfNotPresent"` | Docker image pull policy | | flyte.flytescheduler.image.repository | string | `"cr.flyte.org/flyteorg/flytescheduler"` | Docker image for Flytescheduler deployment | -| flyte.flytescheduler.image.tag | string | `"v1.10.6"` | Docker image tag | +| flyte.flytescheduler.image.tag | string | `"v1.10.7-b0"` | Docker image tag | | flyte.flytescheduler.nodeSelector | object | `{}` | nodeSelector for Flytescheduler deployment | | flyte.flytescheduler.podAnnotations | object | `{}` | Annotations for Flytescheduler pods | | flyte.flytescheduler.resources | object | `{"limits":{"cpu":"250m","ephemeral-storage":"100Mi","memory":"500Mi"},"requests":{"cpu":"10m","ephemeral-storage":"50Mi","memory":"50Mi"}}` | Default resources requests and limits for Flytescheduler deployment | diff --git a/charts/flyte/values.yaml b/charts/flyte/values.yaml index 36d2a440db..e35268c134 100755 --- a/charts/flyte/values.yaml +++ b/charts/flyte/values.yaml @@ -16,7 +16,7 @@ flyte: # -- Docker image for Flyteadmin deployment repository: cr.flyte.org/flyteorg/flyteadmin # FLYTEADMIN_IMAGE # -- Docker image tag - tag: v1.10.6 # FLYTEADMIN_TAG + tag: v1.10.7-b0 # FLYTEADMIN_TAG # -- Docker image pull policy pullPolicy: IfNotPresent # -- Additional flyteadmin container environment variables @@ -84,7 +84,7 @@ flyte: # -- Docker image for Flytescheduler deployment repository: cr.flyte.org/flyteorg/flytescheduler # FLYTESCHEDULER_IMAGE # -- Docker image tag - tag: v1.10.6 # FLYTESCHEDULER_TAG + tag: v1.10.7-b0 # FLYTESCHEDULER_TAG # -- Docker image pull policy pullPolicy: IfNotPresent # -- Default resources requests and limits for Flytescheduler deployment @@ -129,7 +129,7 @@ flyte: # -- Docker image for Datacatalog deployment repository: cr.flyte.org/flyteorg/datacatalog # DATACATALOG_IMAGE # -- Docker image tag - tag: v1.10.6 # DATACATALOG_TAG + tag: v1.10.7-b0 # DATACATALOG_TAG # -- Docker image pull policy pullPolicy: IfNotPresent # -- Default resources requests and limits for Datacatalog deployment @@ -178,7 +178,7 @@ flyte: # -- Docker image for Flytepropeller deployment repository: cr.flyte.org/flyteorg/flytepropeller # FLYTEPROPELLER_IMAGE # -- Docker image tag - tag: v1.10.6 # FLYTEPROPELLER_TAG + tag: v1.10.7-b0 # FLYTEPROPELLER_TAG # -- Docker image pull policy pullPolicy: IfNotPresent # -- Default resources requests and limits for Flytepropeller deployment @@ -471,7 +471,7 @@ flyte: # -- Structure documented [here](https://pkg.go.dev/github.com/lyft/flyteplugins@v0.5.28/go/tasks/pluginmachinery/flytek8s/config#FlyteCoPilotConfig) co-pilot: name: flyte-copilot- - image: cr.flyte.org/flyteorg/flytecopilot:v1.10.6 # FLYTECOPILOT_IMAGE + image: cr.flyte.org/flyteorg/flytecopilot:v1.10.7-b0 # FLYTECOPILOT_IMAGE start-timeout: 30s # -- Core propeller configuration diff --git a/deployment/eks/flyte_aws_scheduler_helm_generated.yaml b/deployment/eks/flyte_aws_scheduler_helm_generated.yaml index 647754edda..20f0cf0d7b 100644 --- a/deployment/eks/flyte_aws_scheduler_helm_generated.yaml +++ b/deployment/eks/flyte_aws_scheduler_helm_generated.yaml @@ -429,7 +429,7 @@ data: plugins: k8s: co-pilot: - image: cr.flyte.org/flyteorg/flytecopilot:v1.10.6 + image: cr.flyte.org/flyteorg/flytecopilot:v1.10.7-b0 name: flyte-copilot- start-timeout: 30s core.yaml: | @@ -865,7 +865,7 @@ spec: - /etc/flyte/config/*.yaml - migrate - run - image: "cr.flyte.org/flyteorg/flyteadmin:v1.10.6" + image: "cr.flyte.org/flyteorg/flyteadmin:v1.10.7-b0" imagePullPolicy: "IfNotPresent" name: run-migrations volumeMounts: @@ -882,7 +882,7 @@ spec: - flytesnacks - flytetester - flyteexamples - image: "cr.flyte.org/flyteorg/flyteadmin:v1.10.6" + image: "cr.flyte.org/flyteorg/flyteadmin:v1.10.7-b0" imagePullPolicy: "IfNotPresent" name: seed-projects volumeMounts: @@ -896,7 +896,7 @@ spec: - /etc/flyte/config/*.yaml - clusterresource - sync - image: "cr.flyte.org/flyteorg/flyteadmin:v1.10.6" + image: "cr.flyte.org/flyteorg/flyteadmin:v1.10.7-b0" imagePullPolicy: "IfNotPresent" name: sync-cluster-resources volumeMounts: @@ -909,7 +909,7 @@ spec: - mountPath: /etc/secrets/ name: admin-secrets - name: generate-secrets - image: "cr.flyte.org/flyteorg/flyteadmin:v1.10.6" + image: "cr.flyte.org/flyteorg/flyteadmin:v1.10.7-b0" imagePullPolicy: "IfNotPresent" command: ["/bin/sh", "-c"] args: @@ -932,7 +932,7 @@ spec: - --config - /etc/flyte/config/*.yaml - serve - image: "cr.flyte.org/flyteorg/flyteadmin:v1.10.6" + image: "cr.flyte.org/flyteorg/flyteadmin:v1.10.7-b0" imagePullPolicy: "IfNotPresent" name: flyteadmin ports: @@ -1033,7 +1033,7 @@ spec: - /etc/flyte/config/*.yaml - clusterresource - run - image: "cr.flyte.org/flyteorg/flyteadmin:v1.10.6" + image: "cr.flyte.org/flyteorg/flyteadmin:v1.10.7-b0" imagePullPolicy: "IfNotPresent" name: sync-cluster-resources volumeMounts: @@ -1153,7 +1153,7 @@ spec: - /etc/datacatalog/config/*.yaml - migrate - run - image: "cr.flyte.org/flyteorg/datacatalog:v1.10.6" + image: "cr.flyte.org/flyteorg/datacatalog:v1.10.7-b0" imagePullPolicy: "IfNotPresent" name: run-migrations volumeMounts: @@ -1167,7 +1167,7 @@ spec: - --config - /etc/datacatalog/config/*.yaml - serve - image: "cr.flyte.org/flyteorg/datacatalog:v1.10.6" + image: "cr.flyte.org/flyteorg/datacatalog:v1.10.7-b0" imagePullPolicy: "IfNotPresent" name: datacatalog ports: @@ -1226,7 +1226,7 @@ spec: template: metadata: annotations: - configChecksum: "fd3294c2987d4c2863e13a84abd65a284f69332d97a698c833c27e5c9f5417a" + configChecksum: "df1663080e3f9c7f97035ff969c5c5ea649f23c071e2e473c7c1513d0d5d9b4" labels: app.kubernetes.io/name: flytepropeller app.kubernetes.io/instance: flyte @@ -1252,7 +1252,7 @@ spec: valueFrom: fieldRef: fieldPath: metadata.namespace - image: "cr.flyte.org/flyteorg/flytepropeller:v1.10.6" + image: "cr.flyte.org/flyteorg/flytepropeller:v1.10.7-b0" imagePullPolicy: "IfNotPresent" name: flytepropeller ports: @@ -1306,9 +1306,9 @@ spec: labels: app: flyte-pod-webhook app.kubernetes.io/name: flyte-pod-webhook - app.kubernetes.io/version: v1.10.6 + app.kubernetes.io/version: v1.10.7-b0 annotations: - configChecksum: "fd3294c2987d4c2863e13a84abd65a284f69332d97a698c833c27e5c9f5417a" + configChecksum: "df1663080e3f9c7f97035ff969c5c5ea649f23c071e2e473c7c1513d0d5d9b4" spec: securityContext: fsGroup: 65534 @@ -1317,7 +1317,7 @@ spec: serviceAccountName: flyte-pod-webhook initContainers: - name: generate-secrets - image: "cr.flyte.org/flyteorg/flytepropeller:v1.10.6" + image: "cr.flyte.org/flyteorg/flytepropeller:v1.10.7-b0" imagePullPolicy: "IfNotPresent" command: - flytepropeller @@ -1340,7 +1340,7 @@ spec: mountPath: /etc/flyte/config containers: - name: webhook - image: "cr.flyte.org/flyteorg/flytepropeller:v1.10.6" + image: "cr.flyte.org/flyteorg/flytepropeller:v1.10.7-b0" imagePullPolicy: "IfNotPresent" command: - flytepropeller diff --git a/deployment/eks/flyte_helm_controlplane_generated.yaml b/deployment/eks/flyte_helm_controlplane_generated.yaml index 30a03b4498..68d7312345 100644 --- a/deployment/eks/flyte_helm_controlplane_generated.yaml +++ b/deployment/eks/flyte_helm_controlplane_generated.yaml @@ -571,7 +571,7 @@ spec: - /etc/flyte/config/*.yaml - migrate - run - image: "cr.flyte.org/flyteorg/flyteadmin:v1.10.6" + image: "cr.flyte.org/flyteorg/flyteadmin:v1.10.7-b0" imagePullPolicy: "IfNotPresent" name: run-migrations volumeMounts: @@ -588,7 +588,7 @@ spec: - flytesnacks - flytetester - flyteexamples - image: "cr.flyte.org/flyteorg/flyteadmin:v1.10.6" + image: "cr.flyte.org/flyteorg/flyteadmin:v1.10.7-b0" imagePullPolicy: "IfNotPresent" name: seed-projects volumeMounts: @@ -602,7 +602,7 @@ spec: - /etc/flyte/config/*.yaml - clusterresource - sync - image: "cr.flyte.org/flyteorg/flyteadmin:v1.10.6" + image: "cr.flyte.org/flyteorg/flyteadmin:v1.10.7-b0" imagePullPolicy: "IfNotPresent" name: sync-cluster-resources volumeMounts: @@ -615,7 +615,7 @@ spec: - mountPath: /etc/secrets/ name: admin-secrets - name: generate-secrets - image: "cr.flyte.org/flyteorg/flyteadmin:v1.10.6" + image: "cr.flyte.org/flyteorg/flyteadmin:v1.10.7-b0" imagePullPolicy: "IfNotPresent" command: ["/bin/sh", "-c"] args: @@ -638,7 +638,7 @@ spec: - --config - /etc/flyte/config/*.yaml - serve - image: "cr.flyte.org/flyteorg/flyteadmin:v1.10.6" + image: "cr.flyte.org/flyteorg/flyteadmin:v1.10.7-b0" imagePullPolicy: "IfNotPresent" name: flyteadmin ports: @@ -739,7 +739,7 @@ spec: - /etc/flyte/config/*.yaml - clusterresource - run - image: "cr.flyte.org/flyteorg/flyteadmin:v1.10.6" + image: "cr.flyte.org/flyteorg/flyteadmin:v1.10.7-b0" imagePullPolicy: "IfNotPresent" name: sync-cluster-resources volumeMounts: @@ -859,7 +859,7 @@ spec: - /etc/datacatalog/config/*.yaml - migrate - run - image: "cr.flyte.org/flyteorg/datacatalog:v1.10.6" + image: "cr.flyte.org/flyteorg/datacatalog:v1.10.7-b0" imagePullPolicy: "IfNotPresent" name: run-migrations volumeMounts: @@ -873,7 +873,7 @@ spec: - --config - /etc/datacatalog/config/*.yaml - serve - image: "cr.flyte.org/flyteorg/datacatalog:v1.10.6" + image: "cr.flyte.org/flyteorg/datacatalog:v1.10.7-b0" imagePullPolicy: "IfNotPresent" name: datacatalog ports: @@ -949,7 +949,7 @@ spec: - precheck - --config - /etc/flyte/config/*.yaml - image: "cr.flyte.org/flyteorg/flytescheduler:v1.10.6" + image: "cr.flyte.org/flyteorg/flytescheduler:v1.10.7-b0" imagePullPolicy: "IfNotPresent" name: flytescheduler-check volumeMounts: @@ -965,7 +965,7 @@ spec: - run - --config - /etc/flyte/config/*.yaml - image: "cr.flyte.org/flyteorg/flytescheduler:v1.10.6" + image: "cr.flyte.org/flyteorg/flytescheduler:v1.10.7-b0" imagePullPolicy: "IfNotPresent" name: flytescheduler ports: diff --git a/deployment/eks/flyte_helm_dataplane_generated.yaml b/deployment/eks/flyte_helm_dataplane_generated.yaml index e5655a4c53..34c3ccc312 100644 --- a/deployment/eks/flyte_helm_dataplane_generated.yaml +++ b/deployment/eks/flyte_helm_dataplane_generated.yaml @@ -94,7 +94,7 @@ data: plugins: k8s: co-pilot: - image: cr.flyte.org/flyteorg/flytecopilot:v1.10.6 + image: cr.flyte.org/flyteorg/flytecopilot:v1.10.7-b0 name: flyte-copilot- start-timeout: 30s core.yaml: | @@ -427,7 +427,7 @@ spec: template: metadata: annotations: - configChecksum: "fd3294c2987d4c2863e13a84abd65a284f69332d97a698c833c27e5c9f5417a" + configChecksum: "df1663080e3f9c7f97035ff969c5c5ea649f23c071e2e473c7c1513d0d5d9b4" labels: app.kubernetes.io/name: flytepropeller app.kubernetes.io/instance: flyte @@ -453,7 +453,7 @@ spec: valueFrom: fieldRef: fieldPath: metadata.namespace - image: "cr.flyte.org/flyteorg/flytepropeller:v1.10.6" + image: "cr.flyte.org/flyteorg/flytepropeller:v1.10.7-b0" imagePullPolicy: "IfNotPresent" name: flytepropeller ports: @@ -507,9 +507,9 @@ spec: labels: app: flyte-pod-webhook app.kubernetes.io/name: flyte-pod-webhook - app.kubernetes.io/version: v1.10.6 + app.kubernetes.io/version: v1.10.7-b0 annotations: - configChecksum: "fd3294c2987d4c2863e13a84abd65a284f69332d97a698c833c27e5c9f5417a" + configChecksum: "df1663080e3f9c7f97035ff969c5c5ea649f23c071e2e473c7c1513d0d5d9b4" spec: securityContext: fsGroup: 65534 @@ -518,7 +518,7 @@ spec: serviceAccountName: flyte-pod-webhook initContainers: - name: generate-secrets - image: "cr.flyte.org/flyteorg/flytepropeller:v1.10.6" + image: "cr.flyte.org/flyteorg/flytepropeller:v1.10.7-b0" imagePullPolicy: "IfNotPresent" command: - flytepropeller @@ -541,7 +541,7 @@ spec: mountPath: /etc/flyte/config containers: - name: webhook - image: "cr.flyte.org/flyteorg/flytepropeller:v1.10.6" + image: "cr.flyte.org/flyteorg/flytepropeller:v1.10.7-b0" imagePullPolicy: "IfNotPresent" command: - flytepropeller diff --git a/deployment/eks/flyte_helm_generated.yaml b/deployment/eks/flyte_helm_generated.yaml index 45fed80156..30f1f82077 100644 --- a/deployment/eks/flyte_helm_generated.yaml +++ b/deployment/eks/flyte_helm_generated.yaml @@ -460,7 +460,7 @@ data: plugins: k8s: co-pilot: - image: cr.flyte.org/flyteorg/flytecopilot:v1.10.6 + image: cr.flyte.org/flyteorg/flytecopilot:v1.10.7-b0 name: flyte-copilot- start-timeout: 30s core.yaml: | @@ -896,7 +896,7 @@ spec: - /etc/flyte/config/*.yaml - migrate - run - image: "cr.flyte.org/flyteorg/flyteadmin:v1.10.6" + image: "cr.flyte.org/flyteorg/flyteadmin:v1.10.7-b0" imagePullPolicy: "IfNotPresent" name: run-migrations volumeMounts: @@ -913,7 +913,7 @@ spec: - flytesnacks - flytetester - flyteexamples - image: "cr.flyte.org/flyteorg/flyteadmin:v1.10.6" + image: "cr.flyte.org/flyteorg/flyteadmin:v1.10.7-b0" imagePullPolicy: "IfNotPresent" name: seed-projects volumeMounts: @@ -927,7 +927,7 @@ spec: - /etc/flyte/config/*.yaml - clusterresource - sync - image: "cr.flyte.org/flyteorg/flyteadmin:v1.10.6" + image: "cr.flyte.org/flyteorg/flyteadmin:v1.10.7-b0" imagePullPolicy: "IfNotPresent" name: sync-cluster-resources volumeMounts: @@ -940,7 +940,7 @@ spec: - mountPath: /etc/secrets/ name: admin-secrets - name: generate-secrets - image: "cr.flyte.org/flyteorg/flyteadmin:v1.10.6" + image: "cr.flyte.org/flyteorg/flyteadmin:v1.10.7-b0" imagePullPolicy: "IfNotPresent" command: ["/bin/sh", "-c"] args: @@ -963,7 +963,7 @@ spec: - --config - /etc/flyte/config/*.yaml - serve - image: "cr.flyte.org/flyteorg/flyteadmin:v1.10.6" + image: "cr.flyte.org/flyteorg/flyteadmin:v1.10.7-b0" imagePullPolicy: "IfNotPresent" name: flyteadmin ports: @@ -1064,7 +1064,7 @@ spec: - /etc/flyte/config/*.yaml - clusterresource - run - image: "cr.flyte.org/flyteorg/flyteadmin:v1.10.6" + image: "cr.flyte.org/flyteorg/flyteadmin:v1.10.7-b0" imagePullPolicy: "IfNotPresent" name: sync-cluster-resources volumeMounts: @@ -1184,7 +1184,7 @@ spec: - /etc/datacatalog/config/*.yaml - migrate - run - image: "cr.flyte.org/flyteorg/datacatalog:v1.10.6" + image: "cr.flyte.org/flyteorg/datacatalog:v1.10.7-b0" imagePullPolicy: "IfNotPresent" name: run-migrations volumeMounts: @@ -1198,7 +1198,7 @@ spec: - --config - /etc/datacatalog/config/*.yaml - serve - image: "cr.flyte.org/flyteorg/datacatalog:v1.10.6" + image: "cr.flyte.org/flyteorg/datacatalog:v1.10.7-b0" imagePullPolicy: "IfNotPresent" name: datacatalog ports: @@ -1274,7 +1274,7 @@ spec: - precheck - --config - /etc/flyte/config/*.yaml - image: "cr.flyte.org/flyteorg/flytescheduler:v1.10.6" + image: "cr.flyte.org/flyteorg/flytescheduler:v1.10.7-b0" imagePullPolicy: "IfNotPresent" name: flytescheduler-check volumeMounts: @@ -1290,7 +1290,7 @@ spec: - run - --config - /etc/flyte/config/*.yaml - image: "cr.flyte.org/flyteorg/flytescheduler:v1.10.6" + image: "cr.flyte.org/flyteorg/flytescheduler:v1.10.7-b0" imagePullPolicy: "IfNotPresent" name: flytescheduler ports: @@ -1345,7 +1345,7 @@ spec: template: metadata: annotations: - configChecksum: "fd3294c2987d4c2863e13a84abd65a284f69332d97a698c833c27e5c9f5417a" + configChecksum: "df1663080e3f9c7f97035ff969c5c5ea649f23c071e2e473c7c1513d0d5d9b4" labels: app.kubernetes.io/name: flytepropeller app.kubernetes.io/instance: flyte @@ -1371,7 +1371,7 @@ spec: valueFrom: fieldRef: fieldPath: metadata.namespace - image: "cr.flyte.org/flyteorg/flytepropeller:v1.10.6" + image: "cr.flyte.org/flyteorg/flytepropeller:v1.10.7-b0" imagePullPolicy: "IfNotPresent" name: flytepropeller ports: @@ -1425,9 +1425,9 @@ spec: labels: app: flyte-pod-webhook app.kubernetes.io/name: flyte-pod-webhook - app.kubernetes.io/version: v1.10.6 + app.kubernetes.io/version: v1.10.7-b0 annotations: - configChecksum: "fd3294c2987d4c2863e13a84abd65a284f69332d97a698c833c27e5c9f5417a" + configChecksum: "df1663080e3f9c7f97035ff969c5c5ea649f23c071e2e473c7c1513d0d5d9b4" spec: securityContext: fsGroup: 65534 @@ -1436,7 +1436,7 @@ spec: serviceAccountName: flyte-pod-webhook initContainers: - name: generate-secrets - image: "cr.flyte.org/flyteorg/flytepropeller:v1.10.6" + image: "cr.flyte.org/flyteorg/flytepropeller:v1.10.7-b0" imagePullPolicy: "IfNotPresent" command: - flytepropeller @@ -1459,7 +1459,7 @@ spec: mountPath: /etc/flyte/config containers: - name: webhook - image: "cr.flyte.org/flyteorg/flytepropeller:v1.10.6" + image: "cr.flyte.org/flyteorg/flytepropeller:v1.10.7-b0" imagePullPolicy: "IfNotPresent" command: - flytepropeller diff --git a/deployment/gcp/flyte_generated.yaml b/deployment/gcp/flyte_generated.yaml index 14897b6b71..3c880f0043 100644 --- a/deployment/gcp/flyte_generated.yaml +++ b/deployment/gcp/flyte_generated.yaml @@ -8682,7 +8682,7 @@ spec: - --config - /etc/datacatalog/config/*.yaml - serve - image: cr.flyte.org/flyteorg/datacatalog:v1.9.37 + image: cr.flyte.org/flyteorg/datacatalog:v1.10.7-b0 imagePullPolicy: IfNotPresent name: datacatalog ports: @@ -8705,7 +8705,7 @@ spec: - /etc/datacatalog/config/*.yaml - migrate - run - image: cr.flyte.org/flyteorg/datacatalog:v1.9.37 + image: cr.flyte.org/flyteorg/datacatalog:v1.10.7-b0 imagePullPolicy: IfNotPresent name: run-migrations volumeMounts: @@ -8766,7 +8766,7 @@ spec: valueFrom: fieldRef: fieldPath: metadata.namespace - image: cr.flyte.org/flyteorg/flytepropeller:v1.9.37 + image: cr.flyte.org/flyteorg/flytepropeller:v1.10.7-b0 imagePullPolicy: IfNotPresent name: webhook volumeMounts: @@ -8793,7 +8793,7 @@ spec: valueFrom: fieldRef: fieldPath: metadata.namespace - image: cr.flyte.org/flyteorg/flytepropeller:v1.9.37 + image: cr.flyte.org/flyteorg/flytepropeller:v1.10.7-b0 imagePullPolicy: IfNotPresent name: generate-secrets volumeMounts: @@ -8841,7 +8841,7 @@ spec: - --config - /etc/flyte/config/*.yaml - serve - image: cr.flyte.org/flyteorg/flyteadmin:v1.9.37 + image: cr.flyte.org/flyteorg/flyteadmin:v1.10.7-b0 imagePullPolicy: IfNotPresent name: flyteadmin ports: @@ -8888,7 +8888,7 @@ spec: - /etc/flyte/config/*.yaml - migrate - run - image: cr.flyte.org/flyteorg/flyteadmin:v1.9.37 + image: cr.flyte.org/flyteorg/flyteadmin:v1.10.7-b0 imagePullPolicy: IfNotPresent name: run-migrations volumeMounts: @@ -8905,7 +8905,7 @@ spec: - flytesnacks - flytetester - flyteexamples - image: cr.flyte.org/flyteorg/flyteadmin:v1.9.37 + image: cr.flyte.org/flyteorg/flyteadmin:v1.10.7-b0 imagePullPolicy: IfNotPresent name: seed-projects volumeMounts: @@ -8919,7 +8919,7 @@ spec: - /etc/flyte/config/*.yaml - clusterresource - sync - image: cr.flyte.org/flyteorg/flyteadmin:v1.9.37 + image: cr.flyte.org/flyteorg/flyteadmin:v1.10.7-b0 imagePullPolicy: IfNotPresent name: sync-cluster-resources volumeMounts: @@ -8939,7 +8939,7 @@ spec: valueFrom: fieldRef: fieldPath: metadata.namespace - image: cr.flyte.org/flyteorg/flyteadmin:v1.9.37 + image: cr.flyte.org/flyteorg/flyteadmin:v1.10.7-b0 imagePullPolicy: IfNotPresent name: generate-secrets volumeMounts: @@ -9044,7 +9044,7 @@ spec: valueFrom: fieldRef: fieldPath: metadata.namespace - image: cr.flyte.org/flyteorg/flytepropeller:v1.9.37 + image: cr.flyte.org/flyteorg/flytepropeller:v1.10.7-b0 imagePullPolicy: IfNotPresent name: flytepropeller ports: @@ -9312,7 +9312,7 @@ spec: - /etc/flyte/config/*.yaml - clusterresource - sync - image: cr.flyte.org/flyteorg/flyteadmin:v1.9.37 + image: cr.flyte.org/flyteorg/flyteadmin:v1.10.7-b0 imagePullPolicy: IfNotPresent name: sync-cluster-resources volumeMounts: diff --git a/deployment/gcp/flyte_helm_controlplane_generated.yaml b/deployment/gcp/flyte_helm_controlplane_generated.yaml index 29be77bd52..66e8f1be18 100644 --- a/deployment/gcp/flyte_helm_controlplane_generated.yaml +++ b/deployment/gcp/flyte_helm_controlplane_generated.yaml @@ -586,7 +586,7 @@ spec: - /etc/flyte/config/*.yaml - migrate - run - image: "cr.flyte.org/flyteorg/flyteadmin:v1.10.6" + image: "cr.flyte.org/flyteorg/flyteadmin:v1.10.7-b0" imagePullPolicy: "IfNotPresent" name: run-migrations volumeMounts: @@ -603,7 +603,7 @@ spec: - flytesnacks - flytetester - flyteexamples - image: "cr.flyte.org/flyteorg/flyteadmin:v1.10.6" + image: "cr.flyte.org/flyteorg/flyteadmin:v1.10.7-b0" imagePullPolicy: "IfNotPresent" name: seed-projects volumeMounts: @@ -617,7 +617,7 @@ spec: - /etc/flyte/config/*.yaml - clusterresource - sync - image: "cr.flyte.org/flyteorg/flyteadmin:v1.10.6" + image: "cr.flyte.org/flyteorg/flyteadmin:v1.10.7-b0" imagePullPolicy: "IfNotPresent" name: sync-cluster-resources volumeMounts: @@ -630,7 +630,7 @@ spec: - mountPath: /etc/secrets/ name: admin-secrets - name: generate-secrets - image: "cr.flyte.org/flyteorg/flyteadmin:v1.10.6" + image: "cr.flyte.org/flyteorg/flyteadmin:v1.10.7-b0" imagePullPolicy: "IfNotPresent" command: ["/bin/sh", "-c"] args: @@ -653,7 +653,7 @@ spec: - --config - /etc/flyte/config/*.yaml - serve - image: "cr.flyte.org/flyteorg/flyteadmin:v1.10.6" + image: "cr.flyte.org/flyteorg/flyteadmin:v1.10.7-b0" imagePullPolicy: "IfNotPresent" name: flyteadmin ports: @@ -754,7 +754,7 @@ spec: - /etc/flyte/config/*.yaml - clusterresource - run - image: "cr.flyte.org/flyteorg/flyteadmin:v1.10.6" + image: "cr.flyte.org/flyteorg/flyteadmin:v1.10.7-b0" imagePullPolicy: "IfNotPresent" name: sync-cluster-resources volumeMounts: @@ -874,7 +874,7 @@ spec: - /etc/datacatalog/config/*.yaml - migrate - run - image: "cr.flyte.org/flyteorg/datacatalog:v1.10.6" + image: "cr.flyte.org/flyteorg/datacatalog:v1.10.7-b0" imagePullPolicy: "IfNotPresent" name: run-migrations volumeMounts: @@ -888,7 +888,7 @@ spec: - --config - /etc/datacatalog/config/*.yaml - serve - image: "cr.flyte.org/flyteorg/datacatalog:v1.10.6" + image: "cr.flyte.org/flyteorg/datacatalog:v1.10.7-b0" imagePullPolicy: "IfNotPresent" name: datacatalog ports: @@ -964,7 +964,7 @@ spec: - precheck - --config - /etc/flyte/config/*.yaml - image: "cr.flyte.org/flyteorg/flytescheduler:v1.10.6" + image: "cr.flyte.org/flyteorg/flytescheduler:v1.10.7-b0" imagePullPolicy: "IfNotPresent" name: flytescheduler-check volumeMounts: @@ -980,7 +980,7 @@ spec: - run - --config - /etc/flyte/config/*.yaml - image: "cr.flyte.org/flyteorg/flytescheduler:v1.10.6" + image: "cr.flyte.org/flyteorg/flytescheduler:v1.10.7-b0" imagePullPolicy: "IfNotPresent" name: flytescheduler ports: diff --git a/deployment/gcp/flyte_helm_dataplane_generated.yaml b/deployment/gcp/flyte_helm_dataplane_generated.yaml index bfe7b45516..3ea61f0d4f 100644 --- a/deployment/gcp/flyte_helm_dataplane_generated.yaml +++ b/deployment/gcp/flyte_helm_dataplane_generated.yaml @@ -94,7 +94,7 @@ data: plugins: k8s: co-pilot: - image: cr.flyte.org/flyteorg/flytecopilot:v1.10.6 + image: cr.flyte.org/flyteorg/flytecopilot:v1.10.7-b0 name: flyte-copilot- start-timeout: 30s core.yaml: | @@ -435,7 +435,7 @@ spec: template: metadata: annotations: - configChecksum: "5cfa27fed34037ee9e992af31d950a82a9abe1e77f10b7bd7f37d2fb6b935e1" + configChecksum: "7df3601285098b6d72884ed505fef5888d16b2957484b97e006616363986b8e" labels: app.kubernetes.io/name: flytepropeller app.kubernetes.io/instance: flyte @@ -460,7 +460,7 @@ spec: valueFrom: fieldRef: fieldPath: metadata.namespace - image: "cr.flyte.org/flyteorg/flytepropeller:v1.10.6" + image: "cr.flyte.org/flyteorg/flytepropeller:v1.10.7-b0" imagePullPolicy: "IfNotPresent" name: flytepropeller ports: @@ -514,9 +514,9 @@ spec: labels: app: flyte-pod-webhook app.kubernetes.io/name: flyte-pod-webhook - app.kubernetes.io/version: v1.10.6 + app.kubernetes.io/version: v1.10.7-b0 annotations: - configChecksum: "5cfa27fed34037ee9e992af31d950a82a9abe1e77f10b7bd7f37d2fb6b935e1" + configChecksum: "7df3601285098b6d72884ed505fef5888d16b2957484b97e006616363986b8e" spec: securityContext: fsGroup: 65534 @@ -525,7 +525,7 @@ spec: serviceAccountName: flyte-pod-webhook initContainers: - name: generate-secrets - image: "cr.flyte.org/flyteorg/flytepropeller:v1.10.6" + image: "cr.flyte.org/flyteorg/flytepropeller:v1.10.7-b0" imagePullPolicy: "IfNotPresent" command: - flytepropeller @@ -548,7 +548,7 @@ spec: mountPath: /etc/flyte/config containers: - name: webhook - image: "cr.flyte.org/flyteorg/flytepropeller:v1.10.6" + image: "cr.flyte.org/flyteorg/flytepropeller:v1.10.7-b0" imagePullPolicy: "IfNotPresent" command: - flytepropeller diff --git a/deployment/gcp/flyte_helm_generated.yaml b/deployment/gcp/flyte_helm_generated.yaml index 9c81b402c5..2dacc9d51e 100644 --- a/deployment/gcp/flyte_helm_generated.yaml +++ b/deployment/gcp/flyte_helm_generated.yaml @@ -473,7 +473,7 @@ data: plugins: k8s: co-pilot: - image: cr.flyte.org/flyteorg/flytecopilot:v1.10.6 + image: cr.flyte.org/flyteorg/flytecopilot:v1.10.7-b0 name: flyte-copilot- start-timeout: 30s core.yaml: | @@ -919,7 +919,7 @@ spec: - /etc/flyte/config/*.yaml - migrate - run - image: "cr.flyte.org/flyteorg/flyteadmin:v1.10.6" + image: "cr.flyte.org/flyteorg/flyteadmin:v1.10.7-b0" imagePullPolicy: "IfNotPresent" name: run-migrations volumeMounts: @@ -936,7 +936,7 @@ spec: - flytesnacks - flytetester - flyteexamples - image: "cr.flyte.org/flyteorg/flyteadmin:v1.10.6" + image: "cr.flyte.org/flyteorg/flyteadmin:v1.10.7-b0" imagePullPolicy: "IfNotPresent" name: seed-projects volumeMounts: @@ -950,7 +950,7 @@ spec: - /etc/flyte/config/*.yaml - clusterresource - sync - image: "cr.flyte.org/flyteorg/flyteadmin:v1.10.6" + image: "cr.flyte.org/flyteorg/flyteadmin:v1.10.7-b0" imagePullPolicy: "IfNotPresent" name: sync-cluster-resources volumeMounts: @@ -963,7 +963,7 @@ spec: - mountPath: /etc/secrets/ name: admin-secrets - name: generate-secrets - image: "cr.flyte.org/flyteorg/flyteadmin:v1.10.6" + image: "cr.flyte.org/flyteorg/flyteadmin:v1.10.7-b0" imagePullPolicy: "IfNotPresent" command: ["/bin/sh", "-c"] args: @@ -986,7 +986,7 @@ spec: - --config - /etc/flyte/config/*.yaml - serve - image: "cr.flyte.org/flyteorg/flyteadmin:v1.10.6" + image: "cr.flyte.org/flyteorg/flyteadmin:v1.10.7-b0" imagePullPolicy: "IfNotPresent" name: flyteadmin ports: @@ -1087,7 +1087,7 @@ spec: - /etc/flyte/config/*.yaml - clusterresource - run - image: "cr.flyte.org/flyteorg/flyteadmin:v1.10.6" + image: "cr.flyte.org/flyteorg/flyteadmin:v1.10.7-b0" imagePullPolicy: "IfNotPresent" name: sync-cluster-resources volumeMounts: @@ -1207,7 +1207,7 @@ spec: - /etc/datacatalog/config/*.yaml - migrate - run - image: "cr.flyte.org/flyteorg/datacatalog:v1.10.6" + image: "cr.flyte.org/flyteorg/datacatalog:v1.10.7-b0" imagePullPolicy: "IfNotPresent" name: run-migrations volumeMounts: @@ -1221,7 +1221,7 @@ spec: - --config - /etc/datacatalog/config/*.yaml - serve - image: "cr.flyte.org/flyteorg/datacatalog:v1.10.6" + image: "cr.flyte.org/flyteorg/datacatalog:v1.10.7-b0" imagePullPolicy: "IfNotPresent" name: datacatalog ports: @@ -1297,7 +1297,7 @@ spec: - precheck - --config - /etc/flyte/config/*.yaml - image: "cr.flyte.org/flyteorg/flytescheduler:v1.10.6" + image: "cr.flyte.org/flyteorg/flytescheduler:v1.10.7-b0" imagePullPolicy: "IfNotPresent" name: flytescheduler-check volumeMounts: @@ -1313,7 +1313,7 @@ spec: - run - --config - /etc/flyte/config/*.yaml - image: "cr.flyte.org/flyteorg/flytescheduler:v1.10.6" + image: "cr.flyte.org/flyteorg/flytescheduler:v1.10.7-b0" imagePullPolicy: "IfNotPresent" name: flytescheduler ports: @@ -1368,7 +1368,7 @@ spec: template: metadata: annotations: - configChecksum: "5cfa27fed34037ee9e992af31d950a82a9abe1e77f10b7bd7f37d2fb6b935e1" + configChecksum: "7df3601285098b6d72884ed505fef5888d16b2957484b97e006616363986b8e" labels: app.kubernetes.io/name: flytepropeller app.kubernetes.io/instance: flyte @@ -1393,7 +1393,7 @@ spec: valueFrom: fieldRef: fieldPath: metadata.namespace - image: "cr.flyte.org/flyteorg/flytepropeller:v1.10.6" + image: "cr.flyte.org/flyteorg/flytepropeller:v1.10.7-b0" imagePullPolicy: "IfNotPresent" name: flytepropeller ports: @@ -1447,9 +1447,9 @@ spec: labels: app: flyte-pod-webhook app.kubernetes.io/name: flyte-pod-webhook - app.kubernetes.io/version: v1.10.6 + app.kubernetes.io/version: v1.10.7-b0 annotations: - configChecksum: "5cfa27fed34037ee9e992af31d950a82a9abe1e77f10b7bd7f37d2fb6b935e1" + configChecksum: "7df3601285098b6d72884ed505fef5888d16b2957484b97e006616363986b8e" spec: securityContext: fsGroup: 65534 @@ -1458,7 +1458,7 @@ spec: serviceAccountName: flyte-pod-webhook initContainers: - name: generate-secrets - image: "cr.flyte.org/flyteorg/flytepropeller:v1.10.6" + image: "cr.flyte.org/flyteorg/flytepropeller:v1.10.7-b0" imagePullPolicy: "IfNotPresent" command: - flytepropeller @@ -1481,7 +1481,7 @@ spec: mountPath: /etc/flyte/config containers: - name: webhook - image: "cr.flyte.org/flyteorg/flytepropeller:v1.10.6" + image: "cr.flyte.org/flyteorg/flytepropeller:v1.10.7-b0" imagePullPolicy: "IfNotPresent" command: - flytepropeller diff --git a/deployment/sandbox-binary/flyte_sandbox_binary_helm_generated.yaml b/deployment/sandbox-binary/flyte_sandbox_binary_helm_generated.yaml index 2b0d197af3..7ec69befea 100644 --- a/deployment/sandbox-binary/flyte_sandbox_binary_helm_generated.yaml +++ b/deployment/sandbox-binary/flyte_sandbox_binary_helm_generated.yaml @@ -116,7 +116,7 @@ data: stackdriver-enabled: false k8s: co-pilot: - image: "cr.flyte.org/flyteorg/flytecopilot:v1.10.6" + image: "cr.flyte.org/flyteorg/flytecopilot:v1.10.7-b0" k8s-array: logs: config: @@ -358,7 +358,7 @@ spec: app.kubernetes.io/instance: flyte app.kubernetes.io/component: flyte-binary annotations: - checksum/configuration: 94a584c983cfe1077f02569ae00f81c4fddae4505901006eda76d9338bd3dda2 + checksum/configuration: 55e7b2e56788afd27bbd6bb58479fa7bb0c3e60ec6161f2c62bb21d677ade59f checksum/configuration-secret: d5d93f4e67780b21593dc3799f0f6682aab0765e708e4020939975d14d44f929 checksum/cluster-resource-templates: 7dfa59f3d447e9c099b8f8ffad3af466fecbc9cf9f8c97295d9634254a55d4ae spec: diff --git a/deployment/sandbox/flyte_helm_generated.yaml b/deployment/sandbox/flyte_helm_generated.yaml index 26a61908ed..70f7b7e2d2 100644 --- a/deployment/sandbox/flyte_helm_generated.yaml +++ b/deployment/sandbox/flyte_helm_generated.yaml @@ -585,7 +585,7 @@ data: plugins: k8s: co-pilot: - image: cr.flyte.org/flyteorg/flytecopilot:v1.10.6 + image: cr.flyte.org/flyteorg/flytecopilot:v1.10.7-b0 name: flyte-copilot- start-timeout: 30s core.yaml: | @@ -6708,7 +6708,7 @@ spec: - /etc/flyte/config/*.yaml - migrate - run - image: "cr.flyte.org/flyteorg/flyteadmin:v1.10.6" + image: "cr.flyte.org/flyteorg/flyteadmin:v1.10.7-b0" imagePullPolicy: "IfNotPresent" name: run-migrations volumeMounts: @@ -6724,7 +6724,7 @@ spec: - flytesnacks - flytetester - flyteexamples - image: "cr.flyte.org/flyteorg/flyteadmin:v1.10.6" + image: "cr.flyte.org/flyteorg/flyteadmin:v1.10.7-b0" imagePullPolicy: "IfNotPresent" name: seed-projects volumeMounts: @@ -6737,7 +6737,7 @@ spec: - /etc/flyte/config/*.yaml - clusterresource - sync - image: "cr.flyte.org/flyteorg/flyteadmin:v1.10.6" + image: "cr.flyte.org/flyteorg/flyteadmin:v1.10.7-b0" imagePullPolicy: "IfNotPresent" name: sync-cluster-resources volumeMounts: @@ -6749,7 +6749,7 @@ spec: - mountPath: /etc/secrets/ name: admin-secrets - name: generate-secrets - image: "cr.flyte.org/flyteorg/flyteadmin:v1.10.6" + image: "cr.flyte.org/flyteorg/flyteadmin:v1.10.7-b0" imagePullPolicy: "IfNotPresent" command: ["/bin/sh", "-c"] args: @@ -6772,7 +6772,7 @@ spec: - --config - /etc/flyte/config/*.yaml - serve - image: "cr.flyte.org/flyteorg/flyteadmin:v1.10.6" + image: "cr.flyte.org/flyteorg/flyteadmin:v1.10.7-b0" imagePullPolicy: "IfNotPresent" name: flyteadmin ports: @@ -6863,7 +6863,7 @@ spec: - /etc/flyte/config/*.yaml - clusterresource - run - image: "cr.flyte.org/flyteorg/flyteadmin:v1.10.6" + image: "cr.flyte.org/flyteorg/flyteadmin:v1.10.7-b0" imagePullPolicy: "IfNotPresent" name: sync-cluster-resources volumeMounts: @@ -6978,7 +6978,7 @@ spec: - /etc/datacatalog/config/*.yaml - migrate - run - image: "cr.flyte.org/flyteorg/datacatalog:v1.10.6" + image: "cr.flyte.org/flyteorg/datacatalog:v1.10.7-b0" imagePullPolicy: "IfNotPresent" name: run-migrations volumeMounts: @@ -6991,7 +6991,7 @@ spec: - --config - /etc/datacatalog/config/*.yaml - serve - image: "cr.flyte.org/flyteorg/datacatalog:v1.10.6" + image: "cr.flyte.org/flyteorg/datacatalog:v1.10.7-b0" imagePullPolicy: "IfNotPresent" name: datacatalog ports: @@ -7057,7 +7057,7 @@ spec: - precheck - --config - /etc/flyte/config/*.yaml - image: "cr.flyte.org/flyteorg/flytescheduler:v1.10.6" + image: "cr.flyte.org/flyteorg/flytescheduler:v1.10.7-b0" imagePullPolicy: "IfNotPresent" name: flytescheduler-check volumeMounts: @@ -7072,7 +7072,7 @@ spec: - run - --config - /etc/flyte/config/*.yaml - image: "cr.flyte.org/flyteorg/flytescheduler:v1.10.6" + image: "cr.flyte.org/flyteorg/flytescheduler:v1.10.7-b0" imagePullPolicy: "IfNotPresent" name: flytescheduler ports: @@ -7124,7 +7124,7 @@ spec: template: metadata: annotations: - configChecksum: "3d2a38f6286a81fa144d0690a97cf10282a73e862a2a3b5a3e0bb2911aac9ca" + configChecksum: "dc2d55ef2d0966ee6101f1e99bc2a305863987d88e4510edfcaf851f6a97cec" labels: app.kubernetes.io/name: flytepropeller app.kubernetes.io/instance: flyte @@ -7149,7 +7149,7 @@ spec: valueFrom: fieldRef: fieldPath: metadata.namespace - image: "cr.flyte.org/flyteorg/flytepropeller:v1.10.6" + image: "cr.flyte.org/flyteorg/flytepropeller:v1.10.7-b0" imagePullPolicy: "IfNotPresent" name: flytepropeller ports: @@ -7196,9 +7196,9 @@ spec: labels: app: flyte-pod-webhook app.kubernetes.io/name: flyte-pod-webhook - app.kubernetes.io/version: v1.10.6 + app.kubernetes.io/version: v1.10.7-b0 annotations: - configChecksum: "3d2a38f6286a81fa144d0690a97cf10282a73e862a2a3b5a3e0bb2911aac9ca" + configChecksum: "dc2d55ef2d0966ee6101f1e99bc2a305863987d88e4510edfcaf851f6a97cec" spec: securityContext: fsGroup: 65534 @@ -7207,7 +7207,7 @@ spec: serviceAccountName: flyte-pod-webhook initContainers: - name: generate-secrets - image: "cr.flyte.org/flyteorg/flytepropeller:v1.10.6" + image: "cr.flyte.org/flyteorg/flytepropeller:v1.10.7-b0" imagePullPolicy: "IfNotPresent" command: - flytepropeller @@ -7230,7 +7230,7 @@ spec: mountPath: /etc/flyte/config containers: - name: webhook - image: "cr.flyte.org/flyteorg/flytepropeller:v1.10.6" + image: "cr.flyte.org/flyteorg/flytepropeller:v1.10.7-b0" imagePullPolicy: "IfNotPresent" command: - flytepropeller diff --git a/docker/sandbox-bundled/manifests/complete-agent.yaml b/docker/sandbox-bundled/manifests/complete-agent.yaml index 2eb6d250bf..1521b5d23b 100644 --- a/docker/sandbox-bundled/manifests/complete-agent.yaml +++ b/docker/sandbox-bundled/manifests/complete-agent.yaml @@ -468,7 +468,7 @@ data: stackdriver-enabled: false k8s: co-pilot: - image: "cr.flyte.org/flyteorg/flytecopilot:v1.10.6" + image: "cr.flyte.org/flyteorg/flytecopilot:v1.10.7-b0" k8s-array: logs: config: @@ -816,7 +816,7 @@ type: Opaque --- apiVersion: v1 data: - haSharedSecret: RkZLd2xsVEZSNXNHMExjeg== + haSharedSecret: c1BOWHU1Z0FjTDlFNHNlYg== proxyPassword: "" proxyUsername: "" kind: Secret @@ -1246,7 +1246,7 @@ spec: metadata: annotations: checksum/cluster-resource-templates: 6fd9b172465e3089fcc59f738b92b8dc4d8939360c19de8ee65f68b0e7422035 - checksum/configuration: 9cb50a36963e1d23a3b500b148de3407c1fcc1b65da0f7da8b038cfd35c97fca + checksum/configuration: ee67efb3dde411e499256060b26900d37a8aa5940da6c62d909b91b7f8a3da89 checksum/configuration-secret: 09216ffaa3d29e14f88b1f30af580d02a2a5e014de4d750b7f275cc07ed4e914 labels: app.kubernetes.io/component: flyte-binary @@ -1412,7 +1412,7 @@ spec: metadata: annotations: checksum/config: 8f50e768255a87f078ba8b9879a0c174c3e045ffb46ac8723d2eedbe293c8d81 - checksum/secret: 54b8e8ed67f9cf2f4b8c83b917ba11b0ed9f81f453df70376c332e202522643e + checksum/secret: d732f4e97ff544b63fd075fe756e252a3eec17631aacf9a9ab157eeafbfff4e8 labels: app: docker-registry release: flyte-sandbox diff --git a/docker/sandbox-bundled/manifests/complete.yaml b/docker/sandbox-bundled/manifests/complete.yaml index 2a4bd6bbdc..11b835a2dc 100644 --- a/docker/sandbox-bundled/manifests/complete.yaml +++ b/docker/sandbox-bundled/manifests/complete.yaml @@ -457,7 +457,7 @@ data: stackdriver-enabled: false k8s: co-pilot: - image: "cr.flyte.org/flyteorg/flytecopilot:v1.10.6" + image: "cr.flyte.org/flyteorg/flytecopilot:v1.10.7-b0" k8s-array: logs: config: @@ -796,7 +796,7 @@ type: Opaque --- apiVersion: v1 data: - haSharedSecret: SENrVEZGc09ob3RKdFJRSA== + haSharedSecret: NjdPaTRkVGZ0a0xibnFDUA== proxyPassword: "" proxyUsername: "" kind: Secret @@ -1194,7 +1194,7 @@ spec: metadata: annotations: checksum/cluster-resource-templates: 6fd9b172465e3089fcc59f738b92b8dc4d8939360c19de8ee65f68b0e7422035 - checksum/configuration: 52331d07774723e1045269ebc8e4cdf95e1bdd85ab104699149cae45f1eb0327 + checksum/configuration: e9a50159fd654000e9c3213be7f4b9afbfa1b62826665546b07eb1cda474be63 checksum/configuration-secret: 09216ffaa3d29e14f88b1f30af580d02a2a5e014de4d750b7f275cc07ed4e914 labels: app.kubernetes.io/component: flyte-binary @@ -1360,7 +1360,7 @@ spec: metadata: annotations: checksum/config: 8f50e768255a87f078ba8b9879a0c174c3e045ffb46ac8723d2eedbe293c8d81 - checksum/secret: 7c61351bdfcc86e008feb9f8d023e02d3aa7e570e1759790f8d7c3f6a4fd9c86 + checksum/secret: fe8e81ff2d03b918c0904af6b9d37f0157352bd44a95a49976093c3dac3fe89a labels: app: docker-registry release: flyte-sandbox diff --git a/docker/sandbox-bundled/manifests/dev.yaml b/docker/sandbox-bundled/manifests/dev.yaml index 050efccd96..49af22ccad 100644 --- a/docker/sandbox-bundled/manifests/dev.yaml +++ b/docker/sandbox-bundled/manifests/dev.yaml @@ -499,7 +499,7 @@ metadata: --- apiVersion: v1 data: - haSharedSecret: RjVjd3lFdXVJRllyTzlTNA== + haSharedSecret: YlA5RGdRZVp5TkVyUndPbg== proxyPassword: "" proxyUsername: "" kind: Secret @@ -934,7 +934,7 @@ spec: metadata: annotations: checksum/config: 8f50e768255a87f078ba8b9879a0c174c3e045ffb46ac8723d2eedbe293c8d81 - checksum/secret: 048f8e7e067f646dce51250b72fe31919755c8fa62f7f4f4ccc054e20a719d9e + checksum/secret: 204ce8c497e0c0609e68a3a7775c527cb670fd3f8045485ad17a253a8fdebc55 labels: app: docker-registry release: flyte-sandbox diff --git a/docs/_ext/import_projects.py b/docs/_ext/import_projects.py index b4fa6310d7..df223ee760 100644 --- a/docs/_ext/import_projects.py +++ b/docs/_ext/import_projects.py @@ -53,6 +53,8 @@ class Project: ``` """ +VERSION_PATTERN = r"^v[0-9]+.[0-9]+.[0-9]+$" + class ListTableToc(SphinxDirective): """Custom directive to convert list-table into both list-table and toctree.""" @@ -146,7 +148,10 @@ def import_projects(app: Sphinx, config: Config): dest_docs_dir = srcdir / project.dest if repo: - tags = sorted(repo.tags, key=lambda t: t.commit.committed_datetime) + tags = sorted( + [t for t in repo.tags if re.match(VERSION_PATTERN, t.name)], + key=lambda t: t.commit.committed_datetime + ) if not tags: # If tags don't exist just use the current commit. This occurs # when the git repo is a shallow clone. diff --git a/docs/_static/algolia-search.js b/docs/_static/algolia-search.js new file mode 100644 index 0000000000..34789e97e8 --- /dev/null +++ b/docs/_static/algolia-search.js @@ -0,0 +1,12 @@ +/*global docsearch*/ + +docsearch({ + container: ".docsearch", + appId: "WLG0MZB58Q", + apiKey: "28bf9bfd4a77a7d6b3ab7e98c671e781", + indexName: "flyte", + searchParameters: { + hitsPerPage: 10, + // See https://www.algolia.com/doc/api-reference/api-parameters/ + }, +}); diff --git a/docs/_static/algolia.css b/docs/_static/algolia.css new file mode 100644 index 0000000000..c051ed6197 --- /dev/null +++ b/docs/_static/algolia.css @@ -0,0 +1,23 @@ +/* Algolia Docs Search Style */ +.docsearch { + width: 100% !important; +} + +.DocSearch-Button { + height: 60px !important; + width: 100% !important; + margin: 0px !important; + border-radius: 0 !important; + border-bottom: 1px solid var(--color-header-border) !important; + background: var(--color-sidebar-background) !important; + padding: 0 15px !important; +} + +.DocSearch-Button:hover, .DocSearch-Button:active { + box-shadow: none !important; + background: var(--docsearch-searchbox-background) !important; +} + +.sidebar-search-container::before { + content: none; +} diff --git a/docs/_static/flyte.css b/docs/_static/flyte.css index a0e5225c25..6071b8ab51 100644 --- a/docs/_static/flyte.css +++ b/docs/_static/flyte.css @@ -43,6 +43,7 @@ h6 { width: 100% !important; margin: 0px !important; border-radius: 0 !important; + border-top: 1px solid var(--color-header-border) !important; border-bottom: 1px solid var(--color-header-border) !important; background: var(--color-sidebar-background) !important; padding: 0 15px !important; @@ -53,6 +54,16 @@ h6 { background: var(--docsearch-searchbox-background) !important; } +.DocSearch-Button-Key { + border-radius: 3px !important; + box-shadow: var(--docsearch-key-shadow) !important; + color: var(--docsearch-muted-color) !important; + display: flex !important; + margin-right: 0.4em !important; + padding: 0 0 2px !important; + border: 0 !important; +} + .sidebar-search-container::before { content: none; } diff --git a/docs/_templates/base.html b/docs/_templates/base.html new file mode 100644 index 0000000000..f3c5ef1a49 --- /dev/null +++ b/docs/_templates/base.html @@ -0,0 +1,125 @@ + + + + {%- block site_meta -%} + + + + + {%- if metatags %}{{ metatags }}{% endif -%} + + {%- block linktags %} + {%- if hasdoc('about') -%} + + {%- endif -%} + {%- if hasdoc('genindex') -%} + + {%- endif -%} + {%- if hasdoc('search') -%} + + {%- endif -%} + {%- if hasdoc('copyright') -%} + + {%- endif -%} + {%- if next -%} + + {%- endif -%} + {%- if prev -%} + + {%- endif -%} + {#- rel="canonical" (set by html_baseurl) -#} + {%- if pageurl %} + + {%- endif %} + {%- endblock linktags %} + + {# Favicon #} + {%- if favicon_url -%} + + {%- endif -%} + + {#- Generator banner -#} + + + {%- endblock site_meta -%} + + {#- Site title -#} + {%- block htmltitle -%} + {% if not docstitle %} + {{ title|striptags|e }} + {% elif pagename == master_doc %} + {{ docstitle|striptags|e }} + {% else %} + {{ title|striptags|e }} - {{ docstitle|striptags|e }} + {% endif %} + {%- endblock -%} + + {%- block styles -%} + + {# Custom stylesheets #} + {%- block regular_styles -%} + {%- for css in css_files -%} + {% if css|attr("filename") -%} + {{ css_tag(css) }} + {%- else -%} + + {%- endif %} + {% endfor -%} + {%- endblock regular_styles -%} + + {#- Theme-related stylesheets -#} + {%- block theme_styles %} + {% include "partials/_head_css_variables.html" with context %} + {%- endblock theme_styles -%} + + {%- block extra_styles -%} + + + {%- endblock extra_styles -%} + + {%- endblock styles -%} + + {#- Custom front matter #} + {%- block extrahead -%}{%- endblock -%} + + + + + + {% block body %} + + {% endblock %} + + {%- block scripts -%} + + {# Custom JS #} + {%- block regular_scripts -%} + {% for path in script_files -%} + {{ js_tag(path) }} + {% endfor -%} + {%- endblock regular_scripts -%} + + {# Theme-related JavaScript code #} + {%- block theme_scripts -%} + + + {%- endblock -%} + {%- endblock scripts -%} + + diff --git a/docs/_templates/page.html b/docs/_templates/page.html index 582062c95e..d078e9dd5e 100644 --- a/docs/_templates/page.html +++ b/docs/_templates/page.html @@ -61,6 +61,8 @@
+ + diff --git a/docs/_templates/sidebar/search.html b/docs/_templates/sidebar/search.html new file mode 100644 index 0000000000..a6bfc08dd9 --- /dev/null +++ b/docs/_templates/sidebar/search.html @@ -0,0 +1,5 @@ +
+ + + diff --git a/docs/conf.py b/docs/conf.py index 89692d1f78..ed9df55433 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -35,7 +35,7 @@ # The short X.Y version version = "" # The full version, including alpha/beta/rc tags -release = "1.8.0" +release = "1.10.7-b0" # -- General configuration --------------------------------------------------- @@ -186,7 +186,7 @@ # relative to this directory. They are copied after the builtin static files, # so a file named "default.css" will overwrite the builtin "default.css". html_static_path = ["_static"] -html_css_files = ["custom.css", "flyte.css"] +html_css_files = ["custom.css", "flyte.css", "algolia.css"] # Custom sidebar templates, must be a dictionary that maps document names # to template names. diff --git a/docs/deployment/configuration/generated/datacatalog_config.rst b/docs/deployment/configuration/generated/datacatalog_config.rst index b20aa7fe59..fe79705c20 100644 --- a/docs/deployment/configuration/generated/datacatalog_config.rst +++ b/docs/deployment/configuration/generated/datacatalog_config.rst @@ -12,6 +12,8 @@ Flyte Datacatalog Configuration - `logger <#section-logger>`_ +- `otel <#section-otel>`_ + - `storage <#section-storage>`_ Section: application @@ -217,11 +219,11 @@ postgres (`database.PostgresConfig`_) dbname: postgres debug: false - host: postgres + host: localhost options: sslmode=disable - password: "" + password: postgres passwordPath: "" - port: 5432 + port: 30001 username: postgres @@ -260,7 +262,7 @@ The host name of the database server .. code-block:: yaml - postgres + localhost port (int) @@ -272,7 +274,7 @@ The port name of the database server .. code-block:: yaml - "5432" + "30001" dbname (string) @@ -308,7 +310,7 @@ The database password. .. code-block:: yaml - "" + postgres passwordPath (string) @@ -491,6 +493,75 @@ Sets logging format type. json +Section: otel +======================================================================================================================== + +type (string) +------------------------------------------------------------------------------------------------------------------------ + +Sets the type of exporter to configure [noop/file/jaeger]. + +**Default Value**: + +.. code-block:: yaml + + noop + + +file (`otelutils.FileConfig`_) +------------------------------------------------------------------------------------------------------------------------ + +Configuration for exporting telemetry traces to a file + +**Default Value**: + +.. code-block:: yaml + + filename: /tmp/trace.txt + + +jaeger (`otelutils.JaegerConfig`_) +------------------------------------------------------------------------------------------------------------------------ + +Configuration for exporting telemetry traces to a jaeger + +**Default Value**: + +.. code-block:: yaml + + endpoint: http://localhost:14268/api/traces + + +otelutils.FileConfig +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +filename (string) +"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" + +Filename to store exported telemetry traces + +**Default Value**: + +.. code-block:: yaml + + /tmp/trace.txt + + +otelutils.JaegerConfig +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +endpoint (string) +"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" + +Endpoint for the jaeger telemtry trace ingestor + +**Default Value**: + +.. code-block:: yaml + + http://localhost:14268/api/traces + + Section: storage ======================================================================================================================== diff --git a/docs/deployment/configuration/generated/flyteadmin_config.rst b/docs/deployment/configuration/generated/flyteadmin_config.rst index 8970bf6e73..082ba078c7 100644 --- a/docs/deployment/configuration/generated/flyteadmin_config.rst +++ b/docs/deployment/configuration/generated/flyteadmin_config.rst @@ -30,6 +30,8 @@ Flyte Admin Configuration - `notifications <#section-notifications>`_ +- `otel <#section-otel>`_ + - `plugins <#section-plugins>`_ - `propeller <#section-propeller>`_ @@ -1408,6 +1410,16 @@ reconnectDelaySeconds (int) "0" +cloudEventVersion (uint8) +------------------------------------------------------------------------------------------------------------------------ + +**Default Value**: + +.. code-block:: yaml + + v1 + + interfaces.AWSConfig ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ @@ -1721,11 +1733,11 @@ postgres (`database.PostgresConfig`_) dbname: postgres debug: false - host: postgres + host: localhost options: sslmode=disable - password: "" + password: postgres passwordPath: "" - port: 5432 + port: 30001 username: postgres @@ -1751,7 +1763,7 @@ The host name of the database server .. code-block:: yaml - postgres + localhost port (int) @@ -1763,7 +1775,7 @@ The port name of the database server .. code-block:: yaml - "5432" + "30001" dbname (string) @@ -1799,7 +1811,7 @@ The database password. .. code-block:: yaml - "" + postgres passwordPath (string) @@ -2132,6 +2144,33 @@ envs (map[string]string) null +featureGates (`interfaces.FeatureGates`_) +------------------------------------------------------------------------------------------------------------------------ + +Enable experimental features. + +**Default Value**: + +.. code-block:: yaml + + enableArtifacts: false + + +interfaces.FeatureGates +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +enableArtifacts (bool) +"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" + +Enable artifacts feature. + +**Default Value**: + +.. code-block:: yaml + + "false" + + Section: logger ======================================================================================================================== @@ -2445,6 +2484,75 @@ topicName (string) "" +Section: otel +======================================================================================================================== + +type (string) +------------------------------------------------------------------------------------------------------------------------ + +Sets the type of exporter to configure [noop/file/jaeger]. + +**Default Value**: + +.. code-block:: yaml + + noop + + +file (`otelutils.FileConfig`_) +------------------------------------------------------------------------------------------------------------------------ + +Configuration for exporting telemetry traces to a file + +**Default Value**: + +.. code-block:: yaml + + filename: /tmp/trace.txt + + +jaeger (`otelutils.JaegerConfig`_) +------------------------------------------------------------------------------------------------------------------------ + +Configuration for exporting telemetry traces to a jaeger + +**Default Value**: + +.. code-block:: yaml + + endpoint: http://localhost:14268/api/traces + + +otelutils.FileConfig +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +filename (string) +"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" + +Filename to store exported telemetry traces + +**Default Value**: + +.. code-block:: yaml + + /tmp/trace.txt + + +otelutils.JaegerConfig +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +endpoint (string) +"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" + +Endpoint for the jaeger telemtry trace ingestor + +**Default Value**: + +.. code-block:: yaml + + http://localhost:14268/api/traces + + Section: plugins ======================================================================================================================== @@ -2483,6 +2591,7 @@ k8s (`config.K8sPluginConfig`_) output-vol-name: flyte-outputs start-timeout: 1m40s storage: "" + create-container-config-error-grace-period: 0s create-container-error-grace-period: 3m0s default-annotations: cluster-autoscaler.kubernetes.io/safe-to-evict: "false" @@ -2511,6 +2620,7 @@ k8s (`config.K8sPluginConfig`_) interruptible-node-selector-requirement: null interruptible-tolerations: null non-interruptible-node-selector-requirement: null + pod-pending-timeout: 0s resource-tolerations: null scheduler-name: "" send-object-events: false @@ -2800,6 +2910,16 @@ create-container-error-grace-period (`config.Duration`_) 3m0s +create-container-config-error-grace-period (`config.Duration`_) +"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" + +**Default Value**: + +.. code-block:: yaml + + 0s + + image-pull-backoff-grace-period (`config.Duration`_) """""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" @@ -2810,6 +2930,16 @@ image-pull-backoff-grace-period (`config.Duration`_) 3m0s +pod-pending-timeout (`config.Duration`_) +"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" + +**Default Value**: + +.. code-block:: yaml + + 0s + + gpu-device-node-label (string) """""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" @@ -3566,6 +3696,18 @@ ArrayNode eventing version. 0 => legacy (drop-in replacement for maptask), 1 => "0" +node-execution-worker-count (int) +------------------------------------------------------------------------------------------------------------------------ + +Number of workers to evaluate node executions, currently only used for array nodes + +**Default Value**: + +.. code-block:: yaml + + "8" + + config.CompositeQueueConfig ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ @@ -4522,7 +4664,7 @@ grpc (`config.GrpcConfig`_) .. code-block:: yaml - enableGrpcHistograms: false + enableGrpcLatencyMetrics: false maxMessageSizeBytes: 0 port: 8089 serverReflection: true @@ -4723,10 +4865,10 @@ The max size in bytes for incoming gRPC messages "0" -enableGrpcHistograms (bool) +enableGrpcLatencyMetrics (bool) """""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" -Enable grpc histograms +Enable grpc latency metrics. Note Histograms metrics can be expensive on Prometheus servers. **Default Value**: diff --git a/docs/deployment/configuration/generated/flytepropeller_config.rst b/docs/deployment/configuration/generated/flytepropeller_config.rst index 3a85329ab3..19344b2f53 100644 --- a/docs/deployment/configuration/generated/flytepropeller_config.rst +++ b/docs/deployment/configuration/generated/flytepropeller_config.rst @@ -12,6 +12,8 @@ Flyte Propeller Configuration - `logger <#section-logger>`_ +- `otel <#section-otel>`_ + - `plugins <#section-plugins>`_ - `propeller <#section-propeller>`_ @@ -735,6 +737,75 @@ Sets logging format type. json +Section: otel +======================================================================================================================== + +type (string) +------------------------------------------------------------------------------------------------------------------------ + +Sets the type of exporter to configure [noop/file/jaeger]. + +**Default Value**: + +.. code-block:: yaml + + noop + + +file (`otelutils.FileConfig`_) +------------------------------------------------------------------------------------------------------------------------ + +Configuration for exporting telemetry traces to a file + +**Default Value**: + +.. code-block:: yaml + + filename: /tmp/trace.txt + + +jaeger (`otelutils.JaegerConfig`_) +------------------------------------------------------------------------------------------------------------------------ + +Configuration for exporting telemetry traces to a jaeger + +**Default Value**: + +.. code-block:: yaml + + endpoint: http://localhost:14268/api/traces + + +otelutils.FileConfig +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +filename (string) +"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" + +Filename to store exported telemetry traces + +**Default Value**: + +.. code-block:: yaml + + /tmp/trace.txt + + +otelutils.JaegerConfig +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +endpoint (string) +"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" + +Endpoint for the jaeger telemtry trace ingestor + +**Default Value**: + +.. code-block:: yaml + + http://localhost:14268/api/traces + + Section: plugins ======================================================================================================================== @@ -750,7 +821,7 @@ agent-service (`agent.Config`_) defaultAgent: defaultServiceConfig: "" defaultTimeout: 10s - endpoint: dns:///flyteagent.flyte.svc.cluster.local:80 + endpoint: "" insecure: true timeouts: null resourceConstraints: @@ -911,6 +982,16 @@ databricks (`databricks.Config`_) qps: 10 +echo (`testing.Config`_) +------------------------------------------------------------------------------------------------------------------------ + +**Default Value**: + +.. code-block:: yaml + + sleep-duration: 0s + + k8s (`config.K8sPluginConfig`_) ------------------------------------------------------------------------------------------------------------------------ @@ -929,6 +1010,7 @@ k8s (`config.K8sPluginConfig`_) output-vol-name: flyte-outputs start-timeout: 1m40s storage: "" + create-container-config-error-grace-period: 0s create-container-error-grace-period: 3m0s default-annotations: cluster-autoscaler.kubernetes.io/safe-to-evict: "false" @@ -957,6 +1039,7 @@ k8s (`config.K8sPluginConfig`_) interruptible-node-selector-requirement: null interruptible-tolerations: null non-interruptible-node-selector-requirement: null + pod-pending-timeout: 0s resource-tolerations: null scheduler-name: "" send-object-events: false @@ -983,6 +1066,8 @@ k8s-array (`k8s.Config`_) cloudwatch-log-group: "" cloudwatch-region: "" cloudwatch-template-uri: "" + flyin-enabled: false + flyin-template-uri: "" gcp-project: "" kubernetes-enabled: true kubernetes-template-uri: http://localhost:30082/#!/log/{{ .namespace }}/{{ .podName @@ -1032,6 +1117,8 @@ logs (`logs.LogConfig`_) cloudwatch-log-group: "" cloudwatch-region: "" cloudwatch-template-uri: "" + flyin-enabled: false + flyin-template-uri: "" gcp-project: "" kubernetes-enabled: true kubernetes-template-uri: http://localhost:30082/#!/log/{{ .namespace }}/{{ .podName @@ -1075,6 +1162,7 @@ ray (`ray.Config`_) .. code-block:: yaml dashboardHost: 0.0.0.0 + dashboardURLTemplate: null defaults: headNode: ipAddress: $MY_POD_IP @@ -1091,6 +1179,8 @@ ray (`ray.Config`_) cloudwatch-log-group: "" cloudwatch-region: "" cloudwatch-template-uri: "" + flyin-enabled: false + flyin-template-uri: "" gcp-project: "" kubernetes-enabled: false kubernetes-template-uri: "" @@ -1099,6 +1189,7 @@ ray (`ray.Config`_) stackdriver-logresourcename: "" stackdriver-template-uri: "" templates: null + logsSidecar: null remoteClusterConfig: auth: caCertPath: "" @@ -1111,25 +1202,6 @@ ray (`ray.Config`_) ttlSecondsAfterFinished: 3600 -sagemaker (`config.Config (sagemaker)`_) ------------------------------------------------------------------------------------------------------------------------- - -**Default Value**: - -.. code-block:: yaml - - prebuiltAlgorithms: - - name: xgboost - regionalConfigs: - - region: us-east-1 - versionConfigs: - - image: 683313688378.dkr.ecr.us-east-1.amazonaws.com/sagemaker-xgboost:0.90-2-cpu-py3 - version: "0.90" - region: us-east-1 - roleAnnotationKey: "" - roleArn: default_role - - snowflake (`snowflake.Config`_) ------------------------------------------------------------------------------------------------------------------------ @@ -1175,6 +1247,8 @@ spark (`spark.Config`_) cloudwatch-log-group: "" cloudwatch-region: "" cloudwatch-template-uri: "" + flyin-enabled: false + flyin-template-uri: "" gcp-project: "" kubernetes-enabled: false kubernetes-template-uri: "" @@ -1188,6 +1262,8 @@ spark (`spark.Config`_) cloudwatch-log-group: "" cloudwatch-region: "" cloudwatch-template-uri: "" + flyin-enabled: false + flyin-template-uri: "" gcp-project: "" kubernetes-enabled: true kubernetes-template-uri: http://localhost:30082/#!/log/{{ .namespace }}/{{ .podName @@ -1202,6 +1278,8 @@ spark (`spark.Config`_) cloudwatch-log-group: "" cloudwatch-region: "" cloudwatch-template-uri: "" + flyin-enabled: false + flyin-template-uri: "" gcp-project: "" kubernetes-enabled: false kubernetes-template-uri: "" @@ -1215,6 +1293,8 @@ spark (`spark.Config`_) cloudwatch-log-group: "" cloudwatch-region: "" cloudwatch-template-uri: "" + flyin-enabled: false + flyin-template-uri: "" gcp-project: "" kubernetes-enabled: false kubernetes-template-uri: "" @@ -1279,7 +1359,7 @@ The default agent. defaultServiceConfig: "" defaultTimeout: 10s - endpoint: dns:///flyteagent.flyte.svc.cluster.local:80 + endpoint: "" insecure: true timeouts: null @@ -1327,7 +1407,7 @@ endpoint (string) .. code-block:: yaml - dns:///flyteagent.flyte.svc.cluster.local:80 + "" insecure (bool) @@ -2058,60 +2138,6 @@ destinationClusterConfigs ([]config.DestinationClusterConfig) [] -config.Config (sagemaker) -^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - -roleArn (string) -"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" - -The role the SageMaker plugin uses to communicate with the SageMaker service - -**Default Value**: - -.. code-block:: yaml - - default_role - - -region (string) -"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" - -The AWS region the SageMaker plugin communicates to - -**Default Value**: - -.. code-block:: yaml - - us-east-1 - - -roleAnnotationKey (string) -"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" - -Map key to use to lookup role from task annotations. - -**Default Value**: - -.. code-block:: yaml - - "" - - -prebuiltAlgorithms ([]config.PrebuiltAlgorithmConfig) -"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" - -**Default Value**: - -.. code-block:: yaml - - - name: xgboost - regionalConfigs: - - region: us-east-1 - versionConfigs: - - image: 683313688378.dkr.ecr.us-east-1.amazonaws.com/sagemaker-xgboost:0.90-2-cpu-py3 - version: "0.90" - - config.K8sPluginConfig ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ @@ -2326,6 +2352,16 @@ create-container-error-grace-period (`config.Duration`_) 3m0s +create-container-config-error-grace-period (`config.Duration`_) +"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" + +**Default Value**: + +.. code-block:: yaml + + 0s + + image-pull-backoff-grace-period (`config.Duration`_) """""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" @@ -2336,6 +2372,16 @@ image-pull-backoff-grace-period (`config.Duration`_) 3m0s +pod-pending-timeout (`config.Duration`_) +"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" + +**Default Value**: + +.. code-block:: yaml + + 0s + + gpu-device-node-label (string) """""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" @@ -2895,6 +2941,8 @@ Config for log links for k8s array jobs. cloudwatch-log-group: "" cloudwatch-region: "" cloudwatch-template-uri: "" + flyin-enabled: false + flyin-template-uri: "" gcp-project: "" kubernetes-enabled: true kubernetes-template-uri: http://localhost:30082/#!/log/{{ .namespace }}/{{ .podName @@ -3012,6 +3060,8 @@ Defines the log config for k8s logs. cloudwatch-log-group: "" cloudwatch-region: "" cloudwatch-template-uri: "" + flyin-enabled: false + flyin-template-uri: "" gcp-project: "" kubernetes-enabled: true kubernetes-template-uri: http://localhost:30082/#!/log/{{ .namespace }}/{{ .podName @@ -3159,7 +3209,31 @@ Template Uri to use when building stackdriver log links "" -templates ([]logs.TemplateLogPluginConfig) +flyin-enabled (bool) +"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" + +Enable Log-links to flyin logs + +**Default Value**: + +.. code-block:: yaml + + "false" + + +flyin-template-uri (string) +"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" + +Template Uri to use when building flyin log links + +**Default Value**: + +.. code-block:: yaml + + "" + + +templates ([]tasklog.TemplateLogPlugin) """""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" **Default Value**: @@ -3332,7 +3406,31 @@ Template Uri to use when building stackdriver log links "" -templates ([]logs.TemplateLogPluginConfig) +flyin-enabled (bool) +"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" + +Enable Log-links to flyin logs + +**Default Value**: + +.. code-block:: yaml + + "false" + + +flyin-template-uri (string) +"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" + +Template Uri to use when building flyin log links + +**Default Value**: + +.. code-block:: yaml + + "" + + +templates ([]tasklog.TemplateLogPlugin) """""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" **Default Value**: @@ -3433,6 +3531,8 @@ logs (`logs.LogConfig`_) cloudwatch-log-group: "" cloudwatch-region: "" cloudwatch-template-uri: "" + flyin-enabled: false + flyin-template-uri: "" gcp-project: "" kubernetes-enabled: false kubernetes-template-uri: "" @@ -3443,6 +3543,28 @@ logs (`logs.LogConfig`_) templates: null +logsSidecar (v1.Container) +"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" + +**Default Value**: + +.. code-block:: yaml + + null + + +dashboardURLTemplate (tasklog.TemplateLogPlugin) +"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" + +Template for URL of Ray dashboard running on a head node. + +**Default Value**: + +.. code-block:: yaml + + null + + defaults (`ray.DefaultConfig`_) """""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" @@ -3646,6 +3768,8 @@ Config for log links for spark applications. cloudwatch-log-group: "" cloudwatch-region: "" cloudwatch-template-uri: "" + flyin-enabled: false + flyin-template-uri: "" gcp-project: "" kubernetes-enabled: false kubernetes-template-uri: "" @@ -3659,6 +3783,8 @@ Config for log links for spark applications. cloudwatch-log-group: "" cloudwatch-region: "" cloudwatch-template-uri: "" + flyin-enabled: false + flyin-template-uri: "" gcp-project: "" kubernetes-enabled: true kubernetes-template-uri: http://localhost:30082/#!/log/{{ .namespace }}/{{ .podName @@ -3673,6 +3799,8 @@ Config for log links for spark applications. cloudwatch-log-group: "" cloudwatch-region: "" cloudwatch-template-uri: "" + flyin-enabled: false + flyin-template-uri: "" gcp-project: "" kubernetes-enabled: false kubernetes-template-uri: "" @@ -3686,6 +3814,8 @@ Config for log links for spark applications. cloudwatch-log-group: "" cloudwatch-region: "" cloudwatch-template-uri: "" + flyin-enabled: false + flyin-template-uri: "" gcp-project: "" kubernetes-enabled: false kubernetes-template-uri: "" @@ -3712,6 +3842,8 @@ Defines the log config that's not split into user/system. cloudwatch-log-group: "" cloudwatch-region: "" cloudwatch-template-uri: "" + flyin-enabled: false + flyin-template-uri: "" gcp-project: "" kubernetes-enabled: true kubernetes-template-uri: http://localhost:30082/#!/log/{{ .namespace }}/{{ .podName @@ -3736,6 +3868,8 @@ Defines the log config for user logs. cloudwatch-log-group: "" cloudwatch-region: "" cloudwatch-template-uri: "" + flyin-enabled: false + flyin-template-uri: "" gcp-project: "" kubernetes-enabled: false kubernetes-template-uri: "" @@ -3759,6 +3893,8 @@ Defines the log config for system logs. cloudwatch-log-group: "" cloudwatch-region: "" cloudwatch-template-uri: "" + flyin-enabled: false + flyin-template-uri: "" gcp-project: "" kubernetes-enabled: false kubernetes-template-uri: "" @@ -3782,6 +3918,8 @@ All user logs across driver and executors. cloudwatch-log-group: "" cloudwatch-region: "" cloudwatch-template-uri: "" + flyin-enabled: false + flyin-template-uri: "" gcp-project: "" kubernetes-enabled: false kubernetes-template-uri: "" @@ -3792,6 +3930,21 @@ All user logs across driver and executors. templates: null +testing.Config +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +sleep-duration (`config.Duration`_) +"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" + +Indicates the amount of time before transitioning to success + +**Default Value**: + +.. code-block:: yaml + + 0s + + Section: propeller ======================================================================================================================== @@ -4222,6 +4375,18 @@ ArrayNode eventing version. 0 => legacy (drop-in replacement for maptask), 1 => "0" +node-execution-worker-count (int) +------------------------------------------------------------------------------------------------------------------------ + +Number of workers to evaluate node executions, currently only used for array nodes + +**Default Value**: + +.. code-block:: yaml + + "8" + + admin-launcher (`launchplan.AdminConfig`_) ------------------------------------------------------------------------------------------------------------------------ @@ -5466,6 +5631,16 @@ requests (v1.ResourceList) memory: 500Mi +claims ([]v1.ResourceClaim) +"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" + +**Default Value**: + +.. code-block:: yaml + + null + + config.GCPSecretManagerConfig ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ diff --git a/docs/deployment/configuration/generated/scheduler_config.rst b/docs/deployment/configuration/generated/scheduler_config.rst index c2ed67edd7..7a5413e9d7 100644 --- a/docs/deployment/configuration/generated/scheduler_config.rst +++ b/docs/deployment/configuration/generated/scheduler_config.rst @@ -30,6 +30,8 @@ Flyte Scheduler Configuration - `notifications <#section-notifications>`_ +- `otel <#section-otel>`_ + - `plugins <#section-plugins>`_ - `propeller <#section-propeller>`_ @@ -1408,6 +1410,16 @@ reconnectDelaySeconds (int) "0" +cloudEventVersion (uint8) +------------------------------------------------------------------------------------------------------------------------ + +**Default Value**: + +.. code-block:: yaml + + v1 + + interfaces.AWSConfig ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ @@ -1721,11 +1733,11 @@ postgres (`database.PostgresConfig`_) dbname: postgres debug: false - host: postgres + host: localhost options: sslmode=disable - password: "" + password: postgres passwordPath: "" - port: 5432 + port: 30001 username: postgres @@ -1751,7 +1763,7 @@ The host name of the database server .. code-block:: yaml - postgres + localhost port (int) @@ -1763,7 +1775,7 @@ The port name of the database server .. code-block:: yaml - "5432" + "30001" dbname (string) @@ -1799,7 +1811,7 @@ The database password. .. code-block:: yaml - "" + postgres passwordPath (string) @@ -2132,6 +2144,33 @@ envs (map[string]string) null +featureGates (`interfaces.FeatureGates`_) +------------------------------------------------------------------------------------------------------------------------ + +Enable experimental features. + +**Default Value**: + +.. code-block:: yaml + + enableArtifacts: false + + +interfaces.FeatureGates +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +enableArtifacts (bool) +"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" + +Enable artifacts feature. + +**Default Value**: + +.. code-block:: yaml + + "false" + + Section: logger ======================================================================================================================== @@ -2445,6 +2484,75 @@ topicName (string) "" +Section: otel +======================================================================================================================== + +type (string) +------------------------------------------------------------------------------------------------------------------------ + +Sets the type of exporter to configure [noop/file/jaeger]. + +**Default Value**: + +.. code-block:: yaml + + noop + + +file (`otelutils.FileConfig`_) +------------------------------------------------------------------------------------------------------------------------ + +Configuration for exporting telemetry traces to a file + +**Default Value**: + +.. code-block:: yaml + + filename: /tmp/trace.txt + + +jaeger (`otelutils.JaegerConfig`_) +------------------------------------------------------------------------------------------------------------------------ + +Configuration for exporting telemetry traces to a jaeger + +**Default Value**: + +.. code-block:: yaml + + endpoint: http://localhost:14268/api/traces + + +otelutils.FileConfig +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +filename (string) +"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" + +Filename to store exported telemetry traces + +**Default Value**: + +.. code-block:: yaml + + /tmp/trace.txt + + +otelutils.JaegerConfig +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +endpoint (string) +"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" + +Endpoint for the jaeger telemtry trace ingestor + +**Default Value**: + +.. code-block:: yaml + + http://localhost:14268/api/traces + + Section: plugins ======================================================================================================================== @@ -2483,6 +2591,7 @@ k8s (`config.K8sPluginConfig`_) output-vol-name: flyte-outputs start-timeout: 1m40s storage: "" + create-container-config-error-grace-period: 0s create-container-error-grace-period: 3m0s default-annotations: cluster-autoscaler.kubernetes.io/safe-to-evict: "false" @@ -2511,6 +2620,7 @@ k8s (`config.K8sPluginConfig`_) interruptible-node-selector-requirement: null interruptible-tolerations: null non-interruptible-node-selector-requirement: null + pod-pending-timeout: 0s resource-tolerations: null scheduler-name: "" send-object-events: false @@ -2800,6 +2910,16 @@ create-container-error-grace-period (`config.Duration`_) 3m0s +create-container-config-error-grace-period (`config.Duration`_) +"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" + +**Default Value**: + +.. code-block:: yaml + + 0s + + image-pull-backoff-grace-period (`config.Duration`_) """""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" @@ -2810,6 +2930,16 @@ image-pull-backoff-grace-period (`config.Duration`_) 3m0s +pod-pending-timeout (`config.Duration`_) +"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" + +**Default Value**: + +.. code-block:: yaml + + 0s + + gpu-device-node-label (string) """""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" @@ -3566,6 +3696,18 @@ ArrayNode eventing version. 0 => legacy (drop-in replacement for maptask), 1 => "0" +node-execution-worker-count (int) +------------------------------------------------------------------------------------------------------------------------ + +Number of workers to evaluate node executions, currently only used for array nodes + +**Default Value**: + +.. code-block:: yaml + + "8" + + config.CompositeQueueConfig ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ @@ -4522,7 +4664,7 @@ grpc (`config.GrpcConfig`_) .. code-block:: yaml - enableGrpcHistograms: false + enableGrpcLatencyMetrics: false maxMessageSizeBytes: 0 port: 8089 serverReflection: true @@ -4723,10 +4865,10 @@ The max size in bytes for incoming gRPC messages "0" -enableGrpcHistograms (bool) +enableGrpcLatencyMetrics (bool) """""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" -Enable grpc histograms +Enable grpc latency metrics. Note Histograms metrics can be expensive on Prometheus servers. **Default Value**: diff --git a/flyteidl/clients/go/admin/client.go b/flyteidl/clients/go/admin/client.go index 85476ab8ba..521b6e1e4d 100644 --- a/flyteidl/clients/go/admin/client.go +++ b/flyteidl/clients/go/admin/client.go @@ -6,6 +6,7 @@ import ( "crypto/x509" "errors" "fmt" + "github.com/flyteorg/flyte/flyteidl/gen/pb-go/flyteidl/artifact" grpcRetry "github.com/grpc-ecosystem/go-grpc-middleware/retry" diff --git a/flyteidl/clients/go/admin/mocks/AsyncAgentServiceClient.go b/flyteidl/clients/go/admin/mocks/AsyncAgentServiceClient.go index 4a2b2c25f3..f11ef1adfe 100644 --- a/flyteidl/clients/go/admin/mocks/AsyncAgentServiceClient.go +++ b/flyteidl/clients/go/admin/mocks/AsyncAgentServiceClient.go @@ -160,3 +160,99 @@ func (_m *AsyncAgentServiceClient) GetTask(ctx context.Context, in *admin.GetTas return r0, r1 } + +type AsyncAgentServiceClient_GetTaskLogs struct { + *mock.Call +} + +func (_m AsyncAgentServiceClient_GetTaskLogs) Return(_a0 *admin.GetTaskLogsResponse, _a1 error) *AsyncAgentServiceClient_GetTaskLogs { + return &AsyncAgentServiceClient_GetTaskLogs{Call: _m.Call.Return(_a0, _a1)} +} + +func (_m *AsyncAgentServiceClient) OnGetTaskLogs(ctx context.Context, in *admin.GetTaskLogsRequest, opts ...grpc.CallOption) *AsyncAgentServiceClient_GetTaskLogs { + c_call := _m.On("GetTaskLogs", ctx, in, opts) + return &AsyncAgentServiceClient_GetTaskLogs{Call: c_call} +} + +func (_m *AsyncAgentServiceClient) OnGetTaskLogsMatch(matchers ...interface{}) *AsyncAgentServiceClient_GetTaskLogs { + c_call := _m.On("GetTaskLogs", matchers...) + return &AsyncAgentServiceClient_GetTaskLogs{Call: c_call} +} + +// GetTaskLogs provides a mock function with given fields: ctx, in, opts +func (_m *AsyncAgentServiceClient) GetTaskLogs(ctx context.Context, in *admin.GetTaskLogsRequest, opts ...grpc.CallOption) (*admin.GetTaskLogsResponse, error) { + _va := make([]interface{}, len(opts)) + for _i := range opts { + _va[_i] = opts[_i] + } + var _ca []interface{} + _ca = append(_ca, ctx, in) + _ca = append(_ca, _va...) + ret := _m.Called(_ca...) + + var r0 *admin.GetTaskLogsResponse + if rf, ok := ret.Get(0).(func(context.Context, *admin.GetTaskLogsRequest, ...grpc.CallOption) *admin.GetTaskLogsResponse); ok { + r0 = rf(ctx, in, opts...) + } else { + if ret.Get(0) != nil { + r0 = ret.Get(0).(*admin.GetTaskLogsResponse) + } + } + + var r1 error + if rf, ok := ret.Get(1).(func(context.Context, *admin.GetTaskLogsRequest, ...grpc.CallOption) error); ok { + r1 = rf(ctx, in, opts...) + } else { + r1 = ret.Error(1) + } + + return r0, r1 +} + +type AsyncAgentServiceClient_GetTaskMetrics struct { + *mock.Call +} + +func (_m AsyncAgentServiceClient_GetTaskMetrics) Return(_a0 *admin.GetTaskMetricsResponse, _a1 error) *AsyncAgentServiceClient_GetTaskMetrics { + return &AsyncAgentServiceClient_GetTaskMetrics{Call: _m.Call.Return(_a0, _a1)} +} + +func (_m *AsyncAgentServiceClient) OnGetTaskMetrics(ctx context.Context, in *admin.GetTaskMetricsRequest, opts ...grpc.CallOption) *AsyncAgentServiceClient_GetTaskMetrics { + c_call := _m.On("GetTaskMetrics", ctx, in, opts) + return &AsyncAgentServiceClient_GetTaskMetrics{Call: c_call} +} + +func (_m *AsyncAgentServiceClient) OnGetTaskMetricsMatch(matchers ...interface{}) *AsyncAgentServiceClient_GetTaskMetrics { + c_call := _m.On("GetTaskMetrics", matchers...) + return &AsyncAgentServiceClient_GetTaskMetrics{Call: c_call} +} + +// GetTaskMetrics provides a mock function with given fields: ctx, in, opts +func (_m *AsyncAgentServiceClient) GetTaskMetrics(ctx context.Context, in *admin.GetTaskMetricsRequest, opts ...grpc.CallOption) (*admin.GetTaskMetricsResponse, error) { + _va := make([]interface{}, len(opts)) + for _i := range opts { + _va[_i] = opts[_i] + } + var _ca []interface{} + _ca = append(_ca, ctx, in) + _ca = append(_ca, _va...) + ret := _m.Called(_ca...) + + var r0 *admin.GetTaskMetricsResponse + if rf, ok := ret.Get(0).(func(context.Context, *admin.GetTaskMetricsRequest, ...grpc.CallOption) *admin.GetTaskMetricsResponse); ok { + r0 = rf(ctx, in, opts...) + } else { + if ret.Get(0) != nil { + r0 = ret.Get(0).(*admin.GetTaskMetricsResponse) + } + } + + var r1 error + if rf, ok := ret.Get(1).(func(context.Context, *admin.GetTaskMetricsRequest, ...grpc.CallOption) error); ok { + r1 = rf(ctx, in, opts...) + } else { + r1 = ret.Error(1) + } + + return r0, r1 +} diff --git a/flyteidl/clients/go/admin/mocks/AsyncAgentServiceServer.go b/flyteidl/clients/go/admin/mocks/AsyncAgentServiceServer.go index 722d6731ff..1803e286eb 100644 --- a/flyteidl/clients/go/admin/mocks/AsyncAgentServiceServer.go +++ b/flyteidl/clients/go/admin/mocks/AsyncAgentServiceServer.go @@ -137,3 +137,85 @@ func (_m *AsyncAgentServiceServer) GetTask(_a0 context.Context, _a1 *admin.GetTa return r0, r1 } + +type AsyncAgentServiceServer_GetTaskLogs struct { + *mock.Call +} + +func (_m AsyncAgentServiceServer_GetTaskLogs) Return(_a0 *admin.GetTaskLogsResponse, _a1 error) *AsyncAgentServiceServer_GetTaskLogs { + return &AsyncAgentServiceServer_GetTaskLogs{Call: _m.Call.Return(_a0, _a1)} +} + +func (_m *AsyncAgentServiceServer) OnGetTaskLogs(_a0 context.Context, _a1 *admin.GetTaskLogsRequest) *AsyncAgentServiceServer_GetTaskLogs { + c_call := _m.On("GetTaskLogs", _a0, _a1) + return &AsyncAgentServiceServer_GetTaskLogs{Call: c_call} +} + +func (_m *AsyncAgentServiceServer) OnGetTaskLogsMatch(matchers ...interface{}) *AsyncAgentServiceServer_GetTaskLogs { + c_call := _m.On("GetTaskLogs", matchers...) + return &AsyncAgentServiceServer_GetTaskLogs{Call: c_call} +} + +// GetTaskLogs provides a mock function with given fields: _a0, _a1 +func (_m *AsyncAgentServiceServer) GetTaskLogs(_a0 context.Context, _a1 *admin.GetTaskLogsRequest) (*admin.GetTaskLogsResponse, error) { + ret := _m.Called(_a0, _a1) + + var r0 *admin.GetTaskLogsResponse + if rf, ok := ret.Get(0).(func(context.Context, *admin.GetTaskLogsRequest) *admin.GetTaskLogsResponse); ok { + r0 = rf(_a0, _a1) + } else { + if ret.Get(0) != nil { + r0 = ret.Get(0).(*admin.GetTaskLogsResponse) + } + } + + var r1 error + if rf, ok := ret.Get(1).(func(context.Context, *admin.GetTaskLogsRequest) error); ok { + r1 = rf(_a0, _a1) + } else { + r1 = ret.Error(1) + } + + return r0, r1 +} + +type AsyncAgentServiceServer_GetTaskMetrics struct { + *mock.Call +} + +func (_m AsyncAgentServiceServer_GetTaskMetrics) Return(_a0 *admin.GetTaskMetricsResponse, _a1 error) *AsyncAgentServiceServer_GetTaskMetrics { + return &AsyncAgentServiceServer_GetTaskMetrics{Call: _m.Call.Return(_a0, _a1)} +} + +func (_m *AsyncAgentServiceServer) OnGetTaskMetrics(_a0 context.Context, _a1 *admin.GetTaskMetricsRequest) *AsyncAgentServiceServer_GetTaskMetrics { + c_call := _m.On("GetTaskMetrics", _a0, _a1) + return &AsyncAgentServiceServer_GetTaskMetrics{Call: c_call} +} + +func (_m *AsyncAgentServiceServer) OnGetTaskMetricsMatch(matchers ...interface{}) *AsyncAgentServiceServer_GetTaskMetrics { + c_call := _m.On("GetTaskMetrics", matchers...) + return &AsyncAgentServiceServer_GetTaskMetrics{Call: c_call} +} + +// GetTaskMetrics provides a mock function with given fields: _a0, _a1 +func (_m *AsyncAgentServiceServer) GetTaskMetrics(_a0 context.Context, _a1 *admin.GetTaskMetricsRequest) (*admin.GetTaskMetricsResponse, error) { + ret := _m.Called(_a0, _a1) + + var r0 *admin.GetTaskMetricsResponse + if rf, ok := ret.Get(0).(func(context.Context, *admin.GetTaskMetricsRequest) *admin.GetTaskMetricsResponse); ok { + r0 = rf(_a0, _a1) + } else { + if ret.Get(0) != nil { + r0 = ret.Get(0).(*admin.GetTaskMetricsResponse) + } + } + + var r1 error + if rf, ok := ret.Get(1).(func(context.Context, *admin.GetTaskMetricsRequest) error); ok { + r1 = rf(_a0, _a1) + } else { + r1 = ret.Error(1) + } + + return r0, r1 +} diff --git a/flyteidl/gen/pb-cpp/flyteidl/admin/agent.pb.cc b/flyteidl/gen/pb-cpp/flyteidl/admin/agent.pb.cc index 61aebda83d..85de60a3be 100644 --- a/flyteidl/gen/pb-cpp/flyteidl/admin/agent.pb.cc +++ b/flyteidl/gen/pb-cpp/flyteidl/admin/agent.pb.cc @@ -25,7 +25,10 @@ extern PROTOBUF_INTERNAL_EXPORT_flyteidl_2fadmin_2fagent_2eproto ::google::proto extern PROTOBUF_INTERNAL_EXPORT_flyteidl_2fcore_2fexecution_2eproto ::google::protobuf::internal::SCCInfo<1> scc_info_TaskLog_flyteidl_2fcore_2fexecution_2eproto; extern PROTOBUF_INTERNAL_EXPORT_flyteidl_2fcore_2fidentifier_2eproto ::google::protobuf::internal::SCCInfo<2> scc_info_TaskExecutionIdentifier_flyteidl_2fcore_2fidentifier_2eproto; extern PROTOBUF_INTERNAL_EXPORT_flyteidl_2fcore_2fliterals_2eproto ::google::protobuf::internal::SCCInfo<10> scc_info_Literal_flyteidl_2fcore_2fliterals_2eproto; +extern PROTOBUF_INTERNAL_EXPORT_flyteidl_2fcore_2fmetrics_2eproto ::google::protobuf::internal::SCCInfo<1> scc_info_ExecutionMetricResult_flyteidl_2fcore_2fmetrics_2eproto; extern PROTOBUF_INTERNAL_EXPORT_flyteidl_2fcore_2ftasks_2eproto ::google::protobuf::internal::SCCInfo<10> scc_info_TaskTemplate_flyteidl_2fcore_2ftasks_2eproto; +extern PROTOBUF_INTERNAL_EXPORT_google_2fprotobuf_2fduration_2eproto ::google::protobuf::internal::SCCInfo<0> scc_info_Duration_google_2fprotobuf_2fduration_2eproto; +extern PROTOBUF_INTERNAL_EXPORT_google_2fprotobuf_2ftimestamp_2eproto ::google::protobuf::internal::SCCInfo<0> scc_info_Timestamp_google_2fprotobuf_2ftimestamp_2eproto; namespace flyteidl { namespace admin { class TaskExecutionMetadata_LabelsEntry_DoNotUseDefaultTypeInternal { @@ -94,6 +97,22 @@ class ListAgentsResponseDefaultTypeInternal { public: ::google::protobuf::internal::ExplicitlyConstructed _instance; } _ListAgentsResponse_default_instance_; +class GetTaskMetricsRequestDefaultTypeInternal { + public: + ::google::protobuf::internal::ExplicitlyConstructed _instance; +} _GetTaskMetricsRequest_default_instance_; +class GetTaskMetricsResponseDefaultTypeInternal { + public: + ::google::protobuf::internal::ExplicitlyConstructed _instance; +} _GetTaskMetricsResponse_default_instance_; +class GetTaskLogsRequestDefaultTypeInternal { + public: + ::google::protobuf::internal::ExplicitlyConstructed _instance; +} _GetTaskLogsRequest_default_instance_; +class GetTaskLogsResponseDefaultTypeInternal { + public: + ::google::protobuf::internal::ExplicitlyConstructed _instance; +} _GetTaskLogsResponse_default_instance_; } // namespace admin } // namespace flyteidl static void InitDefaultsTaskExecutionMetadata_LabelsEntry_DoNotUse_flyteidl_2fadmin_2fagent_2eproto() { @@ -331,6 +350,65 @@ ::google::protobuf::internal::SCCInfo<1> scc_info_ListAgentsResponse_flyteidl_2f {{ATOMIC_VAR_INIT(::google::protobuf::internal::SCCInfoBase::kUninitialized), 1, InitDefaultsListAgentsResponse_flyteidl_2fadmin_2fagent_2eproto}, { &scc_info_Agent_flyteidl_2fadmin_2fagent_2eproto.base,}}; +static void InitDefaultsGetTaskMetricsRequest_flyteidl_2fadmin_2fagent_2eproto() { + GOOGLE_PROTOBUF_VERIFY_VERSION; + + { + void* ptr = &::flyteidl::admin::_GetTaskMetricsRequest_default_instance_; + new (ptr) ::flyteidl::admin::GetTaskMetricsRequest(); + ::google::protobuf::internal::OnShutdownDestroyMessage(ptr); + } + ::flyteidl::admin::GetTaskMetricsRequest::InitAsDefaultInstance(); +} + +::google::protobuf::internal::SCCInfo<2> scc_info_GetTaskMetricsRequest_flyteidl_2fadmin_2fagent_2eproto = + {{ATOMIC_VAR_INIT(::google::protobuf::internal::SCCInfoBase::kUninitialized), 2, InitDefaultsGetTaskMetricsRequest_flyteidl_2fadmin_2fagent_2eproto}, { + &scc_info_Timestamp_google_2fprotobuf_2ftimestamp_2eproto.base, + &scc_info_Duration_google_2fprotobuf_2fduration_2eproto.base,}}; + +static void InitDefaultsGetTaskMetricsResponse_flyteidl_2fadmin_2fagent_2eproto() { + GOOGLE_PROTOBUF_VERIFY_VERSION; + + { + void* ptr = &::flyteidl::admin::_GetTaskMetricsResponse_default_instance_; + new (ptr) ::flyteidl::admin::GetTaskMetricsResponse(); + ::google::protobuf::internal::OnShutdownDestroyMessage(ptr); + } + ::flyteidl::admin::GetTaskMetricsResponse::InitAsDefaultInstance(); +} + +::google::protobuf::internal::SCCInfo<1> scc_info_GetTaskMetricsResponse_flyteidl_2fadmin_2fagent_2eproto = + {{ATOMIC_VAR_INIT(::google::protobuf::internal::SCCInfoBase::kUninitialized), 1, InitDefaultsGetTaskMetricsResponse_flyteidl_2fadmin_2fagent_2eproto}, { + &scc_info_ExecutionMetricResult_flyteidl_2fcore_2fmetrics_2eproto.base,}}; + +static void InitDefaultsGetTaskLogsRequest_flyteidl_2fadmin_2fagent_2eproto() { + GOOGLE_PROTOBUF_VERIFY_VERSION; + + { + void* ptr = &::flyteidl::admin::_GetTaskLogsRequest_default_instance_; + new (ptr) ::flyteidl::admin::GetTaskLogsRequest(); + ::google::protobuf::internal::OnShutdownDestroyMessage(ptr); + } + ::flyteidl::admin::GetTaskLogsRequest::InitAsDefaultInstance(); +} + +::google::protobuf::internal::SCCInfo<0> scc_info_GetTaskLogsRequest_flyteidl_2fadmin_2fagent_2eproto = + {{ATOMIC_VAR_INIT(::google::protobuf::internal::SCCInfoBase::kUninitialized), 0, InitDefaultsGetTaskLogsRequest_flyteidl_2fadmin_2fagent_2eproto}, {}}; + +static void InitDefaultsGetTaskLogsResponse_flyteidl_2fadmin_2fagent_2eproto() { + GOOGLE_PROTOBUF_VERIFY_VERSION; + + { + void* ptr = &::flyteidl::admin::_GetTaskLogsResponse_default_instance_; + new (ptr) ::flyteidl::admin::GetTaskLogsResponse(); + ::google::protobuf::internal::OnShutdownDestroyMessage(ptr); + } + ::flyteidl::admin::GetTaskLogsResponse::InitAsDefaultInstance(); +} + +::google::protobuf::internal::SCCInfo<0> scc_info_GetTaskLogsResponse_flyteidl_2fadmin_2fagent_2eproto = + {{ATOMIC_VAR_INIT(::google::protobuf::internal::SCCInfoBase::kUninitialized), 0, InitDefaultsGetTaskLogsResponse_flyteidl_2fadmin_2fagent_2eproto}, {}}; + void InitDefaults_flyteidl_2fadmin_2fagent_2eproto() { ::google::protobuf::internal::InitSCC(&scc_info_TaskExecutionMetadata_LabelsEntry_DoNotUse_flyteidl_2fadmin_2fagent_2eproto.base); ::google::protobuf::internal::InitSCC(&scc_info_TaskExecutionMetadata_AnnotationsEntry_DoNotUse_flyteidl_2fadmin_2fagent_2eproto.base); @@ -348,9 +426,13 @@ void InitDefaults_flyteidl_2fadmin_2fagent_2eproto() { ::google::protobuf::internal::InitSCC(&scc_info_GetAgentResponse_flyteidl_2fadmin_2fagent_2eproto.base); ::google::protobuf::internal::InitSCC(&scc_info_ListAgentsRequest_flyteidl_2fadmin_2fagent_2eproto.base); ::google::protobuf::internal::InitSCC(&scc_info_ListAgentsResponse_flyteidl_2fadmin_2fagent_2eproto.base); + ::google::protobuf::internal::InitSCC(&scc_info_GetTaskMetricsRequest_flyteidl_2fadmin_2fagent_2eproto.base); + ::google::protobuf::internal::InitSCC(&scc_info_GetTaskMetricsResponse_flyteidl_2fadmin_2fagent_2eproto.base); + ::google::protobuf::internal::InitSCC(&scc_info_GetTaskLogsRequest_flyteidl_2fadmin_2fagent_2eproto.base); + ::google::protobuf::internal::InitSCC(&scc_info_GetTaskLogsResponse_flyteidl_2fadmin_2fagent_2eproto.base); } -::google::protobuf::Metadata file_level_metadata_flyteidl_2fadmin_2fagent_2eproto[16]; +::google::protobuf::Metadata file_level_metadata_flyteidl_2fadmin_2fagent_2eproto[20]; const ::google::protobuf::EnumDescriptor* file_level_enum_descriptors_flyteidl_2fadmin_2fagent_2eproto[1]; constexpr ::google::protobuf::ServiceDescriptor const** file_level_service_descriptors_flyteidl_2fadmin_2fagent_2eproto = nullptr; @@ -475,6 +557,39 @@ const ::google::protobuf::uint32 TableStruct_flyteidl_2fadmin_2fagent_2eproto::o ~0u, // no _oneof_case_ ~0u, // no _weak_field_map_ PROTOBUF_FIELD_OFFSET(::flyteidl::admin::ListAgentsResponse, agents_), + ~0u, // no _has_bits_ + PROTOBUF_FIELD_OFFSET(::flyteidl::admin::GetTaskMetricsRequest, _internal_metadata_), + ~0u, // no _extensions_ + ~0u, // no _oneof_case_ + ~0u, // no _weak_field_map_ + PROTOBUF_FIELD_OFFSET(::flyteidl::admin::GetTaskMetricsRequest, task_type_), + PROTOBUF_FIELD_OFFSET(::flyteidl::admin::GetTaskMetricsRequest, resource_meta_), + PROTOBUF_FIELD_OFFSET(::flyteidl::admin::GetTaskMetricsRequest, queries_), + PROTOBUF_FIELD_OFFSET(::flyteidl::admin::GetTaskMetricsRequest, start_time_), + PROTOBUF_FIELD_OFFSET(::flyteidl::admin::GetTaskMetricsRequest, end_time_), + PROTOBUF_FIELD_OFFSET(::flyteidl::admin::GetTaskMetricsRequest, step_), + ~0u, // no _has_bits_ + PROTOBUF_FIELD_OFFSET(::flyteidl::admin::GetTaskMetricsResponse, _internal_metadata_), + ~0u, // no _extensions_ + ~0u, // no _oneof_case_ + ~0u, // no _weak_field_map_ + PROTOBUF_FIELD_OFFSET(::flyteidl::admin::GetTaskMetricsResponse, results_), + ~0u, // no _has_bits_ + PROTOBUF_FIELD_OFFSET(::flyteidl::admin::GetTaskLogsRequest, _internal_metadata_), + ~0u, // no _extensions_ + ~0u, // no _oneof_case_ + ~0u, // no _weak_field_map_ + PROTOBUF_FIELD_OFFSET(::flyteidl::admin::GetTaskLogsRequest, task_type_), + PROTOBUF_FIELD_OFFSET(::flyteidl::admin::GetTaskLogsRequest, resource_meta_), + PROTOBUF_FIELD_OFFSET(::flyteidl::admin::GetTaskLogsRequest, lines_), + PROTOBUF_FIELD_OFFSET(::flyteidl::admin::GetTaskLogsRequest, token_), + ~0u, // no _has_bits_ + PROTOBUF_FIELD_OFFSET(::flyteidl::admin::GetTaskLogsResponse, _internal_metadata_), + ~0u, // no _extensions_ + ~0u, // no _oneof_case_ + ~0u, // no _weak_field_map_ + PROTOBUF_FIELD_OFFSET(::flyteidl::admin::GetTaskLogsResponse, results_), + PROTOBUF_FIELD_OFFSET(::flyteidl::admin::GetTaskLogsResponse, token_), }; static const ::google::protobuf::internal::MigrationSchema schemas[] PROTOBUF_SECTION_VARIABLE(protodesc_cold) = { { 0, 7, sizeof(::flyteidl::admin::TaskExecutionMetadata_LabelsEntry_DoNotUse)}, @@ -493,6 +608,10 @@ static const ::google::protobuf::internal::MigrationSchema schemas[] PROTOBUF_SE { 103, -1, sizeof(::flyteidl::admin::GetAgentResponse)}, { 109, -1, sizeof(::flyteidl::admin::ListAgentsRequest)}, { 114, -1, sizeof(::flyteidl::admin::ListAgentsResponse)}, + { 120, -1, sizeof(::flyteidl::admin::GetTaskMetricsRequest)}, + { 131, -1, sizeof(::flyteidl::admin::GetTaskMetricsResponse)}, + { 137, -1, sizeof(::flyteidl::admin::GetTaskLogsRequest)}, + { 146, -1, sizeof(::flyteidl::admin::GetTaskLogsResponse)}, }; static ::google::protobuf::Message const * const file_default_instances[] = { @@ -512,79 +631,97 @@ static ::google::protobuf::Message const * const file_default_instances[] = { reinterpret_cast(&::flyteidl::admin::_GetAgentResponse_default_instance_), reinterpret_cast(&::flyteidl::admin::_ListAgentsRequest_default_instance_), reinterpret_cast(&::flyteidl::admin::_ListAgentsResponse_default_instance_), + reinterpret_cast(&::flyteidl::admin::_GetTaskMetricsRequest_default_instance_), + reinterpret_cast(&::flyteidl::admin::_GetTaskMetricsResponse_default_instance_), + reinterpret_cast(&::flyteidl::admin::_GetTaskLogsRequest_default_instance_), + reinterpret_cast(&::flyteidl::admin::_GetTaskLogsResponse_default_instance_), }; ::google::protobuf::internal::AssignDescriptorsTable assign_descriptors_table_flyteidl_2fadmin_2fagent_2eproto = { {}, AddDescriptors_flyteidl_2fadmin_2fagent_2eproto, "flyteidl/admin/agent.proto", schemas, file_default_instances, TableStruct_flyteidl_2fadmin_2fagent_2eproto::offsets, - file_level_metadata_flyteidl_2fadmin_2fagent_2eproto, 16, file_level_enum_descriptors_flyteidl_2fadmin_2fagent_2eproto, file_level_service_descriptors_flyteidl_2fadmin_2fagent_2eproto, + file_level_metadata_flyteidl_2fadmin_2fagent_2eproto, 20, file_level_enum_descriptors_flyteidl_2fadmin_2fagent_2eproto, file_level_service_descriptors_flyteidl_2fadmin_2fagent_2eproto, }; const char descriptor_table_protodef_flyteidl_2fadmin_2fagent_2eproto[] = "\n\032flyteidl/admin/agent.proto\022\016flyteidl.a" "dmin\032\034flyteidl/core/literals.proto\032\031flyt" - "eidl/core/tasks.proto\032\035flyteidl/core/int" - "erface.proto\032\036flyteidl/core/identifier.p" - "roto\032\035flyteidl/core/execution.proto\"\232\004\n\025" - "TaskExecutionMetadata\022A\n\021task_execution_" - "id\030\001 \001(\0132&.flyteidl.core.TaskExecutionId" - "entifier\022\021\n\tnamespace\030\002 \001(\t\022A\n\006labels\030\003 " - "\003(\01321.flyteidl.admin.TaskExecutionMetada" - "ta.LabelsEntry\022K\n\013annotations\030\004 \003(\01326.fl" - "yteidl.admin.TaskExecutionMetadata.Annot" - "ationsEntry\022\033\n\023k8s_service_account\030\005 \001(\t" - "\022^\n\025environment_variables\030\006 \003(\0132\?.flytei" - "dl.admin.TaskExecutionMetadata.Environme" - "ntVariablesEntry\032-\n\013LabelsEntry\022\013\n\003key\030\001" - " \001(\t\022\r\n\005value\030\002 \001(\t:\0028\001\0322\n\020AnnotationsEn" - "try\022\013\n\003key\030\001 \001(\t\022\r\n\005value\030\002 \001(\t:\0028\001\032;\n\031E" - "nvironmentVariablesEntry\022\013\n\003key\030\001 \001(\t\022\r\n" - "\005value\030\002 \001(\t:\0028\001\"\314\001\n\021CreateTaskRequest\022)" - "\n\006inputs\030\001 \001(\0132\031.flyteidl.core.LiteralMa" - "p\022-\n\010template\030\002 \001(\0132\033.flyteidl.core.Task" - "Template\022\025\n\routput_prefix\030\003 \001(\t\022F\n\027task_" - "execution_metadata\030\004 \001(\0132%.flyteidl.admi" - "n.TaskExecutionMetadata\"b\n\022CreateTaskRes" - "ponse\022\027\n\rresource_meta\030\001 \001(\014H\000\022,\n\010resour" - "ce\030\002 \001(\0132\030.flyteidl.admin.ResourceH\000B\005\n\003" - "res\":\n\016GetTaskRequest\022\021\n\ttask_type\030\001 \001(\t" - "\022\025\n\rresource_meta\030\002 \001(\014\"h\n\017GetTaskRespon" - "se\022*\n\010resource\030\001 \001(\0132\030.flyteidl.admin.Re" - "source\022)\n\tlog_links\030\002 \003(\0132\026.flyteidl.cor" - "e.TaskLog\"\230\001\n\010Resource\022$\n\005state\030\001 \001(\0162\025." - "flyteidl.admin.State\022*\n\007outputs\030\002 \001(\0132\031." - "flyteidl.core.LiteralMap\022\017\n\007message\030\003 \001(" - "\t\022)\n\tlog_links\030\004 \003(\0132\026.flyteidl.core.Tas" - "kLog\"=\n\021DeleteTaskRequest\022\021\n\ttask_type\030\001" - " \001(\t\022\025\n\rresource_meta\030\002 \001(\014\"\024\n\022DeleteTas" - "kResponse\"3\n\005Agent\022\014\n\004name\030\001 \001(\t\022\034\n\024supp" - "orted_task_types\030\002 \003(\t\"\037\n\017GetAgentReques" - "t\022\014\n\004name\030\001 \001(\t\"8\n\020GetAgentResponse\022$\n\005a" - "gent\030\001 \001(\0132\025.flyteidl.admin.Agent\"\023\n\021Lis" - "tAgentsRequest\";\n\022ListAgentsResponse\022%\n\006" - "agents\030\001 \003(\0132\025.flyteidl.admin.Agent*^\n\005S" - "tate\022\025\n\021RETRYABLE_FAILURE\020\000\022\025\n\021PERMANENT" - "_FAILURE\020\001\022\013\n\007PENDING\020\002\022\013\n\007RUNNING\020\003\022\r\n\t" - "SUCCEEDED\020\004B=Z;github.com/flyteorg/flyte" - "/flyteidl/gen/pb-go/flyteidl/adminb\006prot" - "o3" + "eidl/core/tasks.proto\032\036flyteidl/core/ide" + "ntifier.proto\032\035flyteidl/core/execution.p" + "roto\032\033flyteidl/core/metrics.proto\032\036googl" + "e/protobuf/duration.proto\032\037google/protob" + "uf/timestamp.proto\"\232\004\n\025TaskExecutionMeta" + "data\022A\n\021task_execution_id\030\001 \001(\0132&.flytei" + "dl.core.TaskExecutionIdentifier\022\021\n\tnames" + "pace\030\002 \001(\t\022A\n\006labels\030\003 \003(\01321.flyteidl.ad" + "min.TaskExecutionMetadata.LabelsEntry\022K\n" + "\013annotations\030\004 \003(\01326.flyteidl.admin.Task" + "ExecutionMetadata.AnnotationsEntry\022\033\n\023k8" + "s_service_account\030\005 \001(\t\022^\n\025environment_v" + "ariables\030\006 \003(\0132\?.flyteidl.admin.TaskExec" + "utionMetadata.EnvironmentVariablesEntry\032" + "-\n\013LabelsEntry\022\013\n\003key\030\001 \001(\t\022\r\n\005value\030\002 \001" + "(\t:\0028\001\0322\n\020AnnotationsEntry\022\013\n\003key\030\001 \001(\t\022" + "\r\n\005value\030\002 \001(\t:\0028\001\032;\n\031EnvironmentVariabl" + "esEntry\022\013\n\003key\030\001 \001(\t\022\r\n\005value\030\002 \001(\t:\0028\001\"" + "\314\001\n\021CreateTaskRequest\022)\n\006inputs\030\001 \001(\0132\031." + "flyteidl.core.LiteralMap\022-\n\010template\030\002 \001" + "(\0132\033.flyteidl.core.TaskTemplate\022\025\n\routpu" + "t_prefix\030\003 \001(\t\022F\n\027task_execution_metadat" + "a\030\004 \001(\0132%.flyteidl.admin.TaskExecutionMe" + "tadata\"b\n\022CreateTaskResponse\022\027\n\rresource" + "_meta\030\001 \001(\014H\000\022,\n\010resource\030\002 \001(\0132\030.flytei" + "dl.admin.ResourceH\000B\005\n\003res\":\n\016GetTaskReq" + "uest\022\021\n\ttask_type\030\001 \001(\t\022\025\n\rresource_meta" + "\030\002 \001(\014\"h\n\017GetTaskResponse\022*\n\010resource\030\001 " + "\001(\0132\030.flyteidl.admin.Resource\022)\n\tlog_lin" + "ks\030\002 \003(\0132\026.flyteidl.core.TaskLog\"\230\001\n\010Res" + "ource\022$\n\005state\030\001 \001(\0162\025.flyteidl.admin.St" + "ate\022*\n\007outputs\030\002 \001(\0132\031.flyteidl.core.Lit" + "eralMap\022\017\n\007message\030\003 \001(\t\022)\n\tlog_links\030\004 " + "\003(\0132\026.flyteidl.core.TaskLog\"=\n\021DeleteTas" + "kRequest\022\021\n\ttask_type\030\001 \001(\t\022\025\n\rresource_" + "meta\030\002 \001(\014\"\024\n\022DeleteTaskResponse\"3\n\005Agen" + "t\022\014\n\004name\030\001 \001(\t\022\034\n\024supported_task_types\030" + "\002 \003(\t\"\037\n\017GetAgentRequest\022\014\n\004name\030\001 \001(\t\"8" + "\n\020GetAgentResponse\022$\n\005agent\030\001 \001(\0132\025.flyt" + "eidl.admin.Agent\"\023\n\021ListAgentsRequest\";\n" + "\022ListAgentsResponse\022%\n\006agents\030\001 \003(\0132\025.fl" + "yteidl.admin.Agent\"\331\001\n\025GetTaskMetricsReq" + "uest\022\021\n\ttask_type\030\001 \001(\t\022\025\n\rresource_meta" + "\030\002 \001(\014\022\017\n\007queries\030\003 \003(\t\022.\n\nstart_time\030\004 " + "\001(\0132\032.google.protobuf.Timestamp\022,\n\010end_t" + "ime\030\005 \001(\0132\032.google.protobuf.Timestamp\022\'\n" + "\004step\030\006 \001(\0132\031.google.protobuf.Duration\"O" + "\n\026GetTaskMetricsResponse\0225\n\007results\030\001 \003(" + "\0132$.flyteidl.core.ExecutionMetricResult\"" + "\\\n\022GetTaskLogsRequest\022\021\n\ttask_type\030\001 \001(\t" + "\022\025\n\rresource_meta\030\002 \001(\014\022\r\n\005lines\030\003 \001(\004\022\r" + "\n\005token\030\004 \001(\t\"5\n\023GetTaskLogsResponse\022\017\n\007" + "results\030\001 \003(\t\022\r\n\005token\030\002 \001(\t*^\n\005State\022\025\n" + "\021RETRYABLE_FAILURE\020\000\022\025\n\021PERMANENT_FAILUR" + "E\020\001\022\013\n\007PENDING\020\002\022\013\n\007RUNNING\020\003\022\r\n\tSUCCEED" + "ED\020\004B=Z;github.com/flyteorg/flyte/flytei" + "dl/gen/pb-go/flyteidl/adminb\006proto3" ; ::google::protobuf::internal::DescriptorTable descriptor_table_flyteidl_2fadmin_2fagent_2eproto = { false, InitDefaults_flyteidl_2fadmin_2fagent_2eproto, descriptor_table_protodef_flyteidl_2fadmin_2fagent_2eproto, - "flyteidl/admin/agent.proto", &assign_descriptors_table_flyteidl_2fadmin_2fagent_2eproto, 1842, + "flyteidl/admin/agent.proto", &assign_descriptors_table_flyteidl_2fadmin_2fagent_2eproto, 2355, }; void AddDescriptors_flyteidl_2fadmin_2fagent_2eproto() { - static constexpr ::google::protobuf::internal::InitFunc deps[5] = + static constexpr ::google::protobuf::internal::InitFunc deps[7] = { ::AddDescriptors_flyteidl_2fcore_2fliterals_2eproto, ::AddDescriptors_flyteidl_2fcore_2ftasks_2eproto, - ::AddDescriptors_flyteidl_2fcore_2finterface_2eproto, ::AddDescriptors_flyteidl_2fcore_2fidentifier_2eproto, ::AddDescriptors_flyteidl_2fcore_2fexecution_2eproto, + ::AddDescriptors_flyteidl_2fcore_2fmetrics_2eproto, + ::AddDescriptors_google_2fprotobuf_2fduration_2eproto, + ::AddDescriptors_google_2fprotobuf_2ftimestamp_2eproto, }; - ::google::protobuf::internal::AddDescriptors(&descriptor_table_flyteidl_2fadmin_2fagent_2eproto, deps, 5); + ::google::protobuf::internal::AddDescriptors(&descriptor_table_flyteidl_2fadmin_2fagent_2eproto, deps, 7); } // Force running AddDescriptors() at dynamic initialization time. @@ -5761,58 +5898,1837 @@ ::google::protobuf::Metadata ListAgentsResponse::GetMetadata() const { } -// @@protoc_insertion_point(namespace_scope) -} // namespace admin -} // namespace flyteidl -namespace google { -namespace protobuf { -template<> PROTOBUF_NOINLINE ::flyteidl::admin::TaskExecutionMetadata_LabelsEntry_DoNotUse* Arena::CreateMaybeMessage< ::flyteidl::admin::TaskExecutionMetadata_LabelsEntry_DoNotUse >(Arena* arena) { - return Arena::CreateInternal< ::flyteidl::admin::TaskExecutionMetadata_LabelsEntry_DoNotUse >(arena); +// =================================================================== + +void GetTaskMetricsRequest::InitAsDefaultInstance() { + ::flyteidl::admin::_GetTaskMetricsRequest_default_instance_._instance.get_mutable()->start_time_ = const_cast< ::google::protobuf::Timestamp*>( + ::google::protobuf::Timestamp::internal_default_instance()); + ::flyteidl::admin::_GetTaskMetricsRequest_default_instance_._instance.get_mutable()->end_time_ = const_cast< ::google::protobuf::Timestamp*>( + ::google::protobuf::Timestamp::internal_default_instance()); + ::flyteidl::admin::_GetTaskMetricsRequest_default_instance_._instance.get_mutable()->step_ = const_cast< ::google::protobuf::Duration*>( + ::google::protobuf::Duration::internal_default_instance()); } -template<> PROTOBUF_NOINLINE ::flyteidl::admin::TaskExecutionMetadata_AnnotationsEntry_DoNotUse* Arena::CreateMaybeMessage< ::flyteidl::admin::TaskExecutionMetadata_AnnotationsEntry_DoNotUse >(Arena* arena) { - return Arena::CreateInternal< ::flyteidl::admin::TaskExecutionMetadata_AnnotationsEntry_DoNotUse >(arena); +class GetTaskMetricsRequest::HasBitSetters { + public: + static const ::google::protobuf::Timestamp& start_time(const GetTaskMetricsRequest* msg); + static const ::google::protobuf::Timestamp& end_time(const GetTaskMetricsRequest* msg); + static const ::google::protobuf::Duration& step(const GetTaskMetricsRequest* msg); +}; + +const ::google::protobuf::Timestamp& +GetTaskMetricsRequest::HasBitSetters::start_time(const GetTaskMetricsRequest* msg) { + return *msg->start_time_; } -template<> PROTOBUF_NOINLINE ::flyteidl::admin::TaskExecutionMetadata_EnvironmentVariablesEntry_DoNotUse* Arena::CreateMaybeMessage< ::flyteidl::admin::TaskExecutionMetadata_EnvironmentVariablesEntry_DoNotUse >(Arena* arena) { - return Arena::CreateInternal< ::flyteidl::admin::TaskExecutionMetadata_EnvironmentVariablesEntry_DoNotUse >(arena); +const ::google::protobuf::Timestamp& +GetTaskMetricsRequest::HasBitSetters::end_time(const GetTaskMetricsRequest* msg) { + return *msg->end_time_; } -template<> PROTOBUF_NOINLINE ::flyteidl::admin::TaskExecutionMetadata* Arena::CreateMaybeMessage< ::flyteidl::admin::TaskExecutionMetadata >(Arena* arena) { - return Arena::CreateInternal< ::flyteidl::admin::TaskExecutionMetadata >(arena); +const ::google::protobuf::Duration& +GetTaskMetricsRequest::HasBitSetters::step(const GetTaskMetricsRequest* msg) { + return *msg->step_; } -template<> PROTOBUF_NOINLINE ::flyteidl::admin::CreateTaskRequest* Arena::CreateMaybeMessage< ::flyteidl::admin::CreateTaskRequest >(Arena* arena) { - return Arena::CreateInternal< ::flyteidl::admin::CreateTaskRequest >(arena); +void GetTaskMetricsRequest::clear_start_time() { + if (GetArenaNoVirtual() == nullptr && start_time_ != nullptr) { + delete start_time_; + } + start_time_ = nullptr; } -template<> PROTOBUF_NOINLINE ::flyteidl::admin::CreateTaskResponse* Arena::CreateMaybeMessage< ::flyteidl::admin::CreateTaskResponse >(Arena* arena) { - return Arena::CreateInternal< ::flyteidl::admin::CreateTaskResponse >(arena); +void GetTaskMetricsRequest::clear_end_time() { + if (GetArenaNoVirtual() == nullptr && end_time_ != nullptr) { + delete end_time_; + } + end_time_ = nullptr; } -template<> PROTOBUF_NOINLINE ::flyteidl::admin::GetTaskRequest* Arena::CreateMaybeMessage< ::flyteidl::admin::GetTaskRequest >(Arena* arena) { - return Arena::CreateInternal< ::flyteidl::admin::GetTaskRequest >(arena); +void GetTaskMetricsRequest::clear_step() { + if (GetArenaNoVirtual() == nullptr && step_ != nullptr) { + delete step_; + } + step_ = nullptr; } -template<> PROTOBUF_NOINLINE ::flyteidl::admin::GetTaskResponse* Arena::CreateMaybeMessage< ::flyteidl::admin::GetTaskResponse >(Arena* arena) { - return Arena::CreateInternal< ::flyteidl::admin::GetTaskResponse >(arena); +#if !defined(_MSC_VER) || _MSC_VER >= 1900 +const int GetTaskMetricsRequest::kTaskTypeFieldNumber; +const int GetTaskMetricsRequest::kResourceMetaFieldNumber; +const int GetTaskMetricsRequest::kQueriesFieldNumber; +const int GetTaskMetricsRequest::kStartTimeFieldNumber; +const int GetTaskMetricsRequest::kEndTimeFieldNumber; +const int GetTaskMetricsRequest::kStepFieldNumber; +#endif // !defined(_MSC_VER) || _MSC_VER >= 1900 + +GetTaskMetricsRequest::GetTaskMetricsRequest() + : ::google::protobuf::Message(), _internal_metadata_(nullptr) { + SharedCtor(); + // @@protoc_insertion_point(constructor:flyteidl.admin.GetTaskMetricsRequest) } -template<> PROTOBUF_NOINLINE ::flyteidl::admin::Resource* Arena::CreateMaybeMessage< ::flyteidl::admin::Resource >(Arena* arena) { - return Arena::CreateInternal< ::flyteidl::admin::Resource >(arena); +GetTaskMetricsRequest::GetTaskMetricsRequest(const GetTaskMetricsRequest& from) + : ::google::protobuf::Message(), + _internal_metadata_(nullptr), + queries_(from.queries_) { + _internal_metadata_.MergeFrom(from._internal_metadata_); + task_type_.UnsafeSetDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); + if (from.task_type().size() > 0) { + task_type_.AssignWithDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), from.task_type_); + } + resource_meta_.UnsafeSetDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); + if (from.resource_meta().size() > 0) { + resource_meta_.AssignWithDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), from.resource_meta_); + } + if (from.has_start_time()) { + start_time_ = new ::google::protobuf::Timestamp(*from.start_time_); + } else { + start_time_ = nullptr; + } + if (from.has_end_time()) { + end_time_ = new ::google::protobuf::Timestamp(*from.end_time_); + } else { + end_time_ = nullptr; + } + if (from.has_step()) { + step_ = new ::google::protobuf::Duration(*from.step_); + } else { + step_ = nullptr; + } + // @@protoc_insertion_point(copy_constructor:flyteidl.admin.GetTaskMetricsRequest) } -template<> PROTOBUF_NOINLINE ::flyteidl::admin::DeleteTaskRequest* Arena::CreateMaybeMessage< ::flyteidl::admin::DeleteTaskRequest >(Arena* arena) { - return Arena::CreateInternal< ::flyteidl::admin::DeleteTaskRequest >(arena); + +void GetTaskMetricsRequest::SharedCtor() { + ::google::protobuf::internal::InitSCC( + &scc_info_GetTaskMetricsRequest_flyteidl_2fadmin_2fagent_2eproto.base); + task_type_.UnsafeSetDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); + resource_meta_.UnsafeSetDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); + ::memset(&start_time_, 0, static_cast( + reinterpret_cast(&step_) - + reinterpret_cast(&start_time_)) + sizeof(step_)); } -template<> PROTOBUF_NOINLINE ::flyteidl::admin::DeleteTaskResponse* Arena::CreateMaybeMessage< ::flyteidl::admin::DeleteTaskResponse >(Arena* arena) { - return Arena::CreateInternal< ::flyteidl::admin::DeleteTaskResponse >(arena); + +GetTaskMetricsRequest::~GetTaskMetricsRequest() { + // @@protoc_insertion_point(destructor:flyteidl.admin.GetTaskMetricsRequest) + SharedDtor(); } -template<> PROTOBUF_NOINLINE ::flyteidl::admin::Agent* Arena::CreateMaybeMessage< ::flyteidl::admin::Agent >(Arena* arena) { - return Arena::CreateInternal< ::flyteidl::admin::Agent >(arena); + +void GetTaskMetricsRequest::SharedDtor() { + task_type_.DestroyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); + resource_meta_.DestroyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); + if (this != internal_default_instance()) delete start_time_; + if (this != internal_default_instance()) delete end_time_; + if (this != internal_default_instance()) delete step_; } -template<> PROTOBUF_NOINLINE ::flyteidl::admin::GetAgentRequest* Arena::CreateMaybeMessage< ::flyteidl::admin::GetAgentRequest >(Arena* arena) { - return Arena::CreateInternal< ::flyteidl::admin::GetAgentRequest >(arena); + +void GetTaskMetricsRequest::SetCachedSize(int size) const { + _cached_size_.Set(size); } -template<> PROTOBUF_NOINLINE ::flyteidl::admin::GetAgentResponse* Arena::CreateMaybeMessage< ::flyteidl::admin::GetAgentResponse >(Arena* arena) { - return Arena::CreateInternal< ::flyteidl::admin::GetAgentResponse >(arena); +const GetTaskMetricsRequest& GetTaskMetricsRequest::default_instance() { + ::google::protobuf::internal::InitSCC(&::scc_info_GetTaskMetricsRequest_flyteidl_2fadmin_2fagent_2eproto.base); + return *internal_default_instance(); } -template<> PROTOBUF_NOINLINE ::flyteidl::admin::ListAgentsRequest* Arena::CreateMaybeMessage< ::flyteidl::admin::ListAgentsRequest >(Arena* arena) { - return Arena::CreateInternal< ::flyteidl::admin::ListAgentsRequest >(arena); + + +void GetTaskMetricsRequest::Clear() { +// @@protoc_insertion_point(message_clear_start:flyteidl.admin.GetTaskMetricsRequest) + ::google::protobuf::uint32 cached_has_bits = 0; + // Prevent compiler warnings about cached_has_bits being unused + (void) cached_has_bits; + + queries_.Clear(); + task_type_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); + resource_meta_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); + if (GetArenaNoVirtual() == nullptr && start_time_ != nullptr) { + delete start_time_; + } + start_time_ = nullptr; + if (GetArenaNoVirtual() == nullptr && end_time_ != nullptr) { + delete end_time_; + } + end_time_ = nullptr; + if (GetArenaNoVirtual() == nullptr && step_ != nullptr) { + delete step_; + } + step_ = nullptr; + _internal_metadata_.Clear(); } -template<> PROTOBUF_NOINLINE ::flyteidl::admin::ListAgentsResponse* Arena::CreateMaybeMessage< ::flyteidl::admin::ListAgentsResponse >(Arena* arena) { - return Arena::CreateInternal< ::flyteidl::admin::ListAgentsResponse >(arena); + +#if GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER +const char* GetTaskMetricsRequest::_InternalParse(const char* begin, const char* end, void* object, + ::google::protobuf::internal::ParseContext* ctx) { + auto msg = static_cast(object); + ::google::protobuf::int32 size; (void)size; + int depth; (void)depth; + ::google::protobuf::uint32 tag; + ::google::protobuf::internal::ParseFunc parser_till_end; (void)parser_till_end; + auto ptr = begin; + while (ptr < end) { + ptr = ::google::protobuf::io::Parse32(ptr, &tag); + GOOGLE_PROTOBUF_PARSER_ASSERT(ptr); + switch (tag >> 3) { + // string task_type = 1; + case 1: { + if (static_cast<::google::protobuf::uint8>(tag) != 10) goto handle_unusual; + ptr = ::google::protobuf::io::ReadSize(ptr, &size); + GOOGLE_PROTOBUF_PARSER_ASSERT(ptr); + ctx->extra_parse_data().SetFieldName("flyteidl.admin.GetTaskMetricsRequest.task_type"); + object = msg->mutable_task_type(); + if (size > end - ptr + ::google::protobuf::internal::ParseContext::kSlopBytes) { + parser_till_end = ::google::protobuf::internal::GreedyStringParserUTF8; + goto string_till_end; + } + GOOGLE_PROTOBUF_PARSER_ASSERT(::google::protobuf::internal::StringCheckUTF8(ptr, size, ctx)); + ::google::protobuf::internal::InlineGreedyStringParser(object, ptr, size, ctx); + ptr += size; + break; + } + // bytes resource_meta = 2; + case 2: { + if (static_cast<::google::protobuf::uint8>(tag) != 18) goto handle_unusual; + ptr = ::google::protobuf::io::ReadSize(ptr, &size); + GOOGLE_PROTOBUF_PARSER_ASSERT(ptr); + object = msg->mutable_resource_meta(); + if (size > end - ptr + ::google::protobuf::internal::ParseContext::kSlopBytes) { + parser_till_end = ::google::protobuf::internal::GreedyStringParser; + goto string_till_end; + } + GOOGLE_PROTOBUF_PARSER_ASSERT(::google::protobuf::internal::StringCheck(ptr, size, ctx)); + ::google::protobuf::internal::InlineGreedyStringParser(object, ptr, size, ctx); + ptr += size; + break; + } + // repeated string queries = 3; + case 3: { + if (static_cast<::google::protobuf::uint8>(tag) != 26) goto handle_unusual; + do { + ptr = ::google::protobuf::io::ReadSize(ptr, &size); + GOOGLE_PROTOBUF_PARSER_ASSERT(ptr); + ctx->extra_parse_data().SetFieldName("flyteidl.admin.GetTaskMetricsRequest.queries"); + object = msg->add_queries(); + if (size > end - ptr + ::google::protobuf::internal::ParseContext::kSlopBytes) { + parser_till_end = ::google::protobuf::internal::GreedyStringParserUTF8; + goto string_till_end; + } + GOOGLE_PROTOBUF_PARSER_ASSERT(::google::protobuf::internal::StringCheckUTF8(ptr, size, ctx)); + ::google::protobuf::internal::InlineGreedyStringParser(object, ptr, size, ctx); + ptr += size; + if (ptr >= end) break; + } while ((::google::protobuf::io::UnalignedLoad<::google::protobuf::uint64>(ptr) & 255) == 26 && (ptr += 1)); + break; + } + // .google.protobuf.Timestamp start_time = 4; + case 4: { + if (static_cast<::google::protobuf::uint8>(tag) != 34) goto handle_unusual; + ptr = ::google::protobuf::io::ReadSize(ptr, &size); + GOOGLE_PROTOBUF_PARSER_ASSERT(ptr); + parser_till_end = ::google::protobuf::Timestamp::_InternalParse; + object = msg->mutable_start_time(); + if (size > end - ptr) goto len_delim_till_end; + ptr += size; + GOOGLE_PROTOBUF_PARSER_ASSERT(ctx->ParseExactRange( + {parser_till_end, object}, ptr - size, ptr)); + break; + } + // .google.protobuf.Timestamp end_time = 5; + case 5: { + if (static_cast<::google::protobuf::uint8>(tag) != 42) goto handle_unusual; + ptr = ::google::protobuf::io::ReadSize(ptr, &size); + GOOGLE_PROTOBUF_PARSER_ASSERT(ptr); + parser_till_end = ::google::protobuf::Timestamp::_InternalParse; + object = msg->mutable_end_time(); + if (size > end - ptr) goto len_delim_till_end; + ptr += size; + GOOGLE_PROTOBUF_PARSER_ASSERT(ctx->ParseExactRange( + {parser_till_end, object}, ptr - size, ptr)); + break; + } + // .google.protobuf.Duration step = 6; + case 6: { + if (static_cast<::google::protobuf::uint8>(tag) != 50) goto handle_unusual; + ptr = ::google::protobuf::io::ReadSize(ptr, &size); + GOOGLE_PROTOBUF_PARSER_ASSERT(ptr); + parser_till_end = ::google::protobuf::Duration::_InternalParse; + object = msg->mutable_step(); + if (size > end - ptr) goto len_delim_till_end; + ptr += size; + GOOGLE_PROTOBUF_PARSER_ASSERT(ctx->ParseExactRange( + {parser_till_end, object}, ptr - size, ptr)); + break; + } + default: { + handle_unusual: + if ((tag & 7) == 4 || tag == 0) { + ctx->EndGroup(tag); + return ptr; + } + auto res = UnknownFieldParse(tag, {_InternalParse, msg}, + ptr, end, msg->_internal_metadata_.mutable_unknown_fields(), ctx); + ptr = res.first; + GOOGLE_PROTOBUF_PARSER_ASSERT(ptr != nullptr); + if (res.second) return ptr; + } + } // switch + } // while + return ptr; +string_till_end: + static_cast<::std::string*>(object)->clear(); + static_cast<::std::string*>(object)->reserve(size); + goto len_delim_till_end; +len_delim_till_end: + return ctx->StoreAndTailCall(ptr, end, {_InternalParse, msg}, + {parser_till_end, object}, size); +} +#else // GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER +bool GetTaskMetricsRequest::MergePartialFromCodedStream( + ::google::protobuf::io::CodedInputStream* input) { +#define DO_(EXPRESSION) if (!PROTOBUF_PREDICT_TRUE(EXPRESSION)) goto failure + ::google::protobuf::uint32 tag; + // @@protoc_insertion_point(parse_start:flyteidl.admin.GetTaskMetricsRequest) + 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)) { + // string task_type = 1; + case 1: { + if (static_cast< ::google::protobuf::uint8>(tag) == (10 & 0xFF)) { + DO_(::google::protobuf::internal::WireFormatLite::ReadString( + input, this->mutable_task_type())); + DO_(::google::protobuf::internal::WireFormatLite::VerifyUtf8String( + this->task_type().data(), static_cast(this->task_type().length()), + ::google::protobuf::internal::WireFormatLite::PARSE, + "flyteidl.admin.GetTaskMetricsRequest.task_type")); + } else { + goto handle_unusual; + } + break; + } + + // bytes resource_meta = 2; + case 2: { + if (static_cast< ::google::protobuf::uint8>(tag) == (18 & 0xFF)) { + DO_(::google::protobuf::internal::WireFormatLite::ReadBytes( + input, this->mutable_resource_meta())); + } else { + goto handle_unusual; + } + break; + } + + // repeated string queries = 3; + case 3: { + if (static_cast< ::google::protobuf::uint8>(tag) == (26 & 0xFF)) { + DO_(::google::protobuf::internal::WireFormatLite::ReadString( + input, this->add_queries())); + DO_(::google::protobuf::internal::WireFormatLite::VerifyUtf8String( + this->queries(this->queries_size() - 1).data(), + static_cast(this->queries(this->queries_size() - 1).length()), + ::google::protobuf::internal::WireFormatLite::PARSE, + "flyteidl.admin.GetTaskMetricsRequest.queries")); + } else { + goto handle_unusual; + } + break; + } + + // .google.protobuf.Timestamp start_time = 4; + case 4: { + if (static_cast< ::google::protobuf::uint8>(tag) == (34 & 0xFF)) { + DO_(::google::protobuf::internal::WireFormatLite::ReadMessage( + input, mutable_start_time())); + } else { + goto handle_unusual; + } + break; + } + + // .google.protobuf.Timestamp end_time = 5; + case 5: { + if (static_cast< ::google::protobuf::uint8>(tag) == (42 & 0xFF)) { + DO_(::google::protobuf::internal::WireFormatLite::ReadMessage( + input, mutable_end_time())); + } else { + goto handle_unusual; + } + break; + } + + // .google.protobuf.Duration step = 6; + case 6: { + if (static_cast< ::google::protobuf::uint8>(tag) == (50 & 0xFF)) { + DO_(::google::protobuf::internal::WireFormatLite::ReadMessage( + input, mutable_step())); + } 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.GetTaskMetricsRequest) + return true; +failure: + // @@protoc_insertion_point(parse_failure:flyteidl.admin.GetTaskMetricsRequest) + return false; +#undef DO_ +} +#endif // GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER + +void GetTaskMetricsRequest::SerializeWithCachedSizes( + ::google::protobuf::io::CodedOutputStream* output) const { + // @@protoc_insertion_point(serialize_start:flyteidl.admin.GetTaskMetricsRequest) + ::google::protobuf::uint32 cached_has_bits = 0; + (void) cached_has_bits; + + // string task_type = 1; + if (this->task_type().size() > 0) { + ::google::protobuf::internal::WireFormatLite::VerifyUtf8String( + this->task_type().data(), static_cast(this->task_type().length()), + ::google::protobuf::internal::WireFormatLite::SERIALIZE, + "flyteidl.admin.GetTaskMetricsRequest.task_type"); + ::google::protobuf::internal::WireFormatLite::WriteStringMaybeAliased( + 1, this->task_type(), output); + } + + // bytes resource_meta = 2; + if (this->resource_meta().size() > 0) { + ::google::protobuf::internal::WireFormatLite::WriteBytesMaybeAliased( + 2, this->resource_meta(), output); + } + + // repeated string queries = 3; + for (int i = 0, n = this->queries_size(); i < n; i++) { + ::google::protobuf::internal::WireFormatLite::VerifyUtf8String( + this->queries(i).data(), static_cast(this->queries(i).length()), + ::google::protobuf::internal::WireFormatLite::SERIALIZE, + "flyteidl.admin.GetTaskMetricsRequest.queries"); + ::google::protobuf::internal::WireFormatLite::WriteString( + 3, this->queries(i), output); + } + + // .google.protobuf.Timestamp start_time = 4; + if (this->has_start_time()) { + ::google::protobuf::internal::WireFormatLite::WriteMessageMaybeToArray( + 4, HasBitSetters::start_time(this), output); + } + + // .google.protobuf.Timestamp end_time = 5; + if (this->has_end_time()) { + ::google::protobuf::internal::WireFormatLite::WriteMessageMaybeToArray( + 5, HasBitSetters::end_time(this), output); + } + + // .google.protobuf.Duration step = 6; + if (this->has_step()) { + ::google::protobuf::internal::WireFormatLite::WriteMessageMaybeToArray( + 6, HasBitSetters::step(this), output); + } + + if (_internal_metadata_.have_unknown_fields()) { + ::google::protobuf::internal::WireFormat::SerializeUnknownFields( + _internal_metadata_.unknown_fields(), output); + } + // @@protoc_insertion_point(serialize_end:flyteidl.admin.GetTaskMetricsRequest) +} + +::google::protobuf::uint8* GetTaskMetricsRequest::InternalSerializeWithCachedSizesToArray( + ::google::protobuf::uint8* target) const { + // @@protoc_insertion_point(serialize_to_array_start:flyteidl.admin.GetTaskMetricsRequest) + ::google::protobuf::uint32 cached_has_bits = 0; + (void) cached_has_bits; + + // string task_type = 1; + if (this->task_type().size() > 0) { + ::google::protobuf::internal::WireFormatLite::VerifyUtf8String( + this->task_type().data(), static_cast(this->task_type().length()), + ::google::protobuf::internal::WireFormatLite::SERIALIZE, + "flyteidl.admin.GetTaskMetricsRequest.task_type"); + target = + ::google::protobuf::internal::WireFormatLite::WriteStringToArray( + 1, this->task_type(), target); + } + + // bytes resource_meta = 2; + if (this->resource_meta().size() > 0) { + target = + ::google::protobuf::internal::WireFormatLite::WriteBytesToArray( + 2, this->resource_meta(), target); + } + + // repeated string queries = 3; + for (int i = 0, n = this->queries_size(); i < n; i++) { + ::google::protobuf::internal::WireFormatLite::VerifyUtf8String( + this->queries(i).data(), static_cast(this->queries(i).length()), + ::google::protobuf::internal::WireFormatLite::SERIALIZE, + "flyteidl.admin.GetTaskMetricsRequest.queries"); + target = ::google::protobuf::internal::WireFormatLite:: + WriteStringToArray(3, this->queries(i), target); + } + + // .google.protobuf.Timestamp start_time = 4; + if (this->has_start_time()) { + target = ::google::protobuf::internal::WireFormatLite:: + InternalWriteMessageToArray( + 4, HasBitSetters::start_time(this), target); + } + + // .google.protobuf.Timestamp end_time = 5; + if (this->has_end_time()) { + target = ::google::protobuf::internal::WireFormatLite:: + InternalWriteMessageToArray( + 5, HasBitSetters::end_time(this), target); + } + + // .google.protobuf.Duration step = 6; + if (this->has_step()) { + target = ::google::protobuf::internal::WireFormatLite:: + InternalWriteMessageToArray( + 6, HasBitSetters::step(this), target); + } + + if (_internal_metadata_.have_unknown_fields()) { + target = ::google::protobuf::internal::WireFormat::SerializeUnknownFieldsToArray( + _internal_metadata_.unknown_fields(), target); + } + // @@protoc_insertion_point(serialize_to_array_end:flyteidl.admin.GetTaskMetricsRequest) + return target; +} + +size_t GetTaskMetricsRequest::ByteSizeLong() const { +// @@protoc_insertion_point(message_byte_size_start:flyteidl.admin.GetTaskMetricsRequest) + size_t total_size = 0; + + if (_internal_metadata_.have_unknown_fields()) { + total_size += + ::google::protobuf::internal::WireFormat::ComputeUnknownFieldsSize( + _internal_metadata_.unknown_fields()); + } + ::google::protobuf::uint32 cached_has_bits = 0; + // Prevent compiler warnings about cached_has_bits being unused + (void) cached_has_bits; + + // repeated string queries = 3; + total_size += 1 * + ::google::protobuf::internal::FromIntSize(this->queries_size()); + for (int i = 0, n = this->queries_size(); i < n; i++) { + total_size += ::google::protobuf::internal::WireFormatLite::StringSize( + this->queries(i)); + } + + // string task_type = 1; + if (this->task_type().size() > 0) { + total_size += 1 + + ::google::protobuf::internal::WireFormatLite::StringSize( + this->task_type()); + } + + // bytes resource_meta = 2; + if (this->resource_meta().size() > 0) { + total_size += 1 + + ::google::protobuf::internal::WireFormatLite::BytesSize( + this->resource_meta()); + } + + // .google.protobuf.Timestamp start_time = 4; + if (this->has_start_time()) { + total_size += 1 + + ::google::protobuf::internal::WireFormatLite::MessageSize( + *start_time_); + } + + // .google.protobuf.Timestamp end_time = 5; + if (this->has_end_time()) { + total_size += 1 + + ::google::protobuf::internal::WireFormatLite::MessageSize( + *end_time_); + } + + // .google.protobuf.Duration step = 6; + if (this->has_step()) { + total_size += 1 + + ::google::protobuf::internal::WireFormatLite::MessageSize( + *step_); + } + + int cached_size = ::google::protobuf::internal::ToCachedSize(total_size); + SetCachedSize(cached_size); + return total_size; +} + +void GetTaskMetricsRequest::MergeFrom(const ::google::protobuf::Message& from) { +// @@protoc_insertion_point(generalized_merge_from_start:flyteidl.admin.GetTaskMetricsRequest) + GOOGLE_DCHECK_NE(&from, this); + const GetTaskMetricsRequest* source = + ::google::protobuf::DynamicCastToGenerated( + &from); + if (source == nullptr) { + // @@protoc_insertion_point(generalized_merge_from_cast_fail:flyteidl.admin.GetTaskMetricsRequest) + ::google::protobuf::internal::ReflectionOps::Merge(from, this); + } else { + // @@protoc_insertion_point(generalized_merge_from_cast_success:flyteidl.admin.GetTaskMetricsRequest) + MergeFrom(*source); + } +} + +void GetTaskMetricsRequest::MergeFrom(const GetTaskMetricsRequest& from) { +// @@protoc_insertion_point(class_specific_merge_from_start:flyteidl.admin.GetTaskMetricsRequest) + GOOGLE_DCHECK_NE(&from, this); + _internal_metadata_.MergeFrom(from._internal_metadata_); + ::google::protobuf::uint32 cached_has_bits = 0; + (void) cached_has_bits; + + queries_.MergeFrom(from.queries_); + if (from.task_type().size() > 0) { + + task_type_.AssignWithDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), from.task_type_); + } + if (from.resource_meta().size() > 0) { + + resource_meta_.AssignWithDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), from.resource_meta_); + } + if (from.has_start_time()) { + mutable_start_time()->::google::protobuf::Timestamp::MergeFrom(from.start_time()); + } + if (from.has_end_time()) { + mutable_end_time()->::google::protobuf::Timestamp::MergeFrom(from.end_time()); + } + if (from.has_step()) { + mutable_step()->::google::protobuf::Duration::MergeFrom(from.step()); + } +} + +void GetTaskMetricsRequest::CopyFrom(const ::google::protobuf::Message& from) { +// @@protoc_insertion_point(generalized_copy_from_start:flyteidl.admin.GetTaskMetricsRequest) + if (&from == this) return; + Clear(); + MergeFrom(from); +} + +void GetTaskMetricsRequest::CopyFrom(const GetTaskMetricsRequest& from) { +// @@protoc_insertion_point(class_specific_copy_from_start:flyteidl.admin.GetTaskMetricsRequest) + if (&from == this) return; + Clear(); + MergeFrom(from); +} + +bool GetTaskMetricsRequest::IsInitialized() const { + return true; +} + +void GetTaskMetricsRequest::Swap(GetTaskMetricsRequest* other) { + if (other == this) return; + InternalSwap(other); +} +void GetTaskMetricsRequest::InternalSwap(GetTaskMetricsRequest* other) { + using std::swap; + _internal_metadata_.Swap(&other->_internal_metadata_); + queries_.InternalSwap(CastToBase(&other->queries_)); + task_type_.Swap(&other->task_type_, &::google::protobuf::internal::GetEmptyStringAlreadyInited(), + GetArenaNoVirtual()); + resource_meta_.Swap(&other->resource_meta_, &::google::protobuf::internal::GetEmptyStringAlreadyInited(), + GetArenaNoVirtual()); + swap(start_time_, other->start_time_); + swap(end_time_, other->end_time_); + swap(step_, other->step_); +} + +::google::protobuf::Metadata GetTaskMetricsRequest::GetMetadata() const { + ::google::protobuf::internal::AssignDescriptors(&::assign_descriptors_table_flyteidl_2fadmin_2fagent_2eproto); + return ::file_level_metadata_flyteidl_2fadmin_2fagent_2eproto[kIndexInFileMessages]; +} + + +// =================================================================== + +void GetTaskMetricsResponse::InitAsDefaultInstance() { +} +class GetTaskMetricsResponse::HasBitSetters { + public: +}; + +void GetTaskMetricsResponse::clear_results() { + results_.Clear(); +} +#if !defined(_MSC_VER) || _MSC_VER >= 1900 +const int GetTaskMetricsResponse::kResultsFieldNumber; +#endif // !defined(_MSC_VER) || _MSC_VER >= 1900 + +GetTaskMetricsResponse::GetTaskMetricsResponse() + : ::google::protobuf::Message(), _internal_metadata_(nullptr) { + SharedCtor(); + // @@protoc_insertion_point(constructor:flyteidl.admin.GetTaskMetricsResponse) +} +GetTaskMetricsResponse::GetTaskMetricsResponse(const GetTaskMetricsResponse& from) + : ::google::protobuf::Message(), + _internal_metadata_(nullptr), + results_(from.results_) { + _internal_metadata_.MergeFrom(from._internal_metadata_); + // @@protoc_insertion_point(copy_constructor:flyteidl.admin.GetTaskMetricsResponse) +} + +void GetTaskMetricsResponse::SharedCtor() { + ::google::protobuf::internal::InitSCC( + &scc_info_GetTaskMetricsResponse_flyteidl_2fadmin_2fagent_2eproto.base); +} + +GetTaskMetricsResponse::~GetTaskMetricsResponse() { + // @@protoc_insertion_point(destructor:flyteidl.admin.GetTaskMetricsResponse) + SharedDtor(); +} + +void GetTaskMetricsResponse::SharedDtor() { +} + +void GetTaskMetricsResponse::SetCachedSize(int size) const { + _cached_size_.Set(size); +} +const GetTaskMetricsResponse& GetTaskMetricsResponse::default_instance() { + ::google::protobuf::internal::InitSCC(&::scc_info_GetTaskMetricsResponse_flyteidl_2fadmin_2fagent_2eproto.base); + return *internal_default_instance(); +} + + +void GetTaskMetricsResponse::Clear() { +// @@protoc_insertion_point(message_clear_start:flyteidl.admin.GetTaskMetricsResponse) + ::google::protobuf::uint32 cached_has_bits = 0; + // Prevent compiler warnings about cached_has_bits being unused + (void) cached_has_bits; + + results_.Clear(); + _internal_metadata_.Clear(); +} + +#if GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER +const char* GetTaskMetricsResponse::_InternalParse(const char* begin, const char* end, void* object, + ::google::protobuf::internal::ParseContext* ctx) { + auto msg = static_cast(object); + ::google::protobuf::int32 size; (void)size; + int depth; (void)depth; + ::google::protobuf::uint32 tag; + ::google::protobuf::internal::ParseFunc parser_till_end; (void)parser_till_end; + auto ptr = begin; + while (ptr < end) { + ptr = ::google::protobuf::io::Parse32(ptr, &tag); + GOOGLE_PROTOBUF_PARSER_ASSERT(ptr); + switch (tag >> 3) { + // repeated .flyteidl.core.ExecutionMetricResult results = 1; + case 1: { + if (static_cast<::google::protobuf::uint8>(tag) != 10) goto handle_unusual; + do { + ptr = ::google::protobuf::io::ReadSize(ptr, &size); + GOOGLE_PROTOBUF_PARSER_ASSERT(ptr); + parser_till_end = ::flyteidl::core::ExecutionMetricResult::_InternalParse; + object = msg->add_results(); + if (size > end - ptr) goto len_delim_till_end; + ptr += size; + GOOGLE_PROTOBUF_PARSER_ASSERT(ctx->ParseExactRange( + {parser_till_end, object}, ptr - size, ptr)); + if (ptr >= end) break; + } while ((::google::protobuf::io::UnalignedLoad<::google::protobuf::uint64>(ptr) & 255) == 10 && (ptr += 1)); + break; + } + default: { + handle_unusual: + if ((tag & 7) == 4 || tag == 0) { + ctx->EndGroup(tag); + return ptr; + } + auto res = UnknownFieldParse(tag, {_InternalParse, msg}, + ptr, end, msg->_internal_metadata_.mutable_unknown_fields(), ctx); + ptr = res.first; + GOOGLE_PROTOBUF_PARSER_ASSERT(ptr != nullptr); + if (res.second) return ptr; + } + } // switch + } // while + return ptr; +len_delim_till_end: + return ctx->StoreAndTailCall(ptr, end, {_InternalParse, msg}, + {parser_till_end, object}, size); +} +#else // GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER +bool GetTaskMetricsResponse::MergePartialFromCodedStream( + ::google::protobuf::io::CodedInputStream* input) { +#define DO_(EXPRESSION) if (!PROTOBUF_PREDICT_TRUE(EXPRESSION)) goto failure + ::google::protobuf::uint32 tag; + // @@protoc_insertion_point(parse_start:flyteidl.admin.GetTaskMetricsResponse) + 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)) { + // repeated .flyteidl.core.ExecutionMetricResult results = 1; + case 1: { + if (static_cast< ::google::protobuf::uint8>(tag) == (10 & 0xFF)) { + DO_(::google::protobuf::internal::WireFormatLite::ReadMessage( + input, add_results())); + } 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.GetTaskMetricsResponse) + return true; +failure: + // @@protoc_insertion_point(parse_failure:flyteidl.admin.GetTaskMetricsResponse) + return false; +#undef DO_ +} +#endif // GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER + +void GetTaskMetricsResponse::SerializeWithCachedSizes( + ::google::protobuf::io::CodedOutputStream* output) const { + // @@protoc_insertion_point(serialize_start:flyteidl.admin.GetTaskMetricsResponse) + ::google::protobuf::uint32 cached_has_bits = 0; + (void) cached_has_bits; + + // repeated .flyteidl.core.ExecutionMetricResult results = 1; + for (unsigned int i = 0, + n = static_cast(this->results_size()); i < n; i++) { + ::google::protobuf::internal::WireFormatLite::WriteMessageMaybeToArray( + 1, + this->results(static_cast(i)), + output); + } + + if (_internal_metadata_.have_unknown_fields()) { + ::google::protobuf::internal::WireFormat::SerializeUnknownFields( + _internal_metadata_.unknown_fields(), output); + } + // @@protoc_insertion_point(serialize_end:flyteidl.admin.GetTaskMetricsResponse) +} + +::google::protobuf::uint8* GetTaskMetricsResponse::InternalSerializeWithCachedSizesToArray( + ::google::protobuf::uint8* target) const { + // @@protoc_insertion_point(serialize_to_array_start:flyteidl.admin.GetTaskMetricsResponse) + ::google::protobuf::uint32 cached_has_bits = 0; + (void) cached_has_bits; + + // repeated .flyteidl.core.ExecutionMetricResult results = 1; + for (unsigned int i = 0, + n = static_cast(this->results_size()); i < n; i++) { + target = ::google::protobuf::internal::WireFormatLite:: + InternalWriteMessageToArray( + 1, this->results(static_cast(i)), target); + } + + if (_internal_metadata_.have_unknown_fields()) { + target = ::google::protobuf::internal::WireFormat::SerializeUnknownFieldsToArray( + _internal_metadata_.unknown_fields(), target); + } + // @@protoc_insertion_point(serialize_to_array_end:flyteidl.admin.GetTaskMetricsResponse) + return target; +} + +size_t GetTaskMetricsResponse::ByteSizeLong() const { +// @@protoc_insertion_point(message_byte_size_start:flyteidl.admin.GetTaskMetricsResponse) + size_t total_size = 0; + + if (_internal_metadata_.have_unknown_fields()) { + total_size += + ::google::protobuf::internal::WireFormat::ComputeUnknownFieldsSize( + _internal_metadata_.unknown_fields()); + } + ::google::protobuf::uint32 cached_has_bits = 0; + // Prevent compiler warnings about cached_has_bits being unused + (void) cached_has_bits; + + // repeated .flyteidl.core.ExecutionMetricResult results = 1; + { + unsigned int count = static_cast(this->results_size()); + total_size += 1UL * count; + for (unsigned int i = 0; i < count; i++) { + total_size += + ::google::protobuf::internal::WireFormatLite::MessageSize( + this->results(static_cast(i))); + } + } + + int cached_size = ::google::protobuf::internal::ToCachedSize(total_size); + SetCachedSize(cached_size); + return total_size; +} + +void GetTaskMetricsResponse::MergeFrom(const ::google::protobuf::Message& from) { +// @@protoc_insertion_point(generalized_merge_from_start:flyteidl.admin.GetTaskMetricsResponse) + GOOGLE_DCHECK_NE(&from, this); + const GetTaskMetricsResponse* source = + ::google::protobuf::DynamicCastToGenerated( + &from); + if (source == nullptr) { + // @@protoc_insertion_point(generalized_merge_from_cast_fail:flyteidl.admin.GetTaskMetricsResponse) + ::google::protobuf::internal::ReflectionOps::Merge(from, this); + } else { + // @@protoc_insertion_point(generalized_merge_from_cast_success:flyteidl.admin.GetTaskMetricsResponse) + MergeFrom(*source); + } +} + +void GetTaskMetricsResponse::MergeFrom(const GetTaskMetricsResponse& from) { +// @@protoc_insertion_point(class_specific_merge_from_start:flyteidl.admin.GetTaskMetricsResponse) + GOOGLE_DCHECK_NE(&from, this); + _internal_metadata_.MergeFrom(from._internal_metadata_); + ::google::protobuf::uint32 cached_has_bits = 0; + (void) cached_has_bits; + + results_.MergeFrom(from.results_); +} + +void GetTaskMetricsResponse::CopyFrom(const ::google::protobuf::Message& from) { +// @@protoc_insertion_point(generalized_copy_from_start:flyteidl.admin.GetTaskMetricsResponse) + if (&from == this) return; + Clear(); + MergeFrom(from); +} + +void GetTaskMetricsResponse::CopyFrom(const GetTaskMetricsResponse& from) { +// @@protoc_insertion_point(class_specific_copy_from_start:flyteidl.admin.GetTaskMetricsResponse) + if (&from == this) return; + Clear(); + MergeFrom(from); +} + +bool GetTaskMetricsResponse::IsInitialized() const { + return true; +} + +void GetTaskMetricsResponse::Swap(GetTaskMetricsResponse* other) { + if (other == this) return; + InternalSwap(other); +} +void GetTaskMetricsResponse::InternalSwap(GetTaskMetricsResponse* other) { + using std::swap; + _internal_metadata_.Swap(&other->_internal_metadata_); + CastToBase(&results_)->InternalSwap(CastToBase(&other->results_)); +} + +::google::protobuf::Metadata GetTaskMetricsResponse::GetMetadata() const { + ::google::protobuf::internal::AssignDescriptors(&::assign_descriptors_table_flyteidl_2fadmin_2fagent_2eproto); + return ::file_level_metadata_flyteidl_2fadmin_2fagent_2eproto[kIndexInFileMessages]; +} + + +// =================================================================== + +void GetTaskLogsRequest::InitAsDefaultInstance() { +} +class GetTaskLogsRequest::HasBitSetters { + public: +}; + +#if !defined(_MSC_VER) || _MSC_VER >= 1900 +const int GetTaskLogsRequest::kTaskTypeFieldNumber; +const int GetTaskLogsRequest::kResourceMetaFieldNumber; +const int GetTaskLogsRequest::kLinesFieldNumber; +const int GetTaskLogsRequest::kTokenFieldNumber; +#endif // !defined(_MSC_VER) || _MSC_VER >= 1900 + +GetTaskLogsRequest::GetTaskLogsRequest() + : ::google::protobuf::Message(), _internal_metadata_(nullptr) { + SharedCtor(); + // @@protoc_insertion_point(constructor:flyteidl.admin.GetTaskLogsRequest) +} +GetTaskLogsRequest::GetTaskLogsRequest(const GetTaskLogsRequest& from) + : ::google::protobuf::Message(), + _internal_metadata_(nullptr) { + _internal_metadata_.MergeFrom(from._internal_metadata_); + task_type_.UnsafeSetDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); + if (from.task_type().size() > 0) { + task_type_.AssignWithDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), from.task_type_); + } + resource_meta_.UnsafeSetDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); + if (from.resource_meta().size() > 0) { + resource_meta_.AssignWithDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), from.resource_meta_); + } + token_.UnsafeSetDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); + if (from.token().size() > 0) { + token_.AssignWithDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), from.token_); + } + lines_ = from.lines_; + // @@protoc_insertion_point(copy_constructor:flyteidl.admin.GetTaskLogsRequest) +} + +void GetTaskLogsRequest::SharedCtor() { + ::google::protobuf::internal::InitSCC( + &scc_info_GetTaskLogsRequest_flyteidl_2fadmin_2fagent_2eproto.base); + task_type_.UnsafeSetDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); + resource_meta_.UnsafeSetDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); + token_.UnsafeSetDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); + lines_ = PROTOBUF_ULONGLONG(0); +} + +GetTaskLogsRequest::~GetTaskLogsRequest() { + // @@protoc_insertion_point(destructor:flyteidl.admin.GetTaskLogsRequest) + SharedDtor(); +} + +void GetTaskLogsRequest::SharedDtor() { + task_type_.DestroyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); + resource_meta_.DestroyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); + token_.DestroyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); +} + +void GetTaskLogsRequest::SetCachedSize(int size) const { + _cached_size_.Set(size); +} +const GetTaskLogsRequest& GetTaskLogsRequest::default_instance() { + ::google::protobuf::internal::InitSCC(&::scc_info_GetTaskLogsRequest_flyteidl_2fadmin_2fagent_2eproto.base); + return *internal_default_instance(); +} + + +void GetTaskLogsRequest::Clear() { +// @@protoc_insertion_point(message_clear_start:flyteidl.admin.GetTaskLogsRequest) + ::google::protobuf::uint32 cached_has_bits = 0; + // Prevent compiler warnings about cached_has_bits being unused + (void) cached_has_bits; + + task_type_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); + resource_meta_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); + token_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); + lines_ = PROTOBUF_ULONGLONG(0); + _internal_metadata_.Clear(); +} + +#if GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER +const char* GetTaskLogsRequest::_InternalParse(const char* begin, const char* end, void* object, + ::google::protobuf::internal::ParseContext* ctx) { + auto msg = static_cast(object); + ::google::protobuf::int32 size; (void)size; + int depth; (void)depth; + ::google::protobuf::uint32 tag; + ::google::protobuf::internal::ParseFunc parser_till_end; (void)parser_till_end; + auto ptr = begin; + while (ptr < end) { + ptr = ::google::protobuf::io::Parse32(ptr, &tag); + GOOGLE_PROTOBUF_PARSER_ASSERT(ptr); + switch (tag >> 3) { + // string task_type = 1; + case 1: { + if (static_cast<::google::protobuf::uint8>(tag) != 10) goto handle_unusual; + ptr = ::google::protobuf::io::ReadSize(ptr, &size); + GOOGLE_PROTOBUF_PARSER_ASSERT(ptr); + ctx->extra_parse_data().SetFieldName("flyteidl.admin.GetTaskLogsRequest.task_type"); + object = msg->mutable_task_type(); + if (size > end - ptr + ::google::protobuf::internal::ParseContext::kSlopBytes) { + parser_till_end = ::google::protobuf::internal::GreedyStringParserUTF8; + goto string_till_end; + } + GOOGLE_PROTOBUF_PARSER_ASSERT(::google::protobuf::internal::StringCheckUTF8(ptr, size, ctx)); + ::google::protobuf::internal::InlineGreedyStringParser(object, ptr, size, ctx); + ptr += size; + break; + } + // bytes resource_meta = 2; + case 2: { + if (static_cast<::google::protobuf::uint8>(tag) != 18) goto handle_unusual; + ptr = ::google::protobuf::io::ReadSize(ptr, &size); + GOOGLE_PROTOBUF_PARSER_ASSERT(ptr); + object = msg->mutable_resource_meta(); + if (size > end - ptr + ::google::protobuf::internal::ParseContext::kSlopBytes) { + parser_till_end = ::google::protobuf::internal::GreedyStringParser; + goto string_till_end; + } + GOOGLE_PROTOBUF_PARSER_ASSERT(::google::protobuf::internal::StringCheck(ptr, size, ctx)); + ::google::protobuf::internal::InlineGreedyStringParser(object, ptr, size, ctx); + ptr += size; + break; + } + // uint64 lines = 3; + case 3: { + if (static_cast<::google::protobuf::uint8>(tag) != 24) goto handle_unusual; + msg->set_lines(::google::protobuf::internal::ReadVarint(&ptr)); + GOOGLE_PROTOBUF_PARSER_ASSERT(ptr); + break; + } + // string token = 4; + case 4: { + if (static_cast<::google::protobuf::uint8>(tag) != 34) goto handle_unusual; + ptr = ::google::protobuf::io::ReadSize(ptr, &size); + GOOGLE_PROTOBUF_PARSER_ASSERT(ptr); + ctx->extra_parse_data().SetFieldName("flyteidl.admin.GetTaskLogsRequest.token"); + object = msg->mutable_token(); + if (size > end - ptr + ::google::protobuf::internal::ParseContext::kSlopBytes) { + parser_till_end = ::google::protobuf::internal::GreedyStringParserUTF8; + goto string_till_end; + } + GOOGLE_PROTOBUF_PARSER_ASSERT(::google::protobuf::internal::StringCheckUTF8(ptr, size, ctx)); + ::google::protobuf::internal::InlineGreedyStringParser(object, ptr, size, ctx); + ptr += size; + break; + } + default: { + handle_unusual: + if ((tag & 7) == 4 || tag == 0) { + ctx->EndGroup(tag); + return ptr; + } + auto res = UnknownFieldParse(tag, {_InternalParse, msg}, + ptr, end, msg->_internal_metadata_.mutable_unknown_fields(), ctx); + ptr = res.first; + GOOGLE_PROTOBUF_PARSER_ASSERT(ptr != nullptr); + if (res.second) return ptr; + } + } // switch + } // while + return ptr; +string_till_end: + static_cast<::std::string*>(object)->clear(); + static_cast<::std::string*>(object)->reserve(size); + goto len_delim_till_end; +len_delim_till_end: + return ctx->StoreAndTailCall(ptr, end, {_InternalParse, msg}, + {parser_till_end, object}, size); +} +#else // GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER +bool GetTaskLogsRequest::MergePartialFromCodedStream( + ::google::protobuf::io::CodedInputStream* input) { +#define DO_(EXPRESSION) if (!PROTOBUF_PREDICT_TRUE(EXPRESSION)) goto failure + ::google::protobuf::uint32 tag; + // @@protoc_insertion_point(parse_start:flyteidl.admin.GetTaskLogsRequest) + 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)) { + // string task_type = 1; + case 1: { + if (static_cast< ::google::protobuf::uint8>(tag) == (10 & 0xFF)) { + DO_(::google::protobuf::internal::WireFormatLite::ReadString( + input, this->mutable_task_type())); + DO_(::google::protobuf::internal::WireFormatLite::VerifyUtf8String( + this->task_type().data(), static_cast(this->task_type().length()), + ::google::protobuf::internal::WireFormatLite::PARSE, + "flyteidl.admin.GetTaskLogsRequest.task_type")); + } else { + goto handle_unusual; + } + break; + } + + // bytes resource_meta = 2; + case 2: { + if (static_cast< ::google::protobuf::uint8>(tag) == (18 & 0xFF)) { + DO_(::google::protobuf::internal::WireFormatLite::ReadBytes( + input, this->mutable_resource_meta())); + } else { + goto handle_unusual; + } + break; + } + + // uint64 lines = 3; + case 3: { + if (static_cast< ::google::protobuf::uint8>(tag) == (24 & 0xFF)) { + + DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive< + ::google::protobuf::uint64, ::google::protobuf::internal::WireFormatLite::TYPE_UINT64>( + input, &lines_))); + } else { + goto handle_unusual; + } + break; + } + + // string token = 4; + case 4: { + if (static_cast< ::google::protobuf::uint8>(tag) == (34 & 0xFF)) { + DO_(::google::protobuf::internal::WireFormatLite::ReadString( + input, this->mutable_token())); + DO_(::google::protobuf::internal::WireFormatLite::VerifyUtf8String( + this->token().data(), static_cast(this->token().length()), + ::google::protobuf::internal::WireFormatLite::PARSE, + "flyteidl.admin.GetTaskLogsRequest.token")); + } 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.GetTaskLogsRequest) + return true; +failure: + // @@protoc_insertion_point(parse_failure:flyteidl.admin.GetTaskLogsRequest) + return false; +#undef DO_ +} +#endif // GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER + +void GetTaskLogsRequest::SerializeWithCachedSizes( + ::google::protobuf::io::CodedOutputStream* output) const { + // @@protoc_insertion_point(serialize_start:flyteidl.admin.GetTaskLogsRequest) + ::google::protobuf::uint32 cached_has_bits = 0; + (void) cached_has_bits; + + // string task_type = 1; + if (this->task_type().size() > 0) { + ::google::protobuf::internal::WireFormatLite::VerifyUtf8String( + this->task_type().data(), static_cast(this->task_type().length()), + ::google::protobuf::internal::WireFormatLite::SERIALIZE, + "flyteidl.admin.GetTaskLogsRequest.task_type"); + ::google::protobuf::internal::WireFormatLite::WriteStringMaybeAliased( + 1, this->task_type(), output); + } + + // bytes resource_meta = 2; + if (this->resource_meta().size() > 0) { + ::google::protobuf::internal::WireFormatLite::WriteBytesMaybeAliased( + 2, this->resource_meta(), output); + } + + // uint64 lines = 3; + if (this->lines() != 0) { + ::google::protobuf::internal::WireFormatLite::WriteUInt64(3, this->lines(), output); + } + + // string token = 4; + if (this->token().size() > 0) { + ::google::protobuf::internal::WireFormatLite::VerifyUtf8String( + this->token().data(), static_cast(this->token().length()), + ::google::protobuf::internal::WireFormatLite::SERIALIZE, + "flyteidl.admin.GetTaskLogsRequest.token"); + ::google::protobuf::internal::WireFormatLite::WriteStringMaybeAliased( + 4, this->token(), output); + } + + if (_internal_metadata_.have_unknown_fields()) { + ::google::protobuf::internal::WireFormat::SerializeUnknownFields( + _internal_metadata_.unknown_fields(), output); + } + // @@protoc_insertion_point(serialize_end:flyteidl.admin.GetTaskLogsRequest) +} + +::google::protobuf::uint8* GetTaskLogsRequest::InternalSerializeWithCachedSizesToArray( + ::google::protobuf::uint8* target) const { + // @@protoc_insertion_point(serialize_to_array_start:flyteidl.admin.GetTaskLogsRequest) + ::google::protobuf::uint32 cached_has_bits = 0; + (void) cached_has_bits; + + // string task_type = 1; + if (this->task_type().size() > 0) { + ::google::protobuf::internal::WireFormatLite::VerifyUtf8String( + this->task_type().data(), static_cast(this->task_type().length()), + ::google::protobuf::internal::WireFormatLite::SERIALIZE, + "flyteidl.admin.GetTaskLogsRequest.task_type"); + target = + ::google::protobuf::internal::WireFormatLite::WriteStringToArray( + 1, this->task_type(), target); + } + + // bytes resource_meta = 2; + if (this->resource_meta().size() > 0) { + target = + ::google::protobuf::internal::WireFormatLite::WriteBytesToArray( + 2, this->resource_meta(), target); + } + + // uint64 lines = 3; + if (this->lines() != 0) { + target = ::google::protobuf::internal::WireFormatLite::WriteUInt64ToArray(3, this->lines(), target); + } + + // string token = 4; + if (this->token().size() > 0) { + ::google::protobuf::internal::WireFormatLite::VerifyUtf8String( + this->token().data(), static_cast(this->token().length()), + ::google::protobuf::internal::WireFormatLite::SERIALIZE, + "flyteidl.admin.GetTaskLogsRequest.token"); + target = + ::google::protobuf::internal::WireFormatLite::WriteStringToArray( + 4, this->token(), target); + } + + if (_internal_metadata_.have_unknown_fields()) { + target = ::google::protobuf::internal::WireFormat::SerializeUnknownFieldsToArray( + _internal_metadata_.unknown_fields(), target); + } + // @@protoc_insertion_point(serialize_to_array_end:flyteidl.admin.GetTaskLogsRequest) + return target; +} + +size_t GetTaskLogsRequest::ByteSizeLong() const { +// @@protoc_insertion_point(message_byte_size_start:flyteidl.admin.GetTaskLogsRequest) + size_t total_size = 0; + + if (_internal_metadata_.have_unknown_fields()) { + total_size += + ::google::protobuf::internal::WireFormat::ComputeUnknownFieldsSize( + _internal_metadata_.unknown_fields()); + } + ::google::protobuf::uint32 cached_has_bits = 0; + // Prevent compiler warnings about cached_has_bits being unused + (void) cached_has_bits; + + // string task_type = 1; + if (this->task_type().size() > 0) { + total_size += 1 + + ::google::protobuf::internal::WireFormatLite::StringSize( + this->task_type()); + } + + // bytes resource_meta = 2; + if (this->resource_meta().size() > 0) { + total_size += 1 + + ::google::protobuf::internal::WireFormatLite::BytesSize( + this->resource_meta()); + } + + // string token = 4; + if (this->token().size() > 0) { + total_size += 1 + + ::google::protobuf::internal::WireFormatLite::StringSize( + this->token()); + } + + // uint64 lines = 3; + if (this->lines() != 0) { + total_size += 1 + + ::google::protobuf::internal::WireFormatLite::UInt64Size( + this->lines()); + } + + int cached_size = ::google::protobuf::internal::ToCachedSize(total_size); + SetCachedSize(cached_size); + return total_size; +} + +void GetTaskLogsRequest::MergeFrom(const ::google::protobuf::Message& from) { +// @@protoc_insertion_point(generalized_merge_from_start:flyteidl.admin.GetTaskLogsRequest) + GOOGLE_DCHECK_NE(&from, this); + const GetTaskLogsRequest* source = + ::google::protobuf::DynamicCastToGenerated( + &from); + if (source == nullptr) { + // @@protoc_insertion_point(generalized_merge_from_cast_fail:flyteidl.admin.GetTaskLogsRequest) + ::google::protobuf::internal::ReflectionOps::Merge(from, this); + } else { + // @@protoc_insertion_point(generalized_merge_from_cast_success:flyteidl.admin.GetTaskLogsRequest) + MergeFrom(*source); + } +} + +void GetTaskLogsRequest::MergeFrom(const GetTaskLogsRequest& from) { +// @@protoc_insertion_point(class_specific_merge_from_start:flyteidl.admin.GetTaskLogsRequest) + GOOGLE_DCHECK_NE(&from, this); + _internal_metadata_.MergeFrom(from._internal_metadata_); + ::google::protobuf::uint32 cached_has_bits = 0; + (void) cached_has_bits; + + if (from.task_type().size() > 0) { + + task_type_.AssignWithDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), from.task_type_); + } + if (from.resource_meta().size() > 0) { + + resource_meta_.AssignWithDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), from.resource_meta_); + } + if (from.token().size() > 0) { + + token_.AssignWithDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), from.token_); + } + if (from.lines() != 0) { + set_lines(from.lines()); + } +} + +void GetTaskLogsRequest::CopyFrom(const ::google::protobuf::Message& from) { +// @@protoc_insertion_point(generalized_copy_from_start:flyteidl.admin.GetTaskLogsRequest) + if (&from == this) return; + Clear(); + MergeFrom(from); +} + +void GetTaskLogsRequest::CopyFrom(const GetTaskLogsRequest& from) { +// @@protoc_insertion_point(class_specific_copy_from_start:flyteidl.admin.GetTaskLogsRequest) + if (&from == this) return; + Clear(); + MergeFrom(from); +} + +bool GetTaskLogsRequest::IsInitialized() const { + return true; +} + +void GetTaskLogsRequest::Swap(GetTaskLogsRequest* other) { + if (other == this) return; + InternalSwap(other); +} +void GetTaskLogsRequest::InternalSwap(GetTaskLogsRequest* other) { + using std::swap; + _internal_metadata_.Swap(&other->_internal_metadata_); + task_type_.Swap(&other->task_type_, &::google::protobuf::internal::GetEmptyStringAlreadyInited(), + GetArenaNoVirtual()); + resource_meta_.Swap(&other->resource_meta_, &::google::protobuf::internal::GetEmptyStringAlreadyInited(), + GetArenaNoVirtual()); + token_.Swap(&other->token_, &::google::protobuf::internal::GetEmptyStringAlreadyInited(), + GetArenaNoVirtual()); + swap(lines_, other->lines_); +} + +::google::protobuf::Metadata GetTaskLogsRequest::GetMetadata() const { + ::google::protobuf::internal::AssignDescriptors(&::assign_descriptors_table_flyteidl_2fadmin_2fagent_2eproto); + return ::file_level_metadata_flyteidl_2fadmin_2fagent_2eproto[kIndexInFileMessages]; +} + + +// =================================================================== + +void GetTaskLogsResponse::InitAsDefaultInstance() { +} +class GetTaskLogsResponse::HasBitSetters { + public: +}; + +#if !defined(_MSC_VER) || _MSC_VER >= 1900 +const int GetTaskLogsResponse::kResultsFieldNumber; +const int GetTaskLogsResponse::kTokenFieldNumber; +#endif // !defined(_MSC_VER) || _MSC_VER >= 1900 + +GetTaskLogsResponse::GetTaskLogsResponse() + : ::google::protobuf::Message(), _internal_metadata_(nullptr) { + SharedCtor(); + // @@protoc_insertion_point(constructor:flyteidl.admin.GetTaskLogsResponse) +} +GetTaskLogsResponse::GetTaskLogsResponse(const GetTaskLogsResponse& from) + : ::google::protobuf::Message(), + _internal_metadata_(nullptr), + results_(from.results_) { + _internal_metadata_.MergeFrom(from._internal_metadata_); + token_.UnsafeSetDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); + if (from.token().size() > 0) { + token_.AssignWithDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), from.token_); + } + // @@protoc_insertion_point(copy_constructor:flyteidl.admin.GetTaskLogsResponse) +} + +void GetTaskLogsResponse::SharedCtor() { + ::google::protobuf::internal::InitSCC( + &scc_info_GetTaskLogsResponse_flyteidl_2fadmin_2fagent_2eproto.base); + token_.UnsafeSetDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); +} + +GetTaskLogsResponse::~GetTaskLogsResponse() { + // @@protoc_insertion_point(destructor:flyteidl.admin.GetTaskLogsResponse) + SharedDtor(); +} + +void GetTaskLogsResponse::SharedDtor() { + token_.DestroyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); +} + +void GetTaskLogsResponse::SetCachedSize(int size) const { + _cached_size_.Set(size); +} +const GetTaskLogsResponse& GetTaskLogsResponse::default_instance() { + ::google::protobuf::internal::InitSCC(&::scc_info_GetTaskLogsResponse_flyteidl_2fadmin_2fagent_2eproto.base); + return *internal_default_instance(); +} + + +void GetTaskLogsResponse::Clear() { +// @@protoc_insertion_point(message_clear_start:flyteidl.admin.GetTaskLogsResponse) + ::google::protobuf::uint32 cached_has_bits = 0; + // Prevent compiler warnings about cached_has_bits being unused + (void) cached_has_bits; + + results_.Clear(); + token_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); + _internal_metadata_.Clear(); +} + +#if GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER +const char* GetTaskLogsResponse::_InternalParse(const char* begin, const char* end, void* object, + ::google::protobuf::internal::ParseContext* ctx) { + auto msg = static_cast(object); + ::google::protobuf::int32 size; (void)size; + int depth; (void)depth; + ::google::protobuf::uint32 tag; + ::google::protobuf::internal::ParseFunc parser_till_end; (void)parser_till_end; + auto ptr = begin; + while (ptr < end) { + ptr = ::google::protobuf::io::Parse32(ptr, &tag); + GOOGLE_PROTOBUF_PARSER_ASSERT(ptr); + switch (tag >> 3) { + // repeated string results = 1; + case 1: { + if (static_cast<::google::protobuf::uint8>(tag) != 10) goto handle_unusual; + do { + ptr = ::google::protobuf::io::ReadSize(ptr, &size); + GOOGLE_PROTOBUF_PARSER_ASSERT(ptr); + ctx->extra_parse_data().SetFieldName("flyteidl.admin.GetTaskLogsResponse.results"); + object = msg->add_results(); + if (size > end - ptr + ::google::protobuf::internal::ParseContext::kSlopBytes) { + parser_till_end = ::google::protobuf::internal::GreedyStringParserUTF8; + goto string_till_end; + } + GOOGLE_PROTOBUF_PARSER_ASSERT(::google::protobuf::internal::StringCheckUTF8(ptr, size, ctx)); + ::google::protobuf::internal::InlineGreedyStringParser(object, ptr, size, ctx); + ptr += size; + if (ptr >= end) break; + } while ((::google::protobuf::io::UnalignedLoad<::google::protobuf::uint64>(ptr) & 255) == 10 && (ptr += 1)); + break; + } + // string token = 2; + case 2: { + if (static_cast<::google::protobuf::uint8>(tag) != 18) goto handle_unusual; + ptr = ::google::protobuf::io::ReadSize(ptr, &size); + GOOGLE_PROTOBUF_PARSER_ASSERT(ptr); + ctx->extra_parse_data().SetFieldName("flyteidl.admin.GetTaskLogsResponse.token"); + object = msg->mutable_token(); + if (size > end - ptr + ::google::protobuf::internal::ParseContext::kSlopBytes) { + parser_till_end = ::google::protobuf::internal::GreedyStringParserUTF8; + goto string_till_end; + } + GOOGLE_PROTOBUF_PARSER_ASSERT(::google::protobuf::internal::StringCheckUTF8(ptr, size, ctx)); + ::google::protobuf::internal::InlineGreedyStringParser(object, ptr, size, ctx); + ptr += size; + break; + } + default: { + handle_unusual: + if ((tag & 7) == 4 || tag == 0) { + ctx->EndGroup(tag); + return ptr; + } + auto res = UnknownFieldParse(tag, {_InternalParse, msg}, + ptr, end, msg->_internal_metadata_.mutable_unknown_fields(), ctx); + ptr = res.first; + GOOGLE_PROTOBUF_PARSER_ASSERT(ptr != nullptr); + if (res.second) return ptr; + } + } // switch + } // while + return ptr; +string_till_end: + static_cast<::std::string*>(object)->clear(); + static_cast<::std::string*>(object)->reserve(size); + goto len_delim_till_end; +len_delim_till_end: + return ctx->StoreAndTailCall(ptr, end, {_InternalParse, msg}, + {parser_till_end, object}, size); +} +#else // GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER +bool GetTaskLogsResponse::MergePartialFromCodedStream( + ::google::protobuf::io::CodedInputStream* input) { +#define DO_(EXPRESSION) if (!PROTOBUF_PREDICT_TRUE(EXPRESSION)) goto failure + ::google::protobuf::uint32 tag; + // @@protoc_insertion_point(parse_start:flyteidl.admin.GetTaskLogsResponse) + 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)) { + // repeated string results = 1; + case 1: { + if (static_cast< ::google::protobuf::uint8>(tag) == (10 & 0xFF)) { + DO_(::google::protobuf::internal::WireFormatLite::ReadString( + input, this->add_results())); + DO_(::google::protobuf::internal::WireFormatLite::VerifyUtf8String( + this->results(this->results_size() - 1).data(), + static_cast(this->results(this->results_size() - 1).length()), + ::google::protobuf::internal::WireFormatLite::PARSE, + "flyteidl.admin.GetTaskLogsResponse.results")); + } else { + goto handle_unusual; + } + break; + } + + // string token = 2; + case 2: { + if (static_cast< ::google::protobuf::uint8>(tag) == (18 & 0xFF)) { + DO_(::google::protobuf::internal::WireFormatLite::ReadString( + input, this->mutable_token())); + DO_(::google::protobuf::internal::WireFormatLite::VerifyUtf8String( + this->token().data(), static_cast(this->token().length()), + ::google::protobuf::internal::WireFormatLite::PARSE, + "flyteidl.admin.GetTaskLogsResponse.token")); + } 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.GetTaskLogsResponse) + return true; +failure: + // @@protoc_insertion_point(parse_failure:flyteidl.admin.GetTaskLogsResponse) + return false; +#undef DO_ +} +#endif // GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER + +void GetTaskLogsResponse::SerializeWithCachedSizes( + ::google::protobuf::io::CodedOutputStream* output) const { + // @@protoc_insertion_point(serialize_start:flyteidl.admin.GetTaskLogsResponse) + ::google::protobuf::uint32 cached_has_bits = 0; + (void) cached_has_bits; + + // repeated string results = 1; + for (int i = 0, n = this->results_size(); i < n; i++) { + ::google::protobuf::internal::WireFormatLite::VerifyUtf8String( + this->results(i).data(), static_cast(this->results(i).length()), + ::google::protobuf::internal::WireFormatLite::SERIALIZE, + "flyteidl.admin.GetTaskLogsResponse.results"); + ::google::protobuf::internal::WireFormatLite::WriteString( + 1, this->results(i), output); + } + + // string token = 2; + if (this->token().size() > 0) { + ::google::protobuf::internal::WireFormatLite::VerifyUtf8String( + this->token().data(), static_cast(this->token().length()), + ::google::protobuf::internal::WireFormatLite::SERIALIZE, + "flyteidl.admin.GetTaskLogsResponse.token"); + ::google::protobuf::internal::WireFormatLite::WriteStringMaybeAliased( + 2, this->token(), output); + } + + if (_internal_metadata_.have_unknown_fields()) { + ::google::protobuf::internal::WireFormat::SerializeUnknownFields( + _internal_metadata_.unknown_fields(), output); + } + // @@protoc_insertion_point(serialize_end:flyteidl.admin.GetTaskLogsResponse) +} + +::google::protobuf::uint8* GetTaskLogsResponse::InternalSerializeWithCachedSizesToArray( + ::google::protobuf::uint8* target) const { + // @@protoc_insertion_point(serialize_to_array_start:flyteidl.admin.GetTaskLogsResponse) + ::google::protobuf::uint32 cached_has_bits = 0; + (void) cached_has_bits; + + // repeated string results = 1; + for (int i = 0, n = this->results_size(); i < n; i++) { + ::google::protobuf::internal::WireFormatLite::VerifyUtf8String( + this->results(i).data(), static_cast(this->results(i).length()), + ::google::protobuf::internal::WireFormatLite::SERIALIZE, + "flyteidl.admin.GetTaskLogsResponse.results"); + target = ::google::protobuf::internal::WireFormatLite:: + WriteStringToArray(1, this->results(i), target); + } + + // string token = 2; + if (this->token().size() > 0) { + ::google::protobuf::internal::WireFormatLite::VerifyUtf8String( + this->token().data(), static_cast(this->token().length()), + ::google::protobuf::internal::WireFormatLite::SERIALIZE, + "flyteidl.admin.GetTaskLogsResponse.token"); + target = + ::google::protobuf::internal::WireFormatLite::WriteStringToArray( + 2, this->token(), target); + } + + if (_internal_metadata_.have_unknown_fields()) { + target = ::google::protobuf::internal::WireFormat::SerializeUnknownFieldsToArray( + _internal_metadata_.unknown_fields(), target); + } + // @@protoc_insertion_point(serialize_to_array_end:flyteidl.admin.GetTaskLogsResponse) + return target; +} + +size_t GetTaskLogsResponse::ByteSizeLong() const { +// @@protoc_insertion_point(message_byte_size_start:flyteidl.admin.GetTaskLogsResponse) + size_t total_size = 0; + + if (_internal_metadata_.have_unknown_fields()) { + total_size += + ::google::protobuf::internal::WireFormat::ComputeUnknownFieldsSize( + _internal_metadata_.unknown_fields()); + } + ::google::protobuf::uint32 cached_has_bits = 0; + // Prevent compiler warnings about cached_has_bits being unused + (void) cached_has_bits; + + // repeated string results = 1; + total_size += 1 * + ::google::protobuf::internal::FromIntSize(this->results_size()); + for (int i = 0, n = this->results_size(); i < n; i++) { + total_size += ::google::protobuf::internal::WireFormatLite::StringSize( + this->results(i)); + } + + // string token = 2; + if (this->token().size() > 0) { + total_size += 1 + + ::google::protobuf::internal::WireFormatLite::StringSize( + this->token()); + } + + int cached_size = ::google::protobuf::internal::ToCachedSize(total_size); + SetCachedSize(cached_size); + return total_size; +} + +void GetTaskLogsResponse::MergeFrom(const ::google::protobuf::Message& from) { +// @@protoc_insertion_point(generalized_merge_from_start:flyteidl.admin.GetTaskLogsResponse) + GOOGLE_DCHECK_NE(&from, this); + const GetTaskLogsResponse* source = + ::google::protobuf::DynamicCastToGenerated( + &from); + if (source == nullptr) { + // @@protoc_insertion_point(generalized_merge_from_cast_fail:flyteidl.admin.GetTaskLogsResponse) + ::google::protobuf::internal::ReflectionOps::Merge(from, this); + } else { + // @@protoc_insertion_point(generalized_merge_from_cast_success:flyteidl.admin.GetTaskLogsResponse) + MergeFrom(*source); + } +} + +void GetTaskLogsResponse::MergeFrom(const GetTaskLogsResponse& from) { +// @@protoc_insertion_point(class_specific_merge_from_start:flyteidl.admin.GetTaskLogsResponse) + GOOGLE_DCHECK_NE(&from, this); + _internal_metadata_.MergeFrom(from._internal_metadata_); + ::google::protobuf::uint32 cached_has_bits = 0; + (void) cached_has_bits; + + results_.MergeFrom(from.results_); + if (from.token().size() > 0) { + + token_.AssignWithDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), from.token_); + } +} + +void GetTaskLogsResponse::CopyFrom(const ::google::protobuf::Message& from) { +// @@protoc_insertion_point(generalized_copy_from_start:flyteidl.admin.GetTaskLogsResponse) + if (&from == this) return; + Clear(); + MergeFrom(from); +} + +void GetTaskLogsResponse::CopyFrom(const GetTaskLogsResponse& from) { +// @@protoc_insertion_point(class_specific_copy_from_start:flyteidl.admin.GetTaskLogsResponse) + if (&from == this) return; + Clear(); + MergeFrom(from); +} + +bool GetTaskLogsResponse::IsInitialized() const { + return true; +} + +void GetTaskLogsResponse::Swap(GetTaskLogsResponse* other) { + if (other == this) return; + InternalSwap(other); +} +void GetTaskLogsResponse::InternalSwap(GetTaskLogsResponse* other) { + using std::swap; + _internal_metadata_.Swap(&other->_internal_metadata_); + results_.InternalSwap(CastToBase(&other->results_)); + token_.Swap(&other->token_, &::google::protobuf::internal::GetEmptyStringAlreadyInited(), + GetArenaNoVirtual()); +} + +::google::protobuf::Metadata GetTaskLogsResponse::GetMetadata() const { + ::google::protobuf::internal::AssignDescriptors(&::assign_descriptors_table_flyteidl_2fadmin_2fagent_2eproto); + return ::file_level_metadata_flyteidl_2fadmin_2fagent_2eproto[kIndexInFileMessages]; +} + + +// @@protoc_insertion_point(namespace_scope) +} // namespace admin +} // namespace flyteidl +namespace google { +namespace protobuf { +template<> PROTOBUF_NOINLINE ::flyteidl::admin::TaskExecutionMetadata_LabelsEntry_DoNotUse* Arena::CreateMaybeMessage< ::flyteidl::admin::TaskExecutionMetadata_LabelsEntry_DoNotUse >(Arena* arena) { + return Arena::CreateInternal< ::flyteidl::admin::TaskExecutionMetadata_LabelsEntry_DoNotUse >(arena); +} +template<> PROTOBUF_NOINLINE ::flyteidl::admin::TaskExecutionMetadata_AnnotationsEntry_DoNotUse* Arena::CreateMaybeMessage< ::flyteidl::admin::TaskExecutionMetadata_AnnotationsEntry_DoNotUse >(Arena* arena) { + return Arena::CreateInternal< ::flyteidl::admin::TaskExecutionMetadata_AnnotationsEntry_DoNotUse >(arena); +} +template<> PROTOBUF_NOINLINE ::flyteidl::admin::TaskExecutionMetadata_EnvironmentVariablesEntry_DoNotUse* Arena::CreateMaybeMessage< ::flyteidl::admin::TaskExecutionMetadata_EnvironmentVariablesEntry_DoNotUse >(Arena* arena) { + return Arena::CreateInternal< ::flyteidl::admin::TaskExecutionMetadata_EnvironmentVariablesEntry_DoNotUse >(arena); +} +template<> PROTOBUF_NOINLINE ::flyteidl::admin::TaskExecutionMetadata* Arena::CreateMaybeMessage< ::flyteidl::admin::TaskExecutionMetadata >(Arena* arena) { + return Arena::CreateInternal< ::flyteidl::admin::TaskExecutionMetadata >(arena); +} +template<> PROTOBUF_NOINLINE ::flyteidl::admin::CreateTaskRequest* Arena::CreateMaybeMessage< ::flyteidl::admin::CreateTaskRequest >(Arena* arena) { + return Arena::CreateInternal< ::flyteidl::admin::CreateTaskRequest >(arena); +} +template<> PROTOBUF_NOINLINE ::flyteidl::admin::CreateTaskResponse* Arena::CreateMaybeMessage< ::flyteidl::admin::CreateTaskResponse >(Arena* arena) { + return Arena::CreateInternal< ::flyteidl::admin::CreateTaskResponse >(arena); +} +template<> PROTOBUF_NOINLINE ::flyteidl::admin::GetTaskRequest* Arena::CreateMaybeMessage< ::flyteidl::admin::GetTaskRequest >(Arena* arena) { + return Arena::CreateInternal< ::flyteidl::admin::GetTaskRequest >(arena); +} +template<> PROTOBUF_NOINLINE ::flyteidl::admin::GetTaskResponse* Arena::CreateMaybeMessage< ::flyteidl::admin::GetTaskResponse >(Arena* arena) { + return Arena::CreateInternal< ::flyteidl::admin::GetTaskResponse >(arena); +} +template<> PROTOBUF_NOINLINE ::flyteidl::admin::Resource* Arena::CreateMaybeMessage< ::flyteidl::admin::Resource >(Arena* arena) { + return Arena::CreateInternal< ::flyteidl::admin::Resource >(arena); +} +template<> PROTOBUF_NOINLINE ::flyteidl::admin::DeleteTaskRequest* Arena::CreateMaybeMessage< ::flyteidl::admin::DeleteTaskRequest >(Arena* arena) { + return Arena::CreateInternal< ::flyteidl::admin::DeleteTaskRequest >(arena); +} +template<> PROTOBUF_NOINLINE ::flyteidl::admin::DeleteTaskResponse* Arena::CreateMaybeMessage< ::flyteidl::admin::DeleteTaskResponse >(Arena* arena) { + return Arena::CreateInternal< ::flyteidl::admin::DeleteTaskResponse >(arena); +} +template<> PROTOBUF_NOINLINE ::flyteidl::admin::Agent* Arena::CreateMaybeMessage< ::flyteidl::admin::Agent >(Arena* arena) { + return Arena::CreateInternal< ::flyteidl::admin::Agent >(arena); +} +template<> PROTOBUF_NOINLINE ::flyteidl::admin::GetAgentRequest* Arena::CreateMaybeMessage< ::flyteidl::admin::GetAgentRequest >(Arena* arena) { + return Arena::CreateInternal< ::flyteidl::admin::GetAgentRequest >(arena); +} +template<> PROTOBUF_NOINLINE ::flyteidl::admin::GetAgentResponse* Arena::CreateMaybeMessage< ::flyteidl::admin::GetAgentResponse >(Arena* arena) { + return Arena::CreateInternal< ::flyteidl::admin::GetAgentResponse >(arena); +} +template<> PROTOBUF_NOINLINE ::flyteidl::admin::ListAgentsRequest* Arena::CreateMaybeMessage< ::flyteidl::admin::ListAgentsRequest >(Arena* arena) { + return Arena::CreateInternal< ::flyteidl::admin::ListAgentsRequest >(arena); +} +template<> PROTOBUF_NOINLINE ::flyteidl::admin::ListAgentsResponse* Arena::CreateMaybeMessage< ::flyteidl::admin::ListAgentsResponse >(Arena* arena) { + return Arena::CreateInternal< ::flyteidl::admin::ListAgentsResponse >(arena); +} +template<> PROTOBUF_NOINLINE ::flyteidl::admin::GetTaskMetricsRequest* Arena::CreateMaybeMessage< ::flyteidl::admin::GetTaskMetricsRequest >(Arena* arena) { + return Arena::CreateInternal< ::flyteidl::admin::GetTaskMetricsRequest >(arena); +} +template<> PROTOBUF_NOINLINE ::flyteidl::admin::GetTaskMetricsResponse* Arena::CreateMaybeMessage< ::flyteidl::admin::GetTaskMetricsResponse >(Arena* arena) { + return Arena::CreateInternal< ::flyteidl::admin::GetTaskMetricsResponse >(arena); +} +template<> PROTOBUF_NOINLINE ::flyteidl::admin::GetTaskLogsRequest* Arena::CreateMaybeMessage< ::flyteidl::admin::GetTaskLogsRequest >(Arena* arena) { + return Arena::CreateInternal< ::flyteidl::admin::GetTaskLogsRequest >(arena); +} +template<> PROTOBUF_NOINLINE ::flyteidl::admin::GetTaskLogsResponse* Arena::CreateMaybeMessage< ::flyteidl::admin::GetTaskLogsResponse >(Arena* arena) { + return Arena::CreateInternal< ::flyteidl::admin::GetTaskLogsResponse >(arena); } } // namespace protobuf } // namespace google diff --git a/flyteidl/gen/pb-cpp/flyteidl/admin/agent.pb.h b/flyteidl/gen/pb-cpp/flyteidl/admin/agent.pb.h index 86aeccc4b2..78238b32c1 100644 --- a/flyteidl/gen/pb-cpp/flyteidl/admin/agent.pb.h +++ b/flyteidl/gen/pb-cpp/flyteidl/admin/agent.pb.h @@ -37,9 +37,11 @@ #include #include "flyteidl/core/literals.pb.h" #include "flyteidl/core/tasks.pb.h" -#include "flyteidl/core/interface.pb.h" #include "flyteidl/core/identifier.pb.h" #include "flyteidl/core/execution.pb.h" +#include "flyteidl/core/metrics.pb.h" +#include +#include // @@protoc_insertion_point(includes) #include #define PROTOBUF_INTERNAL_EXPORT_flyteidl_2fadmin_2fagent_2eproto @@ -50,7 +52,7 @@ struct TableStruct_flyteidl_2fadmin_2fagent_2eproto { PROTOBUF_SECTION_VARIABLE(protodesc_cold); static const ::google::protobuf::internal::AuxillaryParseTableField aux[] PROTOBUF_SECTION_VARIABLE(protodesc_cold); - static const ::google::protobuf::internal::ParseTable schema[16] + static const ::google::protobuf::internal::ParseTable schema[20] PROTOBUF_SECTION_VARIABLE(protodesc_cold); static const ::google::protobuf::internal::FieldMetadata field_metadata[]; static const ::google::protobuf::internal::SerializationTable serialization_table[]; @@ -80,6 +82,18 @@ extern GetAgentRequestDefaultTypeInternal _GetAgentRequest_default_instance_; class GetAgentResponse; class GetAgentResponseDefaultTypeInternal; extern GetAgentResponseDefaultTypeInternal _GetAgentResponse_default_instance_; +class GetTaskLogsRequest; +class GetTaskLogsRequestDefaultTypeInternal; +extern GetTaskLogsRequestDefaultTypeInternal _GetTaskLogsRequest_default_instance_; +class GetTaskLogsResponse; +class GetTaskLogsResponseDefaultTypeInternal; +extern GetTaskLogsResponseDefaultTypeInternal _GetTaskLogsResponse_default_instance_; +class GetTaskMetricsRequest; +class GetTaskMetricsRequestDefaultTypeInternal; +extern GetTaskMetricsRequestDefaultTypeInternal _GetTaskMetricsRequest_default_instance_; +class GetTaskMetricsResponse; +class GetTaskMetricsResponseDefaultTypeInternal; +extern GetTaskMetricsResponseDefaultTypeInternal _GetTaskMetricsResponse_default_instance_; class GetTaskRequest; class GetTaskRequestDefaultTypeInternal; extern GetTaskRequestDefaultTypeInternal _GetTaskRequest_default_instance_; @@ -118,6 +132,10 @@ template<> ::flyteidl::admin::DeleteTaskRequest* Arena::CreateMaybeMessage<::fly template<> ::flyteidl::admin::DeleteTaskResponse* Arena::CreateMaybeMessage<::flyteidl::admin::DeleteTaskResponse>(Arena*); template<> ::flyteidl::admin::GetAgentRequest* Arena::CreateMaybeMessage<::flyteidl::admin::GetAgentRequest>(Arena*); template<> ::flyteidl::admin::GetAgentResponse* Arena::CreateMaybeMessage<::flyteidl::admin::GetAgentResponse>(Arena*); +template<> ::flyteidl::admin::GetTaskLogsRequest* Arena::CreateMaybeMessage<::flyteidl::admin::GetTaskLogsRequest>(Arena*); +template<> ::flyteidl::admin::GetTaskLogsResponse* Arena::CreateMaybeMessage<::flyteidl::admin::GetTaskLogsResponse>(Arena*); +template<> ::flyteidl::admin::GetTaskMetricsRequest* Arena::CreateMaybeMessage<::flyteidl::admin::GetTaskMetricsRequest>(Arena*); +template<> ::flyteidl::admin::GetTaskMetricsResponse* Arena::CreateMaybeMessage<::flyteidl::admin::GetTaskMetricsResponse>(Arena*); template<> ::flyteidl::admin::GetTaskRequest* Arena::CreateMaybeMessage<::flyteidl::admin::GetTaskRequest>(Arena*); template<> ::flyteidl::admin::GetTaskResponse* Arena::CreateMaybeMessage<::flyteidl::admin::GetTaskResponse>(Arena*); template<> ::flyteidl::admin::ListAgentsRequest* Arena::CreateMaybeMessage<::flyteidl::admin::ListAgentsRequest>(Arena*); @@ -1974,1300 +1992,2565 @@ class ListAgentsResponse final : mutable ::google::protobuf::internal::CachedSize _cached_size_; friend struct ::TableStruct_flyteidl_2fadmin_2fagent_2eproto; }; +// ------------------------------------------------------------------- + +class GetTaskMetricsRequest final : + public ::google::protobuf::Message /* @@protoc_insertion_point(class_definition:flyteidl.admin.GetTaskMetricsRequest) */ { + public: + GetTaskMetricsRequest(); + virtual ~GetTaskMetricsRequest(); + + GetTaskMetricsRequest(const GetTaskMetricsRequest& from); + + inline GetTaskMetricsRequest& operator=(const GetTaskMetricsRequest& from) { + CopyFrom(from); + return *this; + } + #if LANG_CXX11 + GetTaskMetricsRequest(GetTaskMetricsRequest&& from) noexcept + : GetTaskMetricsRequest() { + *this = ::std::move(from); + } + + inline GetTaskMetricsRequest& operator=(GetTaskMetricsRequest&& from) noexcept { + if (GetArenaNoVirtual() == from.GetArenaNoVirtual()) { + if (this != &from) InternalSwap(&from); + } else { + CopyFrom(from); + } + return *this; + } + #endif + static const ::google::protobuf::Descriptor* descriptor() { + return default_instance().GetDescriptor(); + } + static const GetTaskMetricsRequest& default_instance(); + + static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY + static inline const GetTaskMetricsRequest* internal_default_instance() { + return reinterpret_cast( + &_GetTaskMetricsRequest_default_instance_); + } + static constexpr int kIndexInFileMessages = + 16; + + void Swap(GetTaskMetricsRequest* other); + friend void swap(GetTaskMetricsRequest& a, GetTaskMetricsRequest& b) { + a.Swap(&b); + } + + // implements Message ---------------------------------------------- + + inline GetTaskMetricsRequest* New() const final { + return CreateMaybeMessage(nullptr); + } + + GetTaskMetricsRequest* New(::google::protobuf::Arena* arena) const final { + return CreateMaybeMessage(arena); + } + void CopyFrom(const ::google::protobuf::Message& from) final; + void MergeFrom(const ::google::protobuf::Message& from) final; + void CopyFrom(const GetTaskMetricsRequest& from); + void MergeFrom(const GetTaskMetricsRequest& from); + PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; + bool IsInitialized() const final; + + size_t ByteSizeLong() const final; + #if GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER + static const char* _InternalParse(const char* begin, const char* end, void* object, ::google::protobuf::internal::ParseContext* ctx); + ::google::protobuf::internal::ParseFunc _ParseFunc() const final { return _InternalParse; } + #else + bool MergePartialFromCodedStream( + ::google::protobuf::io::CodedInputStream* input) final; + #endif // GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER + void SerializeWithCachedSizes( + ::google::protobuf::io::CodedOutputStream* output) const final; + ::google::protobuf::uint8* InternalSerializeWithCachedSizesToArray( + ::google::protobuf::uint8* target) const final; + int GetCachedSize() const final { return _cached_size_.Get(); } + + private: + void SharedCtor(); + void SharedDtor(); + void SetCachedSize(int size) const final; + void InternalSwap(GetTaskMetricsRequest* other); + private: + inline ::google::protobuf::Arena* GetArenaNoVirtual() const { + return nullptr; + } + inline void* MaybeArenaPtr() const { + return nullptr; + } + public: + + ::google::protobuf::Metadata GetMetadata() const final; + + // nested types ---------------------------------------------------- + + // accessors ------------------------------------------------------- + + // repeated string queries = 3; + int queries_size() const; + void clear_queries(); + static const int kQueriesFieldNumber = 3; + const ::std::string& queries(int index) const; + ::std::string* mutable_queries(int index); + void set_queries(int index, const ::std::string& value); + #if LANG_CXX11 + void set_queries(int index, ::std::string&& value); + #endif + void set_queries(int index, const char* value); + void set_queries(int index, const char* value, size_t size); + ::std::string* add_queries(); + void add_queries(const ::std::string& value); + #if LANG_CXX11 + void add_queries(::std::string&& value); + #endif + void add_queries(const char* value); + void add_queries(const char* value, size_t size); + const ::google::protobuf::RepeatedPtrField<::std::string>& queries() const; + ::google::protobuf::RepeatedPtrField<::std::string>* mutable_queries(); + + // string task_type = 1; + void clear_task_type(); + static const int kTaskTypeFieldNumber = 1; + const ::std::string& task_type() const; + void set_task_type(const ::std::string& value); + #if LANG_CXX11 + void set_task_type(::std::string&& value); + #endif + void set_task_type(const char* value); + void set_task_type(const char* value, size_t size); + ::std::string* mutable_task_type(); + ::std::string* release_task_type(); + void set_allocated_task_type(::std::string* task_type); + + // bytes resource_meta = 2; + void clear_resource_meta(); + static const int kResourceMetaFieldNumber = 2; + const ::std::string& resource_meta() const; + void set_resource_meta(const ::std::string& value); + #if LANG_CXX11 + void set_resource_meta(::std::string&& value); + #endif + void set_resource_meta(const char* value); + void set_resource_meta(const void* value, size_t size); + ::std::string* mutable_resource_meta(); + ::std::string* release_resource_meta(); + void set_allocated_resource_meta(::std::string* resource_meta); + + // .google.protobuf.Timestamp start_time = 4; + bool has_start_time() const; + void clear_start_time(); + static const int kStartTimeFieldNumber = 4; + const ::google::protobuf::Timestamp& start_time() const; + ::google::protobuf::Timestamp* release_start_time(); + ::google::protobuf::Timestamp* mutable_start_time(); + void set_allocated_start_time(::google::protobuf::Timestamp* start_time); + + // .google.protobuf.Timestamp end_time = 5; + bool has_end_time() const; + void clear_end_time(); + static const int kEndTimeFieldNumber = 5; + const ::google::protobuf::Timestamp& end_time() const; + ::google::protobuf::Timestamp* release_end_time(); + ::google::protobuf::Timestamp* mutable_end_time(); + void set_allocated_end_time(::google::protobuf::Timestamp* end_time); + + // .google.protobuf.Duration step = 6; + bool has_step() const; + void clear_step(); + static const int kStepFieldNumber = 6; + const ::google::protobuf::Duration& step() const; + ::google::protobuf::Duration* release_step(); + ::google::protobuf::Duration* mutable_step(); + void set_allocated_step(::google::protobuf::Duration* step); + + // @@protoc_insertion_point(class_scope:flyteidl.admin.GetTaskMetricsRequest) + private: + class HasBitSetters; + + ::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_; + ::google::protobuf::RepeatedPtrField<::std::string> queries_; + ::google::protobuf::internal::ArenaStringPtr task_type_; + ::google::protobuf::internal::ArenaStringPtr resource_meta_; + ::google::protobuf::Timestamp* start_time_; + ::google::protobuf::Timestamp* end_time_; + ::google::protobuf::Duration* step_; + mutable ::google::protobuf::internal::CachedSize _cached_size_; + friend struct ::TableStruct_flyteidl_2fadmin_2fagent_2eproto; +}; +// ------------------------------------------------------------------- + +class GetTaskMetricsResponse final : + public ::google::protobuf::Message /* @@protoc_insertion_point(class_definition:flyteidl.admin.GetTaskMetricsResponse) */ { + public: + GetTaskMetricsResponse(); + virtual ~GetTaskMetricsResponse(); + + GetTaskMetricsResponse(const GetTaskMetricsResponse& from); + + inline GetTaskMetricsResponse& operator=(const GetTaskMetricsResponse& from) { + CopyFrom(from); + return *this; + } + #if LANG_CXX11 + GetTaskMetricsResponse(GetTaskMetricsResponse&& from) noexcept + : GetTaskMetricsResponse() { + *this = ::std::move(from); + } + + inline GetTaskMetricsResponse& operator=(GetTaskMetricsResponse&& from) noexcept { + if (GetArenaNoVirtual() == from.GetArenaNoVirtual()) { + if (this != &from) InternalSwap(&from); + } else { + CopyFrom(from); + } + return *this; + } + #endif + static const ::google::protobuf::Descriptor* descriptor() { + return default_instance().GetDescriptor(); + } + static const GetTaskMetricsResponse& default_instance(); + + static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY + static inline const GetTaskMetricsResponse* internal_default_instance() { + return reinterpret_cast( + &_GetTaskMetricsResponse_default_instance_); + } + static constexpr int kIndexInFileMessages = + 17; + + void Swap(GetTaskMetricsResponse* other); + friend void swap(GetTaskMetricsResponse& a, GetTaskMetricsResponse& b) { + a.Swap(&b); + } + + // implements Message ---------------------------------------------- + + inline GetTaskMetricsResponse* New() const final { + return CreateMaybeMessage(nullptr); + } + + GetTaskMetricsResponse* New(::google::protobuf::Arena* arena) const final { + return CreateMaybeMessage(arena); + } + void CopyFrom(const ::google::protobuf::Message& from) final; + void MergeFrom(const ::google::protobuf::Message& from) final; + void CopyFrom(const GetTaskMetricsResponse& from); + void MergeFrom(const GetTaskMetricsResponse& from); + PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; + bool IsInitialized() const final; + + size_t ByteSizeLong() const final; + #if GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER + static const char* _InternalParse(const char* begin, const char* end, void* object, ::google::protobuf::internal::ParseContext* ctx); + ::google::protobuf::internal::ParseFunc _ParseFunc() const final { return _InternalParse; } + #else + bool MergePartialFromCodedStream( + ::google::protobuf::io::CodedInputStream* input) final; + #endif // GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER + void SerializeWithCachedSizes( + ::google::protobuf::io::CodedOutputStream* output) const final; + ::google::protobuf::uint8* InternalSerializeWithCachedSizesToArray( + ::google::protobuf::uint8* target) const final; + int GetCachedSize() const final { return _cached_size_.Get(); } + + private: + void SharedCtor(); + void SharedDtor(); + void SetCachedSize(int size) const final; + void InternalSwap(GetTaskMetricsResponse* other); + private: + inline ::google::protobuf::Arena* GetArenaNoVirtual() const { + return nullptr; + } + inline void* MaybeArenaPtr() const { + return nullptr; + } + public: + + ::google::protobuf::Metadata GetMetadata() const final; + + // nested types ---------------------------------------------------- + + // accessors ------------------------------------------------------- + + // repeated .flyteidl.core.ExecutionMetricResult results = 1; + int results_size() const; + void clear_results(); + static const int kResultsFieldNumber = 1; + ::flyteidl::core::ExecutionMetricResult* mutable_results(int index); + ::google::protobuf::RepeatedPtrField< ::flyteidl::core::ExecutionMetricResult >* + mutable_results(); + const ::flyteidl::core::ExecutionMetricResult& results(int index) const; + ::flyteidl::core::ExecutionMetricResult* add_results(); + const ::google::protobuf::RepeatedPtrField< ::flyteidl::core::ExecutionMetricResult >& + results() const; + + // @@protoc_insertion_point(class_scope:flyteidl.admin.GetTaskMetricsResponse) + private: + class HasBitSetters; + + ::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_; + ::google::protobuf::RepeatedPtrField< ::flyteidl::core::ExecutionMetricResult > results_; + mutable ::google::protobuf::internal::CachedSize _cached_size_; + friend struct ::TableStruct_flyteidl_2fadmin_2fagent_2eproto; +}; +// ------------------------------------------------------------------- + +class GetTaskLogsRequest final : + public ::google::protobuf::Message /* @@protoc_insertion_point(class_definition:flyteidl.admin.GetTaskLogsRequest) */ { + public: + GetTaskLogsRequest(); + virtual ~GetTaskLogsRequest(); + + GetTaskLogsRequest(const GetTaskLogsRequest& from); + + inline GetTaskLogsRequest& operator=(const GetTaskLogsRequest& from) { + CopyFrom(from); + return *this; + } + #if LANG_CXX11 + GetTaskLogsRequest(GetTaskLogsRequest&& from) noexcept + : GetTaskLogsRequest() { + *this = ::std::move(from); + } + + inline GetTaskLogsRequest& operator=(GetTaskLogsRequest&& from) noexcept { + if (GetArenaNoVirtual() == from.GetArenaNoVirtual()) { + if (this != &from) InternalSwap(&from); + } else { + CopyFrom(from); + } + return *this; + } + #endif + static const ::google::protobuf::Descriptor* descriptor() { + return default_instance().GetDescriptor(); + } + static const GetTaskLogsRequest& default_instance(); + + static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY + static inline const GetTaskLogsRequest* internal_default_instance() { + return reinterpret_cast( + &_GetTaskLogsRequest_default_instance_); + } + static constexpr int kIndexInFileMessages = + 18; + + void Swap(GetTaskLogsRequest* other); + friend void swap(GetTaskLogsRequest& a, GetTaskLogsRequest& b) { + a.Swap(&b); + } + + // implements Message ---------------------------------------------- + + inline GetTaskLogsRequest* New() const final { + return CreateMaybeMessage(nullptr); + } + + GetTaskLogsRequest* New(::google::protobuf::Arena* arena) const final { + return CreateMaybeMessage(arena); + } + void CopyFrom(const ::google::protobuf::Message& from) final; + void MergeFrom(const ::google::protobuf::Message& from) final; + void CopyFrom(const GetTaskLogsRequest& from); + void MergeFrom(const GetTaskLogsRequest& from); + PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; + bool IsInitialized() const final; + + size_t ByteSizeLong() const final; + #if GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER + static const char* _InternalParse(const char* begin, const char* end, void* object, ::google::protobuf::internal::ParseContext* ctx); + ::google::protobuf::internal::ParseFunc _ParseFunc() const final { return _InternalParse; } + #else + bool MergePartialFromCodedStream( + ::google::protobuf::io::CodedInputStream* input) final; + #endif // GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER + void SerializeWithCachedSizes( + ::google::protobuf::io::CodedOutputStream* output) const final; + ::google::protobuf::uint8* InternalSerializeWithCachedSizesToArray( + ::google::protobuf::uint8* target) const final; + int GetCachedSize() const final { return _cached_size_.Get(); } + + private: + void SharedCtor(); + void SharedDtor(); + void SetCachedSize(int size) const final; + void InternalSwap(GetTaskLogsRequest* other); + private: + inline ::google::protobuf::Arena* GetArenaNoVirtual() const { + return nullptr; + } + inline void* MaybeArenaPtr() const { + return nullptr; + } + public: + + ::google::protobuf::Metadata GetMetadata() const final; + + // nested types ---------------------------------------------------- + + // accessors ------------------------------------------------------- + + // string task_type = 1; + void clear_task_type(); + static const int kTaskTypeFieldNumber = 1; + const ::std::string& task_type() const; + void set_task_type(const ::std::string& value); + #if LANG_CXX11 + void set_task_type(::std::string&& value); + #endif + void set_task_type(const char* value); + void set_task_type(const char* value, size_t size); + ::std::string* mutable_task_type(); + ::std::string* release_task_type(); + void set_allocated_task_type(::std::string* task_type); + + // bytes resource_meta = 2; + void clear_resource_meta(); + static const int kResourceMetaFieldNumber = 2; + const ::std::string& resource_meta() const; + void set_resource_meta(const ::std::string& value); + #if LANG_CXX11 + void set_resource_meta(::std::string&& value); + #endif + void set_resource_meta(const char* value); + void set_resource_meta(const void* value, size_t size); + ::std::string* mutable_resource_meta(); + ::std::string* release_resource_meta(); + void set_allocated_resource_meta(::std::string* resource_meta); + + // string token = 4; + void clear_token(); + static const int kTokenFieldNumber = 4; + const ::std::string& token() const; + void set_token(const ::std::string& value); + #if LANG_CXX11 + void set_token(::std::string&& value); + #endif + void set_token(const char* value); + void set_token(const char* value, size_t size); + ::std::string* mutable_token(); + ::std::string* release_token(); + void set_allocated_token(::std::string* token); + + // uint64 lines = 3; + void clear_lines(); + static const int kLinesFieldNumber = 3; + ::google::protobuf::uint64 lines() const; + void set_lines(::google::protobuf::uint64 value); + + // @@protoc_insertion_point(class_scope:flyteidl.admin.GetTaskLogsRequest) + private: + class HasBitSetters; + + ::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_; + ::google::protobuf::internal::ArenaStringPtr task_type_; + ::google::protobuf::internal::ArenaStringPtr resource_meta_; + ::google::protobuf::internal::ArenaStringPtr token_; + ::google::protobuf::uint64 lines_; + mutable ::google::protobuf::internal::CachedSize _cached_size_; + friend struct ::TableStruct_flyteidl_2fadmin_2fagent_2eproto; +}; +// ------------------------------------------------------------------- + +class GetTaskLogsResponse final : + public ::google::protobuf::Message /* @@protoc_insertion_point(class_definition:flyteidl.admin.GetTaskLogsResponse) */ { + public: + GetTaskLogsResponse(); + virtual ~GetTaskLogsResponse(); + + GetTaskLogsResponse(const GetTaskLogsResponse& from); + + inline GetTaskLogsResponse& operator=(const GetTaskLogsResponse& from) { + CopyFrom(from); + return *this; + } + #if LANG_CXX11 + GetTaskLogsResponse(GetTaskLogsResponse&& from) noexcept + : GetTaskLogsResponse() { + *this = ::std::move(from); + } + + inline GetTaskLogsResponse& operator=(GetTaskLogsResponse&& from) noexcept { + if (GetArenaNoVirtual() == from.GetArenaNoVirtual()) { + if (this != &from) InternalSwap(&from); + } else { + CopyFrom(from); + } + return *this; + } + #endif + static const ::google::protobuf::Descriptor* descriptor() { + return default_instance().GetDescriptor(); + } + static const GetTaskLogsResponse& default_instance(); + + static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY + static inline const GetTaskLogsResponse* internal_default_instance() { + return reinterpret_cast( + &_GetTaskLogsResponse_default_instance_); + } + static constexpr int kIndexInFileMessages = + 19; + + void Swap(GetTaskLogsResponse* other); + friend void swap(GetTaskLogsResponse& a, GetTaskLogsResponse& b) { + a.Swap(&b); + } + + // implements Message ---------------------------------------------- + + inline GetTaskLogsResponse* New() const final { + return CreateMaybeMessage(nullptr); + } + + GetTaskLogsResponse* New(::google::protobuf::Arena* arena) const final { + return CreateMaybeMessage(arena); + } + void CopyFrom(const ::google::protobuf::Message& from) final; + void MergeFrom(const ::google::protobuf::Message& from) final; + void CopyFrom(const GetTaskLogsResponse& from); + void MergeFrom(const GetTaskLogsResponse& from); + PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; + bool IsInitialized() const final; + + size_t ByteSizeLong() const final; + #if GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER + static const char* _InternalParse(const char* begin, const char* end, void* object, ::google::protobuf::internal::ParseContext* ctx); + ::google::protobuf::internal::ParseFunc _ParseFunc() const final { return _InternalParse; } + #else + bool MergePartialFromCodedStream( + ::google::protobuf::io::CodedInputStream* input) final; + #endif // GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER + void SerializeWithCachedSizes( + ::google::protobuf::io::CodedOutputStream* output) const final; + ::google::protobuf::uint8* InternalSerializeWithCachedSizesToArray( + ::google::protobuf::uint8* target) const final; + int GetCachedSize() const final { return _cached_size_.Get(); } + + private: + void SharedCtor(); + void SharedDtor(); + void SetCachedSize(int size) const final; + void InternalSwap(GetTaskLogsResponse* other); + private: + inline ::google::protobuf::Arena* GetArenaNoVirtual() const { + return nullptr; + } + inline void* MaybeArenaPtr() const { + return nullptr; + } + public: + + ::google::protobuf::Metadata GetMetadata() const final; + + // nested types ---------------------------------------------------- + + // accessors ------------------------------------------------------- + + // repeated string results = 1; + int results_size() const; + void clear_results(); + static const int kResultsFieldNumber = 1; + const ::std::string& results(int index) const; + ::std::string* mutable_results(int index); + void set_results(int index, const ::std::string& value); + #if LANG_CXX11 + void set_results(int index, ::std::string&& value); + #endif + void set_results(int index, const char* value); + void set_results(int index, const char* value, size_t size); + ::std::string* add_results(); + void add_results(const ::std::string& value); + #if LANG_CXX11 + void add_results(::std::string&& value); + #endif + void add_results(const char* value); + void add_results(const char* value, size_t size); + const ::google::protobuf::RepeatedPtrField<::std::string>& results() const; + ::google::protobuf::RepeatedPtrField<::std::string>* mutable_results(); + + // string token = 2; + void clear_token(); + static const int kTokenFieldNumber = 2; + const ::std::string& token() const; + void set_token(const ::std::string& value); + #if LANG_CXX11 + void set_token(::std::string&& value); + #endif + void set_token(const char* value); + void set_token(const char* value, size_t size); + ::std::string* mutable_token(); + ::std::string* release_token(); + void set_allocated_token(::std::string* token); + + // @@protoc_insertion_point(class_scope:flyteidl.admin.GetTaskLogsResponse) + private: + class HasBitSetters; + + ::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_; + ::google::protobuf::RepeatedPtrField<::std::string> results_; + ::google::protobuf::internal::ArenaStringPtr token_; + mutable ::google::protobuf::internal::CachedSize _cached_size_; + friend struct ::TableStruct_flyteidl_2fadmin_2fagent_2eproto; +}; +// =================================================================== + + // =================================================================== +#ifdef __GNUC__ + #pragma GCC diagnostic push + #pragma GCC diagnostic ignored "-Wstrict-aliasing" +#endif // __GNUC__ +// ------------------------------------------------------------------- + +// ------------------------------------------------------------------- + +// ------------------------------------------------------------------- + +// TaskExecutionMetadata + +// .flyteidl.core.TaskExecutionIdentifier task_execution_id = 1; +inline bool TaskExecutionMetadata::has_task_execution_id() const { + return this != internal_default_instance() && task_execution_id_ != nullptr; +} +inline const ::flyteidl::core::TaskExecutionIdentifier& TaskExecutionMetadata::task_execution_id() const { + const ::flyteidl::core::TaskExecutionIdentifier* p = task_execution_id_; + // @@protoc_insertion_point(field_get:flyteidl.admin.TaskExecutionMetadata.task_execution_id) + return p != nullptr ? *p : *reinterpret_cast( + &::flyteidl::core::_TaskExecutionIdentifier_default_instance_); +} +inline ::flyteidl::core::TaskExecutionIdentifier* TaskExecutionMetadata::release_task_execution_id() { + // @@protoc_insertion_point(field_release:flyteidl.admin.TaskExecutionMetadata.task_execution_id) + + ::flyteidl::core::TaskExecutionIdentifier* temp = task_execution_id_; + task_execution_id_ = nullptr; + return temp; +} +inline ::flyteidl::core::TaskExecutionIdentifier* TaskExecutionMetadata::mutable_task_execution_id() { + + if (task_execution_id_ == nullptr) { + auto* p = CreateMaybeMessage<::flyteidl::core::TaskExecutionIdentifier>(GetArenaNoVirtual()); + task_execution_id_ = p; + } + // @@protoc_insertion_point(field_mutable:flyteidl.admin.TaskExecutionMetadata.task_execution_id) + return task_execution_id_; +} +inline void TaskExecutionMetadata::set_allocated_task_execution_id(::flyteidl::core::TaskExecutionIdentifier* task_execution_id) { + ::google::protobuf::Arena* message_arena = GetArenaNoVirtual(); + if (message_arena == nullptr) { + delete reinterpret_cast< ::google::protobuf::MessageLite*>(task_execution_id_); + } + if (task_execution_id) { + ::google::protobuf::Arena* submessage_arena = nullptr; + if (message_arena != submessage_arena) { + task_execution_id = ::google::protobuf::internal::GetOwnedMessage( + message_arena, task_execution_id, submessage_arena); + } + + } else { + + } + task_execution_id_ = task_execution_id; + // @@protoc_insertion_point(field_set_allocated:flyteidl.admin.TaskExecutionMetadata.task_execution_id) +} + +// string namespace = 2; +inline void TaskExecutionMetadata::clear_namespace_() { + namespace__.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); +} +inline const ::std::string& TaskExecutionMetadata::namespace_() const { + // @@protoc_insertion_point(field_get:flyteidl.admin.TaskExecutionMetadata.namespace) + return namespace__.GetNoArena(); +} +inline void TaskExecutionMetadata::set_namespace_(const ::std::string& value) { + + namespace__.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), value); + // @@protoc_insertion_point(field_set:flyteidl.admin.TaskExecutionMetadata.namespace) +} +#if LANG_CXX11 +inline void TaskExecutionMetadata::set_namespace_(::std::string&& value) { + + namespace__.SetNoArena( + &::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::move(value)); + // @@protoc_insertion_point(field_set_rvalue:flyteidl.admin.TaskExecutionMetadata.namespace) +} +#endif +inline void TaskExecutionMetadata::set_namespace_(const char* value) { + GOOGLE_DCHECK(value != nullptr); + + namespace__.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(value)); + // @@protoc_insertion_point(field_set_char:flyteidl.admin.TaskExecutionMetadata.namespace) +} +inline void TaskExecutionMetadata::set_namespace_(const char* value, size_t size) { + + namespace__.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), + ::std::string(reinterpret_cast(value), size)); + // @@protoc_insertion_point(field_set_pointer:flyteidl.admin.TaskExecutionMetadata.namespace) +} +inline ::std::string* TaskExecutionMetadata::mutable_namespace_() { + + // @@protoc_insertion_point(field_mutable:flyteidl.admin.TaskExecutionMetadata.namespace) + return namespace__.MutableNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); +} +inline ::std::string* TaskExecutionMetadata::release_namespace_() { + // @@protoc_insertion_point(field_release:flyteidl.admin.TaskExecutionMetadata.namespace) + + return namespace__.ReleaseNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); +} +inline void TaskExecutionMetadata::set_allocated_namespace_(::std::string* namespace_) { + if (namespace_ != nullptr) { + + } else { + + } + namespace__.SetAllocatedNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), namespace_); + // @@protoc_insertion_point(field_set_allocated:flyteidl.admin.TaskExecutionMetadata.namespace) +} + +// map labels = 3; +inline int TaskExecutionMetadata::labels_size() const { + return labels_.size(); +} +inline void TaskExecutionMetadata::clear_labels() { + labels_.Clear(); +} +inline const ::google::protobuf::Map< ::std::string, ::std::string >& +TaskExecutionMetadata::labels() const { + // @@protoc_insertion_point(field_map:flyteidl.admin.TaskExecutionMetadata.labels) + return labels_.GetMap(); +} +inline ::google::protobuf::Map< ::std::string, ::std::string >* +TaskExecutionMetadata::mutable_labels() { + // @@protoc_insertion_point(field_mutable_map:flyteidl.admin.TaskExecutionMetadata.labels) + return labels_.MutableMap(); +} + +// map annotations = 4; +inline int TaskExecutionMetadata::annotations_size() const { + return annotations_.size(); +} +inline void TaskExecutionMetadata::clear_annotations() { + annotations_.Clear(); +} +inline const ::google::protobuf::Map< ::std::string, ::std::string >& +TaskExecutionMetadata::annotations() const { + // @@protoc_insertion_point(field_map:flyteidl.admin.TaskExecutionMetadata.annotations) + return annotations_.GetMap(); +} +inline ::google::protobuf::Map< ::std::string, ::std::string >* +TaskExecutionMetadata::mutable_annotations() { + // @@protoc_insertion_point(field_mutable_map:flyteidl.admin.TaskExecutionMetadata.annotations) + return annotations_.MutableMap(); +} + +// string k8s_service_account = 5; +inline void TaskExecutionMetadata::clear_k8s_service_account() { + k8s_service_account_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); +} +inline const ::std::string& TaskExecutionMetadata::k8s_service_account() const { + // @@protoc_insertion_point(field_get:flyteidl.admin.TaskExecutionMetadata.k8s_service_account) + return k8s_service_account_.GetNoArena(); +} +inline void TaskExecutionMetadata::set_k8s_service_account(const ::std::string& value) { + + k8s_service_account_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), value); + // @@protoc_insertion_point(field_set:flyteidl.admin.TaskExecutionMetadata.k8s_service_account) +} +#if LANG_CXX11 +inline void TaskExecutionMetadata::set_k8s_service_account(::std::string&& value) { + + k8s_service_account_.SetNoArena( + &::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::move(value)); + // @@protoc_insertion_point(field_set_rvalue:flyteidl.admin.TaskExecutionMetadata.k8s_service_account) +} +#endif +inline void TaskExecutionMetadata::set_k8s_service_account(const char* value) { + GOOGLE_DCHECK(value != nullptr); + + k8s_service_account_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(value)); + // @@protoc_insertion_point(field_set_char:flyteidl.admin.TaskExecutionMetadata.k8s_service_account) +} +inline void TaskExecutionMetadata::set_k8s_service_account(const char* value, size_t size) { + + k8s_service_account_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), + ::std::string(reinterpret_cast(value), size)); + // @@protoc_insertion_point(field_set_pointer:flyteidl.admin.TaskExecutionMetadata.k8s_service_account) +} +inline ::std::string* TaskExecutionMetadata::mutable_k8s_service_account() { + + // @@protoc_insertion_point(field_mutable:flyteidl.admin.TaskExecutionMetadata.k8s_service_account) + return k8s_service_account_.MutableNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); +} +inline ::std::string* TaskExecutionMetadata::release_k8s_service_account() { + // @@protoc_insertion_point(field_release:flyteidl.admin.TaskExecutionMetadata.k8s_service_account) + + return k8s_service_account_.ReleaseNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); +} +inline void TaskExecutionMetadata::set_allocated_k8s_service_account(::std::string* k8s_service_account) { + if (k8s_service_account != nullptr) { + + } else { + + } + k8s_service_account_.SetAllocatedNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), k8s_service_account); + // @@protoc_insertion_point(field_set_allocated:flyteidl.admin.TaskExecutionMetadata.k8s_service_account) +} + +// map environment_variables = 6; +inline int TaskExecutionMetadata::environment_variables_size() const { + return environment_variables_.size(); +} +inline void TaskExecutionMetadata::clear_environment_variables() { + environment_variables_.Clear(); +} +inline const ::google::protobuf::Map< ::std::string, ::std::string >& +TaskExecutionMetadata::environment_variables() const { + // @@protoc_insertion_point(field_map:flyteidl.admin.TaskExecutionMetadata.environment_variables) + return environment_variables_.GetMap(); +} +inline ::google::protobuf::Map< ::std::string, ::std::string >* +TaskExecutionMetadata::mutable_environment_variables() { + // @@protoc_insertion_point(field_mutable_map:flyteidl.admin.TaskExecutionMetadata.environment_variables) + return environment_variables_.MutableMap(); +} + +// ------------------------------------------------------------------- + +// CreateTaskRequest + +// .flyteidl.core.LiteralMap inputs = 1; +inline bool CreateTaskRequest::has_inputs() const { + return this != internal_default_instance() && inputs_ != nullptr; +} +inline const ::flyteidl::core::LiteralMap& CreateTaskRequest::inputs() const { + const ::flyteidl::core::LiteralMap* p = inputs_; + // @@protoc_insertion_point(field_get:flyteidl.admin.CreateTaskRequest.inputs) + return p != nullptr ? *p : *reinterpret_cast( + &::flyteidl::core::_LiteralMap_default_instance_); +} +inline ::flyteidl::core::LiteralMap* CreateTaskRequest::release_inputs() { + // @@protoc_insertion_point(field_release:flyteidl.admin.CreateTaskRequest.inputs) + + ::flyteidl::core::LiteralMap* temp = inputs_; + inputs_ = nullptr; + return temp; +} +inline ::flyteidl::core::LiteralMap* CreateTaskRequest::mutable_inputs() { + + if (inputs_ == nullptr) { + auto* p = CreateMaybeMessage<::flyteidl::core::LiteralMap>(GetArenaNoVirtual()); + inputs_ = p; + } + // @@protoc_insertion_point(field_mutable:flyteidl.admin.CreateTaskRequest.inputs) + return inputs_; +} +inline void CreateTaskRequest::set_allocated_inputs(::flyteidl::core::LiteralMap* inputs) { + ::google::protobuf::Arena* message_arena = GetArenaNoVirtual(); + if (message_arena == nullptr) { + delete reinterpret_cast< ::google::protobuf::MessageLite*>(inputs_); + } + if (inputs) { + ::google::protobuf::Arena* submessage_arena = nullptr; + if (message_arena != submessage_arena) { + inputs = ::google::protobuf::internal::GetOwnedMessage( + message_arena, inputs, submessage_arena); + } + + } else { + + } + inputs_ = inputs; + // @@protoc_insertion_point(field_set_allocated:flyteidl.admin.CreateTaskRequest.inputs) +} + +// .flyteidl.core.TaskTemplate template = 2; +inline bool CreateTaskRequest::has_template_() const { + return this != internal_default_instance() && template__ != nullptr; +} +inline const ::flyteidl::core::TaskTemplate& CreateTaskRequest::template_() const { + const ::flyteidl::core::TaskTemplate* p = template__; + // @@protoc_insertion_point(field_get:flyteidl.admin.CreateTaskRequest.template) + return p != nullptr ? *p : *reinterpret_cast( + &::flyteidl::core::_TaskTemplate_default_instance_); +} +inline ::flyteidl::core::TaskTemplate* CreateTaskRequest::release_template_() { + // @@protoc_insertion_point(field_release:flyteidl.admin.CreateTaskRequest.template) + + ::flyteidl::core::TaskTemplate* temp = template__; + template__ = nullptr; + return temp; +} +inline ::flyteidl::core::TaskTemplate* CreateTaskRequest::mutable_template_() { + + if (template__ == nullptr) { + auto* p = CreateMaybeMessage<::flyteidl::core::TaskTemplate>(GetArenaNoVirtual()); + template__ = p; + } + // @@protoc_insertion_point(field_mutable:flyteidl.admin.CreateTaskRequest.template) + return template__; +} +inline void CreateTaskRequest::set_allocated_template_(::flyteidl::core::TaskTemplate* template_) { + ::google::protobuf::Arena* message_arena = GetArenaNoVirtual(); + if (message_arena == nullptr) { + delete reinterpret_cast< ::google::protobuf::MessageLite*>(template__); + } + if (template_) { + ::google::protobuf::Arena* submessage_arena = nullptr; + if (message_arena != submessage_arena) { + template_ = ::google::protobuf::internal::GetOwnedMessage( + message_arena, template_, submessage_arena); + } + + } else { + + } + template__ = template_; + // @@protoc_insertion_point(field_set_allocated:flyteidl.admin.CreateTaskRequest.template) +} + +// string output_prefix = 3; +inline void CreateTaskRequest::clear_output_prefix() { + output_prefix_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); +} +inline const ::std::string& CreateTaskRequest::output_prefix() const { + // @@protoc_insertion_point(field_get:flyteidl.admin.CreateTaskRequest.output_prefix) + return output_prefix_.GetNoArena(); +} +inline void CreateTaskRequest::set_output_prefix(const ::std::string& value) { + + output_prefix_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), value); + // @@protoc_insertion_point(field_set:flyteidl.admin.CreateTaskRequest.output_prefix) +} +#if LANG_CXX11 +inline void CreateTaskRequest::set_output_prefix(::std::string&& value) { + + output_prefix_.SetNoArena( + &::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::move(value)); + // @@protoc_insertion_point(field_set_rvalue:flyteidl.admin.CreateTaskRequest.output_prefix) +} +#endif +inline void CreateTaskRequest::set_output_prefix(const char* value) { + GOOGLE_DCHECK(value != nullptr); + + output_prefix_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(value)); + // @@protoc_insertion_point(field_set_char:flyteidl.admin.CreateTaskRequest.output_prefix) +} +inline void CreateTaskRequest::set_output_prefix(const char* value, size_t size) { + + output_prefix_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), + ::std::string(reinterpret_cast(value), size)); + // @@protoc_insertion_point(field_set_pointer:flyteidl.admin.CreateTaskRequest.output_prefix) +} +inline ::std::string* CreateTaskRequest::mutable_output_prefix() { + + // @@protoc_insertion_point(field_mutable:flyteidl.admin.CreateTaskRequest.output_prefix) + return output_prefix_.MutableNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); +} +inline ::std::string* CreateTaskRequest::release_output_prefix() { + // @@protoc_insertion_point(field_release:flyteidl.admin.CreateTaskRequest.output_prefix) + + return output_prefix_.ReleaseNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); +} +inline void CreateTaskRequest::set_allocated_output_prefix(::std::string* output_prefix) { + if (output_prefix != nullptr) { + + } else { + + } + output_prefix_.SetAllocatedNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), output_prefix); + // @@protoc_insertion_point(field_set_allocated:flyteidl.admin.CreateTaskRequest.output_prefix) +} + +// .flyteidl.admin.TaskExecutionMetadata task_execution_metadata = 4; +inline bool CreateTaskRequest::has_task_execution_metadata() const { + return this != internal_default_instance() && task_execution_metadata_ != nullptr; +} +inline void CreateTaskRequest::clear_task_execution_metadata() { + if (GetArenaNoVirtual() == nullptr && task_execution_metadata_ != nullptr) { + delete task_execution_metadata_; + } + task_execution_metadata_ = nullptr; +} +inline const ::flyteidl::admin::TaskExecutionMetadata& CreateTaskRequest::task_execution_metadata() const { + const ::flyteidl::admin::TaskExecutionMetadata* p = task_execution_metadata_; + // @@protoc_insertion_point(field_get:flyteidl.admin.CreateTaskRequest.task_execution_metadata) + return p != nullptr ? *p : *reinterpret_cast( + &::flyteidl::admin::_TaskExecutionMetadata_default_instance_); +} +inline ::flyteidl::admin::TaskExecutionMetadata* CreateTaskRequest::release_task_execution_metadata() { + // @@protoc_insertion_point(field_release:flyteidl.admin.CreateTaskRequest.task_execution_metadata) + + ::flyteidl::admin::TaskExecutionMetadata* temp = task_execution_metadata_; + task_execution_metadata_ = nullptr; + return temp; +} +inline ::flyteidl::admin::TaskExecutionMetadata* CreateTaskRequest::mutable_task_execution_metadata() { + + if (task_execution_metadata_ == nullptr) { + auto* p = CreateMaybeMessage<::flyteidl::admin::TaskExecutionMetadata>(GetArenaNoVirtual()); + task_execution_metadata_ = p; + } + // @@protoc_insertion_point(field_mutable:flyteidl.admin.CreateTaskRequest.task_execution_metadata) + return task_execution_metadata_; +} +inline void CreateTaskRequest::set_allocated_task_execution_metadata(::flyteidl::admin::TaskExecutionMetadata* task_execution_metadata) { + ::google::protobuf::Arena* message_arena = GetArenaNoVirtual(); + if (message_arena == nullptr) { + delete task_execution_metadata_; + } + if (task_execution_metadata) { + ::google::protobuf::Arena* submessage_arena = nullptr; + if (message_arena != submessage_arena) { + task_execution_metadata = ::google::protobuf::internal::GetOwnedMessage( + message_arena, task_execution_metadata, submessage_arena); + } + + } else { + + } + task_execution_metadata_ = task_execution_metadata; + // @@protoc_insertion_point(field_set_allocated:flyteidl.admin.CreateTaskRequest.task_execution_metadata) +} + +// ------------------------------------------------------------------- + +// CreateTaskResponse + +// bytes resource_meta = 1; +inline bool CreateTaskResponse::has_resource_meta() const { + return res_case() == kResourceMeta; +} +inline void CreateTaskResponse::set_has_resource_meta() { + _oneof_case_[0] = kResourceMeta; +} +inline void CreateTaskResponse::clear_resource_meta() { + if (has_resource_meta()) { + res_.resource_meta_.DestroyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); + clear_has_res(); + } +} +inline const ::std::string& CreateTaskResponse::resource_meta() const { + // @@protoc_insertion_point(field_get:flyteidl.admin.CreateTaskResponse.resource_meta) + if (has_resource_meta()) { + return res_.resource_meta_.GetNoArena(); + } + return *&::google::protobuf::internal::GetEmptyStringAlreadyInited(); +} +inline void CreateTaskResponse::set_resource_meta(const ::std::string& value) { + // @@protoc_insertion_point(field_set:flyteidl.admin.CreateTaskResponse.resource_meta) + if (!has_resource_meta()) { + clear_res(); + set_has_resource_meta(); + res_.resource_meta_.UnsafeSetDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); + } + res_.resource_meta_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), value); + // @@protoc_insertion_point(field_set:flyteidl.admin.CreateTaskResponse.resource_meta) +} +#if LANG_CXX11 +inline void CreateTaskResponse::set_resource_meta(::std::string&& value) { + // @@protoc_insertion_point(field_set:flyteidl.admin.CreateTaskResponse.resource_meta) + if (!has_resource_meta()) { + clear_res(); + set_has_resource_meta(); + res_.resource_meta_.UnsafeSetDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); + } + res_.resource_meta_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::move(value)); + // @@protoc_insertion_point(field_set_rvalue:flyteidl.admin.CreateTaskResponse.resource_meta) +} +#endif +inline void CreateTaskResponse::set_resource_meta(const char* value) { + GOOGLE_DCHECK(value != nullptr); + if (!has_resource_meta()) { + clear_res(); + set_has_resource_meta(); + res_.resource_meta_.UnsafeSetDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); + } + res_.resource_meta_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), + ::std::string(value)); + // @@protoc_insertion_point(field_set_char:flyteidl.admin.CreateTaskResponse.resource_meta) +} +inline void CreateTaskResponse::set_resource_meta(const void* value, size_t size) { + if (!has_resource_meta()) { + clear_res(); + set_has_resource_meta(); + res_.resource_meta_.UnsafeSetDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); + } + res_.resource_meta_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string( + reinterpret_cast(value), size)); + // @@protoc_insertion_point(field_set_pointer:flyteidl.admin.CreateTaskResponse.resource_meta) +} +inline ::std::string* CreateTaskResponse::mutable_resource_meta() { + if (!has_resource_meta()) { + clear_res(); + set_has_resource_meta(); + res_.resource_meta_.UnsafeSetDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); + } + // @@protoc_insertion_point(field_mutable:flyteidl.admin.CreateTaskResponse.resource_meta) + return res_.resource_meta_.MutableNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); +} +inline ::std::string* CreateTaskResponse::release_resource_meta() { + // @@protoc_insertion_point(field_release:flyteidl.admin.CreateTaskResponse.resource_meta) + if (has_resource_meta()) { + clear_has_res(); + return res_.resource_meta_.ReleaseNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); + } else { + return nullptr; + } +} +inline void CreateTaskResponse::set_allocated_resource_meta(::std::string* resource_meta) { + if (has_res()) { + clear_res(); + } + if (resource_meta != nullptr) { + set_has_resource_meta(); + res_.resource_meta_.UnsafeSetDefault(resource_meta); + } + // @@protoc_insertion_point(field_set_allocated:flyteidl.admin.CreateTaskResponse.resource_meta) +} + +// .flyteidl.admin.Resource resource = 2; +inline bool CreateTaskResponse::has_resource() const { + return res_case() == kResource; +} +inline void CreateTaskResponse::set_has_resource() { + _oneof_case_[0] = kResource; +} +inline void CreateTaskResponse::clear_resource() { + if (has_resource()) { + delete res_.resource_; + clear_has_res(); + } +} +inline ::flyteidl::admin::Resource* CreateTaskResponse::release_resource() { + // @@protoc_insertion_point(field_release:flyteidl.admin.CreateTaskResponse.resource) + if (has_resource()) { + clear_has_res(); + ::flyteidl::admin::Resource* temp = res_.resource_; + res_.resource_ = nullptr; + return temp; + } else { + return nullptr; + } +} +inline const ::flyteidl::admin::Resource& CreateTaskResponse::resource() const { + // @@protoc_insertion_point(field_get:flyteidl.admin.CreateTaskResponse.resource) + return has_resource() + ? *res_.resource_ + : *reinterpret_cast< ::flyteidl::admin::Resource*>(&::flyteidl::admin::_Resource_default_instance_); +} +inline ::flyteidl::admin::Resource* CreateTaskResponse::mutable_resource() { + if (!has_resource()) { + clear_res(); + set_has_resource(); + res_.resource_ = CreateMaybeMessage< ::flyteidl::admin::Resource >( + GetArenaNoVirtual()); + } + // @@protoc_insertion_point(field_mutable:flyteidl.admin.CreateTaskResponse.resource) + return res_.resource_; +} + +inline bool CreateTaskResponse::has_res() const { + return res_case() != RES_NOT_SET; +} +inline void CreateTaskResponse::clear_has_res() { + _oneof_case_[0] = RES_NOT_SET; +} +inline CreateTaskResponse::ResCase CreateTaskResponse::res_case() const { + return CreateTaskResponse::ResCase(_oneof_case_[0]); +} +// ------------------------------------------------------------------- -// =================================================================== +// GetTaskRequest + +// string task_type = 1; +inline void GetTaskRequest::clear_task_type() { + task_type_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); +} +inline const ::std::string& GetTaskRequest::task_type() const { + // @@protoc_insertion_point(field_get:flyteidl.admin.GetTaskRequest.task_type) + return task_type_.GetNoArena(); +} +inline void GetTaskRequest::set_task_type(const ::std::string& value) { + + task_type_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), value); + // @@protoc_insertion_point(field_set:flyteidl.admin.GetTaskRequest.task_type) +} +#if LANG_CXX11 +inline void GetTaskRequest::set_task_type(::std::string&& value) { + + task_type_.SetNoArena( + &::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::move(value)); + // @@protoc_insertion_point(field_set_rvalue:flyteidl.admin.GetTaskRequest.task_type) +} +#endif +inline void GetTaskRequest::set_task_type(const char* value) { + GOOGLE_DCHECK(value != nullptr); + + task_type_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(value)); + // @@protoc_insertion_point(field_set_char:flyteidl.admin.GetTaskRequest.task_type) +} +inline void GetTaskRequest::set_task_type(const char* value, size_t size) { + + task_type_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), + ::std::string(reinterpret_cast(value), size)); + // @@protoc_insertion_point(field_set_pointer:flyteidl.admin.GetTaskRequest.task_type) +} +inline ::std::string* GetTaskRequest::mutable_task_type() { + + // @@protoc_insertion_point(field_mutable:flyteidl.admin.GetTaskRequest.task_type) + return task_type_.MutableNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); +} +inline ::std::string* GetTaskRequest::release_task_type() { + // @@protoc_insertion_point(field_release:flyteidl.admin.GetTaskRequest.task_type) + + return task_type_.ReleaseNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); +} +inline void GetTaskRequest::set_allocated_task_type(::std::string* task_type) { + if (task_type != nullptr) { + + } else { + + } + task_type_.SetAllocatedNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), task_type); + // @@protoc_insertion_point(field_set_allocated:flyteidl.admin.GetTaskRequest.task_type) +} + +// bytes resource_meta = 2; +inline void GetTaskRequest::clear_resource_meta() { + resource_meta_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); +} +inline const ::std::string& GetTaskRequest::resource_meta() const { + // @@protoc_insertion_point(field_get:flyteidl.admin.GetTaskRequest.resource_meta) + return resource_meta_.GetNoArena(); +} +inline void GetTaskRequest::set_resource_meta(const ::std::string& value) { + + resource_meta_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), value); + // @@protoc_insertion_point(field_set:flyteidl.admin.GetTaskRequest.resource_meta) +} +#if LANG_CXX11 +inline void GetTaskRequest::set_resource_meta(::std::string&& value) { + + resource_meta_.SetNoArena( + &::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::move(value)); + // @@protoc_insertion_point(field_set_rvalue:flyteidl.admin.GetTaskRequest.resource_meta) +} +#endif +inline void GetTaskRequest::set_resource_meta(const char* value) { + GOOGLE_DCHECK(value != nullptr); + + resource_meta_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(value)); + // @@protoc_insertion_point(field_set_char:flyteidl.admin.GetTaskRequest.resource_meta) +} +inline void GetTaskRequest::set_resource_meta(const void* value, size_t size) { + + resource_meta_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), + ::std::string(reinterpret_cast(value), size)); + // @@protoc_insertion_point(field_set_pointer:flyteidl.admin.GetTaskRequest.resource_meta) +} +inline ::std::string* GetTaskRequest::mutable_resource_meta() { + + // @@protoc_insertion_point(field_mutable:flyteidl.admin.GetTaskRequest.resource_meta) + return resource_meta_.MutableNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); +} +inline ::std::string* GetTaskRequest::release_resource_meta() { + // @@protoc_insertion_point(field_release:flyteidl.admin.GetTaskRequest.resource_meta) + + return resource_meta_.ReleaseNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); +} +inline void GetTaskRequest::set_allocated_resource_meta(::std::string* resource_meta) { + if (resource_meta != nullptr) { + + } else { + + } + resource_meta_.SetAllocatedNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), resource_meta); + // @@protoc_insertion_point(field_set_allocated:flyteidl.admin.GetTaskRequest.resource_meta) +} -#ifdef __GNUC__ - #pragma GCC diagnostic push - #pragma GCC diagnostic ignored "-Wstrict-aliasing" -#endif // __GNUC__ // ------------------------------------------------------------------- +// GetTaskResponse + +// .flyteidl.admin.Resource resource = 1; +inline bool GetTaskResponse::has_resource() const { + return this != internal_default_instance() && resource_ != nullptr; +} +inline void GetTaskResponse::clear_resource() { + if (GetArenaNoVirtual() == nullptr && resource_ != nullptr) { + delete resource_; + } + resource_ = nullptr; +} +inline const ::flyteidl::admin::Resource& GetTaskResponse::resource() const { + const ::flyteidl::admin::Resource* p = resource_; + // @@protoc_insertion_point(field_get:flyteidl.admin.GetTaskResponse.resource) + return p != nullptr ? *p : *reinterpret_cast( + &::flyteidl::admin::_Resource_default_instance_); +} +inline ::flyteidl::admin::Resource* GetTaskResponse::release_resource() { + // @@protoc_insertion_point(field_release:flyteidl.admin.GetTaskResponse.resource) + + ::flyteidl::admin::Resource* temp = resource_; + resource_ = nullptr; + return temp; +} +inline ::flyteidl::admin::Resource* GetTaskResponse::mutable_resource() { + + if (resource_ == nullptr) { + auto* p = CreateMaybeMessage<::flyteidl::admin::Resource>(GetArenaNoVirtual()); + resource_ = p; + } + // @@protoc_insertion_point(field_mutable:flyteidl.admin.GetTaskResponse.resource) + return resource_; +} +inline void GetTaskResponse::set_allocated_resource(::flyteidl::admin::Resource* resource) { + ::google::protobuf::Arena* message_arena = GetArenaNoVirtual(); + if (message_arena == nullptr) { + delete resource_; + } + if (resource) { + ::google::protobuf::Arena* submessage_arena = nullptr; + if (message_arena != submessage_arena) { + resource = ::google::protobuf::internal::GetOwnedMessage( + message_arena, resource, submessage_arena); + } + + } else { + + } + resource_ = resource; + // @@protoc_insertion_point(field_set_allocated:flyteidl.admin.GetTaskResponse.resource) +} + +// repeated .flyteidl.core.TaskLog log_links = 2; +inline int GetTaskResponse::log_links_size() const { + return log_links_.size(); +} +inline ::flyteidl::core::TaskLog* GetTaskResponse::mutable_log_links(int index) { + // @@protoc_insertion_point(field_mutable:flyteidl.admin.GetTaskResponse.log_links) + return log_links_.Mutable(index); +} +inline ::google::protobuf::RepeatedPtrField< ::flyteidl::core::TaskLog >* +GetTaskResponse::mutable_log_links() { + // @@protoc_insertion_point(field_mutable_list:flyteidl.admin.GetTaskResponse.log_links) + return &log_links_; +} +inline const ::flyteidl::core::TaskLog& GetTaskResponse::log_links(int index) const { + // @@protoc_insertion_point(field_get:flyteidl.admin.GetTaskResponse.log_links) + return log_links_.Get(index); +} +inline ::flyteidl::core::TaskLog* GetTaskResponse::add_log_links() { + // @@protoc_insertion_point(field_add:flyteidl.admin.GetTaskResponse.log_links) + return log_links_.Add(); +} +inline const ::google::protobuf::RepeatedPtrField< ::flyteidl::core::TaskLog >& +GetTaskResponse::log_links() const { + // @@protoc_insertion_point(field_list:flyteidl.admin.GetTaskResponse.log_links) + return log_links_; +} + // ------------------------------------------------------------------- -// ------------------------------------------------------------------- +// Resource -// TaskExecutionMetadata +// .flyteidl.admin.State state = 1; +inline void Resource::clear_state() { + state_ = 0; +} +inline ::flyteidl::admin::State Resource::state() const { + // @@protoc_insertion_point(field_get:flyteidl.admin.Resource.state) + return static_cast< ::flyteidl::admin::State >(state_); +} +inline void Resource::set_state(::flyteidl::admin::State value) { + + state_ = value; + // @@protoc_insertion_point(field_set:flyteidl.admin.Resource.state) +} -// .flyteidl.core.TaskExecutionIdentifier task_execution_id = 1; -inline bool TaskExecutionMetadata::has_task_execution_id() const { - return this != internal_default_instance() && task_execution_id_ != nullptr; +// .flyteidl.core.LiteralMap outputs = 2; +inline bool Resource::has_outputs() const { + return this != internal_default_instance() && outputs_ != nullptr; } -inline const ::flyteidl::core::TaskExecutionIdentifier& TaskExecutionMetadata::task_execution_id() const { - const ::flyteidl::core::TaskExecutionIdentifier* p = task_execution_id_; - // @@protoc_insertion_point(field_get:flyteidl.admin.TaskExecutionMetadata.task_execution_id) - return p != nullptr ? *p : *reinterpret_cast( - &::flyteidl::core::_TaskExecutionIdentifier_default_instance_); +inline const ::flyteidl::core::LiteralMap& Resource::outputs() const { + const ::flyteidl::core::LiteralMap* p = outputs_; + // @@protoc_insertion_point(field_get:flyteidl.admin.Resource.outputs) + return p != nullptr ? *p : *reinterpret_cast( + &::flyteidl::core::_LiteralMap_default_instance_); } -inline ::flyteidl::core::TaskExecutionIdentifier* TaskExecutionMetadata::release_task_execution_id() { - // @@protoc_insertion_point(field_release:flyteidl.admin.TaskExecutionMetadata.task_execution_id) +inline ::flyteidl::core::LiteralMap* Resource::release_outputs() { + // @@protoc_insertion_point(field_release:flyteidl.admin.Resource.outputs) - ::flyteidl::core::TaskExecutionIdentifier* temp = task_execution_id_; - task_execution_id_ = nullptr; + ::flyteidl::core::LiteralMap* temp = outputs_; + outputs_ = nullptr; return temp; } -inline ::flyteidl::core::TaskExecutionIdentifier* TaskExecutionMetadata::mutable_task_execution_id() { +inline ::flyteidl::core::LiteralMap* Resource::mutable_outputs() { - if (task_execution_id_ == nullptr) { - auto* p = CreateMaybeMessage<::flyteidl::core::TaskExecutionIdentifier>(GetArenaNoVirtual()); - task_execution_id_ = p; + if (outputs_ == nullptr) { + auto* p = CreateMaybeMessage<::flyteidl::core::LiteralMap>(GetArenaNoVirtual()); + outputs_ = p; } - // @@protoc_insertion_point(field_mutable:flyteidl.admin.TaskExecutionMetadata.task_execution_id) - return task_execution_id_; + // @@protoc_insertion_point(field_mutable:flyteidl.admin.Resource.outputs) + return outputs_; } -inline void TaskExecutionMetadata::set_allocated_task_execution_id(::flyteidl::core::TaskExecutionIdentifier* task_execution_id) { +inline void Resource::set_allocated_outputs(::flyteidl::core::LiteralMap* outputs) { ::google::protobuf::Arena* message_arena = GetArenaNoVirtual(); if (message_arena == nullptr) { - delete reinterpret_cast< ::google::protobuf::MessageLite*>(task_execution_id_); + delete reinterpret_cast< ::google::protobuf::MessageLite*>(outputs_); } - if (task_execution_id) { + if (outputs) { ::google::protobuf::Arena* submessage_arena = nullptr; if (message_arena != submessage_arena) { - task_execution_id = ::google::protobuf::internal::GetOwnedMessage( - message_arena, task_execution_id, submessage_arena); + outputs = ::google::protobuf::internal::GetOwnedMessage( + message_arena, outputs, submessage_arena); } } else { } - task_execution_id_ = task_execution_id; - // @@protoc_insertion_point(field_set_allocated:flyteidl.admin.TaskExecutionMetadata.task_execution_id) + outputs_ = outputs; + // @@protoc_insertion_point(field_set_allocated:flyteidl.admin.Resource.outputs) } -// string namespace = 2; -inline void TaskExecutionMetadata::clear_namespace_() { - namespace__.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); +// string message = 3; +inline void Resource::clear_message() { + message_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); } -inline const ::std::string& TaskExecutionMetadata::namespace_() const { - // @@protoc_insertion_point(field_get:flyteidl.admin.TaskExecutionMetadata.namespace) - return namespace__.GetNoArena(); +inline const ::std::string& Resource::message() const { + // @@protoc_insertion_point(field_get:flyteidl.admin.Resource.message) + return message_.GetNoArena(); } -inline void TaskExecutionMetadata::set_namespace_(const ::std::string& value) { +inline void Resource::set_message(const ::std::string& value) { - namespace__.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), value); - // @@protoc_insertion_point(field_set:flyteidl.admin.TaskExecutionMetadata.namespace) + message_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), value); + // @@protoc_insertion_point(field_set:flyteidl.admin.Resource.message) } #if LANG_CXX11 -inline void TaskExecutionMetadata::set_namespace_(::std::string&& value) { +inline void Resource::set_message(::std::string&& value) { - namespace__.SetNoArena( + message_.SetNoArena( &::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::move(value)); - // @@protoc_insertion_point(field_set_rvalue:flyteidl.admin.TaskExecutionMetadata.namespace) + // @@protoc_insertion_point(field_set_rvalue:flyteidl.admin.Resource.message) } #endif -inline void TaskExecutionMetadata::set_namespace_(const char* value) { +inline void Resource::set_message(const char* value) { GOOGLE_DCHECK(value != nullptr); - namespace__.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(value)); - // @@protoc_insertion_point(field_set_char:flyteidl.admin.TaskExecutionMetadata.namespace) + message_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(value)); + // @@protoc_insertion_point(field_set_char:flyteidl.admin.Resource.message) } -inline void TaskExecutionMetadata::set_namespace_(const char* value, size_t size) { +inline void Resource::set_message(const char* value, size_t size) { - namespace__.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), + message_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(reinterpret_cast(value), size)); - // @@protoc_insertion_point(field_set_pointer:flyteidl.admin.TaskExecutionMetadata.namespace) + // @@protoc_insertion_point(field_set_pointer:flyteidl.admin.Resource.message) } -inline ::std::string* TaskExecutionMetadata::mutable_namespace_() { +inline ::std::string* Resource::mutable_message() { - // @@protoc_insertion_point(field_mutable:flyteidl.admin.TaskExecutionMetadata.namespace) - return namespace__.MutableNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); + // @@protoc_insertion_point(field_mutable:flyteidl.admin.Resource.message) + return message_.MutableNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); +} +inline ::std::string* Resource::release_message() { + // @@protoc_insertion_point(field_release:flyteidl.admin.Resource.message) + + return message_.ReleaseNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); +} +inline void Resource::set_allocated_message(::std::string* message) { + if (message != nullptr) { + + } else { + + } + message_.SetAllocatedNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), message); + // @@protoc_insertion_point(field_set_allocated:flyteidl.admin.Resource.message) +} + +// repeated .flyteidl.core.TaskLog log_links = 4; +inline int Resource::log_links_size() const { + return log_links_.size(); +} +inline ::flyteidl::core::TaskLog* Resource::mutable_log_links(int index) { + // @@protoc_insertion_point(field_mutable:flyteidl.admin.Resource.log_links) + return log_links_.Mutable(index); +} +inline ::google::protobuf::RepeatedPtrField< ::flyteidl::core::TaskLog >* +Resource::mutable_log_links() { + // @@protoc_insertion_point(field_mutable_list:flyteidl.admin.Resource.log_links) + return &log_links_; +} +inline const ::flyteidl::core::TaskLog& Resource::log_links(int index) const { + // @@protoc_insertion_point(field_get:flyteidl.admin.Resource.log_links) + return log_links_.Get(index); +} +inline ::flyteidl::core::TaskLog* Resource::add_log_links() { + // @@protoc_insertion_point(field_add:flyteidl.admin.Resource.log_links) + return log_links_.Add(); +} +inline const ::google::protobuf::RepeatedPtrField< ::flyteidl::core::TaskLog >& +Resource::log_links() const { + // @@protoc_insertion_point(field_list:flyteidl.admin.Resource.log_links) + return log_links_; +} + +// ------------------------------------------------------------------- + +// DeleteTaskRequest + +// string task_type = 1; +inline void DeleteTaskRequest::clear_task_type() { + task_type_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); +} +inline const ::std::string& DeleteTaskRequest::task_type() const { + // @@protoc_insertion_point(field_get:flyteidl.admin.DeleteTaskRequest.task_type) + return task_type_.GetNoArena(); +} +inline void DeleteTaskRequest::set_task_type(const ::std::string& value) { + + task_type_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), value); + // @@protoc_insertion_point(field_set:flyteidl.admin.DeleteTaskRequest.task_type) +} +#if LANG_CXX11 +inline void DeleteTaskRequest::set_task_type(::std::string&& value) { + + task_type_.SetNoArena( + &::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::move(value)); + // @@protoc_insertion_point(field_set_rvalue:flyteidl.admin.DeleteTaskRequest.task_type) +} +#endif +inline void DeleteTaskRequest::set_task_type(const char* value) { + GOOGLE_DCHECK(value != nullptr); + + task_type_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(value)); + // @@protoc_insertion_point(field_set_char:flyteidl.admin.DeleteTaskRequest.task_type) +} +inline void DeleteTaskRequest::set_task_type(const char* value, size_t size) { + + task_type_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), + ::std::string(reinterpret_cast(value), size)); + // @@protoc_insertion_point(field_set_pointer:flyteidl.admin.DeleteTaskRequest.task_type) +} +inline ::std::string* DeleteTaskRequest::mutable_task_type() { + + // @@protoc_insertion_point(field_mutable:flyteidl.admin.DeleteTaskRequest.task_type) + return task_type_.MutableNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); +} +inline ::std::string* DeleteTaskRequest::release_task_type() { + // @@protoc_insertion_point(field_release:flyteidl.admin.DeleteTaskRequest.task_type) + + return task_type_.ReleaseNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); +} +inline void DeleteTaskRequest::set_allocated_task_type(::std::string* task_type) { + if (task_type != nullptr) { + + } else { + + } + task_type_.SetAllocatedNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), task_type); + // @@protoc_insertion_point(field_set_allocated:flyteidl.admin.DeleteTaskRequest.task_type) +} + +// bytes resource_meta = 2; +inline void DeleteTaskRequest::clear_resource_meta() { + resource_meta_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); +} +inline const ::std::string& DeleteTaskRequest::resource_meta() const { + // @@protoc_insertion_point(field_get:flyteidl.admin.DeleteTaskRequest.resource_meta) + return resource_meta_.GetNoArena(); +} +inline void DeleteTaskRequest::set_resource_meta(const ::std::string& value) { + + resource_meta_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), value); + // @@protoc_insertion_point(field_set:flyteidl.admin.DeleteTaskRequest.resource_meta) +} +#if LANG_CXX11 +inline void DeleteTaskRequest::set_resource_meta(::std::string&& value) { + + resource_meta_.SetNoArena( + &::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::move(value)); + // @@protoc_insertion_point(field_set_rvalue:flyteidl.admin.DeleteTaskRequest.resource_meta) +} +#endif +inline void DeleteTaskRequest::set_resource_meta(const char* value) { + GOOGLE_DCHECK(value != nullptr); + + resource_meta_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(value)); + // @@protoc_insertion_point(field_set_char:flyteidl.admin.DeleteTaskRequest.resource_meta) +} +inline void DeleteTaskRequest::set_resource_meta(const void* value, size_t size) { + + resource_meta_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), + ::std::string(reinterpret_cast(value), size)); + // @@protoc_insertion_point(field_set_pointer:flyteidl.admin.DeleteTaskRequest.resource_meta) +} +inline ::std::string* DeleteTaskRequest::mutable_resource_meta() { + + // @@protoc_insertion_point(field_mutable:flyteidl.admin.DeleteTaskRequest.resource_meta) + return resource_meta_.MutableNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); } -inline ::std::string* TaskExecutionMetadata::release_namespace_() { - // @@protoc_insertion_point(field_release:flyteidl.admin.TaskExecutionMetadata.namespace) +inline ::std::string* DeleteTaskRequest::release_resource_meta() { + // @@protoc_insertion_point(field_release:flyteidl.admin.DeleteTaskRequest.resource_meta) - return namespace__.ReleaseNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); + return resource_meta_.ReleaseNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); } -inline void TaskExecutionMetadata::set_allocated_namespace_(::std::string* namespace_) { - if (namespace_ != nullptr) { +inline void DeleteTaskRequest::set_allocated_resource_meta(::std::string* resource_meta) { + if (resource_meta != nullptr) { } else { } - namespace__.SetAllocatedNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), namespace_); - // @@protoc_insertion_point(field_set_allocated:flyteidl.admin.TaskExecutionMetadata.namespace) + resource_meta_.SetAllocatedNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), resource_meta); + // @@protoc_insertion_point(field_set_allocated:flyteidl.admin.DeleteTaskRequest.resource_meta) } -// map labels = 3; -inline int TaskExecutionMetadata::labels_size() const { - return labels_.size(); -} -inline void TaskExecutionMetadata::clear_labels() { - labels_.Clear(); -} -inline const ::google::protobuf::Map< ::std::string, ::std::string >& -TaskExecutionMetadata::labels() const { - // @@protoc_insertion_point(field_map:flyteidl.admin.TaskExecutionMetadata.labels) - return labels_.GetMap(); -} -inline ::google::protobuf::Map< ::std::string, ::std::string >* -TaskExecutionMetadata::mutable_labels() { - // @@protoc_insertion_point(field_mutable_map:flyteidl.admin.TaskExecutionMetadata.labels) - return labels_.MutableMap(); -} +// ------------------------------------------------------------------- -// map annotations = 4; -inline int TaskExecutionMetadata::annotations_size() const { - return annotations_.size(); -} -inline void TaskExecutionMetadata::clear_annotations() { - annotations_.Clear(); -} -inline const ::google::protobuf::Map< ::std::string, ::std::string >& -TaskExecutionMetadata::annotations() const { - // @@protoc_insertion_point(field_map:flyteidl.admin.TaskExecutionMetadata.annotations) - return annotations_.GetMap(); -} -inline ::google::protobuf::Map< ::std::string, ::std::string >* -TaskExecutionMetadata::mutable_annotations() { - // @@protoc_insertion_point(field_mutable_map:flyteidl.admin.TaskExecutionMetadata.annotations) - return annotations_.MutableMap(); -} +// DeleteTaskResponse -// string k8s_service_account = 5; -inline void TaskExecutionMetadata::clear_k8s_service_account() { - k8s_service_account_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); +// ------------------------------------------------------------------- + +// Agent + +// string name = 1; +inline void Agent::clear_name() { + name_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); } -inline const ::std::string& TaskExecutionMetadata::k8s_service_account() const { - // @@protoc_insertion_point(field_get:flyteidl.admin.TaskExecutionMetadata.k8s_service_account) - return k8s_service_account_.GetNoArena(); +inline const ::std::string& Agent::name() const { + // @@protoc_insertion_point(field_get:flyteidl.admin.Agent.name) + return name_.GetNoArena(); } -inline void TaskExecutionMetadata::set_k8s_service_account(const ::std::string& value) { +inline void Agent::set_name(const ::std::string& value) { - k8s_service_account_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), value); - // @@protoc_insertion_point(field_set:flyteidl.admin.TaskExecutionMetadata.k8s_service_account) + name_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), value); + // @@protoc_insertion_point(field_set:flyteidl.admin.Agent.name) } #if LANG_CXX11 -inline void TaskExecutionMetadata::set_k8s_service_account(::std::string&& value) { +inline void Agent::set_name(::std::string&& value) { - k8s_service_account_.SetNoArena( + name_.SetNoArena( &::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::move(value)); - // @@protoc_insertion_point(field_set_rvalue:flyteidl.admin.TaskExecutionMetadata.k8s_service_account) + // @@protoc_insertion_point(field_set_rvalue:flyteidl.admin.Agent.name) } #endif -inline void TaskExecutionMetadata::set_k8s_service_account(const char* value) { +inline void Agent::set_name(const char* value) { GOOGLE_DCHECK(value != nullptr); - k8s_service_account_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(value)); - // @@protoc_insertion_point(field_set_char:flyteidl.admin.TaskExecutionMetadata.k8s_service_account) + name_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(value)); + // @@protoc_insertion_point(field_set_char:flyteidl.admin.Agent.name) } -inline void TaskExecutionMetadata::set_k8s_service_account(const char* value, size_t size) { +inline void Agent::set_name(const char* value, size_t size) { - k8s_service_account_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), + name_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(reinterpret_cast(value), size)); - // @@protoc_insertion_point(field_set_pointer:flyteidl.admin.TaskExecutionMetadata.k8s_service_account) + // @@protoc_insertion_point(field_set_pointer:flyteidl.admin.Agent.name) } -inline ::std::string* TaskExecutionMetadata::mutable_k8s_service_account() { +inline ::std::string* Agent::mutable_name() { - // @@protoc_insertion_point(field_mutable:flyteidl.admin.TaskExecutionMetadata.k8s_service_account) - return k8s_service_account_.MutableNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); + // @@protoc_insertion_point(field_mutable:flyteidl.admin.Agent.name) + return name_.MutableNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); } -inline ::std::string* TaskExecutionMetadata::release_k8s_service_account() { - // @@protoc_insertion_point(field_release:flyteidl.admin.TaskExecutionMetadata.k8s_service_account) +inline ::std::string* Agent::release_name() { + // @@protoc_insertion_point(field_release:flyteidl.admin.Agent.name) - return k8s_service_account_.ReleaseNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); + return name_.ReleaseNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); } -inline void TaskExecutionMetadata::set_allocated_k8s_service_account(::std::string* k8s_service_account) { - if (k8s_service_account != nullptr) { +inline void Agent::set_allocated_name(::std::string* name) { + if (name != nullptr) { } else { } - k8s_service_account_.SetAllocatedNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), k8s_service_account); - // @@protoc_insertion_point(field_set_allocated:flyteidl.admin.TaskExecutionMetadata.k8s_service_account) + name_.SetAllocatedNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), name); + // @@protoc_insertion_point(field_set_allocated:flyteidl.admin.Agent.name) } -// map environment_variables = 6; -inline int TaskExecutionMetadata::environment_variables_size() const { - return environment_variables_.size(); +// repeated string supported_task_types = 2; +inline int Agent::supported_task_types_size() const { + return supported_task_types_.size(); } -inline void TaskExecutionMetadata::clear_environment_variables() { - environment_variables_.Clear(); +inline void Agent::clear_supported_task_types() { + supported_task_types_.Clear(); } -inline const ::google::protobuf::Map< ::std::string, ::std::string >& -TaskExecutionMetadata::environment_variables() const { - // @@protoc_insertion_point(field_map:flyteidl.admin.TaskExecutionMetadata.environment_variables) - return environment_variables_.GetMap(); +inline const ::std::string& Agent::supported_task_types(int index) const { + // @@protoc_insertion_point(field_get:flyteidl.admin.Agent.supported_task_types) + return supported_task_types_.Get(index); } -inline ::google::protobuf::Map< ::std::string, ::std::string >* -TaskExecutionMetadata::mutable_environment_variables() { - // @@protoc_insertion_point(field_mutable_map:flyteidl.admin.TaskExecutionMetadata.environment_variables) - return environment_variables_.MutableMap(); +inline ::std::string* Agent::mutable_supported_task_types(int index) { + // @@protoc_insertion_point(field_mutable:flyteidl.admin.Agent.supported_task_types) + return supported_task_types_.Mutable(index); } - -// ------------------------------------------------------------------- - -// CreateTaskRequest - -// .flyteidl.core.LiteralMap inputs = 1; -inline bool CreateTaskRequest::has_inputs() const { - return this != internal_default_instance() && inputs_ != nullptr; +inline void Agent::set_supported_task_types(int index, const ::std::string& value) { + // @@protoc_insertion_point(field_set:flyteidl.admin.Agent.supported_task_types) + supported_task_types_.Mutable(index)->assign(value); } -inline const ::flyteidl::core::LiteralMap& CreateTaskRequest::inputs() const { - const ::flyteidl::core::LiteralMap* p = inputs_; - // @@protoc_insertion_point(field_get:flyteidl.admin.CreateTaskRequest.inputs) - return p != nullptr ? *p : *reinterpret_cast( - &::flyteidl::core::_LiteralMap_default_instance_); +#if LANG_CXX11 +inline void Agent::set_supported_task_types(int index, ::std::string&& value) { + // @@protoc_insertion_point(field_set:flyteidl.admin.Agent.supported_task_types) + supported_task_types_.Mutable(index)->assign(std::move(value)); } -inline ::flyteidl::core::LiteralMap* CreateTaskRequest::release_inputs() { - // @@protoc_insertion_point(field_release:flyteidl.admin.CreateTaskRequest.inputs) - - ::flyteidl::core::LiteralMap* temp = inputs_; - inputs_ = nullptr; - return temp; +#endif +inline void Agent::set_supported_task_types(int index, const char* value) { + GOOGLE_DCHECK(value != nullptr); + supported_task_types_.Mutable(index)->assign(value); + // @@protoc_insertion_point(field_set_char:flyteidl.admin.Agent.supported_task_types) } -inline ::flyteidl::core::LiteralMap* CreateTaskRequest::mutable_inputs() { - - if (inputs_ == nullptr) { - auto* p = CreateMaybeMessage<::flyteidl::core::LiteralMap>(GetArenaNoVirtual()); - inputs_ = p; - } - // @@protoc_insertion_point(field_mutable:flyteidl.admin.CreateTaskRequest.inputs) - return inputs_; +inline void Agent::set_supported_task_types(int index, const char* value, size_t size) { + supported_task_types_.Mutable(index)->assign( + reinterpret_cast(value), size); + // @@protoc_insertion_point(field_set_pointer:flyteidl.admin.Agent.supported_task_types) } -inline void CreateTaskRequest::set_allocated_inputs(::flyteidl::core::LiteralMap* inputs) { - ::google::protobuf::Arena* message_arena = GetArenaNoVirtual(); - if (message_arena == nullptr) { - delete reinterpret_cast< ::google::protobuf::MessageLite*>(inputs_); - } - if (inputs) { - ::google::protobuf::Arena* submessage_arena = nullptr; - if (message_arena != submessage_arena) { - inputs = ::google::protobuf::internal::GetOwnedMessage( - message_arena, inputs, submessage_arena); - } - - } else { - - } - inputs_ = inputs; - // @@protoc_insertion_point(field_set_allocated:flyteidl.admin.CreateTaskRequest.inputs) +inline ::std::string* Agent::add_supported_task_types() { + // @@protoc_insertion_point(field_add_mutable:flyteidl.admin.Agent.supported_task_types) + return supported_task_types_.Add(); } - -// .flyteidl.core.TaskTemplate template = 2; -inline bool CreateTaskRequest::has_template_() const { - return this != internal_default_instance() && template__ != nullptr; +inline void Agent::add_supported_task_types(const ::std::string& value) { + supported_task_types_.Add()->assign(value); + // @@protoc_insertion_point(field_add:flyteidl.admin.Agent.supported_task_types) } -inline const ::flyteidl::core::TaskTemplate& CreateTaskRequest::template_() const { - const ::flyteidl::core::TaskTemplate* p = template__; - // @@protoc_insertion_point(field_get:flyteidl.admin.CreateTaskRequest.template) - return p != nullptr ? *p : *reinterpret_cast( - &::flyteidl::core::_TaskTemplate_default_instance_); +#if LANG_CXX11 +inline void Agent::add_supported_task_types(::std::string&& value) { + supported_task_types_.Add(std::move(value)); + // @@protoc_insertion_point(field_add:flyteidl.admin.Agent.supported_task_types) } -inline ::flyteidl::core::TaskTemplate* CreateTaskRequest::release_template_() { - // @@protoc_insertion_point(field_release:flyteidl.admin.CreateTaskRequest.template) - - ::flyteidl::core::TaskTemplate* temp = template__; - template__ = nullptr; - return temp; +#endif +inline void Agent::add_supported_task_types(const char* value) { + GOOGLE_DCHECK(value != nullptr); + supported_task_types_.Add()->assign(value); + // @@protoc_insertion_point(field_add_char:flyteidl.admin.Agent.supported_task_types) } -inline ::flyteidl::core::TaskTemplate* CreateTaskRequest::mutable_template_() { - - if (template__ == nullptr) { - auto* p = CreateMaybeMessage<::flyteidl::core::TaskTemplate>(GetArenaNoVirtual()); - template__ = p; - } - // @@protoc_insertion_point(field_mutable:flyteidl.admin.CreateTaskRequest.template) - return template__; +inline void Agent::add_supported_task_types(const char* value, size_t size) { + supported_task_types_.Add()->assign(reinterpret_cast(value), size); + // @@protoc_insertion_point(field_add_pointer:flyteidl.admin.Agent.supported_task_types) } -inline void CreateTaskRequest::set_allocated_template_(::flyteidl::core::TaskTemplate* template_) { - ::google::protobuf::Arena* message_arena = GetArenaNoVirtual(); - if (message_arena == nullptr) { - delete reinterpret_cast< ::google::protobuf::MessageLite*>(template__); - } - if (template_) { - ::google::protobuf::Arena* submessage_arena = nullptr; - if (message_arena != submessage_arena) { - template_ = ::google::protobuf::internal::GetOwnedMessage( - message_arena, template_, submessage_arena); - } - - } else { - - } - template__ = template_; - // @@protoc_insertion_point(field_set_allocated:flyteidl.admin.CreateTaskRequest.template) +inline const ::google::protobuf::RepeatedPtrField<::std::string>& +Agent::supported_task_types() const { + // @@protoc_insertion_point(field_list:flyteidl.admin.Agent.supported_task_types) + return supported_task_types_; +} +inline ::google::protobuf::RepeatedPtrField<::std::string>* +Agent::mutable_supported_task_types() { + // @@protoc_insertion_point(field_mutable_list:flyteidl.admin.Agent.supported_task_types) + return &supported_task_types_; } -// string output_prefix = 3; -inline void CreateTaskRequest::clear_output_prefix() { - output_prefix_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); +// ------------------------------------------------------------------- + +// GetAgentRequest + +// string name = 1; +inline void GetAgentRequest::clear_name() { + name_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); } -inline const ::std::string& CreateTaskRequest::output_prefix() const { - // @@protoc_insertion_point(field_get:flyteidl.admin.CreateTaskRequest.output_prefix) - return output_prefix_.GetNoArena(); +inline const ::std::string& GetAgentRequest::name() const { + // @@protoc_insertion_point(field_get:flyteidl.admin.GetAgentRequest.name) + return name_.GetNoArena(); } -inline void CreateTaskRequest::set_output_prefix(const ::std::string& value) { +inline void GetAgentRequest::set_name(const ::std::string& value) { - output_prefix_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), value); - // @@protoc_insertion_point(field_set:flyteidl.admin.CreateTaskRequest.output_prefix) + name_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), value); + // @@protoc_insertion_point(field_set:flyteidl.admin.GetAgentRequest.name) } #if LANG_CXX11 -inline void CreateTaskRequest::set_output_prefix(::std::string&& value) { +inline void GetAgentRequest::set_name(::std::string&& value) { - output_prefix_.SetNoArena( + name_.SetNoArena( &::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::move(value)); - // @@protoc_insertion_point(field_set_rvalue:flyteidl.admin.CreateTaskRequest.output_prefix) + // @@protoc_insertion_point(field_set_rvalue:flyteidl.admin.GetAgentRequest.name) } #endif -inline void CreateTaskRequest::set_output_prefix(const char* value) { +inline void GetAgentRequest::set_name(const char* value) { GOOGLE_DCHECK(value != nullptr); - output_prefix_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(value)); - // @@protoc_insertion_point(field_set_char:flyteidl.admin.CreateTaskRequest.output_prefix) + name_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(value)); + // @@protoc_insertion_point(field_set_char:flyteidl.admin.GetAgentRequest.name) } -inline void CreateTaskRequest::set_output_prefix(const char* value, size_t size) { +inline void GetAgentRequest::set_name(const char* value, size_t size) { - output_prefix_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), + name_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(reinterpret_cast(value), size)); - // @@protoc_insertion_point(field_set_pointer:flyteidl.admin.CreateTaskRequest.output_prefix) + // @@protoc_insertion_point(field_set_pointer:flyteidl.admin.GetAgentRequest.name) } -inline ::std::string* CreateTaskRequest::mutable_output_prefix() { +inline ::std::string* GetAgentRequest::mutable_name() { - // @@protoc_insertion_point(field_mutable:flyteidl.admin.CreateTaskRequest.output_prefix) - return output_prefix_.MutableNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); + // @@protoc_insertion_point(field_mutable:flyteidl.admin.GetAgentRequest.name) + return name_.MutableNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); } -inline ::std::string* CreateTaskRequest::release_output_prefix() { - // @@protoc_insertion_point(field_release:flyteidl.admin.CreateTaskRequest.output_prefix) +inline ::std::string* GetAgentRequest::release_name() { + // @@protoc_insertion_point(field_release:flyteidl.admin.GetAgentRequest.name) - return output_prefix_.ReleaseNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); + return name_.ReleaseNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); } -inline void CreateTaskRequest::set_allocated_output_prefix(::std::string* output_prefix) { - if (output_prefix != nullptr) { +inline void GetAgentRequest::set_allocated_name(::std::string* name) { + if (name != nullptr) { } else { } - output_prefix_.SetAllocatedNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), output_prefix); - // @@protoc_insertion_point(field_set_allocated:flyteidl.admin.CreateTaskRequest.output_prefix) + name_.SetAllocatedNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), name); + // @@protoc_insertion_point(field_set_allocated:flyteidl.admin.GetAgentRequest.name) } -// .flyteidl.admin.TaskExecutionMetadata task_execution_metadata = 4; -inline bool CreateTaskRequest::has_task_execution_metadata() const { - return this != internal_default_instance() && task_execution_metadata_ != nullptr; +// ------------------------------------------------------------------- + +// GetAgentResponse + +// .flyteidl.admin.Agent agent = 1; +inline bool GetAgentResponse::has_agent() const { + return this != internal_default_instance() && agent_ != nullptr; } -inline void CreateTaskRequest::clear_task_execution_metadata() { - if (GetArenaNoVirtual() == nullptr && task_execution_metadata_ != nullptr) { - delete task_execution_metadata_; +inline void GetAgentResponse::clear_agent() { + if (GetArenaNoVirtual() == nullptr && agent_ != nullptr) { + delete agent_; } - task_execution_metadata_ = nullptr; + agent_ = nullptr; } -inline const ::flyteidl::admin::TaskExecutionMetadata& CreateTaskRequest::task_execution_metadata() const { - const ::flyteidl::admin::TaskExecutionMetadata* p = task_execution_metadata_; - // @@protoc_insertion_point(field_get:flyteidl.admin.CreateTaskRequest.task_execution_metadata) - return p != nullptr ? *p : *reinterpret_cast( - &::flyteidl::admin::_TaskExecutionMetadata_default_instance_); +inline const ::flyteidl::admin::Agent& GetAgentResponse::agent() const { + const ::flyteidl::admin::Agent* p = agent_; + // @@protoc_insertion_point(field_get:flyteidl.admin.GetAgentResponse.agent) + return p != nullptr ? *p : *reinterpret_cast( + &::flyteidl::admin::_Agent_default_instance_); } -inline ::flyteidl::admin::TaskExecutionMetadata* CreateTaskRequest::release_task_execution_metadata() { - // @@protoc_insertion_point(field_release:flyteidl.admin.CreateTaskRequest.task_execution_metadata) +inline ::flyteidl::admin::Agent* GetAgentResponse::release_agent() { + // @@protoc_insertion_point(field_release:flyteidl.admin.GetAgentResponse.agent) - ::flyteidl::admin::TaskExecutionMetadata* temp = task_execution_metadata_; - task_execution_metadata_ = nullptr; + ::flyteidl::admin::Agent* temp = agent_; + agent_ = nullptr; return temp; } -inline ::flyteidl::admin::TaskExecutionMetadata* CreateTaskRequest::mutable_task_execution_metadata() { +inline ::flyteidl::admin::Agent* GetAgentResponse::mutable_agent() { - if (task_execution_metadata_ == nullptr) { - auto* p = CreateMaybeMessage<::flyteidl::admin::TaskExecutionMetadata>(GetArenaNoVirtual()); - task_execution_metadata_ = p; + if (agent_ == nullptr) { + auto* p = CreateMaybeMessage<::flyteidl::admin::Agent>(GetArenaNoVirtual()); + agent_ = p; } - // @@protoc_insertion_point(field_mutable:flyteidl.admin.CreateTaskRequest.task_execution_metadata) - return task_execution_metadata_; + // @@protoc_insertion_point(field_mutable:flyteidl.admin.GetAgentResponse.agent) + return agent_; } -inline void CreateTaskRequest::set_allocated_task_execution_metadata(::flyteidl::admin::TaskExecutionMetadata* task_execution_metadata) { +inline void GetAgentResponse::set_allocated_agent(::flyteidl::admin::Agent* agent) { ::google::protobuf::Arena* message_arena = GetArenaNoVirtual(); if (message_arena == nullptr) { - delete task_execution_metadata_; + delete agent_; } - if (task_execution_metadata) { + if (agent) { ::google::protobuf::Arena* submessage_arena = nullptr; if (message_arena != submessage_arena) { - task_execution_metadata = ::google::protobuf::internal::GetOwnedMessage( - message_arena, task_execution_metadata, submessage_arena); + agent = ::google::protobuf::internal::GetOwnedMessage( + message_arena, agent, submessage_arena); } } else { } - task_execution_metadata_ = task_execution_metadata; - // @@protoc_insertion_point(field_set_allocated:flyteidl.admin.CreateTaskRequest.task_execution_metadata) + agent_ = agent; + // @@protoc_insertion_point(field_set_allocated:flyteidl.admin.GetAgentResponse.agent) } // ------------------------------------------------------------------- -// CreateTaskResponse +// ListAgentsRequest -// bytes resource_meta = 1; -inline bool CreateTaskResponse::has_resource_meta() const { - return res_case() == kResourceMeta; -} -inline void CreateTaskResponse::set_has_resource_meta() { - _oneof_case_[0] = kResourceMeta; -} -inline void CreateTaskResponse::clear_resource_meta() { - if (has_resource_meta()) { - res_.resource_meta_.DestroyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); - clear_has_res(); - } -} -inline const ::std::string& CreateTaskResponse::resource_meta() const { - // @@protoc_insertion_point(field_get:flyteidl.admin.CreateTaskResponse.resource_meta) - if (has_resource_meta()) { - return res_.resource_meta_.GetNoArena(); - } - return *&::google::protobuf::internal::GetEmptyStringAlreadyInited(); -} -inline void CreateTaskResponse::set_resource_meta(const ::std::string& value) { - // @@protoc_insertion_point(field_set:flyteidl.admin.CreateTaskResponse.resource_meta) - if (!has_resource_meta()) { - clear_res(); - set_has_resource_meta(); - res_.resource_meta_.UnsafeSetDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); - } - res_.resource_meta_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), value); - // @@protoc_insertion_point(field_set:flyteidl.admin.CreateTaskResponse.resource_meta) -} -#if LANG_CXX11 -inline void CreateTaskResponse::set_resource_meta(::std::string&& value) { - // @@protoc_insertion_point(field_set:flyteidl.admin.CreateTaskResponse.resource_meta) - if (!has_resource_meta()) { - clear_res(); - set_has_resource_meta(); - res_.resource_meta_.UnsafeSetDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); - } - res_.resource_meta_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::move(value)); - // @@protoc_insertion_point(field_set_rvalue:flyteidl.admin.CreateTaskResponse.resource_meta) -} -#endif -inline void CreateTaskResponse::set_resource_meta(const char* value) { - GOOGLE_DCHECK(value != nullptr); - if (!has_resource_meta()) { - clear_res(); - set_has_resource_meta(); - res_.resource_meta_.UnsafeSetDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); - } - res_.resource_meta_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), - ::std::string(value)); - // @@protoc_insertion_point(field_set_char:flyteidl.admin.CreateTaskResponse.resource_meta) -} -inline void CreateTaskResponse::set_resource_meta(const void* value, size_t size) { - if (!has_resource_meta()) { - clear_res(); - set_has_resource_meta(); - res_.resource_meta_.UnsafeSetDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); - } - res_.resource_meta_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string( - reinterpret_cast(value), size)); - // @@protoc_insertion_point(field_set_pointer:flyteidl.admin.CreateTaskResponse.resource_meta) -} -inline ::std::string* CreateTaskResponse::mutable_resource_meta() { - if (!has_resource_meta()) { - clear_res(); - set_has_resource_meta(); - res_.resource_meta_.UnsafeSetDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); - } - // @@protoc_insertion_point(field_mutable:flyteidl.admin.CreateTaskResponse.resource_meta) - return res_.resource_meta_.MutableNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); -} -inline ::std::string* CreateTaskResponse::release_resource_meta() { - // @@protoc_insertion_point(field_release:flyteidl.admin.CreateTaskResponse.resource_meta) - if (has_resource_meta()) { - clear_has_res(); - return res_.resource_meta_.ReleaseNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); - } else { - return nullptr; - } -} -inline void CreateTaskResponse::set_allocated_resource_meta(::std::string* resource_meta) { - if (has_res()) { - clear_res(); - } - if (resource_meta != nullptr) { - set_has_resource_meta(); - res_.resource_meta_.UnsafeSetDefault(resource_meta); - } - // @@protoc_insertion_point(field_set_allocated:flyteidl.admin.CreateTaskResponse.resource_meta) -} +// ------------------------------------------------------------------- -// .flyteidl.admin.Resource resource = 2; -inline bool CreateTaskResponse::has_resource() const { - return res_case() == kResource; -} -inline void CreateTaskResponse::set_has_resource() { - _oneof_case_[0] = kResource; -} -inline void CreateTaskResponse::clear_resource() { - if (has_resource()) { - delete res_.resource_; - clear_has_res(); - } +// ListAgentsResponse + +// repeated .flyteidl.admin.Agent agents = 1; +inline int ListAgentsResponse::agents_size() const { + return agents_.size(); } -inline ::flyteidl::admin::Resource* CreateTaskResponse::release_resource() { - // @@protoc_insertion_point(field_release:flyteidl.admin.CreateTaskResponse.resource) - if (has_resource()) { - clear_has_res(); - ::flyteidl::admin::Resource* temp = res_.resource_; - res_.resource_ = nullptr; - return temp; - } else { - return nullptr; - } +inline void ListAgentsResponse::clear_agents() { + agents_.Clear(); } -inline const ::flyteidl::admin::Resource& CreateTaskResponse::resource() const { - // @@protoc_insertion_point(field_get:flyteidl.admin.CreateTaskResponse.resource) - return has_resource() - ? *res_.resource_ - : *reinterpret_cast< ::flyteidl::admin::Resource*>(&::flyteidl::admin::_Resource_default_instance_); +inline ::flyteidl::admin::Agent* ListAgentsResponse::mutable_agents(int index) { + // @@protoc_insertion_point(field_mutable:flyteidl.admin.ListAgentsResponse.agents) + return agents_.Mutable(index); } -inline ::flyteidl::admin::Resource* CreateTaskResponse::mutable_resource() { - if (!has_resource()) { - clear_res(); - set_has_resource(); - res_.resource_ = CreateMaybeMessage< ::flyteidl::admin::Resource >( - GetArenaNoVirtual()); - } - // @@protoc_insertion_point(field_mutable:flyteidl.admin.CreateTaskResponse.resource) - return res_.resource_; +inline ::google::protobuf::RepeatedPtrField< ::flyteidl::admin::Agent >* +ListAgentsResponse::mutable_agents() { + // @@protoc_insertion_point(field_mutable_list:flyteidl.admin.ListAgentsResponse.agents) + return &agents_; } - -inline bool CreateTaskResponse::has_res() const { - return res_case() != RES_NOT_SET; +inline const ::flyteidl::admin::Agent& ListAgentsResponse::agents(int index) const { + // @@protoc_insertion_point(field_get:flyteidl.admin.ListAgentsResponse.agents) + return agents_.Get(index); } -inline void CreateTaskResponse::clear_has_res() { - _oneof_case_[0] = RES_NOT_SET; +inline ::flyteidl::admin::Agent* ListAgentsResponse::add_agents() { + // @@protoc_insertion_point(field_add:flyteidl.admin.ListAgentsResponse.agents) + return agents_.Add(); } -inline CreateTaskResponse::ResCase CreateTaskResponse::res_case() const { - return CreateTaskResponse::ResCase(_oneof_case_[0]); +inline const ::google::protobuf::RepeatedPtrField< ::flyteidl::admin::Agent >& +ListAgentsResponse::agents() const { + // @@protoc_insertion_point(field_list:flyteidl.admin.ListAgentsResponse.agents) + return agents_; } + // ------------------------------------------------------------------- -// GetTaskRequest +// GetTaskMetricsRequest // string task_type = 1; -inline void GetTaskRequest::clear_task_type() { +inline void GetTaskMetricsRequest::clear_task_type() { task_type_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); } -inline const ::std::string& GetTaskRequest::task_type() const { - // @@protoc_insertion_point(field_get:flyteidl.admin.GetTaskRequest.task_type) +inline const ::std::string& GetTaskMetricsRequest::task_type() const { + // @@protoc_insertion_point(field_get:flyteidl.admin.GetTaskMetricsRequest.task_type) return task_type_.GetNoArena(); } -inline void GetTaskRequest::set_task_type(const ::std::string& value) { +inline void GetTaskMetricsRequest::set_task_type(const ::std::string& value) { task_type_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), value); - // @@protoc_insertion_point(field_set:flyteidl.admin.GetTaskRequest.task_type) + // @@protoc_insertion_point(field_set:flyteidl.admin.GetTaskMetricsRequest.task_type) } #if LANG_CXX11 -inline void GetTaskRequest::set_task_type(::std::string&& value) { +inline void GetTaskMetricsRequest::set_task_type(::std::string&& value) { task_type_.SetNoArena( &::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::move(value)); - // @@protoc_insertion_point(field_set_rvalue:flyteidl.admin.GetTaskRequest.task_type) + // @@protoc_insertion_point(field_set_rvalue:flyteidl.admin.GetTaskMetricsRequest.task_type) } #endif -inline void GetTaskRequest::set_task_type(const char* value) { +inline void GetTaskMetricsRequest::set_task_type(const char* value) { GOOGLE_DCHECK(value != nullptr); task_type_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(value)); - // @@protoc_insertion_point(field_set_char:flyteidl.admin.GetTaskRequest.task_type) + // @@protoc_insertion_point(field_set_char:flyteidl.admin.GetTaskMetricsRequest.task_type) } -inline void GetTaskRequest::set_task_type(const char* value, size_t size) { +inline void GetTaskMetricsRequest::set_task_type(const char* value, size_t size) { task_type_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(reinterpret_cast(value), size)); - // @@protoc_insertion_point(field_set_pointer:flyteidl.admin.GetTaskRequest.task_type) + // @@protoc_insertion_point(field_set_pointer:flyteidl.admin.GetTaskMetricsRequest.task_type) } -inline ::std::string* GetTaskRequest::mutable_task_type() { +inline ::std::string* GetTaskMetricsRequest::mutable_task_type() { - // @@protoc_insertion_point(field_mutable:flyteidl.admin.GetTaskRequest.task_type) + // @@protoc_insertion_point(field_mutable:flyteidl.admin.GetTaskMetricsRequest.task_type) return task_type_.MutableNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); } -inline ::std::string* GetTaskRequest::release_task_type() { - // @@protoc_insertion_point(field_release:flyteidl.admin.GetTaskRequest.task_type) +inline ::std::string* GetTaskMetricsRequest::release_task_type() { + // @@protoc_insertion_point(field_release:flyteidl.admin.GetTaskMetricsRequest.task_type) return task_type_.ReleaseNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); } -inline void GetTaskRequest::set_allocated_task_type(::std::string* task_type) { +inline void GetTaskMetricsRequest::set_allocated_task_type(::std::string* task_type) { if (task_type != nullptr) { } else { } task_type_.SetAllocatedNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), task_type); - // @@protoc_insertion_point(field_set_allocated:flyteidl.admin.GetTaskRequest.task_type) + // @@protoc_insertion_point(field_set_allocated:flyteidl.admin.GetTaskMetricsRequest.task_type) } // bytes resource_meta = 2; -inline void GetTaskRequest::clear_resource_meta() { +inline void GetTaskMetricsRequest::clear_resource_meta() { resource_meta_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); } -inline const ::std::string& GetTaskRequest::resource_meta() const { - // @@protoc_insertion_point(field_get:flyteidl.admin.GetTaskRequest.resource_meta) +inline const ::std::string& GetTaskMetricsRequest::resource_meta() const { + // @@protoc_insertion_point(field_get:flyteidl.admin.GetTaskMetricsRequest.resource_meta) return resource_meta_.GetNoArena(); } -inline void GetTaskRequest::set_resource_meta(const ::std::string& value) { +inline void GetTaskMetricsRequest::set_resource_meta(const ::std::string& value) { resource_meta_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), value); - // @@protoc_insertion_point(field_set:flyteidl.admin.GetTaskRequest.resource_meta) + // @@protoc_insertion_point(field_set:flyteidl.admin.GetTaskMetricsRequest.resource_meta) } #if LANG_CXX11 -inline void GetTaskRequest::set_resource_meta(::std::string&& value) { +inline void GetTaskMetricsRequest::set_resource_meta(::std::string&& value) { resource_meta_.SetNoArena( &::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::move(value)); - // @@protoc_insertion_point(field_set_rvalue:flyteidl.admin.GetTaskRequest.resource_meta) + // @@protoc_insertion_point(field_set_rvalue:flyteidl.admin.GetTaskMetricsRequest.resource_meta) } #endif -inline void GetTaskRequest::set_resource_meta(const char* value) { +inline void GetTaskMetricsRequest::set_resource_meta(const char* value) { GOOGLE_DCHECK(value != nullptr); resource_meta_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(value)); - // @@protoc_insertion_point(field_set_char:flyteidl.admin.GetTaskRequest.resource_meta) + // @@protoc_insertion_point(field_set_char:flyteidl.admin.GetTaskMetricsRequest.resource_meta) } -inline void GetTaskRequest::set_resource_meta(const void* value, size_t size) { +inline void GetTaskMetricsRequest::set_resource_meta(const void* value, size_t size) { resource_meta_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(reinterpret_cast(value), size)); - // @@protoc_insertion_point(field_set_pointer:flyteidl.admin.GetTaskRequest.resource_meta) + // @@protoc_insertion_point(field_set_pointer:flyteidl.admin.GetTaskMetricsRequest.resource_meta) } -inline ::std::string* GetTaskRequest::mutable_resource_meta() { +inline ::std::string* GetTaskMetricsRequest::mutable_resource_meta() { - // @@protoc_insertion_point(field_mutable:flyteidl.admin.GetTaskRequest.resource_meta) + // @@protoc_insertion_point(field_mutable:flyteidl.admin.GetTaskMetricsRequest.resource_meta) return resource_meta_.MutableNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); } -inline ::std::string* GetTaskRequest::release_resource_meta() { - // @@protoc_insertion_point(field_release:flyteidl.admin.GetTaskRequest.resource_meta) +inline ::std::string* GetTaskMetricsRequest::release_resource_meta() { + // @@protoc_insertion_point(field_release:flyteidl.admin.GetTaskMetricsRequest.resource_meta) return resource_meta_.ReleaseNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); } -inline void GetTaskRequest::set_allocated_resource_meta(::std::string* resource_meta) { +inline void GetTaskMetricsRequest::set_allocated_resource_meta(::std::string* resource_meta) { if (resource_meta != nullptr) { } else { } resource_meta_.SetAllocatedNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), resource_meta); - // @@protoc_insertion_point(field_set_allocated:flyteidl.admin.GetTaskRequest.resource_meta) + // @@protoc_insertion_point(field_set_allocated:flyteidl.admin.GetTaskMetricsRequest.resource_meta) } -// ------------------------------------------------------------------- - -// GetTaskResponse - -// .flyteidl.admin.Resource resource = 1; -inline bool GetTaskResponse::has_resource() const { - return this != internal_default_instance() && resource_ != nullptr; +// repeated string queries = 3; +inline int GetTaskMetricsRequest::queries_size() const { + return queries_.size(); } -inline void GetTaskResponse::clear_resource() { - if (GetArenaNoVirtual() == nullptr && resource_ != nullptr) { - delete resource_; - } - resource_ = nullptr; +inline void GetTaskMetricsRequest::clear_queries() { + queries_.Clear(); } -inline const ::flyteidl::admin::Resource& GetTaskResponse::resource() const { - const ::flyteidl::admin::Resource* p = resource_; - // @@protoc_insertion_point(field_get:flyteidl.admin.GetTaskResponse.resource) - return p != nullptr ? *p : *reinterpret_cast( - &::flyteidl::admin::_Resource_default_instance_); +inline const ::std::string& GetTaskMetricsRequest::queries(int index) const { + // @@protoc_insertion_point(field_get:flyteidl.admin.GetTaskMetricsRequest.queries) + return queries_.Get(index); } -inline ::flyteidl::admin::Resource* GetTaskResponse::release_resource() { - // @@protoc_insertion_point(field_release:flyteidl.admin.GetTaskResponse.resource) - - ::flyteidl::admin::Resource* temp = resource_; - resource_ = nullptr; - return temp; +inline ::std::string* GetTaskMetricsRequest::mutable_queries(int index) { + // @@protoc_insertion_point(field_mutable:flyteidl.admin.GetTaskMetricsRequest.queries) + return queries_.Mutable(index); } -inline ::flyteidl::admin::Resource* GetTaskResponse::mutable_resource() { - - if (resource_ == nullptr) { - auto* p = CreateMaybeMessage<::flyteidl::admin::Resource>(GetArenaNoVirtual()); - resource_ = p; - } - // @@protoc_insertion_point(field_mutable:flyteidl.admin.GetTaskResponse.resource) - return resource_; +inline void GetTaskMetricsRequest::set_queries(int index, const ::std::string& value) { + // @@protoc_insertion_point(field_set:flyteidl.admin.GetTaskMetricsRequest.queries) + queries_.Mutable(index)->assign(value); } -inline void GetTaskResponse::set_allocated_resource(::flyteidl::admin::Resource* resource) { - ::google::protobuf::Arena* message_arena = GetArenaNoVirtual(); - if (message_arena == nullptr) { - delete resource_; - } - if (resource) { - ::google::protobuf::Arena* submessage_arena = nullptr; - if (message_arena != submessage_arena) { - resource = ::google::protobuf::internal::GetOwnedMessage( - message_arena, resource, submessage_arena); - } - - } else { - - } - resource_ = resource; - // @@protoc_insertion_point(field_set_allocated:flyteidl.admin.GetTaskResponse.resource) +#if LANG_CXX11 +inline void GetTaskMetricsRequest::set_queries(int index, ::std::string&& value) { + // @@protoc_insertion_point(field_set:flyteidl.admin.GetTaskMetricsRequest.queries) + queries_.Mutable(index)->assign(std::move(value)); } - -// repeated .flyteidl.core.TaskLog log_links = 2; -inline int GetTaskResponse::log_links_size() const { - return log_links_.size(); +#endif +inline void GetTaskMetricsRequest::set_queries(int index, const char* value) { + GOOGLE_DCHECK(value != nullptr); + queries_.Mutable(index)->assign(value); + // @@protoc_insertion_point(field_set_char:flyteidl.admin.GetTaskMetricsRequest.queries) } -inline ::flyteidl::core::TaskLog* GetTaskResponse::mutable_log_links(int index) { - // @@protoc_insertion_point(field_mutable:flyteidl.admin.GetTaskResponse.log_links) - return log_links_.Mutable(index); +inline void GetTaskMetricsRequest::set_queries(int index, const char* value, size_t size) { + queries_.Mutable(index)->assign( + reinterpret_cast(value), size); + // @@protoc_insertion_point(field_set_pointer:flyteidl.admin.GetTaskMetricsRequest.queries) } -inline ::google::protobuf::RepeatedPtrField< ::flyteidl::core::TaskLog >* -GetTaskResponse::mutable_log_links() { - // @@protoc_insertion_point(field_mutable_list:flyteidl.admin.GetTaskResponse.log_links) - return &log_links_; +inline ::std::string* GetTaskMetricsRequest::add_queries() { + // @@protoc_insertion_point(field_add_mutable:flyteidl.admin.GetTaskMetricsRequest.queries) + return queries_.Add(); } -inline const ::flyteidl::core::TaskLog& GetTaskResponse::log_links(int index) const { - // @@protoc_insertion_point(field_get:flyteidl.admin.GetTaskResponse.log_links) - return log_links_.Get(index); +inline void GetTaskMetricsRequest::add_queries(const ::std::string& value) { + queries_.Add()->assign(value); + // @@protoc_insertion_point(field_add:flyteidl.admin.GetTaskMetricsRequest.queries) } -inline ::flyteidl::core::TaskLog* GetTaskResponse::add_log_links() { - // @@protoc_insertion_point(field_add:flyteidl.admin.GetTaskResponse.log_links) - return log_links_.Add(); +#if LANG_CXX11 +inline void GetTaskMetricsRequest::add_queries(::std::string&& value) { + queries_.Add(std::move(value)); + // @@protoc_insertion_point(field_add:flyteidl.admin.GetTaskMetricsRequest.queries) } -inline const ::google::protobuf::RepeatedPtrField< ::flyteidl::core::TaskLog >& -GetTaskResponse::log_links() const { - // @@protoc_insertion_point(field_list:flyteidl.admin.GetTaskResponse.log_links) - return log_links_; +#endif +inline void GetTaskMetricsRequest::add_queries(const char* value) { + GOOGLE_DCHECK(value != nullptr); + queries_.Add()->assign(value); + // @@protoc_insertion_point(field_add_char:flyteidl.admin.GetTaskMetricsRequest.queries) } - -// ------------------------------------------------------------------- - -// Resource - -// .flyteidl.admin.State state = 1; -inline void Resource::clear_state() { - state_ = 0; +inline void GetTaskMetricsRequest::add_queries(const char* value, size_t size) { + queries_.Add()->assign(reinterpret_cast(value), size); + // @@protoc_insertion_point(field_add_pointer:flyteidl.admin.GetTaskMetricsRequest.queries) } -inline ::flyteidl::admin::State Resource::state() const { - // @@protoc_insertion_point(field_get:flyteidl.admin.Resource.state) - return static_cast< ::flyteidl::admin::State >(state_); +inline const ::google::protobuf::RepeatedPtrField<::std::string>& +GetTaskMetricsRequest::queries() const { + // @@protoc_insertion_point(field_list:flyteidl.admin.GetTaskMetricsRequest.queries) + return queries_; } -inline void Resource::set_state(::flyteidl::admin::State value) { - - state_ = value; - // @@protoc_insertion_point(field_set:flyteidl.admin.Resource.state) +inline ::google::protobuf::RepeatedPtrField<::std::string>* +GetTaskMetricsRequest::mutable_queries() { + // @@protoc_insertion_point(field_mutable_list:flyteidl.admin.GetTaskMetricsRequest.queries) + return &queries_; } -// .flyteidl.core.LiteralMap outputs = 2; -inline bool Resource::has_outputs() const { - return this != internal_default_instance() && outputs_ != nullptr; +// .google.protobuf.Timestamp start_time = 4; +inline bool GetTaskMetricsRequest::has_start_time() const { + return this != internal_default_instance() && start_time_ != nullptr; } -inline const ::flyteidl::core::LiteralMap& Resource::outputs() const { - const ::flyteidl::core::LiteralMap* p = outputs_; - // @@protoc_insertion_point(field_get:flyteidl.admin.Resource.outputs) - return p != nullptr ? *p : *reinterpret_cast( - &::flyteidl::core::_LiteralMap_default_instance_); +inline const ::google::protobuf::Timestamp& GetTaskMetricsRequest::start_time() const { + const ::google::protobuf::Timestamp* p = start_time_; + // @@protoc_insertion_point(field_get:flyteidl.admin.GetTaskMetricsRequest.start_time) + return p != nullptr ? *p : *reinterpret_cast( + &::google::protobuf::_Timestamp_default_instance_); } -inline ::flyteidl::core::LiteralMap* Resource::release_outputs() { - // @@protoc_insertion_point(field_release:flyteidl.admin.Resource.outputs) +inline ::google::protobuf::Timestamp* GetTaskMetricsRequest::release_start_time() { + // @@protoc_insertion_point(field_release:flyteidl.admin.GetTaskMetricsRequest.start_time) - ::flyteidl::core::LiteralMap* temp = outputs_; - outputs_ = nullptr; + ::google::protobuf::Timestamp* temp = start_time_; + start_time_ = nullptr; return temp; } -inline ::flyteidl::core::LiteralMap* Resource::mutable_outputs() { +inline ::google::protobuf::Timestamp* GetTaskMetricsRequest::mutable_start_time() { - if (outputs_ == nullptr) { - auto* p = CreateMaybeMessage<::flyteidl::core::LiteralMap>(GetArenaNoVirtual()); - outputs_ = p; + if (start_time_ == nullptr) { + auto* p = CreateMaybeMessage<::google::protobuf::Timestamp>(GetArenaNoVirtual()); + start_time_ = p; } - // @@protoc_insertion_point(field_mutable:flyteidl.admin.Resource.outputs) - return outputs_; + // @@protoc_insertion_point(field_mutable:flyteidl.admin.GetTaskMetricsRequest.start_time) + return start_time_; } -inline void Resource::set_allocated_outputs(::flyteidl::core::LiteralMap* outputs) { +inline void GetTaskMetricsRequest::set_allocated_start_time(::google::protobuf::Timestamp* start_time) { ::google::protobuf::Arena* message_arena = GetArenaNoVirtual(); if (message_arena == nullptr) { - delete reinterpret_cast< ::google::protobuf::MessageLite*>(outputs_); + delete reinterpret_cast< ::google::protobuf::MessageLite*>(start_time_); } - if (outputs) { - ::google::protobuf::Arena* submessage_arena = nullptr; + if (start_time) { + ::google::protobuf::Arena* submessage_arena = + reinterpret_cast<::google::protobuf::MessageLite*>(start_time)->GetArena(); if (message_arena != submessage_arena) { - outputs = ::google::protobuf::internal::GetOwnedMessage( - message_arena, outputs, submessage_arena); + start_time = ::google::protobuf::internal::GetOwnedMessage( + message_arena, start_time, submessage_arena); } } else { } - outputs_ = outputs; - // @@protoc_insertion_point(field_set_allocated:flyteidl.admin.Resource.outputs) + start_time_ = start_time; + // @@protoc_insertion_point(field_set_allocated:flyteidl.admin.GetTaskMetricsRequest.start_time) } -// string message = 3; -inline void Resource::clear_message() { - message_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); +// .google.protobuf.Timestamp end_time = 5; +inline bool GetTaskMetricsRequest::has_end_time() const { + return this != internal_default_instance() && end_time_ != nullptr; } -inline const ::std::string& Resource::message() const { - // @@protoc_insertion_point(field_get:flyteidl.admin.Resource.message) - return message_.GetNoArena(); +inline const ::google::protobuf::Timestamp& GetTaskMetricsRequest::end_time() const { + const ::google::protobuf::Timestamp* p = end_time_; + // @@protoc_insertion_point(field_get:flyteidl.admin.GetTaskMetricsRequest.end_time) + return p != nullptr ? *p : *reinterpret_cast( + &::google::protobuf::_Timestamp_default_instance_); } -inline void Resource::set_message(const ::std::string& value) { +inline ::google::protobuf::Timestamp* GetTaskMetricsRequest::release_end_time() { + // @@protoc_insertion_point(field_release:flyteidl.admin.GetTaskMetricsRequest.end_time) - message_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), value); - // @@protoc_insertion_point(field_set:flyteidl.admin.Resource.message) + ::google::protobuf::Timestamp* temp = end_time_; + end_time_ = nullptr; + return temp; } -#if LANG_CXX11 -inline void Resource::set_message(::std::string&& value) { +inline ::google::protobuf::Timestamp* GetTaskMetricsRequest::mutable_end_time() { - message_.SetNoArena( - &::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::move(value)); - // @@protoc_insertion_point(field_set_rvalue:flyteidl.admin.Resource.message) + if (end_time_ == nullptr) { + auto* p = CreateMaybeMessage<::google::protobuf::Timestamp>(GetArenaNoVirtual()); + end_time_ = p; + } + // @@protoc_insertion_point(field_mutable:flyteidl.admin.GetTaskMetricsRequest.end_time) + return end_time_; } -#endif -inline void Resource::set_message(const char* value) { - GOOGLE_DCHECK(value != nullptr); - - message_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(value)); - // @@protoc_insertion_point(field_set_char:flyteidl.admin.Resource.message) +inline void GetTaskMetricsRequest::set_allocated_end_time(::google::protobuf::Timestamp* end_time) { + ::google::protobuf::Arena* message_arena = GetArenaNoVirtual(); + if (message_arena == nullptr) { + delete reinterpret_cast< ::google::protobuf::MessageLite*>(end_time_); + } + if (end_time) { + ::google::protobuf::Arena* submessage_arena = + reinterpret_cast<::google::protobuf::MessageLite*>(end_time)->GetArena(); + if (message_arena != submessage_arena) { + end_time = ::google::protobuf::internal::GetOwnedMessage( + message_arena, end_time, submessage_arena); + } + + } else { + + } + end_time_ = end_time; + // @@protoc_insertion_point(field_set_allocated:flyteidl.admin.GetTaskMetricsRequest.end_time) } -inline void Resource::set_message(const char* value, size_t size) { - - message_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), - ::std::string(reinterpret_cast(value), size)); - // @@protoc_insertion_point(field_set_pointer:flyteidl.admin.Resource.message) + +// .google.protobuf.Duration step = 6; +inline bool GetTaskMetricsRequest::has_step() const { + return this != internal_default_instance() && step_ != nullptr; } -inline ::std::string* Resource::mutable_message() { +inline const ::google::protobuf::Duration& GetTaskMetricsRequest::step() const { + const ::google::protobuf::Duration* p = step_; + // @@protoc_insertion_point(field_get:flyteidl.admin.GetTaskMetricsRequest.step) + return p != nullptr ? *p : *reinterpret_cast( + &::google::protobuf::_Duration_default_instance_); +} +inline ::google::protobuf::Duration* GetTaskMetricsRequest::release_step() { + // @@protoc_insertion_point(field_release:flyteidl.admin.GetTaskMetricsRequest.step) - // @@protoc_insertion_point(field_mutable:flyteidl.admin.Resource.message) - return message_.MutableNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); + ::google::protobuf::Duration* temp = step_; + step_ = nullptr; + return temp; } -inline ::std::string* Resource::release_message() { - // @@protoc_insertion_point(field_release:flyteidl.admin.Resource.message) +inline ::google::protobuf::Duration* GetTaskMetricsRequest::mutable_step() { - return message_.ReleaseNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); + if (step_ == nullptr) { + auto* p = CreateMaybeMessage<::google::protobuf::Duration>(GetArenaNoVirtual()); + step_ = p; + } + // @@protoc_insertion_point(field_mutable:flyteidl.admin.GetTaskMetricsRequest.step) + return step_; } -inline void Resource::set_allocated_message(::std::string* message) { - if (message != nullptr) { +inline void GetTaskMetricsRequest::set_allocated_step(::google::protobuf::Duration* step) { + ::google::protobuf::Arena* message_arena = GetArenaNoVirtual(); + if (message_arena == nullptr) { + delete reinterpret_cast< ::google::protobuf::MessageLite*>(step_); + } + if (step) { + ::google::protobuf::Arena* submessage_arena = + reinterpret_cast<::google::protobuf::MessageLite*>(step)->GetArena(); + if (message_arena != submessage_arena) { + step = ::google::protobuf::internal::GetOwnedMessage( + message_arena, step, submessage_arena); + } } else { } - message_.SetAllocatedNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), message); - // @@protoc_insertion_point(field_set_allocated:flyteidl.admin.Resource.message) + step_ = step; + // @@protoc_insertion_point(field_set_allocated:flyteidl.admin.GetTaskMetricsRequest.step) } -// repeated .flyteidl.core.TaskLog log_links = 4; -inline int Resource::log_links_size() const { - return log_links_.size(); +// ------------------------------------------------------------------- + +// GetTaskMetricsResponse + +// repeated .flyteidl.core.ExecutionMetricResult results = 1; +inline int GetTaskMetricsResponse::results_size() const { + return results_.size(); } -inline ::flyteidl::core::TaskLog* Resource::mutable_log_links(int index) { - // @@protoc_insertion_point(field_mutable:flyteidl.admin.Resource.log_links) - return log_links_.Mutable(index); +inline ::flyteidl::core::ExecutionMetricResult* GetTaskMetricsResponse::mutable_results(int index) { + // @@protoc_insertion_point(field_mutable:flyteidl.admin.GetTaskMetricsResponse.results) + return results_.Mutable(index); } -inline ::google::protobuf::RepeatedPtrField< ::flyteidl::core::TaskLog >* -Resource::mutable_log_links() { - // @@protoc_insertion_point(field_mutable_list:flyteidl.admin.Resource.log_links) - return &log_links_; +inline ::google::protobuf::RepeatedPtrField< ::flyteidl::core::ExecutionMetricResult >* +GetTaskMetricsResponse::mutable_results() { + // @@protoc_insertion_point(field_mutable_list:flyteidl.admin.GetTaskMetricsResponse.results) + return &results_; } -inline const ::flyteidl::core::TaskLog& Resource::log_links(int index) const { - // @@protoc_insertion_point(field_get:flyteidl.admin.Resource.log_links) - return log_links_.Get(index); +inline const ::flyteidl::core::ExecutionMetricResult& GetTaskMetricsResponse::results(int index) const { + // @@protoc_insertion_point(field_get:flyteidl.admin.GetTaskMetricsResponse.results) + return results_.Get(index); } -inline ::flyteidl::core::TaskLog* Resource::add_log_links() { - // @@protoc_insertion_point(field_add:flyteidl.admin.Resource.log_links) - return log_links_.Add(); +inline ::flyteidl::core::ExecutionMetricResult* GetTaskMetricsResponse::add_results() { + // @@protoc_insertion_point(field_add:flyteidl.admin.GetTaskMetricsResponse.results) + return results_.Add(); } -inline const ::google::protobuf::RepeatedPtrField< ::flyteidl::core::TaskLog >& -Resource::log_links() const { - // @@protoc_insertion_point(field_list:flyteidl.admin.Resource.log_links) - return log_links_; +inline const ::google::protobuf::RepeatedPtrField< ::flyteidl::core::ExecutionMetricResult >& +GetTaskMetricsResponse::results() const { + // @@protoc_insertion_point(field_list:flyteidl.admin.GetTaskMetricsResponse.results) + return results_; } // ------------------------------------------------------------------- -// DeleteTaskRequest +// GetTaskLogsRequest // string task_type = 1; -inline void DeleteTaskRequest::clear_task_type() { +inline void GetTaskLogsRequest::clear_task_type() { task_type_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); } -inline const ::std::string& DeleteTaskRequest::task_type() const { - // @@protoc_insertion_point(field_get:flyteidl.admin.DeleteTaskRequest.task_type) +inline const ::std::string& GetTaskLogsRequest::task_type() const { + // @@protoc_insertion_point(field_get:flyteidl.admin.GetTaskLogsRequest.task_type) return task_type_.GetNoArena(); } -inline void DeleteTaskRequest::set_task_type(const ::std::string& value) { +inline void GetTaskLogsRequest::set_task_type(const ::std::string& value) { task_type_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), value); - // @@protoc_insertion_point(field_set:flyteidl.admin.DeleteTaskRequest.task_type) + // @@protoc_insertion_point(field_set:flyteidl.admin.GetTaskLogsRequest.task_type) } #if LANG_CXX11 -inline void DeleteTaskRequest::set_task_type(::std::string&& value) { +inline void GetTaskLogsRequest::set_task_type(::std::string&& value) { task_type_.SetNoArena( &::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::move(value)); - // @@protoc_insertion_point(field_set_rvalue:flyteidl.admin.DeleteTaskRequest.task_type) + // @@protoc_insertion_point(field_set_rvalue:flyteidl.admin.GetTaskLogsRequest.task_type) } #endif -inline void DeleteTaskRequest::set_task_type(const char* value) { +inline void GetTaskLogsRequest::set_task_type(const char* value) { GOOGLE_DCHECK(value != nullptr); task_type_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(value)); - // @@protoc_insertion_point(field_set_char:flyteidl.admin.DeleteTaskRequest.task_type) + // @@protoc_insertion_point(field_set_char:flyteidl.admin.GetTaskLogsRequest.task_type) } -inline void DeleteTaskRequest::set_task_type(const char* value, size_t size) { +inline void GetTaskLogsRequest::set_task_type(const char* value, size_t size) { task_type_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(reinterpret_cast(value), size)); - // @@protoc_insertion_point(field_set_pointer:flyteidl.admin.DeleteTaskRequest.task_type) + // @@protoc_insertion_point(field_set_pointer:flyteidl.admin.GetTaskLogsRequest.task_type) } -inline ::std::string* DeleteTaskRequest::mutable_task_type() { +inline ::std::string* GetTaskLogsRequest::mutable_task_type() { - // @@protoc_insertion_point(field_mutable:flyteidl.admin.DeleteTaskRequest.task_type) + // @@protoc_insertion_point(field_mutable:flyteidl.admin.GetTaskLogsRequest.task_type) return task_type_.MutableNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); } -inline ::std::string* DeleteTaskRequest::release_task_type() { - // @@protoc_insertion_point(field_release:flyteidl.admin.DeleteTaskRequest.task_type) +inline ::std::string* GetTaskLogsRequest::release_task_type() { + // @@protoc_insertion_point(field_release:flyteidl.admin.GetTaskLogsRequest.task_type) return task_type_.ReleaseNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); } -inline void DeleteTaskRequest::set_allocated_task_type(::std::string* task_type) { +inline void GetTaskLogsRequest::set_allocated_task_type(::std::string* task_type) { if (task_type != nullptr) { } else { } task_type_.SetAllocatedNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), task_type); - // @@protoc_insertion_point(field_set_allocated:flyteidl.admin.DeleteTaskRequest.task_type) + // @@protoc_insertion_point(field_set_allocated:flyteidl.admin.GetTaskLogsRequest.task_type) } // bytes resource_meta = 2; -inline void DeleteTaskRequest::clear_resource_meta() { +inline void GetTaskLogsRequest::clear_resource_meta() { resource_meta_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); } -inline const ::std::string& DeleteTaskRequest::resource_meta() const { - // @@protoc_insertion_point(field_get:flyteidl.admin.DeleteTaskRequest.resource_meta) +inline const ::std::string& GetTaskLogsRequest::resource_meta() const { + // @@protoc_insertion_point(field_get:flyteidl.admin.GetTaskLogsRequest.resource_meta) return resource_meta_.GetNoArena(); } -inline void DeleteTaskRequest::set_resource_meta(const ::std::string& value) { +inline void GetTaskLogsRequest::set_resource_meta(const ::std::string& value) { resource_meta_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), value); - // @@protoc_insertion_point(field_set:flyteidl.admin.DeleteTaskRequest.resource_meta) + // @@protoc_insertion_point(field_set:flyteidl.admin.GetTaskLogsRequest.resource_meta) } #if LANG_CXX11 -inline void DeleteTaskRequest::set_resource_meta(::std::string&& value) { +inline void GetTaskLogsRequest::set_resource_meta(::std::string&& value) { resource_meta_.SetNoArena( &::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::move(value)); - // @@protoc_insertion_point(field_set_rvalue:flyteidl.admin.DeleteTaskRequest.resource_meta) + // @@protoc_insertion_point(field_set_rvalue:flyteidl.admin.GetTaskLogsRequest.resource_meta) } #endif -inline void DeleteTaskRequest::set_resource_meta(const char* value) { +inline void GetTaskLogsRequest::set_resource_meta(const char* value) { GOOGLE_DCHECK(value != nullptr); resource_meta_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(value)); - // @@protoc_insertion_point(field_set_char:flyteidl.admin.DeleteTaskRequest.resource_meta) + // @@protoc_insertion_point(field_set_char:flyteidl.admin.GetTaskLogsRequest.resource_meta) } -inline void DeleteTaskRequest::set_resource_meta(const void* value, size_t size) { +inline void GetTaskLogsRequest::set_resource_meta(const void* value, size_t size) { resource_meta_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(reinterpret_cast(value), size)); - // @@protoc_insertion_point(field_set_pointer:flyteidl.admin.DeleteTaskRequest.resource_meta) + // @@protoc_insertion_point(field_set_pointer:flyteidl.admin.GetTaskLogsRequest.resource_meta) } -inline ::std::string* DeleteTaskRequest::mutable_resource_meta() { +inline ::std::string* GetTaskLogsRequest::mutable_resource_meta() { - // @@protoc_insertion_point(field_mutable:flyteidl.admin.DeleteTaskRequest.resource_meta) + // @@protoc_insertion_point(field_mutable:flyteidl.admin.GetTaskLogsRequest.resource_meta) return resource_meta_.MutableNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); } -inline ::std::string* DeleteTaskRequest::release_resource_meta() { - // @@protoc_insertion_point(field_release:flyteidl.admin.DeleteTaskRequest.resource_meta) +inline ::std::string* GetTaskLogsRequest::release_resource_meta() { + // @@protoc_insertion_point(field_release:flyteidl.admin.GetTaskLogsRequest.resource_meta) return resource_meta_.ReleaseNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); } -inline void DeleteTaskRequest::set_allocated_resource_meta(::std::string* resource_meta) { +inline void GetTaskLogsRequest::set_allocated_resource_meta(::std::string* resource_meta) { if (resource_meta != nullptr) { } else { } resource_meta_.SetAllocatedNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), resource_meta); - // @@protoc_insertion_point(field_set_allocated:flyteidl.admin.DeleteTaskRequest.resource_meta) + // @@protoc_insertion_point(field_set_allocated:flyteidl.admin.GetTaskLogsRequest.resource_meta) } -// ------------------------------------------------------------------- - -// DeleteTaskResponse - -// ------------------------------------------------------------------- - -// Agent +// uint64 lines = 3; +inline void GetTaskLogsRequest::clear_lines() { + lines_ = PROTOBUF_ULONGLONG(0); +} +inline ::google::protobuf::uint64 GetTaskLogsRequest::lines() const { + // @@protoc_insertion_point(field_get:flyteidl.admin.GetTaskLogsRequest.lines) + return lines_; +} +inline void GetTaskLogsRequest::set_lines(::google::protobuf::uint64 value) { + + lines_ = value; + // @@protoc_insertion_point(field_set:flyteidl.admin.GetTaskLogsRequest.lines) +} -// string name = 1; -inline void Agent::clear_name() { - name_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); +// string token = 4; +inline void GetTaskLogsRequest::clear_token() { + token_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); } -inline const ::std::string& Agent::name() const { - // @@protoc_insertion_point(field_get:flyteidl.admin.Agent.name) - return name_.GetNoArena(); +inline const ::std::string& GetTaskLogsRequest::token() const { + // @@protoc_insertion_point(field_get:flyteidl.admin.GetTaskLogsRequest.token) + return token_.GetNoArena(); } -inline void Agent::set_name(const ::std::string& value) { +inline void GetTaskLogsRequest::set_token(const ::std::string& value) { - name_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), value); - // @@protoc_insertion_point(field_set:flyteidl.admin.Agent.name) + token_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), value); + // @@protoc_insertion_point(field_set:flyteidl.admin.GetTaskLogsRequest.token) } #if LANG_CXX11 -inline void Agent::set_name(::std::string&& value) { +inline void GetTaskLogsRequest::set_token(::std::string&& value) { - name_.SetNoArena( + token_.SetNoArena( &::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::move(value)); - // @@protoc_insertion_point(field_set_rvalue:flyteidl.admin.Agent.name) + // @@protoc_insertion_point(field_set_rvalue:flyteidl.admin.GetTaskLogsRequest.token) } #endif -inline void Agent::set_name(const char* value) { +inline void GetTaskLogsRequest::set_token(const char* value) { GOOGLE_DCHECK(value != nullptr); - name_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(value)); - // @@protoc_insertion_point(field_set_char:flyteidl.admin.Agent.name) + token_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(value)); + // @@protoc_insertion_point(field_set_char:flyteidl.admin.GetTaskLogsRequest.token) } -inline void Agent::set_name(const char* value, size_t size) { +inline void GetTaskLogsRequest::set_token(const char* value, size_t size) { - name_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), + token_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(reinterpret_cast(value), size)); - // @@protoc_insertion_point(field_set_pointer:flyteidl.admin.Agent.name) + // @@protoc_insertion_point(field_set_pointer:flyteidl.admin.GetTaskLogsRequest.token) } -inline ::std::string* Agent::mutable_name() { +inline ::std::string* GetTaskLogsRequest::mutable_token() { - // @@protoc_insertion_point(field_mutable:flyteidl.admin.Agent.name) - return name_.MutableNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); + // @@protoc_insertion_point(field_mutable:flyteidl.admin.GetTaskLogsRequest.token) + return token_.MutableNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); } -inline ::std::string* Agent::release_name() { - // @@protoc_insertion_point(field_release:flyteidl.admin.Agent.name) +inline ::std::string* GetTaskLogsRequest::release_token() { + // @@protoc_insertion_point(field_release:flyteidl.admin.GetTaskLogsRequest.token) - return name_.ReleaseNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); + return token_.ReleaseNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); } -inline void Agent::set_allocated_name(::std::string* name) { - if (name != nullptr) { +inline void GetTaskLogsRequest::set_allocated_token(::std::string* token) { + if (token != nullptr) { } else { } - name_.SetAllocatedNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), name); - // @@protoc_insertion_point(field_set_allocated:flyteidl.admin.Agent.name) + token_.SetAllocatedNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), token); + // @@protoc_insertion_point(field_set_allocated:flyteidl.admin.GetTaskLogsRequest.token) } -// repeated string supported_task_types = 2; -inline int Agent::supported_task_types_size() const { - return supported_task_types_.size(); +// ------------------------------------------------------------------- + +// GetTaskLogsResponse + +// repeated string results = 1; +inline int GetTaskLogsResponse::results_size() const { + return results_.size(); } -inline void Agent::clear_supported_task_types() { - supported_task_types_.Clear(); +inline void GetTaskLogsResponse::clear_results() { + results_.Clear(); } -inline const ::std::string& Agent::supported_task_types(int index) const { - // @@protoc_insertion_point(field_get:flyteidl.admin.Agent.supported_task_types) - return supported_task_types_.Get(index); +inline const ::std::string& GetTaskLogsResponse::results(int index) const { + // @@protoc_insertion_point(field_get:flyteidl.admin.GetTaskLogsResponse.results) + return results_.Get(index); } -inline ::std::string* Agent::mutable_supported_task_types(int index) { - // @@protoc_insertion_point(field_mutable:flyteidl.admin.Agent.supported_task_types) - return supported_task_types_.Mutable(index); +inline ::std::string* GetTaskLogsResponse::mutable_results(int index) { + // @@protoc_insertion_point(field_mutable:flyteidl.admin.GetTaskLogsResponse.results) + return results_.Mutable(index); } -inline void Agent::set_supported_task_types(int index, const ::std::string& value) { - // @@protoc_insertion_point(field_set:flyteidl.admin.Agent.supported_task_types) - supported_task_types_.Mutable(index)->assign(value); +inline void GetTaskLogsResponse::set_results(int index, const ::std::string& value) { + // @@protoc_insertion_point(field_set:flyteidl.admin.GetTaskLogsResponse.results) + results_.Mutable(index)->assign(value); } #if LANG_CXX11 -inline void Agent::set_supported_task_types(int index, ::std::string&& value) { - // @@protoc_insertion_point(field_set:flyteidl.admin.Agent.supported_task_types) - supported_task_types_.Mutable(index)->assign(std::move(value)); +inline void GetTaskLogsResponse::set_results(int index, ::std::string&& value) { + // @@protoc_insertion_point(field_set:flyteidl.admin.GetTaskLogsResponse.results) + results_.Mutable(index)->assign(std::move(value)); } #endif -inline void Agent::set_supported_task_types(int index, const char* value) { +inline void GetTaskLogsResponse::set_results(int index, const char* value) { GOOGLE_DCHECK(value != nullptr); - supported_task_types_.Mutable(index)->assign(value); - // @@protoc_insertion_point(field_set_char:flyteidl.admin.Agent.supported_task_types) + results_.Mutable(index)->assign(value); + // @@protoc_insertion_point(field_set_char:flyteidl.admin.GetTaskLogsResponse.results) } -inline void Agent::set_supported_task_types(int index, const char* value, size_t size) { - supported_task_types_.Mutable(index)->assign( +inline void GetTaskLogsResponse::set_results(int index, const char* value, size_t size) { + results_.Mutable(index)->assign( reinterpret_cast(value), size); - // @@protoc_insertion_point(field_set_pointer:flyteidl.admin.Agent.supported_task_types) + // @@protoc_insertion_point(field_set_pointer:flyteidl.admin.GetTaskLogsResponse.results) } -inline ::std::string* Agent::add_supported_task_types() { - // @@protoc_insertion_point(field_add_mutable:flyteidl.admin.Agent.supported_task_types) - return supported_task_types_.Add(); +inline ::std::string* GetTaskLogsResponse::add_results() { + // @@protoc_insertion_point(field_add_mutable:flyteidl.admin.GetTaskLogsResponse.results) + return results_.Add(); } -inline void Agent::add_supported_task_types(const ::std::string& value) { - supported_task_types_.Add()->assign(value); - // @@protoc_insertion_point(field_add:flyteidl.admin.Agent.supported_task_types) +inline void GetTaskLogsResponse::add_results(const ::std::string& value) { + results_.Add()->assign(value); + // @@protoc_insertion_point(field_add:flyteidl.admin.GetTaskLogsResponse.results) } #if LANG_CXX11 -inline void Agent::add_supported_task_types(::std::string&& value) { - supported_task_types_.Add(std::move(value)); - // @@protoc_insertion_point(field_add:flyteidl.admin.Agent.supported_task_types) +inline void GetTaskLogsResponse::add_results(::std::string&& value) { + results_.Add(std::move(value)); + // @@protoc_insertion_point(field_add:flyteidl.admin.GetTaskLogsResponse.results) } #endif -inline void Agent::add_supported_task_types(const char* value) { +inline void GetTaskLogsResponse::add_results(const char* value) { GOOGLE_DCHECK(value != nullptr); - supported_task_types_.Add()->assign(value); - // @@protoc_insertion_point(field_add_char:flyteidl.admin.Agent.supported_task_types) + results_.Add()->assign(value); + // @@protoc_insertion_point(field_add_char:flyteidl.admin.GetTaskLogsResponse.results) } -inline void Agent::add_supported_task_types(const char* value, size_t size) { - supported_task_types_.Add()->assign(reinterpret_cast(value), size); - // @@protoc_insertion_point(field_add_pointer:flyteidl.admin.Agent.supported_task_types) +inline void GetTaskLogsResponse::add_results(const char* value, size_t size) { + results_.Add()->assign(reinterpret_cast(value), size); + // @@protoc_insertion_point(field_add_pointer:flyteidl.admin.GetTaskLogsResponse.results) } inline const ::google::protobuf::RepeatedPtrField<::std::string>& -Agent::supported_task_types() const { - // @@protoc_insertion_point(field_list:flyteidl.admin.Agent.supported_task_types) - return supported_task_types_; +GetTaskLogsResponse::results() const { + // @@protoc_insertion_point(field_list:flyteidl.admin.GetTaskLogsResponse.results) + return results_; } inline ::google::protobuf::RepeatedPtrField<::std::string>* -Agent::mutable_supported_task_types() { - // @@protoc_insertion_point(field_mutable_list:flyteidl.admin.Agent.supported_task_types) - return &supported_task_types_; +GetTaskLogsResponse::mutable_results() { + // @@protoc_insertion_point(field_mutable_list:flyteidl.admin.GetTaskLogsResponse.results) + return &results_; } -// ------------------------------------------------------------------- - -// GetAgentRequest - -// string name = 1; -inline void GetAgentRequest::clear_name() { - name_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); +// string token = 2; +inline void GetTaskLogsResponse::clear_token() { + token_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); } -inline const ::std::string& GetAgentRequest::name() const { - // @@protoc_insertion_point(field_get:flyteidl.admin.GetAgentRequest.name) - return name_.GetNoArena(); +inline const ::std::string& GetTaskLogsResponse::token() const { + // @@protoc_insertion_point(field_get:flyteidl.admin.GetTaskLogsResponse.token) + return token_.GetNoArena(); } -inline void GetAgentRequest::set_name(const ::std::string& value) { +inline void GetTaskLogsResponse::set_token(const ::std::string& value) { - name_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), value); - // @@protoc_insertion_point(field_set:flyteidl.admin.GetAgentRequest.name) + token_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), value); + // @@protoc_insertion_point(field_set:flyteidl.admin.GetTaskLogsResponse.token) } #if LANG_CXX11 -inline void GetAgentRequest::set_name(::std::string&& value) { +inline void GetTaskLogsResponse::set_token(::std::string&& value) { - name_.SetNoArena( + token_.SetNoArena( &::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::move(value)); - // @@protoc_insertion_point(field_set_rvalue:flyteidl.admin.GetAgentRequest.name) + // @@protoc_insertion_point(field_set_rvalue:flyteidl.admin.GetTaskLogsResponse.token) } #endif -inline void GetAgentRequest::set_name(const char* value) { +inline void GetTaskLogsResponse::set_token(const char* value) { GOOGLE_DCHECK(value != nullptr); - name_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(value)); - // @@protoc_insertion_point(field_set_char:flyteidl.admin.GetAgentRequest.name) + token_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(value)); + // @@protoc_insertion_point(field_set_char:flyteidl.admin.GetTaskLogsResponse.token) } -inline void GetAgentRequest::set_name(const char* value, size_t size) { +inline void GetTaskLogsResponse::set_token(const char* value, size_t size) { - name_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), + token_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(reinterpret_cast(value), size)); - // @@protoc_insertion_point(field_set_pointer:flyteidl.admin.GetAgentRequest.name) + // @@protoc_insertion_point(field_set_pointer:flyteidl.admin.GetTaskLogsResponse.token) } -inline ::std::string* GetAgentRequest::mutable_name() { +inline ::std::string* GetTaskLogsResponse::mutable_token() { - // @@protoc_insertion_point(field_mutable:flyteidl.admin.GetAgentRequest.name) - return name_.MutableNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); + // @@protoc_insertion_point(field_mutable:flyteidl.admin.GetTaskLogsResponse.token) + return token_.MutableNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); } -inline ::std::string* GetAgentRequest::release_name() { - // @@protoc_insertion_point(field_release:flyteidl.admin.GetAgentRequest.name) +inline ::std::string* GetTaskLogsResponse::release_token() { + // @@protoc_insertion_point(field_release:flyteidl.admin.GetTaskLogsResponse.token) - return name_.ReleaseNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); + return token_.ReleaseNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); } -inline void GetAgentRequest::set_allocated_name(::std::string* name) { - if (name != nullptr) { +inline void GetTaskLogsResponse::set_allocated_token(::std::string* token) { + if (token != nullptr) { } else { } - name_.SetAllocatedNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), name); - // @@protoc_insertion_point(field_set_allocated:flyteidl.admin.GetAgentRequest.name) + token_.SetAllocatedNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), token); + // @@protoc_insertion_point(field_set_allocated:flyteidl.admin.GetTaskLogsResponse.token) } +#ifdef __GNUC__ + #pragma GCC diagnostic pop +#endif // __GNUC__ // ------------------------------------------------------------------- -// GetAgentResponse - -// .flyteidl.admin.Agent agent = 1; -inline bool GetAgentResponse::has_agent() const { - return this != internal_default_instance() && agent_ != nullptr; -} -inline void GetAgentResponse::clear_agent() { - if (GetArenaNoVirtual() == nullptr && agent_ != nullptr) { - delete agent_; - } - agent_ = nullptr; -} -inline const ::flyteidl::admin::Agent& GetAgentResponse::agent() const { - const ::flyteidl::admin::Agent* p = agent_; - // @@protoc_insertion_point(field_get:flyteidl.admin.GetAgentResponse.agent) - return p != nullptr ? *p : *reinterpret_cast( - &::flyteidl::admin::_Agent_default_instance_); -} -inline ::flyteidl::admin::Agent* GetAgentResponse::release_agent() { - // @@protoc_insertion_point(field_release:flyteidl.admin.GetAgentResponse.agent) - - ::flyteidl::admin::Agent* temp = agent_; - agent_ = nullptr; - return temp; -} -inline ::flyteidl::admin::Agent* GetAgentResponse::mutable_agent() { - - if (agent_ == nullptr) { - auto* p = CreateMaybeMessage<::flyteidl::admin::Agent>(GetArenaNoVirtual()); - agent_ = p; - } - // @@protoc_insertion_point(field_mutable:flyteidl.admin.GetAgentResponse.agent) - return agent_; -} -inline void GetAgentResponse::set_allocated_agent(::flyteidl::admin::Agent* agent) { - ::google::protobuf::Arena* message_arena = GetArenaNoVirtual(); - if (message_arena == nullptr) { - delete agent_; - } - if (agent) { - ::google::protobuf::Arena* submessage_arena = nullptr; - if (message_arena != submessage_arena) { - agent = ::google::protobuf::internal::GetOwnedMessage( - message_arena, agent, submessage_arena); - } - - } else { - - } - agent_ = agent; - // @@protoc_insertion_point(field_set_allocated:flyteidl.admin.GetAgentResponse.agent) -} - // ------------------------------------------------------------------- -// ListAgentsRequest - // ------------------------------------------------------------------- -// ListAgentsResponse - -// repeated .flyteidl.admin.Agent agents = 1; -inline int ListAgentsResponse::agents_size() const { - return agents_.size(); -} -inline void ListAgentsResponse::clear_agents() { - agents_.Clear(); -} -inline ::flyteidl::admin::Agent* ListAgentsResponse::mutable_agents(int index) { - // @@protoc_insertion_point(field_mutable:flyteidl.admin.ListAgentsResponse.agents) - return agents_.Mutable(index); -} -inline ::google::protobuf::RepeatedPtrField< ::flyteidl::admin::Agent >* -ListAgentsResponse::mutable_agents() { - // @@protoc_insertion_point(field_mutable_list:flyteidl.admin.ListAgentsResponse.agents) - return &agents_; -} -inline const ::flyteidl::admin::Agent& ListAgentsResponse::agents(int index) const { - // @@protoc_insertion_point(field_get:flyteidl.admin.ListAgentsResponse.agents) - return agents_.Get(index); -} -inline ::flyteidl::admin::Agent* ListAgentsResponse::add_agents() { - // @@protoc_insertion_point(field_add:flyteidl.admin.ListAgentsResponse.agents) - return agents_.Add(); -} -inline const ::google::protobuf::RepeatedPtrField< ::flyteidl::admin::Agent >& -ListAgentsResponse::agents() const { - // @@protoc_insertion_point(field_list:flyteidl.admin.ListAgentsResponse.agents) - return agents_; -} +// ------------------------------------------------------------------- -#ifdef __GNUC__ - #pragma GCC diagnostic pop -#endif // __GNUC__ // ------------------------------------------------------------------- // ------------------------------------------------------------------- diff --git a/flyteidl/gen/pb-cpp/flyteidl/core/catalog.pb.cc b/flyteidl/gen/pb-cpp/flyteidl/core/catalog.pb.cc index e366a80acd..83c7bb3fe6 100644 --- a/flyteidl/gen/pb-cpp/flyteidl/core/catalog.pb.cc +++ b/flyteidl/gen/pb-cpp/flyteidl/core/catalog.pb.cc @@ -145,18 +145,19 @@ const char descriptor_table_protodef_flyteidl_2fcore_2fcatalog_2eproto[] = "ogReservation\"\207\001\n\006Status\022\030\n\024RESERVATION_" "DISABLED\020\000\022\030\n\024RESERVATION_ACQUIRED\020\001\022\026\n\022" "RESERVATION_EXISTS\020\002\022\030\n\024RESERVATION_RELE" - "ASED\020\003\022\027\n\023RESERVATION_FAILURE\020\004*\240\001\n\022Cata" + "ASED\020\003\022\027\n\023RESERVATION_FAILURE\020\004*\263\001\n\022Cata" "logCacheStatus\022\022\n\016CACHE_DISABLED\020\000\022\016\n\nCA" "CHE_MISS\020\001\022\r\n\tCACHE_HIT\020\002\022\023\n\017CACHE_POPUL" "ATED\020\003\022\030\n\024CACHE_LOOKUP_FAILURE\020\004\022\025\n\021CACH" - "E_PUT_FAILURE\020\005\022\021\n\rCACHE_SKIPPED\020\006B::min(), CatalogCacheStatus_INT_MAX_SENTINEL_DO_NOT_USE_ = std::numeric_limits<::google::protobuf::int32>::max() }; bool CatalogCacheStatus_IsValid(int value); const CatalogCacheStatus CatalogCacheStatus_MIN = CACHE_DISABLED; -const CatalogCacheStatus CatalogCacheStatus_MAX = CACHE_SKIPPED; +const CatalogCacheStatus CatalogCacheStatus_MAX = CACHE_EVICTED; const int CatalogCacheStatus_ARRAYSIZE = CatalogCacheStatus_MAX + 1; const ::google::protobuf::EnumDescriptor* CatalogCacheStatus_descriptor(); diff --git a/flyteidl/gen/pb-cpp/flyteidl/core/metrics.pb.cc b/flyteidl/gen/pb-cpp/flyteidl/core/metrics.pb.cc index cc19b46d3c..c96ae09bdb 100644 --- a/flyteidl/gen/pb-cpp/flyteidl/core/metrics.pb.cc +++ b/flyteidl/gen/pb-cpp/flyteidl/core/metrics.pb.cc @@ -20,6 +20,7 @@ extern PROTOBUF_INTERNAL_EXPORT_flyteidl_2fcore_2fidentifier_2eproto ::google::p extern PROTOBUF_INTERNAL_EXPORT_flyteidl_2fcore_2fidentifier_2eproto ::google::protobuf::internal::SCCInfo<1> scc_info_NodeExecutionIdentifier_flyteidl_2fcore_2fidentifier_2eproto; extern PROTOBUF_INTERNAL_EXPORT_flyteidl_2fcore_2fidentifier_2eproto ::google::protobuf::internal::SCCInfo<2> scc_info_TaskExecutionIdentifier_flyteidl_2fcore_2fidentifier_2eproto; extern PROTOBUF_INTERNAL_EXPORT_flyteidl_2fcore_2fmetrics_2eproto ::google::protobuf::internal::SCCInfo<4> scc_info_Span_flyteidl_2fcore_2fmetrics_2eproto; +extern PROTOBUF_INTERNAL_EXPORT_google_2fprotobuf_2fstruct_2eproto ::google::protobuf::internal::SCCInfo<0> scc_info_ListValue_google_2fprotobuf_2fstruct_2eproto; extern PROTOBUF_INTERNAL_EXPORT_google_2fprotobuf_2ftimestamp_2eproto ::google::protobuf::internal::SCCInfo<0> scc_info_Timestamp_google_2fprotobuf_2ftimestamp_2eproto; namespace flyteidl { namespace core { @@ -31,6 +32,10 @@ class SpanDefaultTypeInternal { const ::flyteidl::core::TaskExecutionIdentifier* task_id_; ::google::protobuf::internal::ArenaStringPtr operation_id_; } _Span_default_instance_; +class ExecutionMetricResultDefaultTypeInternal { + public: + ::google::protobuf::internal::ExplicitlyConstructed _instance; +} _ExecutionMetricResult_default_instance_; } // namespace core } // namespace flyteidl static void InitDefaultsSpan_flyteidl_2fcore_2fmetrics_2eproto() { @@ -51,11 +56,27 @@ ::google::protobuf::internal::SCCInfo<4> scc_info_Span_flyteidl_2fcore_2fmetrics &scc_info_NodeExecutionIdentifier_flyteidl_2fcore_2fidentifier_2eproto.base, &scc_info_TaskExecutionIdentifier_flyteidl_2fcore_2fidentifier_2eproto.base,}}; +static void InitDefaultsExecutionMetricResult_flyteidl_2fcore_2fmetrics_2eproto() { + GOOGLE_PROTOBUF_VERIFY_VERSION; + + { + void* ptr = &::flyteidl::core::_ExecutionMetricResult_default_instance_; + new (ptr) ::flyteidl::core::ExecutionMetricResult(); + ::google::protobuf::internal::OnShutdownDestroyMessage(ptr); + } + ::flyteidl::core::ExecutionMetricResult::InitAsDefaultInstance(); +} + +::google::protobuf::internal::SCCInfo<1> scc_info_ExecutionMetricResult_flyteidl_2fcore_2fmetrics_2eproto = + {{ATOMIC_VAR_INIT(::google::protobuf::internal::SCCInfoBase::kUninitialized), 1, InitDefaultsExecutionMetricResult_flyteidl_2fcore_2fmetrics_2eproto}, { + &scc_info_ListValue_google_2fprotobuf_2fstruct_2eproto.base,}}; + void InitDefaults_flyteidl_2fcore_2fmetrics_2eproto() { ::google::protobuf::internal::InitSCC(&scc_info_Span_flyteidl_2fcore_2fmetrics_2eproto.base); + ::google::protobuf::internal::InitSCC(&scc_info_ExecutionMetricResult_flyteidl_2fcore_2fmetrics_2eproto.base); } -::google::protobuf::Metadata file_level_metadata_flyteidl_2fcore_2fmetrics_2eproto[1]; +::google::protobuf::Metadata file_level_metadata_flyteidl_2fcore_2fmetrics_2eproto[2]; constexpr ::google::protobuf::EnumDescriptor const** file_level_enum_descriptors_flyteidl_2fcore_2fmetrics_2eproto = nullptr; constexpr ::google::protobuf::ServiceDescriptor const** file_level_service_descriptors_flyteidl_2fcore_2fmetrics_2eproto = nullptr; @@ -73,50 +94,63 @@ const ::google::protobuf::uint32 TableStruct_flyteidl_2fcore_2fmetrics_2eproto:: offsetof(::flyteidl::core::SpanDefaultTypeInternal, operation_id_), PROTOBUF_FIELD_OFFSET(::flyteidl::core::Span, spans_), PROTOBUF_FIELD_OFFSET(::flyteidl::core::Span, id_), + ~0u, // no _has_bits_ + PROTOBUF_FIELD_OFFSET(::flyteidl::core::ExecutionMetricResult, _internal_metadata_), + ~0u, // no _extensions_ + ~0u, // no _oneof_case_ + ~0u, // no _weak_field_map_ + PROTOBUF_FIELD_OFFSET(::flyteidl::core::ExecutionMetricResult, metric_), + PROTOBUF_FIELD_OFFSET(::flyteidl::core::ExecutionMetricResult, data_), }; static const ::google::protobuf::internal::MigrationSchema schemas[] PROTOBUF_SECTION_VARIABLE(protodesc_cold) = { { 0, -1, sizeof(::flyteidl::core::Span)}, + { 13, -1, sizeof(::flyteidl::core::ExecutionMetricResult)}, }; static ::google::protobuf::Message const * const file_default_instances[] = { reinterpret_cast(&::flyteidl::core::_Span_default_instance_), + reinterpret_cast(&::flyteidl::core::_ExecutionMetricResult_default_instance_), }; ::google::protobuf::internal::AssignDescriptorsTable assign_descriptors_table_flyteidl_2fcore_2fmetrics_2eproto = { {}, AddDescriptors_flyteidl_2fcore_2fmetrics_2eproto, "flyteidl/core/metrics.proto", schemas, file_default_instances, TableStruct_flyteidl_2fcore_2fmetrics_2eproto::offsets, - file_level_metadata_flyteidl_2fcore_2fmetrics_2eproto, 1, file_level_enum_descriptors_flyteidl_2fcore_2fmetrics_2eproto, file_level_service_descriptors_flyteidl_2fcore_2fmetrics_2eproto, + file_level_metadata_flyteidl_2fcore_2fmetrics_2eproto, 2, file_level_enum_descriptors_flyteidl_2fcore_2fmetrics_2eproto, file_level_service_descriptors_flyteidl_2fcore_2fmetrics_2eproto, }; const char descriptor_table_protodef_flyteidl_2fcore_2fmetrics_2eproto[] = "\n\033flyteidl/core/metrics.proto\022\rflyteidl." "core\032\036flyteidl/core/identifier.proto\032\037go" - "ogle/protobuf/timestamp.proto\"\337\002\n\004Span\022." - "\n\nstart_time\030\001 \001(\0132\032.google.protobuf.Tim" - "estamp\022,\n\010end_time\030\002 \001(\0132\032.google.protob" - "uf.Timestamp\022A\n\013workflow_id\030\003 \001(\0132*.flyt" - "eidl.core.WorkflowExecutionIdentifierH\000\022" - "9\n\007node_id\030\004 \001(\0132&.flyteidl.core.NodeExe" - "cutionIdentifierH\000\0229\n\007task_id\030\005 \001(\0132&.fl" - "yteidl.core.TaskExecutionIdentifierH\000\022\026\n" - "\014operation_id\030\006 \001(\tH\000\022\"\n\005spans\030\007 \003(\0132\023.f" - "lyteidl.core.SpanB\004\n\002idBdata_ = const_cast< ::google::protobuf::Struct*>( + ::google::protobuf::Struct::internal_default_instance()); +} +class ExecutionMetricResult::HasBitSetters { + public: + static const ::google::protobuf::Struct& data(const ExecutionMetricResult* msg); +}; + +const ::google::protobuf::Struct& +ExecutionMetricResult::HasBitSetters::data(const ExecutionMetricResult* msg) { + return *msg->data_; +} +void ExecutionMetricResult::clear_data() { + if (GetArenaNoVirtual() == nullptr && data_ != nullptr) { + delete data_; + } + data_ = nullptr; +} +#if !defined(_MSC_VER) || _MSC_VER >= 1900 +const int ExecutionMetricResult::kMetricFieldNumber; +const int ExecutionMetricResult::kDataFieldNumber; +#endif // !defined(_MSC_VER) || _MSC_VER >= 1900 + +ExecutionMetricResult::ExecutionMetricResult() + : ::google::protobuf::Message(), _internal_metadata_(nullptr) { + SharedCtor(); + // @@protoc_insertion_point(constructor:flyteidl.core.ExecutionMetricResult) +} +ExecutionMetricResult::ExecutionMetricResult(const ExecutionMetricResult& from) + : ::google::protobuf::Message(), + _internal_metadata_(nullptr) { + _internal_metadata_.MergeFrom(from._internal_metadata_); + metric_.UnsafeSetDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); + if (from.metric().size() > 0) { + metric_.AssignWithDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), from.metric_); + } + if (from.has_data()) { + data_ = new ::google::protobuf::Struct(*from.data_); + } else { + data_ = nullptr; + } + // @@protoc_insertion_point(copy_constructor:flyteidl.core.ExecutionMetricResult) +} + +void ExecutionMetricResult::SharedCtor() { + ::google::protobuf::internal::InitSCC( + &scc_info_ExecutionMetricResult_flyteidl_2fcore_2fmetrics_2eproto.base); + metric_.UnsafeSetDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); + data_ = nullptr; +} + +ExecutionMetricResult::~ExecutionMetricResult() { + // @@protoc_insertion_point(destructor:flyteidl.core.ExecutionMetricResult) + SharedDtor(); +} + +void ExecutionMetricResult::SharedDtor() { + metric_.DestroyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); + if (this != internal_default_instance()) delete data_; +} + +void ExecutionMetricResult::SetCachedSize(int size) const { + _cached_size_.Set(size); +} +const ExecutionMetricResult& ExecutionMetricResult::default_instance() { + ::google::protobuf::internal::InitSCC(&::scc_info_ExecutionMetricResult_flyteidl_2fcore_2fmetrics_2eproto.base); + return *internal_default_instance(); +} + + +void ExecutionMetricResult::Clear() { +// @@protoc_insertion_point(message_clear_start:flyteidl.core.ExecutionMetricResult) + ::google::protobuf::uint32 cached_has_bits = 0; + // Prevent compiler warnings about cached_has_bits being unused + (void) cached_has_bits; + + metric_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); + if (GetArenaNoVirtual() == nullptr && data_ != nullptr) { + delete data_; + } + data_ = nullptr; + _internal_metadata_.Clear(); +} + +#if GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER +const char* ExecutionMetricResult::_InternalParse(const char* begin, const char* end, void* object, + ::google::protobuf::internal::ParseContext* ctx) { + auto msg = static_cast(object); + ::google::protobuf::int32 size; (void)size; + int depth; (void)depth; + ::google::protobuf::uint32 tag; + ::google::protobuf::internal::ParseFunc parser_till_end; (void)parser_till_end; + auto ptr = begin; + while (ptr < end) { + ptr = ::google::protobuf::io::Parse32(ptr, &tag); + GOOGLE_PROTOBUF_PARSER_ASSERT(ptr); + switch (tag >> 3) { + // string metric = 1; + case 1: { + if (static_cast<::google::protobuf::uint8>(tag) != 10) goto handle_unusual; + ptr = ::google::protobuf::io::ReadSize(ptr, &size); + GOOGLE_PROTOBUF_PARSER_ASSERT(ptr); + ctx->extra_parse_data().SetFieldName("flyteidl.core.ExecutionMetricResult.metric"); + object = msg->mutable_metric(); + if (size > end - ptr + ::google::protobuf::internal::ParseContext::kSlopBytes) { + parser_till_end = ::google::protobuf::internal::GreedyStringParserUTF8; + goto string_till_end; + } + GOOGLE_PROTOBUF_PARSER_ASSERT(::google::protobuf::internal::StringCheckUTF8(ptr, size, ctx)); + ::google::protobuf::internal::InlineGreedyStringParser(object, ptr, size, ctx); + ptr += size; + break; + } + // .google.protobuf.Struct data = 2; + case 2: { + if (static_cast<::google::protobuf::uint8>(tag) != 18) goto handle_unusual; + ptr = ::google::protobuf::io::ReadSize(ptr, &size); + GOOGLE_PROTOBUF_PARSER_ASSERT(ptr); + parser_till_end = ::google::protobuf::Struct::_InternalParse; + object = msg->mutable_data(); + if (size > end - ptr) goto len_delim_till_end; + ptr += size; + GOOGLE_PROTOBUF_PARSER_ASSERT(ctx->ParseExactRange( + {parser_till_end, object}, ptr - size, ptr)); + break; + } + default: { + handle_unusual: + if ((tag & 7) == 4 || tag == 0) { + ctx->EndGroup(tag); + return ptr; + } + auto res = UnknownFieldParse(tag, {_InternalParse, msg}, + ptr, end, msg->_internal_metadata_.mutable_unknown_fields(), ctx); + ptr = res.first; + GOOGLE_PROTOBUF_PARSER_ASSERT(ptr != nullptr); + if (res.second) return ptr; + } + } // switch + } // while + return ptr; +string_till_end: + static_cast<::std::string*>(object)->clear(); + static_cast<::std::string*>(object)->reserve(size); + goto len_delim_till_end; +len_delim_till_end: + return ctx->StoreAndTailCall(ptr, end, {_InternalParse, msg}, + {parser_till_end, object}, size); +} +#else // GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER +bool ExecutionMetricResult::MergePartialFromCodedStream( + ::google::protobuf::io::CodedInputStream* input) { +#define DO_(EXPRESSION) if (!PROTOBUF_PREDICT_TRUE(EXPRESSION)) goto failure + ::google::protobuf::uint32 tag; + // @@protoc_insertion_point(parse_start:flyteidl.core.ExecutionMetricResult) + 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)) { + // string metric = 1; + case 1: { + if (static_cast< ::google::protobuf::uint8>(tag) == (10 & 0xFF)) { + DO_(::google::protobuf::internal::WireFormatLite::ReadString( + input, this->mutable_metric())); + DO_(::google::protobuf::internal::WireFormatLite::VerifyUtf8String( + this->metric().data(), static_cast(this->metric().length()), + ::google::protobuf::internal::WireFormatLite::PARSE, + "flyteidl.core.ExecutionMetricResult.metric")); + } else { + goto handle_unusual; + } + break; + } + + // .google.protobuf.Struct data = 2; + case 2: { + if (static_cast< ::google::protobuf::uint8>(tag) == (18 & 0xFF)) { + DO_(::google::protobuf::internal::WireFormatLite::ReadMessage( + input, mutable_data())); + } 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.core.ExecutionMetricResult) + return true; +failure: + // @@protoc_insertion_point(parse_failure:flyteidl.core.ExecutionMetricResult) + return false; +#undef DO_ +} +#endif // GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER + +void ExecutionMetricResult::SerializeWithCachedSizes( + ::google::protobuf::io::CodedOutputStream* output) const { + // @@protoc_insertion_point(serialize_start:flyteidl.core.ExecutionMetricResult) + ::google::protobuf::uint32 cached_has_bits = 0; + (void) cached_has_bits; + + // string metric = 1; + if (this->metric().size() > 0) { + ::google::protobuf::internal::WireFormatLite::VerifyUtf8String( + this->metric().data(), static_cast(this->metric().length()), + ::google::protobuf::internal::WireFormatLite::SERIALIZE, + "flyteidl.core.ExecutionMetricResult.metric"); + ::google::protobuf::internal::WireFormatLite::WriteStringMaybeAliased( + 1, this->metric(), output); + } + + // .google.protobuf.Struct data = 2; + if (this->has_data()) { + ::google::protobuf::internal::WireFormatLite::WriteMessageMaybeToArray( + 2, HasBitSetters::data(this), output); + } + + if (_internal_metadata_.have_unknown_fields()) { + ::google::protobuf::internal::WireFormat::SerializeUnknownFields( + _internal_metadata_.unknown_fields(), output); + } + // @@protoc_insertion_point(serialize_end:flyteidl.core.ExecutionMetricResult) +} + +::google::protobuf::uint8* ExecutionMetricResult::InternalSerializeWithCachedSizesToArray( + ::google::protobuf::uint8* target) const { + // @@protoc_insertion_point(serialize_to_array_start:flyteidl.core.ExecutionMetricResult) + ::google::protobuf::uint32 cached_has_bits = 0; + (void) cached_has_bits; + + // string metric = 1; + if (this->metric().size() > 0) { + ::google::protobuf::internal::WireFormatLite::VerifyUtf8String( + this->metric().data(), static_cast(this->metric().length()), + ::google::protobuf::internal::WireFormatLite::SERIALIZE, + "flyteidl.core.ExecutionMetricResult.metric"); + target = + ::google::protobuf::internal::WireFormatLite::WriteStringToArray( + 1, this->metric(), target); + } + + // .google.protobuf.Struct data = 2; + if (this->has_data()) { + target = ::google::protobuf::internal::WireFormatLite:: + InternalWriteMessageToArray( + 2, HasBitSetters::data(this), target); + } + + if (_internal_metadata_.have_unknown_fields()) { + target = ::google::protobuf::internal::WireFormat::SerializeUnknownFieldsToArray( + _internal_metadata_.unknown_fields(), target); + } + // @@protoc_insertion_point(serialize_to_array_end:flyteidl.core.ExecutionMetricResult) + return target; +} + +size_t ExecutionMetricResult::ByteSizeLong() const { +// @@protoc_insertion_point(message_byte_size_start:flyteidl.core.ExecutionMetricResult) + size_t total_size = 0; + + if (_internal_metadata_.have_unknown_fields()) { + total_size += + ::google::protobuf::internal::WireFormat::ComputeUnknownFieldsSize( + _internal_metadata_.unknown_fields()); + } + ::google::protobuf::uint32 cached_has_bits = 0; + // Prevent compiler warnings about cached_has_bits being unused + (void) cached_has_bits; + + // string metric = 1; + if (this->metric().size() > 0) { + total_size += 1 + + ::google::protobuf::internal::WireFormatLite::StringSize( + this->metric()); + } + + // .google.protobuf.Struct data = 2; + if (this->has_data()) { + total_size += 1 + + ::google::protobuf::internal::WireFormatLite::MessageSize( + *data_); + } + + int cached_size = ::google::protobuf::internal::ToCachedSize(total_size); + SetCachedSize(cached_size); + return total_size; +} + +void ExecutionMetricResult::MergeFrom(const ::google::protobuf::Message& from) { +// @@protoc_insertion_point(generalized_merge_from_start:flyteidl.core.ExecutionMetricResult) + GOOGLE_DCHECK_NE(&from, this); + const ExecutionMetricResult* source = + ::google::protobuf::DynamicCastToGenerated( + &from); + if (source == nullptr) { + // @@protoc_insertion_point(generalized_merge_from_cast_fail:flyteidl.core.ExecutionMetricResult) + ::google::protobuf::internal::ReflectionOps::Merge(from, this); + } else { + // @@protoc_insertion_point(generalized_merge_from_cast_success:flyteidl.core.ExecutionMetricResult) + MergeFrom(*source); + } +} + +void ExecutionMetricResult::MergeFrom(const ExecutionMetricResult& from) { +// @@protoc_insertion_point(class_specific_merge_from_start:flyteidl.core.ExecutionMetricResult) + GOOGLE_DCHECK_NE(&from, this); + _internal_metadata_.MergeFrom(from._internal_metadata_); + ::google::protobuf::uint32 cached_has_bits = 0; + (void) cached_has_bits; + + if (from.metric().size() > 0) { + + metric_.AssignWithDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), from.metric_); + } + if (from.has_data()) { + mutable_data()->::google::protobuf::Struct::MergeFrom(from.data()); + } +} + +void ExecutionMetricResult::CopyFrom(const ::google::protobuf::Message& from) { +// @@protoc_insertion_point(generalized_copy_from_start:flyteidl.core.ExecutionMetricResult) + if (&from == this) return; + Clear(); + MergeFrom(from); +} + +void ExecutionMetricResult::CopyFrom(const ExecutionMetricResult& from) { +// @@protoc_insertion_point(class_specific_copy_from_start:flyteidl.core.ExecutionMetricResult) + if (&from == this) return; + Clear(); + MergeFrom(from); +} + +bool ExecutionMetricResult::IsInitialized() const { + return true; +} + +void ExecutionMetricResult::Swap(ExecutionMetricResult* other) { + if (other == this) return; + InternalSwap(other); +} +void ExecutionMetricResult::InternalSwap(ExecutionMetricResult* other) { + using std::swap; + _internal_metadata_.Swap(&other->_internal_metadata_); + metric_.Swap(&other->metric_, &::google::protobuf::internal::GetEmptyStringAlreadyInited(), + GetArenaNoVirtual()); + swap(data_, other->data_); +} + +::google::protobuf::Metadata ExecutionMetricResult::GetMetadata() const { + ::google::protobuf::internal::AssignDescriptors(&::assign_descriptors_table_flyteidl_2fcore_2fmetrics_2eproto); + return ::file_level_metadata_flyteidl_2fcore_2fmetrics_2eproto[kIndexInFileMessages]; +} + + // @@protoc_insertion_point(namespace_scope) } // namespace core } // namespace flyteidl @@ -923,6 +1327,9 @@ namespace protobuf { template<> PROTOBUF_NOINLINE ::flyteidl::core::Span* Arena::CreateMaybeMessage< ::flyteidl::core::Span >(Arena* arena) { return Arena::CreateInternal< ::flyteidl::core::Span >(arena); } +template<> PROTOBUF_NOINLINE ::flyteidl::core::ExecutionMetricResult* Arena::CreateMaybeMessage< ::flyteidl::core::ExecutionMetricResult >(Arena* arena) { + return Arena::CreateInternal< ::flyteidl::core::ExecutionMetricResult >(arena); +} } // namespace protobuf } // namespace google diff --git a/flyteidl/gen/pb-cpp/flyteidl/core/metrics.pb.h b/flyteidl/gen/pb-cpp/flyteidl/core/metrics.pb.h index c19d6f944f..8c7140c273 100644 --- a/flyteidl/gen/pb-cpp/flyteidl/core/metrics.pb.h +++ b/flyteidl/gen/pb-cpp/flyteidl/core/metrics.pb.h @@ -33,6 +33,7 @@ #include #include "flyteidl/core/identifier.pb.h" #include +#include // @@protoc_insertion_point(includes) #include #define PROTOBUF_INTERNAL_EXPORT_flyteidl_2fcore_2fmetrics_2eproto @@ -43,7 +44,7 @@ struct TableStruct_flyteidl_2fcore_2fmetrics_2eproto { PROTOBUF_SECTION_VARIABLE(protodesc_cold); static const ::google::protobuf::internal::AuxillaryParseTableField aux[] PROTOBUF_SECTION_VARIABLE(protodesc_cold); - static const ::google::protobuf::internal::ParseTable schema[1] + static const ::google::protobuf::internal::ParseTable schema[2] PROTOBUF_SECTION_VARIABLE(protodesc_cold); static const ::google::protobuf::internal::FieldMetadata field_metadata[]; static const ::google::protobuf::internal::SerializationTable serialization_table[]; @@ -52,6 +53,9 @@ struct TableStruct_flyteidl_2fcore_2fmetrics_2eproto { void AddDescriptors_flyteidl_2fcore_2fmetrics_2eproto(); namespace flyteidl { namespace core { +class ExecutionMetricResult; +class ExecutionMetricResultDefaultTypeInternal; +extern ExecutionMetricResultDefaultTypeInternal _ExecutionMetricResult_default_instance_; class Span; class SpanDefaultTypeInternal; extern SpanDefaultTypeInternal _Span_default_instance_; @@ -59,6 +63,7 @@ extern SpanDefaultTypeInternal _Span_default_instance_; } // namespace flyteidl namespace google { namespace protobuf { +template<> ::flyteidl::core::ExecutionMetricResult* Arena::CreateMaybeMessage<::flyteidl::core::ExecutionMetricResult>(Arena*); template<> ::flyteidl::core::Span* Arena::CreateMaybeMessage<::flyteidl::core::Span>(Arena*); } // namespace protobuf } // namespace google @@ -273,6 +278,136 @@ class Span final : friend struct ::TableStruct_flyteidl_2fcore_2fmetrics_2eproto; }; +// ------------------------------------------------------------------- + +class ExecutionMetricResult final : + public ::google::protobuf::Message /* @@protoc_insertion_point(class_definition:flyteidl.core.ExecutionMetricResult) */ { + public: + ExecutionMetricResult(); + virtual ~ExecutionMetricResult(); + + ExecutionMetricResult(const ExecutionMetricResult& from); + + inline ExecutionMetricResult& operator=(const ExecutionMetricResult& from) { + CopyFrom(from); + return *this; + } + #if LANG_CXX11 + ExecutionMetricResult(ExecutionMetricResult&& from) noexcept + : ExecutionMetricResult() { + *this = ::std::move(from); + } + + inline ExecutionMetricResult& operator=(ExecutionMetricResult&& from) noexcept { + if (GetArenaNoVirtual() == from.GetArenaNoVirtual()) { + if (this != &from) InternalSwap(&from); + } else { + CopyFrom(from); + } + return *this; + } + #endif + static const ::google::protobuf::Descriptor* descriptor() { + return default_instance().GetDescriptor(); + } + static const ExecutionMetricResult& default_instance(); + + static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY + static inline const ExecutionMetricResult* internal_default_instance() { + return reinterpret_cast( + &_ExecutionMetricResult_default_instance_); + } + static constexpr int kIndexInFileMessages = + 1; + + void Swap(ExecutionMetricResult* other); + friend void swap(ExecutionMetricResult& a, ExecutionMetricResult& b) { + a.Swap(&b); + } + + // implements Message ---------------------------------------------- + + inline ExecutionMetricResult* New() const final { + return CreateMaybeMessage(nullptr); + } + + ExecutionMetricResult* New(::google::protobuf::Arena* arena) const final { + return CreateMaybeMessage(arena); + } + void CopyFrom(const ::google::protobuf::Message& from) final; + void MergeFrom(const ::google::protobuf::Message& from) final; + void CopyFrom(const ExecutionMetricResult& from); + void MergeFrom(const ExecutionMetricResult& from); + PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; + bool IsInitialized() const final; + + size_t ByteSizeLong() const final; + #if GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER + static const char* _InternalParse(const char* begin, const char* end, void* object, ::google::protobuf::internal::ParseContext* ctx); + ::google::protobuf::internal::ParseFunc _ParseFunc() const final { return _InternalParse; } + #else + bool MergePartialFromCodedStream( + ::google::protobuf::io::CodedInputStream* input) final; + #endif // GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER + void SerializeWithCachedSizes( + ::google::protobuf::io::CodedOutputStream* output) const final; + ::google::protobuf::uint8* InternalSerializeWithCachedSizesToArray( + ::google::protobuf::uint8* target) const final; + int GetCachedSize() const final { return _cached_size_.Get(); } + + private: + void SharedCtor(); + void SharedDtor(); + void SetCachedSize(int size) const final; + void InternalSwap(ExecutionMetricResult* other); + private: + inline ::google::protobuf::Arena* GetArenaNoVirtual() const { + return nullptr; + } + inline void* MaybeArenaPtr() const { + return nullptr; + } + public: + + ::google::protobuf::Metadata GetMetadata() const final; + + // nested types ---------------------------------------------------- + + // accessors ------------------------------------------------------- + + // string metric = 1; + void clear_metric(); + static const int kMetricFieldNumber = 1; + const ::std::string& metric() const; + void set_metric(const ::std::string& value); + #if LANG_CXX11 + void set_metric(::std::string&& value); + #endif + void set_metric(const char* value); + void set_metric(const char* value, size_t size); + ::std::string* mutable_metric(); + ::std::string* release_metric(); + void set_allocated_metric(::std::string* metric); + + // .google.protobuf.Struct data = 2; + bool has_data() const; + void clear_data(); + static const int kDataFieldNumber = 2; + const ::google::protobuf::Struct& data() const; + ::google::protobuf::Struct* release_data(); + ::google::protobuf::Struct* mutable_data(); + void set_allocated_data(::google::protobuf::Struct* data); + + // @@protoc_insertion_point(class_scope:flyteidl.core.ExecutionMetricResult) + private: + class HasBitSetters; + + ::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_; + ::google::protobuf::internal::ArenaStringPtr metric_; + ::google::protobuf::Struct* data_; + mutable ::google::protobuf::internal::CachedSize _cached_size_; + friend struct ::TableStruct_flyteidl_2fcore_2fmetrics_2eproto; +}; // =================================================================== @@ -612,9 +747,114 @@ inline void Span::clear_has_id() { inline Span::IdCase Span::id_case() const { return Span::IdCase(_oneof_case_[0]); } +// ------------------------------------------------------------------- + +// ExecutionMetricResult + +// string metric = 1; +inline void ExecutionMetricResult::clear_metric() { + metric_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); +} +inline const ::std::string& ExecutionMetricResult::metric() const { + // @@protoc_insertion_point(field_get:flyteidl.core.ExecutionMetricResult.metric) + return metric_.GetNoArena(); +} +inline void ExecutionMetricResult::set_metric(const ::std::string& value) { + + metric_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), value); + // @@protoc_insertion_point(field_set:flyteidl.core.ExecutionMetricResult.metric) +} +#if LANG_CXX11 +inline void ExecutionMetricResult::set_metric(::std::string&& value) { + + metric_.SetNoArena( + &::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::move(value)); + // @@protoc_insertion_point(field_set_rvalue:flyteidl.core.ExecutionMetricResult.metric) +} +#endif +inline void ExecutionMetricResult::set_metric(const char* value) { + GOOGLE_DCHECK(value != nullptr); + + metric_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(value)); + // @@protoc_insertion_point(field_set_char:flyteidl.core.ExecutionMetricResult.metric) +} +inline void ExecutionMetricResult::set_metric(const char* value, size_t size) { + + metric_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), + ::std::string(reinterpret_cast(value), size)); + // @@protoc_insertion_point(field_set_pointer:flyteidl.core.ExecutionMetricResult.metric) +} +inline ::std::string* ExecutionMetricResult::mutable_metric() { + + // @@protoc_insertion_point(field_mutable:flyteidl.core.ExecutionMetricResult.metric) + return metric_.MutableNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); +} +inline ::std::string* ExecutionMetricResult::release_metric() { + // @@protoc_insertion_point(field_release:flyteidl.core.ExecutionMetricResult.metric) + + return metric_.ReleaseNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); +} +inline void ExecutionMetricResult::set_allocated_metric(::std::string* metric) { + if (metric != nullptr) { + + } else { + + } + metric_.SetAllocatedNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), metric); + // @@protoc_insertion_point(field_set_allocated:flyteidl.core.ExecutionMetricResult.metric) +} + +// .google.protobuf.Struct data = 2; +inline bool ExecutionMetricResult::has_data() const { + return this != internal_default_instance() && data_ != nullptr; +} +inline const ::google::protobuf::Struct& ExecutionMetricResult::data() const { + const ::google::protobuf::Struct* p = data_; + // @@protoc_insertion_point(field_get:flyteidl.core.ExecutionMetricResult.data) + return p != nullptr ? *p : *reinterpret_cast( + &::google::protobuf::_Struct_default_instance_); +} +inline ::google::protobuf::Struct* ExecutionMetricResult::release_data() { + // @@protoc_insertion_point(field_release:flyteidl.core.ExecutionMetricResult.data) + + ::google::protobuf::Struct* temp = data_; + data_ = nullptr; + return temp; +} +inline ::google::protobuf::Struct* ExecutionMetricResult::mutable_data() { + + if (data_ == nullptr) { + auto* p = CreateMaybeMessage<::google::protobuf::Struct>(GetArenaNoVirtual()); + data_ = p; + } + // @@protoc_insertion_point(field_mutable:flyteidl.core.ExecutionMetricResult.data) + return data_; +} +inline void ExecutionMetricResult::set_allocated_data(::google::protobuf::Struct* data) { + ::google::protobuf::Arena* message_arena = GetArenaNoVirtual(); + if (message_arena == nullptr) { + delete reinterpret_cast< ::google::protobuf::MessageLite*>(data_); + } + if (data) { + ::google::protobuf::Arena* submessage_arena = + reinterpret_cast<::google::protobuf::MessageLite*>(data)->GetArena(); + if (message_arena != submessage_arena) { + data = ::google::protobuf::internal::GetOwnedMessage( + message_arena, data, submessage_arena); + } + + } else { + + } + data_ = data; + // @@protoc_insertion_point(field_set_allocated:flyteidl.core.ExecutionMetricResult.data) +} + #ifdef __GNUC__ #pragma GCC diagnostic pop #endif // __GNUC__ +// ------------------------------------------------------------------- + // @@protoc_insertion_point(namespace_scope) diff --git a/flyteidl/gen/pb-cpp/flyteidl/service/agent.grpc.pb.cc b/flyteidl/gen/pb-cpp/flyteidl/service/agent.grpc.pb.cc index 0dd9e3d2d1..a167711437 100644 --- a/flyteidl/gen/pb-cpp/flyteidl/service/agent.grpc.pb.cc +++ b/flyteidl/gen/pb-cpp/flyteidl/service/agent.grpc.pb.cc @@ -23,6 +23,8 @@ static const char* AsyncAgentService_method_names[] = { "/flyteidl.service.AsyncAgentService/CreateTask", "/flyteidl.service.AsyncAgentService/GetTask", "/flyteidl.service.AsyncAgentService/DeleteTask", + "/flyteidl.service.AsyncAgentService/GetTaskMetrics", + "/flyteidl.service.AsyncAgentService/GetTaskLogs", }; std::unique_ptr< AsyncAgentService::Stub> AsyncAgentService::NewStub(const std::shared_ptr< ::grpc::ChannelInterface>& channel, const ::grpc::StubOptions& options) { @@ -35,6 +37,8 @@ AsyncAgentService::Stub::Stub(const std::shared_ptr< ::grpc::ChannelInterface>& : channel_(channel), rpcmethod_CreateTask_(AsyncAgentService_method_names[0], ::grpc::internal::RpcMethod::NORMAL_RPC, channel) , rpcmethod_GetTask_(AsyncAgentService_method_names[1], ::grpc::internal::RpcMethod::NORMAL_RPC, channel) , rpcmethod_DeleteTask_(AsyncAgentService_method_names[2], ::grpc::internal::RpcMethod::NORMAL_RPC, channel) + , rpcmethod_GetTaskMetrics_(AsyncAgentService_method_names[3], ::grpc::internal::RpcMethod::NORMAL_RPC, channel) + , rpcmethod_GetTaskLogs_(AsyncAgentService_method_names[4], ::grpc::internal::RpcMethod::NORMAL_RPC, channel) {} ::grpc::Status AsyncAgentService::Stub::CreateTask(::grpc::ClientContext* context, const ::flyteidl::admin::CreateTaskRequest& request, ::flyteidl::admin::CreateTaskResponse* response) { @@ -121,6 +125,62 @@ ::grpc::ClientAsyncResponseReader< ::flyteidl::admin::DeleteTaskResponse>* Async return ::grpc::internal::ClientAsyncResponseReaderFactory< ::flyteidl::admin::DeleteTaskResponse>::Create(channel_.get(), cq, rpcmethod_DeleteTask_, context, request, false); } +::grpc::Status AsyncAgentService::Stub::GetTaskMetrics(::grpc::ClientContext* context, const ::flyteidl::admin::GetTaskMetricsRequest& request, ::flyteidl::admin::GetTaskMetricsResponse* response) { + return ::grpc::internal::BlockingUnaryCall(channel_.get(), rpcmethod_GetTaskMetrics_, context, request, response); +} + +void AsyncAgentService::Stub::experimental_async::GetTaskMetrics(::grpc::ClientContext* context, const ::flyteidl::admin::GetTaskMetricsRequest* request, ::flyteidl::admin::GetTaskMetricsResponse* response, std::function f) { + ::grpc::internal::CallbackUnaryCall(stub_->channel_.get(), stub_->rpcmethod_GetTaskMetrics_, context, request, response, std::move(f)); +} + +void AsyncAgentService::Stub::experimental_async::GetTaskMetrics(::grpc::ClientContext* context, const ::grpc::ByteBuffer* request, ::flyteidl::admin::GetTaskMetricsResponse* response, std::function f) { + ::grpc::internal::CallbackUnaryCall(stub_->channel_.get(), stub_->rpcmethod_GetTaskMetrics_, context, request, response, std::move(f)); +} + +void AsyncAgentService::Stub::experimental_async::GetTaskMetrics(::grpc::ClientContext* context, const ::flyteidl::admin::GetTaskMetricsRequest* request, ::flyteidl::admin::GetTaskMetricsResponse* response, ::grpc::experimental::ClientUnaryReactor* reactor) { + ::grpc::internal::ClientCallbackUnaryFactory::Create(stub_->channel_.get(), stub_->rpcmethod_GetTaskMetrics_, context, request, response, reactor); +} + +void AsyncAgentService::Stub::experimental_async::GetTaskMetrics(::grpc::ClientContext* context, const ::grpc::ByteBuffer* request, ::flyteidl::admin::GetTaskMetricsResponse* response, ::grpc::experimental::ClientUnaryReactor* reactor) { + ::grpc::internal::ClientCallbackUnaryFactory::Create(stub_->channel_.get(), stub_->rpcmethod_GetTaskMetrics_, context, request, response, reactor); +} + +::grpc::ClientAsyncResponseReader< ::flyteidl::admin::GetTaskMetricsResponse>* AsyncAgentService::Stub::AsyncGetTaskMetricsRaw(::grpc::ClientContext* context, const ::flyteidl::admin::GetTaskMetricsRequest& request, ::grpc::CompletionQueue* cq) { + return ::grpc::internal::ClientAsyncResponseReaderFactory< ::flyteidl::admin::GetTaskMetricsResponse>::Create(channel_.get(), cq, rpcmethod_GetTaskMetrics_, context, request, true); +} + +::grpc::ClientAsyncResponseReader< ::flyteidl::admin::GetTaskMetricsResponse>* AsyncAgentService::Stub::PrepareAsyncGetTaskMetricsRaw(::grpc::ClientContext* context, const ::flyteidl::admin::GetTaskMetricsRequest& request, ::grpc::CompletionQueue* cq) { + return ::grpc::internal::ClientAsyncResponseReaderFactory< ::flyteidl::admin::GetTaskMetricsResponse>::Create(channel_.get(), cq, rpcmethod_GetTaskMetrics_, context, request, false); +} + +::grpc::Status AsyncAgentService::Stub::GetTaskLogs(::grpc::ClientContext* context, const ::flyteidl::admin::GetTaskLogsRequest& request, ::flyteidl::admin::GetTaskLogsResponse* response) { + return ::grpc::internal::BlockingUnaryCall(channel_.get(), rpcmethod_GetTaskLogs_, context, request, response); +} + +void AsyncAgentService::Stub::experimental_async::GetTaskLogs(::grpc::ClientContext* context, const ::flyteidl::admin::GetTaskLogsRequest* request, ::flyteidl::admin::GetTaskLogsResponse* response, std::function f) { + ::grpc::internal::CallbackUnaryCall(stub_->channel_.get(), stub_->rpcmethod_GetTaskLogs_, context, request, response, std::move(f)); +} + +void AsyncAgentService::Stub::experimental_async::GetTaskLogs(::grpc::ClientContext* context, const ::grpc::ByteBuffer* request, ::flyteidl::admin::GetTaskLogsResponse* response, std::function f) { + ::grpc::internal::CallbackUnaryCall(stub_->channel_.get(), stub_->rpcmethod_GetTaskLogs_, context, request, response, std::move(f)); +} + +void AsyncAgentService::Stub::experimental_async::GetTaskLogs(::grpc::ClientContext* context, const ::flyteidl::admin::GetTaskLogsRequest* request, ::flyteidl::admin::GetTaskLogsResponse* response, ::grpc::experimental::ClientUnaryReactor* reactor) { + ::grpc::internal::ClientCallbackUnaryFactory::Create(stub_->channel_.get(), stub_->rpcmethod_GetTaskLogs_, context, request, response, reactor); +} + +void AsyncAgentService::Stub::experimental_async::GetTaskLogs(::grpc::ClientContext* context, const ::grpc::ByteBuffer* request, ::flyteidl::admin::GetTaskLogsResponse* response, ::grpc::experimental::ClientUnaryReactor* reactor) { + ::grpc::internal::ClientCallbackUnaryFactory::Create(stub_->channel_.get(), stub_->rpcmethod_GetTaskLogs_, context, request, response, reactor); +} + +::grpc::ClientAsyncResponseReader< ::flyteidl::admin::GetTaskLogsResponse>* AsyncAgentService::Stub::AsyncGetTaskLogsRaw(::grpc::ClientContext* context, const ::flyteidl::admin::GetTaskLogsRequest& request, ::grpc::CompletionQueue* cq) { + return ::grpc::internal::ClientAsyncResponseReaderFactory< ::flyteidl::admin::GetTaskLogsResponse>::Create(channel_.get(), cq, rpcmethod_GetTaskLogs_, context, request, true); +} + +::grpc::ClientAsyncResponseReader< ::flyteidl::admin::GetTaskLogsResponse>* AsyncAgentService::Stub::PrepareAsyncGetTaskLogsRaw(::grpc::ClientContext* context, const ::flyteidl::admin::GetTaskLogsRequest& request, ::grpc::CompletionQueue* cq) { + return ::grpc::internal::ClientAsyncResponseReaderFactory< ::flyteidl::admin::GetTaskLogsResponse>::Create(channel_.get(), cq, rpcmethod_GetTaskLogs_, context, request, false); +} + AsyncAgentService::Service::Service() { AddMethod(new ::grpc::internal::RpcServiceMethod( AsyncAgentService_method_names[0], @@ -137,6 +197,16 @@ AsyncAgentService::Service::Service() { ::grpc::internal::RpcMethod::NORMAL_RPC, new ::grpc::internal::RpcMethodHandler< AsyncAgentService::Service, ::flyteidl::admin::DeleteTaskRequest, ::flyteidl::admin::DeleteTaskResponse>( std::mem_fn(&AsyncAgentService::Service::DeleteTask), this))); + AddMethod(new ::grpc::internal::RpcServiceMethod( + AsyncAgentService_method_names[3], + ::grpc::internal::RpcMethod::NORMAL_RPC, + new ::grpc::internal::RpcMethodHandler< AsyncAgentService::Service, ::flyteidl::admin::GetTaskMetricsRequest, ::flyteidl::admin::GetTaskMetricsResponse>( + std::mem_fn(&AsyncAgentService::Service::GetTaskMetrics), this))); + AddMethod(new ::grpc::internal::RpcServiceMethod( + AsyncAgentService_method_names[4], + ::grpc::internal::RpcMethod::NORMAL_RPC, + new ::grpc::internal::RpcMethodHandler< AsyncAgentService::Service, ::flyteidl::admin::GetTaskLogsRequest, ::flyteidl::admin::GetTaskLogsResponse>( + std::mem_fn(&AsyncAgentService::Service::GetTaskLogs), this))); } AsyncAgentService::Service::~Service() { @@ -163,6 +233,20 @@ ::grpc::Status AsyncAgentService::Service::DeleteTask(::grpc::ServerContext* con return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); } +::grpc::Status AsyncAgentService::Service::GetTaskMetrics(::grpc::ServerContext* context, const ::flyteidl::admin::GetTaskMetricsRequest* request, ::flyteidl::admin::GetTaskMetricsResponse* response) { + (void) context; + (void) request; + (void) response; + return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); +} + +::grpc::Status AsyncAgentService::Service::GetTaskLogs(::grpc::ServerContext* context, const ::flyteidl::admin::GetTaskLogsRequest* request, ::flyteidl::admin::GetTaskLogsResponse* response) { + (void) context; + (void) request; + (void) response; + return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); +} + static const char* AgentMetadataService_method_names[] = { "/flyteidl.service.AgentMetadataService/GetAgent", diff --git a/flyteidl/gen/pb-cpp/flyteidl/service/agent.grpc.pb.h b/flyteidl/gen/pb-cpp/flyteidl/service/agent.grpc.pb.h index e1cb5da223..e1ab9cd6e5 100644 --- a/flyteidl/gen/pb-cpp/flyteidl/service/agent.grpc.pb.h +++ b/flyteidl/gen/pb-cpp/flyteidl/service/agent.grpc.pb.h @@ -73,6 +73,26 @@ class AsyncAgentService final { std::unique_ptr< ::grpc::ClientAsyncResponseReaderInterface< ::flyteidl::admin::DeleteTaskResponse>> PrepareAsyncDeleteTask(::grpc::ClientContext* context, const ::flyteidl::admin::DeleteTaskRequest& request, ::grpc::CompletionQueue* cq) { return std::unique_ptr< ::grpc::ClientAsyncResponseReaderInterface< ::flyteidl::admin::DeleteTaskResponse>>(PrepareAsyncDeleteTaskRaw(context, request, cq)); } + // GetTaskMetrics returns one or more task execution metrics, if available. + // + // Errors include + // * OutOfRange if metrics are not available for the specified task time range + // * various other errors + virtual ::grpc::Status GetTaskMetrics(::grpc::ClientContext* context, const ::flyteidl::admin::GetTaskMetricsRequest& request, ::flyteidl::admin::GetTaskMetricsResponse* response) = 0; + std::unique_ptr< ::grpc::ClientAsyncResponseReaderInterface< ::flyteidl::admin::GetTaskMetricsResponse>> AsyncGetTaskMetrics(::grpc::ClientContext* context, const ::flyteidl::admin::GetTaskMetricsRequest& request, ::grpc::CompletionQueue* cq) { + return std::unique_ptr< ::grpc::ClientAsyncResponseReaderInterface< ::flyteidl::admin::GetTaskMetricsResponse>>(AsyncGetTaskMetricsRaw(context, request, cq)); + } + std::unique_ptr< ::grpc::ClientAsyncResponseReaderInterface< ::flyteidl::admin::GetTaskMetricsResponse>> PrepareAsyncGetTaskMetrics(::grpc::ClientContext* context, const ::flyteidl::admin::GetTaskMetricsRequest& request, ::grpc::CompletionQueue* cq) { + return std::unique_ptr< ::grpc::ClientAsyncResponseReaderInterface< ::flyteidl::admin::GetTaskMetricsResponse>>(PrepareAsyncGetTaskMetricsRaw(context, request, cq)); + } + // GetTaskLogs returns task execution logs, if available. + virtual ::grpc::Status GetTaskLogs(::grpc::ClientContext* context, const ::flyteidl::admin::GetTaskLogsRequest& request, ::flyteidl::admin::GetTaskLogsResponse* response) = 0; + std::unique_ptr< ::grpc::ClientAsyncResponseReaderInterface< ::flyteidl::admin::GetTaskLogsResponse>> AsyncGetTaskLogs(::grpc::ClientContext* context, const ::flyteidl::admin::GetTaskLogsRequest& request, ::grpc::CompletionQueue* cq) { + return std::unique_ptr< ::grpc::ClientAsyncResponseReaderInterface< ::flyteidl::admin::GetTaskLogsResponse>>(AsyncGetTaskLogsRaw(context, request, cq)); + } + std::unique_ptr< ::grpc::ClientAsyncResponseReaderInterface< ::flyteidl::admin::GetTaskLogsResponse>> PrepareAsyncGetTaskLogs(::grpc::ClientContext* context, const ::flyteidl::admin::GetTaskLogsRequest& request, ::grpc::CompletionQueue* cq) { + return std::unique_ptr< ::grpc::ClientAsyncResponseReaderInterface< ::flyteidl::admin::GetTaskLogsResponse>>(PrepareAsyncGetTaskLogsRaw(context, request, cq)); + } class experimental_async_interface { public: virtual ~experimental_async_interface() {} @@ -91,6 +111,20 @@ class AsyncAgentService final { virtual void DeleteTask(::grpc::ClientContext* context, const ::grpc::ByteBuffer* request, ::flyteidl::admin::DeleteTaskResponse* response, std::function) = 0; virtual void DeleteTask(::grpc::ClientContext* context, const ::flyteidl::admin::DeleteTaskRequest* request, ::flyteidl::admin::DeleteTaskResponse* response, ::grpc::experimental::ClientUnaryReactor* reactor) = 0; virtual void DeleteTask(::grpc::ClientContext* context, const ::grpc::ByteBuffer* request, ::flyteidl::admin::DeleteTaskResponse* response, ::grpc::experimental::ClientUnaryReactor* reactor) = 0; + // GetTaskMetrics returns one or more task execution metrics, if available. + // + // Errors include + // * OutOfRange if metrics are not available for the specified task time range + // * various other errors + virtual void GetTaskMetrics(::grpc::ClientContext* context, const ::flyteidl::admin::GetTaskMetricsRequest* request, ::flyteidl::admin::GetTaskMetricsResponse* response, std::function) = 0; + virtual void GetTaskMetrics(::grpc::ClientContext* context, const ::grpc::ByteBuffer* request, ::flyteidl::admin::GetTaskMetricsResponse* response, std::function) = 0; + virtual void GetTaskMetrics(::grpc::ClientContext* context, const ::flyteidl::admin::GetTaskMetricsRequest* request, ::flyteidl::admin::GetTaskMetricsResponse* response, ::grpc::experimental::ClientUnaryReactor* reactor) = 0; + virtual void GetTaskMetrics(::grpc::ClientContext* context, const ::grpc::ByteBuffer* request, ::flyteidl::admin::GetTaskMetricsResponse* response, ::grpc::experimental::ClientUnaryReactor* reactor) = 0; + // GetTaskLogs returns task execution logs, if available. + virtual void GetTaskLogs(::grpc::ClientContext* context, const ::flyteidl::admin::GetTaskLogsRequest* request, ::flyteidl::admin::GetTaskLogsResponse* response, std::function) = 0; + virtual void GetTaskLogs(::grpc::ClientContext* context, const ::grpc::ByteBuffer* request, ::flyteidl::admin::GetTaskLogsResponse* response, std::function) = 0; + virtual void GetTaskLogs(::grpc::ClientContext* context, const ::flyteidl::admin::GetTaskLogsRequest* request, ::flyteidl::admin::GetTaskLogsResponse* response, ::grpc::experimental::ClientUnaryReactor* reactor) = 0; + virtual void GetTaskLogs(::grpc::ClientContext* context, const ::grpc::ByteBuffer* request, ::flyteidl::admin::GetTaskLogsResponse* response, ::grpc::experimental::ClientUnaryReactor* reactor) = 0; }; virtual class experimental_async_interface* experimental_async() { return nullptr; } private: @@ -100,6 +134,10 @@ class AsyncAgentService final { virtual ::grpc::ClientAsyncResponseReaderInterface< ::flyteidl::admin::GetTaskResponse>* PrepareAsyncGetTaskRaw(::grpc::ClientContext* context, const ::flyteidl::admin::GetTaskRequest& request, ::grpc::CompletionQueue* cq) = 0; virtual ::grpc::ClientAsyncResponseReaderInterface< ::flyteidl::admin::DeleteTaskResponse>* AsyncDeleteTaskRaw(::grpc::ClientContext* context, const ::flyteidl::admin::DeleteTaskRequest& request, ::grpc::CompletionQueue* cq) = 0; virtual ::grpc::ClientAsyncResponseReaderInterface< ::flyteidl::admin::DeleteTaskResponse>* PrepareAsyncDeleteTaskRaw(::grpc::ClientContext* context, const ::flyteidl::admin::DeleteTaskRequest& request, ::grpc::CompletionQueue* cq) = 0; + virtual ::grpc::ClientAsyncResponseReaderInterface< ::flyteidl::admin::GetTaskMetricsResponse>* AsyncGetTaskMetricsRaw(::grpc::ClientContext* context, const ::flyteidl::admin::GetTaskMetricsRequest& request, ::grpc::CompletionQueue* cq) = 0; + virtual ::grpc::ClientAsyncResponseReaderInterface< ::flyteidl::admin::GetTaskMetricsResponse>* PrepareAsyncGetTaskMetricsRaw(::grpc::ClientContext* context, const ::flyteidl::admin::GetTaskMetricsRequest& request, ::grpc::CompletionQueue* cq) = 0; + virtual ::grpc::ClientAsyncResponseReaderInterface< ::flyteidl::admin::GetTaskLogsResponse>* AsyncGetTaskLogsRaw(::grpc::ClientContext* context, const ::flyteidl::admin::GetTaskLogsRequest& request, ::grpc::CompletionQueue* cq) = 0; + virtual ::grpc::ClientAsyncResponseReaderInterface< ::flyteidl::admin::GetTaskLogsResponse>* PrepareAsyncGetTaskLogsRaw(::grpc::ClientContext* context, const ::flyteidl::admin::GetTaskLogsRequest& request, ::grpc::CompletionQueue* cq) = 0; }; class Stub final : public StubInterface { public: @@ -125,6 +163,20 @@ class AsyncAgentService final { std::unique_ptr< ::grpc::ClientAsyncResponseReader< ::flyteidl::admin::DeleteTaskResponse>> PrepareAsyncDeleteTask(::grpc::ClientContext* context, const ::flyteidl::admin::DeleteTaskRequest& request, ::grpc::CompletionQueue* cq) { return std::unique_ptr< ::grpc::ClientAsyncResponseReader< ::flyteidl::admin::DeleteTaskResponse>>(PrepareAsyncDeleteTaskRaw(context, request, cq)); } + ::grpc::Status GetTaskMetrics(::grpc::ClientContext* context, const ::flyteidl::admin::GetTaskMetricsRequest& request, ::flyteidl::admin::GetTaskMetricsResponse* response) override; + std::unique_ptr< ::grpc::ClientAsyncResponseReader< ::flyteidl::admin::GetTaskMetricsResponse>> AsyncGetTaskMetrics(::grpc::ClientContext* context, const ::flyteidl::admin::GetTaskMetricsRequest& request, ::grpc::CompletionQueue* cq) { + return std::unique_ptr< ::grpc::ClientAsyncResponseReader< ::flyteidl::admin::GetTaskMetricsResponse>>(AsyncGetTaskMetricsRaw(context, request, cq)); + } + std::unique_ptr< ::grpc::ClientAsyncResponseReader< ::flyteidl::admin::GetTaskMetricsResponse>> PrepareAsyncGetTaskMetrics(::grpc::ClientContext* context, const ::flyteidl::admin::GetTaskMetricsRequest& request, ::grpc::CompletionQueue* cq) { + return std::unique_ptr< ::grpc::ClientAsyncResponseReader< ::flyteidl::admin::GetTaskMetricsResponse>>(PrepareAsyncGetTaskMetricsRaw(context, request, cq)); + } + ::grpc::Status GetTaskLogs(::grpc::ClientContext* context, const ::flyteidl::admin::GetTaskLogsRequest& request, ::flyteidl::admin::GetTaskLogsResponse* response) override; + std::unique_ptr< ::grpc::ClientAsyncResponseReader< ::flyteidl::admin::GetTaskLogsResponse>> AsyncGetTaskLogs(::grpc::ClientContext* context, const ::flyteidl::admin::GetTaskLogsRequest& request, ::grpc::CompletionQueue* cq) { + return std::unique_ptr< ::grpc::ClientAsyncResponseReader< ::flyteidl::admin::GetTaskLogsResponse>>(AsyncGetTaskLogsRaw(context, request, cq)); + } + std::unique_ptr< ::grpc::ClientAsyncResponseReader< ::flyteidl::admin::GetTaskLogsResponse>> PrepareAsyncGetTaskLogs(::grpc::ClientContext* context, const ::flyteidl::admin::GetTaskLogsRequest& request, ::grpc::CompletionQueue* cq) { + return std::unique_ptr< ::grpc::ClientAsyncResponseReader< ::flyteidl::admin::GetTaskLogsResponse>>(PrepareAsyncGetTaskLogsRaw(context, request, cq)); + } class experimental_async final : public StubInterface::experimental_async_interface { public: @@ -140,6 +192,14 @@ class AsyncAgentService final { void DeleteTask(::grpc::ClientContext* context, const ::grpc::ByteBuffer* request, ::flyteidl::admin::DeleteTaskResponse* response, std::function) override; void DeleteTask(::grpc::ClientContext* context, const ::flyteidl::admin::DeleteTaskRequest* request, ::flyteidl::admin::DeleteTaskResponse* response, ::grpc::experimental::ClientUnaryReactor* reactor) override; void DeleteTask(::grpc::ClientContext* context, const ::grpc::ByteBuffer* request, ::flyteidl::admin::DeleteTaskResponse* response, ::grpc::experimental::ClientUnaryReactor* reactor) override; + void GetTaskMetrics(::grpc::ClientContext* context, const ::flyteidl::admin::GetTaskMetricsRequest* request, ::flyteidl::admin::GetTaskMetricsResponse* response, std::function) override; + void GetTaskMetrics(::grpc::ClientContext* context, const ::grpc::ByteBuffer* request, ::flyteidl::admin::GetTaskMetricsResponse* response, std::function) override; + void GetTaskMetrics(::grpc::ClientContext* context, const ::flyteidl::admin::GetTaskMetricsRequest* request, ::flyteidl::admin::GetTaskMetricsResponse* response, ::grpc::experimental::ClientUnaryReactor* reactor) override; + void GetTaskMetrics(::grpc::ClientContext* context, const ::grpc::ByteBuffer* request, ::flyteidl::admin::GetTaskMetricsResponse* response, ::grpc::experimental::ClientUnaryReactor* reactor) override; + void GetTaskLogs(::grpc::ClientContext* context, const ::flyteidl::admin::GetTaskLogsRequest* request, ::flyteidl::admin::GetTaskLogsResponse* response, std::function) override; + void GetTaskLogs(::grpc::ClientContext* context, const ::grpc::ByteBuffer* request, ::flyteidl::admin::GetTaskLogsResponse* response, std::function) override; + void GetTaskLogs(::grpc::ClientContext* context, const ::flyteidl::admin::GetTaskLogsRequest* request, ::flyteidl::admin::GetTaskLogsResponse* response, ::grpc::experimental::ClientUnaryReactor* reactor) override; + void GetTaskLogs(::grpc::ClientContext* context, const ::grpc::ByteBuffer* request, ::flyteidl::admin::GetTaskLogsResponse* response, ::grpc::experimental::ClientUnaryReactor* reactor) override; private: friend class Stub; explicit experimental_async(Stub* stub): stub_(stub) { } @@ -157,9 +217,15 @@ class AsyncAgentService final { ::grpc::ClientAsyncResponseReader< ::flyteidl::admin::GetTaskResponse>* PrepareAsyncGetTaskRaw(::grpc::ClientContext* context, const ::flyteidl::admin::GetTaskRequest& request, ::grpc::CompletionQueue* cq) override; ::grpc::ClientAsyncResponseReader< ::flyteidl::admin::DeleteTaskResponse>* AsyncDeleteTaskRaw(::grpc::ClientContext* context, const ::flyteidl::admin::DeleteTaskRequest& request, ::grpc::CompletionQueue* cq) override; ::grpc::ClientAsyncResponseReader< ::flyteidl::admin::DeleteTaskResponse>* PrepareAsyncDeleteTaskRaw(::grpc::ClientContext* context, const ::flyteidl::admin::DeleteTaskRequest& request, ::grpc::CompletionQueue* cq) override; + ::grpc::ClientAsyncResponseReader< ::flyteidl::admin::GetTaskMetricsResponse>* AsyncGetTaskMetricsRaw(::grpc::ClientContext* context, const ::flyteidl::admin::GetTaskMetricsRequest& request, ::grpc::CompletionQueue* cq) override; + ::grpc::ClientAsyncResponseReader< ::flyteidl::admin::GetTaskMetricsResponse>* PrepareAsyncGetTaskMetricsRaw(::grpc::ClientContext* context, const ::flyteidl::admin::GetTaskMetricsRequest& request, ::grpc::CompletionQueue* cq) override; + ::grpc::ClientAsyncResponseReader< ::flyteidl::admin::GetTaskLogsResponse>* AsyncGetTaskLogsRaw(::grpc::ClientContext* context, const ::flyteidl::admin::GetTaskLogsRequest& request, ::grpc::CompletionQueue* cq) override; + ::grpc::ClientAsyncResponseReader< ::flyteidl::admin::GetTaskLogsResponse>* PrepareAsyncGetTaskLogsRaw(::grpc::ClientContext* context, const ::flyteidl::admin::GetTaskLogsRequest& request, ::grpc::CompletionQueue* cq) override; const ::grpc::internal::RpcMethod rpcmethod_CreateTask_; const ::grpc::internal::RpcMethod rpcmethod_GetTask_; const ::grpc::internal::RpcMethod rpcmethod_DeleteTask_; + const ::grpc::internal::RpcMethod rpcmethod_GetTaskMetrics_; + const ::grpc::internal::RpcMethod rpcmethod_GetTaskLogs_; }; static std::unique_ptr NewStub(const std::shared_ptr< ::grpc::ChannelInterface>& channel, const ::grpc::StubOptions& options = ::grpc::StubOptions()); @@ -173,6 +239,14 @@ class AsyncAgentService final { virtual ::grpc::Status GetTask(::grpc::ServerContext* context, const ::flyteidl::admin::GetTaskRequest* request, ::flyteidl::admin::GetTaskResponse* response); // Delete the task resource. virtual ::grpc::Status DeleteTask(::grpc::ServerContext* context, const ::flyteidl::admin::DeleteTaskRequest* request, ::flyteidl::admin::DeleteTaskResponse* response); + // GetTaskMetrics returns one or more task execution metrics, if available. + // + // Errors include + // * OutOfRange if metrics are not available for the specified task time range + // * various other errors + virtual ::grpc::Status GetTaskMetrics(::grpc::ServerContext* context, const ::flyteidl::admin::GetTaskMetricsRequest* request, ::flyteidl::admin::GetTaskMetricsResponse* response); + // GetTaskLogs returns task execution logs, if available. + virtual ::grpc::Status GetTaskLogs(::grpc::ServerContext* context, const ::flyteidl::admin::GetTaskLogsRequest* request, ::flyteidl::admin::GetTaskLogsResponse* response); }; template class WithAsyncMethod_CreateTask : public BaseClass { @@ -234,7 +308,47 @@ class AsyncAgentService final { ::grpc::Service::RequestAsyncUnary(2, context, request, response, new_call_cq, notification_cq, tag); } }; - typedef WithAsyncMethod_CreateTask > > AsyncService; + template + class WithAsyncMethod_GetTaskMetrics : public BaseClass { + private: + void BaseClassMustBeDerivedFromService(const Service *service) {} + public: + WithAsyncMethod_GetTaskMetrics() { + ::grpc::Service::MarkMethodAsync(3); + } + ~WithAsyncMethod_GetTaskMetrics() override { + BaseClassMustBeDerivedFromService(this); + } + // disable synchronous version of this method + ::grpc::Status GetTaskMetrics(::grpc::ServerContext* context, const ::flyteidl::admin::GetTaskMetricsRequest* request, ::flyteidl::admin::GetTaskMetricsResponse* response) override { + abort(); + return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); + } + void RequestGetTaskMetrics(::grpc::ServerContext* context, ::flyteidl::admin::GetTaskMetricsRequest* request, ::grpc::ServerAsyncResponseWriter< ::flyteidl::admin::GetTaskMetricsResponse>* response, ::grpc::CompletionQueue* new_call_cq, ::grpc::ServerCompletionQueue* notification_cq, void *tag) { + ::grpc::Service::RequestAsyncUnary(3, context, request, response, new_call_cq, notification_cq, tag); + } + }; + template + class WithAsyncMethod_GetTaskLogs : public BaseClass { + private: + void BaseClassMustBeDerivedFromService(const Service *service) {} + public: + WithAsyncMethod_GetTaskLogs() { + ::grpc::Service::MarkMethodAsync(4); + } + ~WithAsyncMethod_GetTaskLogs() override { + BaseClassMustBeDerivedFromService(this); + } + // disable synchronous version of this method + ::grpc::Status GetTaskLogs(::grpc::ServerContext* context, const ::flyteidl::admin::GetTaskLogsRequest* request, ::flyteidl::admin::GetTaskLogsResponse* response) override { + abort(); + return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); + } + void RequestGetTaskLogs(::grpc::ServerContext* context, ::flyteidl::admin::GetTaskLogsRequest* request, ::grpc::ServerAsyncResponseWriter< ::flyteidl::admin::GetTaskLogsResponse>* response, ::grpc::CompletionQueue* new_call_cq, ::grpc::ServerCompletionQueue* notification_cq, void *tag) { + ::grpc::Service::RequestAsyncUnary(4, context, request, response, new_call_cq, notification_cq, tag); + } + }; + typedef WithAsyncMethod_CreateTask > > > > AsyncService; template class ExperimentalWithCallbackMethod_CreateTask : public BaseClass { private: @@ -328,7 +442,69 @@ class AsyncAgentService final { } virtual void DeleteTask(::grpc::ServerContext* context, const ::flyteidl::admin::DeleteTaskRequest* request, ::flyteidl::admin::DeleteTaskResponse* response, ::grpc::experimental::ServerCallbackRpcController* controller) { controller->Finish(::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, "")); } }; - typedef ExperimentalWithCallbackMethod_CreateTask > > ExperimentalCallbackService; + template + class ExperimentalWithCallbackMethod_GetTaskMetrics : public BaseClass { + private: + void BaseClassMustBeDerivedFromService(const Service *service) {} + public: + ExperimentalWithCallbackMethod_GetTaskMetrics() { + ::grpc::Service::experimental().MarkMethodCallback(3, + new ::grpc::internal::CallbackUnaryHandler< ::flyteidl::admin::GetTaskMetricsRequest, ::flyteidl::admin::GetTaskMetricsResponse>( + [this](::grpc::ServerContext* context, + const ::flyteidl::admin::GetTaskMetricsRequest* request, + ::flyteidl::admin::GetTaskMetricsResponse* response, + ::grpc::experimental::ServerCallbackRpcController* controller) { + return this->GetTaskMetrics(context, request, response, controller); + })); + } + void SetMessageAllocatorFor_GetTaskMetrics( + ::grpc::experimental::MessageAllocator< ::flyteidl::admin::GetTaskMetricsRequest, ::flyteidl::admin::GetTaskMetricsResponse>* allocator) { + static_cast<::grpc::internal::CallbackUnaryHandler< ::flyteidl::admin::GetTaskMetricsRequest, ::flyteidl::admin::GetTaskMetricsResponse>*>( + ::grpc::Service::experimental().GetHandler(3)) + ->SetMessageAllocator(allocator); + } + ~ExperimentalWithCallbackMethod_GetTaskMetrics() override { + BaseClassMustBeDerivedFromService(this); + } + // disable synchronous version of this method + ::grpc::Status GetTaskMetrics(::grpc::ServerContext* context, const ::flyteidl::admin::GetTaskMetricsRequest* request, ::flyteidl::admin::GetTaskMetricsResponse* response) override { + abort(); + return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); + } + virtual void GetTaskMetrics(::grpc::ServerContext* context, const ::flyteidl::admin::GetTaskMetricsRequest* request, ::flyteidl::admin::GetTaskMetricsResponse* response, ::grpc::experimental::ServerCallbackRpcController* controller) { controller->Finish(::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, "")); } + }; + template + class ExperimentalWithCallbackMethod_GetTaskLogs : public BaseClass { + private: + void BaseClassMustBeDerivedFromService(const Service *service) {} + public: + ExperimentalWithCallbackMethod_GetTaskLogs() { + ::grpc::Service::experimental().MarkMethodCallback(4, + new ::grpc::internal::CallbackUnaryHandler< ::flyteidl::admin::GetTaskLogsRequest, ::flyteidl::admin::GetTaskLogsResponse>( + [this](::grpc::ServerContext* context, + const ::flyteidl::admin::GetTaskLogsRequest* request, + ::flyteidl::admin::GetTaskLogsResponse* response, + ::grpc::experimental::ServerCallbackRpcController* controller) { + return this->GetTaskLogs(context, request, response, controller); + })); + } + void SetMessageAllocatorFor_GetTaskLogs( + ::grpc::experimental::MessageAllocator< ::flyteidl::admin::GetTaskLogsRequest, ::flyteidl::admin::GetTaskLogsResponse>* allocator) { + static_cast<::grpc::internal::CallbackUnaryHandler< ::flyteidl::admin::GetTaskLogsRequest, ::flyteidl::admin::GetTaskLogsResponse>*>( + ::grpc::Service::experimental().GetHandler(4)) + ->SetMessageAllocator(allocator); + } + ~ExperimentalWithCallbackMethod_GetTaskLogs() override { + BaseClassMustBeDerivedFromService(this); + } + // disable synchronous version of this method + ::grpc::Status GetTaskLogs(::grpc::ServerContext* context, const ::flyteidl::admin::GetTaskLogsRequest* request, ::flyteidl::admin::GetTaskLogsResponse* response) override { + abort(); + return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); + } + virtual void GetTaskLogs(::grpc::ServerContext* context, const ::flyteidl::admin::GetTaskLogsRequest* request, ::flyteidl::admin::GetTaskLogsResponse* response, ::grpc::experimental::ServerCallbackRpcController* controller) { controller->Finish(::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, "")); } + }; + typedef ExperimentalWithCallbackMethod_CreateTask > > > > ExperimentalCallbackService; template class WithGenericMethod_CreateTask : public BaseClass { private: @@ -381,6 +557,40 @@ class AsyncAgentService final { } }; template + class WithGenericMethod_GetTaskMetrics : public BaseClass { + private: + void BaseClassMustBeDerivedFromService(const Service *service) {} + public: + WithGenericMethod_GetTaskMetrics() { + ::grpc::Service::MarkMethodGeneric(3); + } + ~WithGenericMethod_GetTaskMetrics() override { + BaseClassMustBeDerivedFromService(this); + } + // disable synchronous version of this method + ::grpc::Status GetTaskMetrics(::grpc::ServerContext* context, const ::flyteidl::admin::GetTaskMetricsRequest* request, ::flyteidl::admin::GetTaskMetricsResponse* response) override { + abort(); + return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); + } + }; + template + class WithGenericMethod_GetTaskLogs : public BaseClass { + private: + void BaseClassMustBeDerivedFromService(const Service *service) {} + public: + WithGenericMethod_GetTaskLogs() { + ::grpc::Service::MarkMethodGeneric(4); + } + ~WithGenericMethod_GetTaskLogs() override { + BaseClassMustBeDerivedFromService(this); + } + // disable synchronous version of this method + ::grpc::Status GetTaskLogs(::grpc::ServerContext* context, const ::flyteidl::admin::GetTaskLogsRequest* request, ::flyteidl::admin::GetTaskLogsResponse* response) override { + abort(); + return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); + } + }; + template class WithRawMethod_CreateTask : public BaseClass { private: void BaseClassMustBeDerivedFromService(const Service *service) {} @@ -441,6 +651,46 @@ class AsyncAgentService final { } }; template + class WithRawMethod_GetTaskMetrics : public BaseClass { + private: + void BaseClassMustBeDerivedFromService(const Service *service) {} + public: + WithRawMethod_GetTaskMetrics() { + ::grpc::Service::MarkMethodRaw(3); + } + ~WithRawMethod_GetTaskMetrics() override { + BaseClassMustBeDerivedFromService(this); + } + // disable synchronous version of this method + ::grpc::Status GetTaskMetrics(::grpc::ServerContext* context, const ::flyteidl::admin::GetTaskMetricsRequest* request, ::flyteidl::admin::GetTaskMetricsResponse* response) override { + abort(); + return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); + } + void RequestGetTaskMetrics(::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(3, context, request, response, new_call_cq, notification_cq, tag); + } + }; + template + class WithRawMethod_GetTaskLogs : public BaseClass { + private: + void BaseClassMustBeDerivedFromService(const Service *service) {} + public: + WithRawMethod_GetTaskLogs() { + ::grpc::Service::MarkMethodRaw(4); + } + ~WithRawMethod_GetTaskLogs() override { + BaseClassMustBeDerivedFromService(this); + } + // disable synchronous version of this method + ::grpc::Status GetTaskLogs(::grpc::ServerContext* context, const ::flyteidl::admin::GetTaskLogsRequest* request, ::flyteidl::admin::GetTaskLogsResponse* response) override { + abort(); + return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); + } + void RequestGetTaskLogs(::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(4, context, request, response, new_call_cq, notification_cq, tag); + } + }; + template class ExperimentalWithRawCallbackMethod_CreateTask : public BaseClass { private: void BaseClassMustBeDerivedFromService(const Service *service) {} @@ -516,6 +766,56 @@ class AsyncAgentService final { virtual void DeleteTask(::grpc::ServerContext* context, const ::grpc::ByteBuffer* request, ::grpc::ByteBuffer* response, ::grpc::experimental::ServerCallbackRpcController* controller) { controller->Finish(::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, "")); } }; template + class ExperimentalWithRawCallbackMethod_GetTaskMetrics : public BaseClass { + private: + void BaseClassMustBeDerivedFromService(const Service *service) {} + public: + ExperimentalWithRawCallbackMethod_GetTaskMetrics() { + ::grpc::Service::experimental().MarkMethodRawCallback(3, + new ::grpc::internal::CallbackUnaryHandler< ::grpc::ByteBuffer, ::grpc::ByteBuffer>( + [this](::grpc::ServerContext* context, + const ::grpc::ByteBuffer* request, + ::grpc::ByteBuffer* response, + ::grpc::experimental::ServerCallbackRpcController* controller) { + this->GetTaskMetrics(context, request, response, controller); + })); + } + ~ExperimentalWithRawCallbackMethod_GetTaskMetrics() override { + BaseClassMustBeDerivedFromService(this); + } + // disable synchronous version of this method + ::grpc::Status GetTaskMetrics(::grpc::ServerContext* context, const ::flyteidl::admin::GetTaskMetricsRequest* request, ::flyteidl::admin::GetTaskMetricsResponse* response) override { + abort(); + return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); + } + virtual void GetTaskMetrics(::grpc::ServerContext* context, const ::grpc::ByteBuffer* request, ::grpc::ByteBuffer* response, ::grpc::experimental::ServerCallbackRpcController* controller) { controller->Finish(::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, "")); } + }; + template + class ExperimentalWithRawCallbackMethod_GetTaskLogs : public BaseClass { + private: + void BaseClassMustBeDerivedFromService(const Service *service) {} + public: + ExperimentalWithRawCallbackMethod_GetTaskLogs() { + ::grpc::Service::experimental().MarkMethodRawCallback(4, + new ::grpc::internal::CallbackUnaryHandler< ::grpc::ByteBuffer, ::grpc::ByteBuffer>( + [this](::grpc::ServerContext* context, + const ::grpc::ByteBuffer* request, + ::grpc::ByteBuffer* response, + ::grpc::experimental::ServerCallbackRpcController* controller) { + this->GetTaskLogs(context, request, response, controller); + })); + } + ~ExperimentalWithRawCallbackMethod_GetTaskLogs() override { + BaseClassMustBeDerivedFromService(this); + } + // disable synchronous version of this method + ::grpc::Status GetTaskLogs(::grpc::ServerContext* context, const ::flyteidl::admin::GetTaskLogsRequest* request, ::flyteidl::admin::GetTaskLogsResponse* response) override { + abort(); + return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); + } + virtual void GetTaskLogs(::grpc::ServerContext* context, const ::grpc::ByteBuffer* request, ::grpc::ByteBuffer* response, ::grpc::experimental::ServerCallbackRpcController* controller) { controller->Finish(::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, "")); } + }; + template class WithStreamedUnaryMethod_CreateTask : public BaseClass { private: void BaseClassMustBeDerivedFromService(const Service *service) {} @@ -575,9 +875,49 @@ class AsyncAgentService final { // replace default version of method with streamed unary virtual ::grpc::Status StreamedDeleteTask(::grpc::ServerContext* context, ::grpc::ServerUnaryStreamer< ::flyteidl::admin::DeleteTaskRequest,::flyteidl::admin::DeleteTaskResponse>* server_unary_streamer) = 0; }; - typedef WithStreamedUnaryMethod_CreateTask > > StreamedUnaryService; + template + class WithStreamedUnaryMethod_GetTaskMetrics : public BaseClass { + private: + void BaseClassMustBeDerivedFromService(const Service *service) {} + public: + WithStreamedUnaryMethod_GetTaskMetrics() { + ::grpc::Service::MarkMethodStreamed(3, + new ::grpc::internal::StreamedUnaryHandler< ::flyteidl::admin::GetTaskMetricsRequest, ::flyteidl::admin::GetTaskMetricsResponse>(std::bind(&WithStreamedUnaryMethod_GetTaskMetrics::StreamedGetTaskMetrics, this, std::placeholders::_1, std::placeholders::_2))); + } + ~WithStreamedUnaryMethod_GetTaskMetrics() override { + BaseClassMustBeDerivedFromService(this); + } + // disable regular version of this method + ::grpc::Status GetTaskMetrics(::grpc::ServerContext* context, const ::flyteidl::admin::GetTaskMetricsRequest* request, ::flyteidl::admin::GetTaskMetricsResponse* response) override { + abort(); + return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); + } + // replace default version of method with streamed unary + virtual ::grpc::Status StreamedGetTaskMetrics(::grpc::ServerContext* context, ::grpc::ServerUnaryStreamer< ::flyteidl::admin::GetTaskMetricsRequest,::flyteidl::admin::GetTaskMetricsResponse>* server_unary_streamer) = 0; + }; + template + class WithStreamedUnaryMethod_GetTaskLogs : public BaseClass { + private: + void BaseClassMustBeDerivedFromService(const Service *service) {} + public: + WithStreamedUnaryMethod_GetTaskLogs() { + ::grpc::Service::MarkMethodStreamed(4, + new ::grpc::internal::StreamedUnaryHandler< ::flyteidl::admin::GetTaskLogsRequest, ::flyteidl::admin::GetTaskLogsResponse>(std::bind(&WithStreamedUnaryMethod_GetTaskLogs::StreamedGetTaskLogs, this, std::placeholders::_1, std::placeholders::_2))); + } + ~WithStreamedUnaryMethod_GetTaskLogs() override { + BaseClassMustBeDerivedFromService(this); + } + // disable regular version of this method + ::grpc::Status GetTaskLogs(::grpc::ServerContext* context, const ::flyteidl::admin::GetTaskLogsRequest* request, ::flyteidl::admin::GetTaskLogsResponse* response) override { + abort(); + return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); + } + // replace default version of method with streamed unary + virtual ::grpc::Status StreamedGetTaskLogs(::grpc::ServerContext* context, ::grpc::ServerUnaryStreamer< ::flyteidl::admin::GetTaskLogsRequest,::flyteidl::admin::GetTaskLogsResponse>* server_unary_streamer) = 0; + }; + typedef WithStreamedUnaryMethod_CreateTask > > > > StreamedUnaryService; typedef Service SplitStreamedService; - typedef WithStreamedUnaryMethod_CreateTask > > StreamedService; + typedef WithStreamedUnaryMethod_CreateTask > > > > StreamedService; }; // AgentMetadataService defines an RPC service that is also served over HTTP via grpc-gateway. diff --git a/flyteidl/gen/pb-cpp/flyteidl/service/agent.pb.cc b/flyteidl/gen/pb-cpp/flyteidl/service/agent.pb.cc index 4b7c5d0557..3d6379889b 100644 --- a/flyteidl/gen/pb-cpp/flyteidl/service/agent.pb.cc +++ b/flyteidl/gen/pb-cpp/flyteidl/service/agent.pb.cc @@ -39,27 +39,32 @@ ::google::protobuf::internal::AssignDescriptorsTable assign_descriptors_table_fl const char descriptor_table_protodef_flyteidl_2fservice_2fagent_2eproto[] = "\n\034flyteidl/service/agent.proto\022\020flyteidl" ".service\032\034google/api/annotations.proto\032\032" - "flyteidl/admin/agent.proto2\217\002\n\021AsyncAgen" + "flyteidl/admin/agent.proto2\314\003\n\021AsyncAgen" "tService\022U\n\nCreateTask\022!.flyteidl.admin." "CreateTaskRequest\032\".flyteidl.admin.Creat" "eTaskResponse\"\000\022L\n\007GetTask\022\036.flyteidl.ad" "min.GetTaskRequest\032\037.flyteidl.admin.GetT" "askResponse\"\000\022U\n\nDeleteTask\022!.flyteidl.a" "dmin.DeleteTaskRequest\032\".flyteidl.admin." - "DeleteTaskResponse\"\0002\360\001\n\024AgentMetadataSe" - "rvice\022k\n\010GetAgent\022\037.flyteidl.admin.GetAg" - "entRequest\032 .flyteidl.admin.GetAgentResp" - "onse\"\034\202\323\344\223\002\026\022\024/api/v1/agent/{name}\022k\n\nLi" - "stAgents\022!.flyteidl.admin.ListAgentsRequ" - "est\032\".flyteidl.admin.ListAgentsResponse\"" - "\026\202\323\344\223\002\020\022\016/api/v1/agentsB\?Z=github.com/fl" - "yteorg/flyte/flyteidl/gen/pb-go/flyteidl" - "/serviceb\006proto3" + "DeleteTaskResponse\"\000\022a\n\016GetTaskMetrics\022%" + ".flyteidl.admin.GetTaskMetricsRequest\032&." + "flyteidl.admin.GetTaskMetricsResponse\"\000\022" + "X\n\013GetTaskLogs\022\".flyteidl.admin.GetTaskL" + "ogsRequest\032#.flyteidl.admin.GetTaskLogsR" + "esponse\"\0002\360\001\n\024AgentMetadataService\022k\n\010Ge" + "tAgent\022\037.flyteidl.admin.GetAgentRequest\032" + " .flyteidl.admin.GetAgentResponse\"\034\202\323\344\223\002" + "\026\022\024/api/v1/agent/{name}\022k\n\nListAgents\022!." + "flyteidl.admin.ListAgentsRequest\032\".flyte" + "idl.admin.ListAgentsResponse\"\026\202\323\344\223\002\020\022\016/a" + "pi/v1/agentsB\?Z=github.com/flyteorg/flyt" + "e/flyteidl/gen/pb-go/flyteidl/serviceb\006p" + "roto3" ; ::google::protobuf::internal::DescriptorTable descriptor_table_flyteidl_2fservice_2fagent_2eproto = { false, InitDefaults_flyteidl_2fservice_2fagent_2eproto, descriptor_table_protodef_flyteidl_2fservice_2fagent_2eproto, - "flyteidl/service/agent.proto", &assign_descriptors_table_flyteidl_2fservice_2fagent_2eproto, 696, + "flyteidl/service/agent.proto", &assign_descriptors_table_flyteidl_2fservice_2fagent_2eproto, 885, }; void AddDescriptors_flyteidl_2fservice_2fagent_2eproto() { diff --git a/flyteidl/gen/pb-go/flyteidl/admin/agent.pb.go b/flyteidl/gen/pb-go/flyteidl/admin/agent.pb.go index 2e255f5c88..7c53c6fc7d 100644 --- a/flyteidl/gen/pb-go/flyteidl/admin/agent.pb.go +++ b/flyteidl/gen/pb-go/flyteidl/admin/agent.pb.go @@ -7,6 +7,8 @@ import ( fmt "fmt" core "github.com/flyteorg/flyte/flyteidl/gen/pb-go/flyteidl/core" proto "github.com/golang/protobuf/proto" + duration "github.com/golang/protobuf/ptypes/duration" + timestamp "github.com/golang/protobuf/ptypes/timestamp" math "math" ) @@ -749,6 +751,254 @@ func (m *ListAgentsResponse) GetAgents() []*Agent { return nil } +// A request to get the metrics from a task execution. +type GetTaskMetricsRequest struct { + // A predefined yet extensible Task type identifier. + TaskType string `protobuf:"bytes,1,opt,name=task_type,json=taskType,proto3" json:"task_type,omitempty"` + // Metadata is created by the agent. It could be a string (jobId) or a dict (more complex metadata). + ResourceMeta []byte `protobuf:"bytes,2,opt,name=resource_meta,json=resourceMeta,proto3" json:"resource_meta,omitempty"` + // The metrics to query. If empty, will return a default set of metrics. + // e.g. EXECUTION_METRIC_USED_CPU_AVG or EXECUTION_METRIC_USED_MEMORY_BYTES_AVG + Queries []string `protobuf:"bytes,3,rep,name=queries,proto3" json:"queries,omitempty"` + // Start timestamp, inclusive. + StartTime *timestamp.Timestamp `protobuf:"bytes,4,opt,name=start_time,json=startTime,proto3" json:"start_time,omitempty"` + // End timestamp, inclusive.. + EndTime *timestamp.Timestamp `protobuf:"bytes,5,opt,name=end_time,json=endTime,proto3" json:"end_time,omitempty"` + // Query resolution step width in duration format or float number of seconds. + Step *duration.Duration `protobuf:"bytes,6,opt,name=step,proto3" json:"step,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +func (m *GetTaskMetricsRequest) Reset() { *m = GetTaskMetricsRequest{} } +func (m *GetTaskMetricsRequest) String() string { return proto.CompactTextString(m) } +func (*GetTaskMetricsRequest) ProtoMessage() {} +func (*GetTaskMetricsRequest) Descriptor() ([]byte, []int) { + return fileDescriptor_c434e52bb0028071, []int{13} +} + +func (m *GetTaskMetricsRequest) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_GetTaskMetricsRequest.Unmarshal(m, b) +} +func (m *GetTaskMetricsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_GetTaskMetricsRequest.Marshal(b, m, deterministic) +} +func (m *GetTaskMetricsRequest) XXX_Merge(src proto.Message) { + xxx_messageInfo_GetTaskMetricsRequest.Merge(m, src) +} +func (m *GetTaskMetricsRequest) XXX_Size() int { + return xxx_messageInfo_GetTaskMetricsRequest.Size(m) +} +func (m *GetTaskMetricsRequest) XXX_DiscardUnknown() { + xxx_messageInfo_GetTaskMetricsRequest.DiscardUnknown(m) +} + +var xxx_messageInfo_GetTaskMetricsRequest proto.InternalMessageInfo + +func (m *GetTaskMetricsRequest) GetTaskType() string { + if m != nil { + return m.TaskType + } + return "" +} + +func (m *GetTaskMetricsRequest) GetResourceMeta() []byte { + if m != nil { + return m.ResourceMeta + } + return nil +} + +func (m *GetTaskMetricsRequest) GetQueries() []string { + if m != nil { + return m.Queries + } + return nil +} + +func (m *GetTaskMetricsRequest) GetStartTime() *timestamp.Timestamp { + if m != nil { + return m.StartTime + } + return nil +} + +func (m *GetTaskMetricsRequest) GetEndTime() *timestamp.Timestamp { + if m != nil { + return m.EndTime + } + return nil +} + +func (m *GetTaskMetricsRequest) GetStep() *duration.Duration { + if m != nil { + return m.Step + } + return nil +} + +// A response containing a list of metrics for a task execution. +type GetTaskMetricsResponse struct { + // The execution metric results. + Results []*core.ExecutionMetricResult `protobuf:"bytes,1,rep,name=results,proto3" json:"results,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +func (m *GetTaskMetricsResponse) Reset() { *m = GetTaskMetricsResponse{} } +func (m *GetTaskMetricsResponse) String() string { return proto.CompactTextString(m) } +func (*GetTaskMetricsResponse) ProtoMessage() {} +func (*GetTaskMetricsResponse) Descriptor() ([]byte, []int) { + return fileDescriptor_c434e52bb0028071, []int{14} +} + +func (m *GetTaskMetricsResponse) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_GetTaskMetricsResponse.Unmarshal(m, b) +} +func (m *GetTaskMetricsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_GetTaskMetricsResponse.Marshal(b, m, deterministic) +} +func (m *GetTaskMetricsResponse) XXX_Merge(src proto.Message) { + xxx_messageInfo_GetTaskMetricsResponse.Merge(m, src) +} +func (m *GetTaskMetricsResponse) XXX_Size() int { + return xxx_messageInfo_GetTaskMetricsResponse.Size(m) +} +func (m *GetTaskMetricsResponse) XXX_DiscardUnknown() { + xxx_messageInfo_GetTaskMetricsResponse.DiscardUnknown(m) +} + +var xxx_messageInfo_GetTaskMetricsResponse proto.InternalMessageInfo + +func (m *GetTaskMetricsResponse) GetResults() []*core.ExecutionMetricResult { + if m != nil { + return m.Results + } + return nil +} + +// A request to get the log from a task execution. +type GetTaskLogsRequest struct { + // A predefined yet extensible Task type identifier. + TaskType string `protobuf:"bytes,1,opt,name=task_type,json=taskType,proto3" json:"task_type,omitempty"` + // Metadata is created by the agent. It could be a string (jobId) or a dict (more complex metadata). + ResourceMeta []byte `protobuf:"bytes,2,opt,name=resource_meta,json=resourceMeta,proto3" json:"resource_meta,omitempty"` + // Number of lines to return. + Lines uint64 `protobuf:"varint,3,opt,name=lines,proto3" json:"lines,omitempty"` + // In the case of multiple pages of results, the server-provided token can be used to fetch the next page + // in a query. If there are no more results, this value will be empty. + Token string `protobuf:"bytes,4,opt,name=token,proto3" json:"token,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +func (m *GetTaskLogsRequest) Reset() { *m = GetTaskLogsRequest{} } +func (m *GetTaskLogsRequest) String() string { return proto.CompactTextString(m) } +func (*GetTaskLogsRequest) ProtoMessage() {} +func (*GetTaskLogsRequest) Descriptor() ([]byte, []int) { + return fileDescriptor_c434e52bb0028071, []int{15} +} + +func (m *GetTaskLogsRequest) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_GetTaskLogsRequest.Unmarshal(m, b) +} +func (m *GetTaskLogsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_GetTaskLogsRequest.Marshal(b, m, deterministic) +} +func (m *GetTaskLogsRequest) XXX_Merge(src proto.Message) { + xxx_messageInfo_GetTaskLogsRequest.Merge(m, src) +} +func (m *GetTaskLogsRequest) XXX_Size() int { + return xxx_messageInfo_GetTaskLogsRequest.Size(m) +} +func (m *GetTaskLogsRequest) XXX_DiscardUnknown() { + xxx_messageInfo_GetTaskLogsRequest.DiscardUnknown(m) +} + +var xxx_messageInfo_GetTaskLogsRequest proto.InternalMessageInfo + +func (m *GetTaskLogsRequest) GetTaskType() string { + if m != nil { + return m.TaskType + } + return "" +} + +func (m *GetTaskLogsRequest) GetResourceMeta() []byte { + if m != nil { + return m.ResourceMeta + } + return nil +} + +func (m *GetTaskLogsRequest) GetLines() uint64 { + if m != nil { + return m.Lines + } + return 0 +} + +func (m *GetTaskLogsRequest) GetToken() string { + if m != nil { + return m.Token + } + return "" +} + +// A response containing the logs for a task execution. +type GetTaskLogsResponse struct { + // The execution log results. + Results []string `protobuf:"bytes,1,rep,name=results,proto3" json:"results,omitempty"` + // In the case of multiple pages of results, the server-provided token can be used to fetch the next page + // in a query. If there are no more results, this value will be empty. + Token string `protobuf:"bytes,2,opt,name=token,proto3" json:"token,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +func (m *GetTaskLogsResponse) Reset() { *m = GetTaskLogsResponse{} } +func (m *GetTaskLogsResponse) String() string { return proto.CompactTextString(m) } +func (*GetTaskLogsResponse) ProtoMessage() {} +func (*GetTaskLogsResponse) Descriptor() ([]byte, []int) { + return fileDescriptor_c434e52bb0028071, []int{16} +} + +func (m *GetTaskLogsResponse) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_GetTaskLogsResponse.Unmarshal(m, b) +} +func (m *GetTaskLogsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_GetTaskLogsResponse.Marshal(b, m, deterministic) +} +func (m *GetTaskLogsResponse) XXX_Merge(src proto.Message) { + xxx_messageInfo_GetTaskLogsResponse.Merge(m, src) +} +func (m *GetTaskLogsResponse) XXX_Size() int { + return xxx_messageInfo_GetTaskLogsResponse.Size(m) +} +func (m *GetTaskLogsResponse) XXX_DiscardUnknown() { + xxx_messageInfo_GetTaskLogsResponse.DiscardUnknown(m) +} + +var xxx_messageInfo_GetTaskLogsResponse proto.InternalMessageInfo + +func (m *GetTaskLogsResponse) GetResults() []string { + if m != nil { + return m.Results + } + return nil +} + +func (m *GetTaskLogsResponse) GetToken() string { + if m != nil { + return m.Token + } + return "" +} + func init() { proto.RegisterEnum("flyteidl.admin.State", State_name, State_value) proto.RegisterType((*TaskExecutionMetadata)(nil), "flyteidl.admin.TaskExecutionMetadata") @@ -767,67 +1017,83 @@ func init() { proto.RegisterType((*GetAgentResponse)(nil), "flyteidl.admin.GetAgentResponse") proto.RegisterType((*ListAgentsRequest)(nil), "flyteidl.admin.ListAgentsRequest") proto.RegisterType((*ListAgentsResponse)(nil), "flyteidl.admin.ListAgentsResponse") + proto.RegisterType((*GetTaskMetricsRequest)(nil), "flyteidl.admin.GetTaskMetricsRequest") + proto.RegisterType((*GetTaskMetricsResponse)(nil), "flyteidl.admin.GetTaskMetricsResponse") + proto.RegisterType((*GetTaskLogsRequest)(nil), "flyteidl.admin.GetTaskLogsRequest") + proto.RegisterType((*GetTaskLogsResponse)(nil), "flyteidl.admin.GetTaskLogsResponse") } func init() { proto.RegisterFile("flyteidl/admin/agent.proto", fileDescriptor_c434e52bb0028071) } var fileDescriptor_c434e52bb0028071 = []byte{ - // 901 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xa4, 0x56, 0x7f, 0x6f, 0xe3, 0x44, - 0x10, 0x6d, 0x7e, 0x36, 0x99, 0xb4, 0xbd, 0x64, 0xaf, 0x01, 0x37, 0x77, 0xa0, 0xca, 0xa8, 0xa8, - 0xe2, 0x74, 0x09, 0xd7, 0xa2, 0xa3, 0x80, 0xe0, 0x94, 0xb6, 0xa6, 0x57, 0x29, 0x8d, 0xaa, 0x6d, - 0x8a, 0x00, 0x09, 0xa2, 0x4d, 0x32, 0x35, 0x56, 0x1c, 0xdb, 0x78, 0xd7, 0xd5, 0x05, 0xf1, 0x1f, - 0x5f, 0x82, 0xef, 0xc2, 0x97, 0x43, 0xde, 0x5d, 0x3b, 0x71, 0xc8, 0x9d, 0x7a, 0xe2, 0x3f, 0xef, - 0xbc, 0xb7, 0x6f, 0xde, 0xce, 0xcc, 0x66, 0x03, 0xad, 0x3b, 0x77, 0x2e, 0xd0, 0x99, 0xb8, 0x1d, - 0x36, 0x99, 0x39, 0x5e, 0x87, 0xd9, 0xe8, 0x89, 0x76, 0x10, 0xfa, 0xc2, 0x27, 0x3b, 0x09, 0xd6, - 0x96, 0x58, 0xeb, 0x69, 0xca, 0x1d, 0xfb, 0x21, 0x76, 0x5c, 0x47, 0x60, 0xc8, 0x5c, 0xae, 0xd8, - 0xad, 0xbd, 0x2c, 0x2a, 0x18, 0x9f, 0x26, 0xd0, 0x47, 0x59, 0xc8, 0xf1, 0x04, 0x86, 0x77, 0x6c, - 0x8c, 0x1a, 0xfe, 0x78, 0x05, 0x9e, 0xa0, 0x27, 0x9c, 0x3b, 0x07, 0xc3, 0xf5, 0xdb, 0xf1, 0x0d, - 0x8e, 0x23, 0xe1, 0xf8, 0x9e, 0x82, 0xcd, 0xbf, 0x4b, 0xd0, 0x1c, 0x30, 0x3e, 0xb5, 0x92, 0xf8, - 0x15, 0x0a, 0x36, 0x61, 0x82, 0x11, 0x0a, 0x8d, 0xd8, 0xc6, 0x30, 0xdd, 0x31, 0x74, 0x26, 0x46, - 0x6e, 0x3f, 0x77, 0x58, 0x3b, 0xfa, 0xb4, 0x9d, 0x1e, 0x2e, 0x16, 0x6d, 0x67, 0x04, 0x2e, 0x53, - 0x07, 0xf4, 0x91, 0xc8, 0x02, 0xe4, 0x29, 0x54, 0x3d, 0x36, 0x43, 0x1e, 0xb0, 0x31, 0x1a, 0xf9, - 0xfd, 0xdc, 0x61, 0x95, 0x2e, 0x02, 0xe4, 0x12, 0xca, 0x2e, 0x1b, 0xa1, 0xcb, 0x8d, 0xc2, 0x7e, - 0xe1, 0xb0, 0x76, 0xf4, 0xa2, 0x9d, 0xad, 0x61, 0x7b, 0xad, 0xd1, 0x76, 0x4f, 0xee, 0xb1, 0x3c, - 0x11, 0xce, 0xa9, 0x16, 0x20, 0x3f, 0x42, 0x8d, 0x79, 0x9e, 0x2f, 0x58, 0xcc, 0xe4, 0x46, 0x51, - 0xea, 0xbd, 0x7c, 0x98, 0x5e, 0x77, 0xb1, 0x51, 0x89, 0x2e, 0x4b, 0x91, 0x36, 0x3c, 0x9e, 0x9e, - 0xf0, 0x21, 0xc7, 0xf0, 0xde, 0x19, 0xe3, 0x90, 0x8d, 0xc7, 0x7e, 0xe4, 0x09, 0xa3, 0x24, 0x0f, - 0xd3, 0x98, 0x9e, 0xf0, 0x1b, 0x85, 0x74, 0x15, 0x40, 0x04, 0x34, 0xd1, 0xbb, 0x77, 0x42, 0xdf, - 0x9b, 0xa1, 0x27, 0x86, 0xf7, 0x2c, 0x74, 0xd8, 0xc8, 0x45, 0x6e, 0x94, 0xa5, 0xa7, 0x57, 0x0f, - 0xf3, 0x64, 0x2d, 0x24, 0x7e, 0x48, 0x14, 0x94, 0xb9, 0x5d, 0x5c, 0x03, 0xb5, 0xbe, 0x82, 0xda, - 0x52, 0x59, 0x48, 0x1d, 0x0a, 0x53, 0x9c, 0xcb, 0xee, 0x55, 0x69, 0xfc, 0x49, 0x76, 0xa1, 0x74, - 0xcf, 0xdc, 0x28, 0xe9, 0x82, 0x5a, 0x7c, 0x9d, 0x3f, 0xc9, 0xb5, 0xbe, 0x83, 0xfa, 0x6a, 0x05, - 0xde, 0x6b, 0xff, 0x05, 0xec, 0xbd, 0xd5, 0xed, 0xfb, 0x08, 0x99, 0x7f, 0xe5, 0xa1, 0x71, 0x16, - 0x22, 0x13, 0x18, 0xd7, 0x84, 0xe2, 0xef, 0x11, 0x72, 0x41, 0x5e, 0x40, 0xd9, 0xf1, 0x82, 0x48, - 0x70, 0x3d, 0x8b, 0x7b, 0x2b, 0xb3, 0xd8, 0x53, 0x17, 0xeb, 0x8a, 0x05, 0x54, 0x13, 0xc9, 0x97, - 0x50, 0x11, 0x38, 0x0b, 0x5c, 0x26, 0x54, 0x96, 0xda, 0xd1, 0x93, 0x35, 0x03, 0x3c, 0xd0, 0x14, - 0x9a, 0x92, 0xc9, 0x27, 0xb0, 0xed, 0x47, 0x22, 0x88, 0xc4, 0x30, 0x08, 0xf1, 0xce, 0x79, 0x63, - 0x14, 0xa4, 0xc7, 0x2d, 0x15, 0xbc, 0x96, 0x31, 0xf2, 0x0b, 0x7c, 0xb8, 0x72, 0x4f, 0x66, 0xba, - 0x6b, 0x46, 0x51, 0x26, 0x3b, 0x78, 0x50, 0x8b, 0x69, 0x53, 0xac, 0x0b, 0x9b, 0x7f, 0x00, 0x59, - 0x2e, 0x02, 0x0f, 0x7c, 0x8f, 0x23, 0x39, 0x80, 0xed, 0x10, 0xb9, 0x1f, 0x85, 0x63, 0x94, 0xe9, - 0x64, 0x31, 0xb6, 0x5e, 0x6f, 0xd0, 0xad, 0x24, 0x1c, 0x0b, 0x90, 0x97, 0x50, 0x49, 0xd6, 0xfa, - 0xe4, 0xc6, 0xaa, 0x19, 0xaa, 0xf1, 0xd7, 0x1b, 0x34, 0xe5, 0x9e, 0x96, 0xa0, 0x10, 0x22, 0x37, - 0x29, 0xec, 0x5c, 0xa0, 0x58, 0xae, 0xfe, 0x13, 0xa8, 0xca, 0xc3, 0x8a, 0x79, 0x80, 0xba, 0x8b, - 0x95, 0x38, 0x30, 0x98, 0x07, 0xb2, 0x5c, 0x59, 0x53, 0x71, 0xca, 0xad, 0xac, 0x25, 0xf3, 0x4f, - 0x78, 0x94, 0x6a, 0xea, 0xc3, 0x7c, 0xb1, 0xe4, 0x32, 0xf7, 0x6e, 0x97, 0x0b, 0x8f, 0xe4, 0x18, - 0xaa, 0xae, 0x6f, 0x0f, 0x5d, 0xc7, 0x9b, 0x72, 0x23, 0x2f, 0x2f, 0xd3, 0x07, 0x6b, 0xda, 0xda, - 0xf3, 0x6d, 0x5a, 0x71, 0x7d, 0xbb, 0x17, 0xf3, 0xcc, 0x7f, 0x72, 0x50, 0x49, 0xb4, 0xc8, 0x33, - 0x28, 0x71, 0x11, 0x0f, 0x45, 0x9c, 0x74, 0xe7, 0xa8, 0xb9, 0x9a, 0xf4, 0x26, 0x06, 0xa9, 0xe2, - 0x90, 0x63, 0xd8, 0x54, 0x6d, 0xe7, 0xba, 0x92, 0xef, 0x18, 0xbc, 0x84, 0x49, 0x0c, 0xd8, 0x9c, - 0x21, 0xe7, 0xcc, 0x46, 0x3d, 0x3a, 0xc9, 0x32, 0xeb, 0xbe, 0xf8, 0x40, 0xf7, 0xb7, 0xd0, 0x38, - 0x47, 0x17, 0xb3, 0x17, 0xe2, 0xff, 0xb7, 0x64, 0x17, 0xc8, 0xb2, 0xac, 0xea, 0x8a, 0x79, 0x05, - 0xa5, 0x6e, 0xfc, 0x9e, 0x11, 0x02, 0xc5, 0xf8, 0x37, 0x5a, 0x6b, 0xcb, 0x6f, 0xf2, 0x39, 0xec, - 0xf2, 0x28, 0x08, 0xfc, 0x50, 0xe0, 0x64, 0x98, 0xa6, 0x57, 0x7d, 0xa8, 0x52, 0x92, 0x62, 0x03, - 0x6d, 0x84, 0x9b, 0x07, 0xb2, 0xef, 0x52, 0x31, 0x71, 0xbe, 0x46, 0xd8, 0x7c, 0x05, 0xf5, 0x05, - 0x4d, 0xcf, 0xc7, 0x33, 0x28, 0xc9, 0x97, 0x55, 0x0f, 0xc7, 0x7f, 0xfa, 0xa4, 0xd8, 0x8a, 0x63, - 0x3e, 0x86, 0x46, 0xcf, 0xe1, 0x4a, 0x81, 0xeb, 0x4c, 0xe6, 0x19, 0x90, 0xe5, 0xa0, 0xd6, 0x7d, - 0x0e, 0x65, 0xb9, 0x27, 0xfe, 0x29, 0x29, 0xbc, 0x5d, 0x58, 0x93, 0x3e, 0xfb, 0x15, 0x4a, 0x72, - 0x22, 0x48, 0x13, 0x1a, 0xd4, 0x1a, 0xd0, 0x9f, 0xba, 0xa7, 0x3d, 0x6b, 0xf8, 0x7d, 0xf7, 0xb2, - 0x77, 0x4b, 0xad, 0xfa, 0x46, 0x1c, 0xbe, 0xb6, 0xe8, 0x55, 0xb7, 0x6f, 0xf5, 0x07, 0x69, 0x38, - 0x47, 0x6a, 0xb0, 0x79, 0x6d, 0xf5, 0xcf, 0x2f, 0xfb, 0x17, 0xf5, 0x7c, 0xbc, 0xa0, 0xb7, 0xfd, - 0x7e, 0xbc, 0x28, 0x90, 0x6d, 0xa8, 0xde, 0xdc, 0x9e, 0x9d, 0x59, 0xd6, 0xb9, 0x75, 0x5e, 0x2f, - 0x9e, 0x7e, 0xfb, 0xf3, 0x37, 0xb6, 0x23, 0x7e, 0x8b, 0x46, 0xed, 0xb1, 0x3f, 0xeb, 0x48, 0x2b, - 0x7e, 0x68, 0xab, 0x8f, 0x4e, 0xfa, 0x8a, 0xdb, 0xe8, 0x75, 0x82, 0xd1, 0x73, 0xdb, 0xef, 0x64, - 0xff, 0x7c, 0x8c, 0xca, 0xf2, 0x41, 0x3f, 0xfe, 0x37, 0x00, 0x00, 0xff, 0xff, 0x3c, 0x11, 0x18, - 0x7d, 0x95, 0x08, 0x00, 0x00, + // 1098 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x56, 0x6f, 0x6f, 0xdb, 0xd4, + 0x17, 0x5e, 0xfe, 0x36, 0x39, 0xe9, 0xb6, 0xe4, 0xb6, 0xd9, 0xcf, 0x4d, 0xf7, 0x83, 0xca, 0x50, + 0x54, 0x31, 0xd5, 0x61, 0x2d, 0x8c, 0x0e, 0xc4, 0xa6, 0xb4, 0x35, 0x5d, 0xa5, 0x34, 0xaa, 0x6e, + 0x53, 0x34, 0x90, 0x20, 0x72, 0x92, 0x53, 0x63, 0xc5, 0xb1, 0x3d, 0xdf, 0xeb, 0x6a, 0x45, 0xbc, + 0x82, 0xaf, 0xc0, 0x0b, 0xbe, 0x0b, 0x5f, 0x0e, 0xf9, 0xde, 0x6b, 0x27, 0x0e, 0xd9, 0xe8, 0xc4, + 0xde, 0xf9, 0xfc, 0x7b, 0xce, 0x73, 0x9f, 0x73, 0xec, 0x6b, 0x68, 0x5d, 0xb9, 0x37, 0x1c, 0x9d, + 0xb1, 0xdb, 0xb6, 0xc6, 0x53, 0xc7, 0x6b, 0x5b, 0x36, 0x7a, 0xdc, 0x08, 0x42, 0x9f, 0xfb, 0xe4, + 0x5e, 0x12, 0x33, 0x44, 0xac, 0xf5, 0x30, 0xcd, 0x1d, 0xf9, 0x21, 0xb6, 0x5d, 0x87, 0x63, 0x68, + 0xb9, 0x4c, 0x66, 0xb7, 0x36, 0xb2, 0x51, 0x6e, 0xb1, 0x49, 0x12, 0xfa, 0x20, 0x1b, 0x72, 0xc6, + 0xe8, 0x71, 0xe7, 0xca, 0xc1, 0x50, 0xc5, 0xff, 0x9f, 0x8d, 0xe3, 0x6b, 0x1c, 0x45, 0xdc, 0xf1, + 0x3d, 0x15, 0xde, 0xcc, 0x86, 0xa7, 0xc8, 0x43, 0x67, 0x94, 0x62, 0xdb, 0xbe, 0x6f, 0xbb, 0xd8, + 0x16, 0xd6, 0x30, 0xba, 0x6a, 0x8f, 0xa3, 0xd0, 0x9a, 0x2b, 0xfe, 0x70, 0x31, 0xce, 0x9d, 0x29, + 0x32, 0x6e, 0x4d, 0x03, 0x99, 0xa0, 0xff, 0x59, 0x82, 0x66, 0xdf, 0x62, 0x13, 0x33, 0xe9, 0x7a, + 0x86, 0xdc, 0x1a, 0x5b, 0xdc, 0x22, 0x14, 0x1a, 0xf1, 0x29, 0x06, 0x29, 0x9f, 0x81, 0x33, 0xd6, + 0x72, 0x5b, 0xb9, 0x9d, 0xda, 0xde, 0x27, 0x46, 0xaa, 0x4d, 0xcc, 0xc9, 0xc8, 0x00, 0x9c, 0xa6, + 0xe7, 0xa3, 0xf7, 0x79, 0x36, 0x40, 0x1e, 0x42, 0xd5, 0xb3, 0xa6, 0xc8, 0x02, 0x6b, 0x84, 0x5a, + 0x7e, 0x2b, 0xb7, 0x53, 0xa5, 0x33, 0x07, 0x39, 0x85, 0xb2, 0x6b, 0x0d, 0xd1, 0x65, 0x5a, 0x61, + 0xab, 0xb0, 0x53, 0xdb, 0x7b, 0x6c, 0x64, 0x47, 0x60, 0x2c, 0x25, 0x6a, 0x74, 0x45, 0x8d, 0xe9, + 0xf1, 0xf0, 0x86, 0x2a, 0x00, 0xf2, 0x12, 0x6a, 0x96, 0xe7, 0xf9, 0x5c, 0x68, 0xc1, 0xb4, 0xa2, + 0xc0, 0x7b, 0x72, 0x3b, 0xbc, 0xce, 0xac, 0x50, 0x82, 0xce, 0x43, 0x11, 0x03, 0xd6, 0x26, 0x07, + 0x6c, 0xc0, 0x30, 0xbc, 0x76, 0x46, 0x38, 0xb0, 0x46, 0x23, 0x3f, 0xf2, 0xb8, 0x56, 0x12, 0x87, + 0x69, 0x4c, 0x0e, 0xd8, 0x85, 0x8c, 0x74, 0x64, 0x80, 0x70, 0x68, 0xa2, 0x77, 0xed, 0x84, 0xbe, + 0x37, 0x45, 0x8f, 0x0f, 0xae, 0xad, 0xd0, 0xb1, 0x86, 0x2e, 0x32, 0xad, 0x2c, 0x38, 0x3d, 0xbf, + 0x1d, 0x27, 0x73, 0x06, 0xf1, 0x5d, 0x82, 0x20, 0xc9, 0xad, 0xe3, 0x92, 0x50, 0xeb, 0x29, 0xd4, + 0xe6, 0x64, 0x21, 0x75, 0x28, 0x4c, 0xf0, 0x46, 0x4c, 0xaf, 0x4a, 0xe3, 0x47, 0xb2, 0x0e, 0xa5, + 0x6b, 0xcb, 0x8d, 0x92, 0x29, 0x48, 0xe3, 0xab, 0xfc, 0x41, 0xae, 0xf5, 0x0c, 0xea, 0x8b, 0x0a, + 0xbc, 0x53, 0xfd, 0x09, 0x6c, 0xbc, 0x91, 0xed, 0xbb, 0x00, 0xe9, 0xbf, 0xe7, 0xa1, 0x71, 0x14, + 0xa2, 0xc5, 0x31, 0xd6, 0x84, 0xe2, 0xab, 0x08, 0x19, 0x27, 0x8f, 0xa1, 0xec, 0x78, 0x41, 0xc4, + 0x99, 0xda, 0xc5, 0x8d, 0x85, 0x5d, 0xec, 0xca, 0xf7, 0xf2, 0xcc, 0x0a, 0xa8, 0x4a, 0x24, 0x5f, + 0x42, 0x85, 0xe3, 0x34, 0x70, 0x2d, 0x2e, 0xbb, 0xd4, 0xf6, 0x36, 0x97, 0x2c, 0x70, 0x5f, 0xa5, + 0xd0, 0x34, 0x99, 0x7c, 0x04, 0x77, 0xfd, 0x88, 0x07, 0x11, 0x1f, 0x04, 0x21, 0x5e, 0x39, 0xaf, + 0xb5, 0x82, 0xe0, 0xb8, 0x2a, 0x9d, 0xe7, 0xc2, 0x47, 0x7e, 0x84, 0xff, 0x2d, 0xbc, 0x27, 0x53, + 0x35, 0x35, 0xad, 0x28, 0x9a, 0x6d, 0xdf, 0x6a, 0xc4, 0xb4, 0xc9, 0x97, 0xb9, 0xf5, 0x5f, 0x80, + 0xcc, 0x8b, 0xc0, 0x02, 0xdf, 0x63, 0x48, 0xb6, 0xe1, 0x6e, 0x88, 0xcc, 0x8f, 0xc2, 0x11, 0x8a, + 0x76, 0x42, 0x8c, 0xd5, 0x17, 0x77, 0xe8, 0x6a, 0xe2, 0x8e, 0x01, 0xc8, 0x13, 0xa8, 0x24, 0xb6, + 0x3a, 0xb9, 0xb6, 0x48, 0x86, 0xaa, 0xf8, 0x8b, 0x3b, 0x34, 0xcd, 0x3d, 0x2c, 0x41, 0x21, 0x44, + 0xa6, 0x53, 0xb8, 0x77, 0x82, 0x7c, 0x5e, 0xfd, 0x4d, 0xa8, 0x8a, 0xc3, 0xf2, 0x9b, 0x00, 0xd5, + 0x14, 0x2b, 0xb1, 0xa3, 0x7f, 0x13, 0x08, 0xb9, 0xb2, 0xa4, 0xe2, 0x96, 0xab, 0x59, 0x4a, 0xfa, + 0xaf, 0x70, 0x3f, 0xc5, 0x54, 0x87, 0xf9, 0x7c, 0x8e, 0x65, 0xee, 0xed, 0x2c, 0x67, 0x1c, 0xc9, + 0x3e, 0x54, 0x5d, 0xdf, 0x1e, 0xb8, 0x8e, 0x37, 0x61, 0x5a, 0x5e, 0xbc, 0x4c, 0x0f, 0x96, 0x8c, + 0xb5, 0xeb, 0xdb, 0xb4, 0xe2, 0xfa, 0x76, 0x37, 0xce, 0xd3, 0xff, 0xca, 0x41, 0x25, 0xc1, 0x22, + 0x8f, 0xa0, 0xc4, 0x78, 0xbc, 0x14, 0x71, 0xd3, 0x7b, 0x7b, 0xcd, 0xc5, 0xa6, 0x17, 0x71, 0x90, + 0xca, 0x1c, 0xb2, 0x0f, 0x2b, 0x72, 0xec, 0x4c, 0x29, 0xf9, 0x96, 0xc5, 0x4b, 0x32, 0x89, 0x06, + 0x2b, 0x53, 0x64, 0xcc, 0xb2, 0x51, 0xad, 0x4e, 0x62, 0x66, 0xd9, 0x17, 0x6f, 0xc9, 0xfe, 0x12, + 0x1a, 0xc7, 0xe8, 0x62, 0xf6, 0x85, 0xf8, 0xef, 0x23, 0x59, 0x07, 0x32, 0x0f, 0x2b, 0xa7, 0xa2, + 0x9f, 0x41, 0xa9, 0x13, 0x5f, 0x87, 0x84, 0x40, 0x31, 0xfe, 0x46, 0x2b, 0x6c, 0xf1, 0x4c, 0x3e, + 0x83, 0x75, 0x16, 0x05, 0x81, 0x1f, 0x72, 0x1c, 0x0f, 0xd2, 0xf6, 0x72, 0x0e, 0x55, 0x4a, 0xd2, + 0x58, 0x5f, 0x11, 0x61, 0xfa, 0xb6, 0x98, 0xbb, 0x40, 0x4c, 0x98, 0x2f, 0x01, 0xd6, 0x9f, 0x43, + 0x7d, 0x96, 0xa6, 0xf6, 0xe3, 0x11, 0x94, 0xc4, 0xc5, 0xac, 0x96, 0xe3, 0x1f, 0x73, 0x92, 0xd9, + 0x32, 0x47, 0x5f, 0x83, 0x46, 0xd7, 0x61, 0x12, 0x81, 0xa9, 0x4e, 0xfa, 0x11, 0x90, 0x79, 0xa7, + 0xc2, 0xdd, 0x85, 0xb2, 0xa8, 0x89, 0x3f, 0x25, 0x85, 0x37, 0x03, 0xab, 0x24, 0xfd, 0x8f, 0x3c, + 0x34, 0xd5, 0xea, 0x9e, 0xc9, 0x4b, 0xf8, 0xbd, 0x8d, 0x20, 0x5e, 0x94, 0x57, 0x11, 0x86, 0x0e, + 0xca, 0xbb, 0xaf, 0x4a, 0x13, 0x93, 0x3c, 0x05, 0x60, 0xdc, 0x0a, 0xf9, 0x20, 0xbe, 0xb9, 0xd5, + 0x17, 0xa5, 0x65, 0xc8, 0x6b, 0xdd, 0x48, 0xae, 0x75, 0xa3, 0x9f, 0x5c, 0xeb, 0xb4, 0x2a, 0xb2, + 0x63, 0x9b, 0x7c, 0x01, 0x15, 0xf4, 0xc6, 0xb2, 0xb0, 0xf4, 0xaf, 0x85, 0x2b, 0xe8, 0x8d, 0x45, + 0xd9, 0x2e, 0x14, 0x19, 0xc7, 0x40, 0x2b, 0xab, 0x35, 0x5f, 0x2c, 0x39, 0x56, 0xbf, 0x18, 0x54, + 0xa4, 0xe9, 0x2f, 0xe1, 0xc1, 0xa2, 0x2a, 0x4a, 0xdf, 0x67, 0xb0, 0x12, 0x22, 0x8b, 0xdc, 0x54, + 0xe0, 0x8f, 0x17, 0x36, 0x7c, 0xfe, 0x6b, 0x17, 0x3a, 0x23, 0x2a, 0x92, 0x69, 0x52, 0xa4, 0xff, + 0x96, 0x03, 0xa2, 0xa0, 0xbb, 0xbe, 0xfd, 0x1e, 0xd5, 0x5e, 0x87, 0x92, 0xeb, 0x78, 0x42, 0xeb, + 0xdc, 0x4e, 0x91, 0x4a, 0x23, 0xf6, 0x72, 0x7f, 0x82, 0x9e, 0x10, 0xb9, 0x4a, 0xa5, 0xa1, 0x9b, + 0xb0, 0x96, 0xe1, 0xa0, 0xce, 0xa6, 0x65, 0xcf, 0x56, 0x4d, 0x59, 0xcf, 0x60, 0xf2, 0x73, 0x30, + 0x9f, 0xfe, 0x04, 0x25, 0xf1, 0x39, 0x21, 0x4d, 0x68, 0x50, 0xb3, 0x4f, 0xbf, 0xef, 0x1c, 0x76, + 0xcd, 0xc1, 0xb7, 0x9d, 0xd3, 0xee, 0x25, 0x35, 0xeb, 0x77, 0x62, 0xf7, 0xb9, 0x49, 0xcf, 0x3a, + 0x3d, 0xb3, 0xd7, 0x4f, 0xdd, 0x39, 0x52, 0x83, 0x95, 0x73, 0xb3, 0x77, 0x7c, 0xda, 0x3b, 0xa9, + 0xe7, 0x63, 0x83, 0x5e, 0xf6, 0x7a, 0xb1, 0x51, 0x20, 0x77, 0xa1, 0x7a, 0x71, 0x79, 0x74, 0x64, + 0x9a, 0xc7, 0xe6, 0x71, 0xbd, 0x78, 0xf8, 0xcd, 0x0f, 0x5f, 0xdb, 0x0e, 0xff, 0x39, 0x1a, 0x1a, + 0x23, 0x7f, 0xda, 0x16, 0x32, 0xfb, 0xa1, 0x2d, 0x1f, 0xda, 0xe9, 0x1f, 0xa4, 0x8d, 0x5e, 0x3b, + 0x18, 0xee, 0xda, 0x7e, 0x3b, 0xfb, 0xe3, 0x3b, 0x2c, 0x8b, 0xe9, 0xee, 0xff, 0x1d, 0x00, 0x00, + 0xff, 0xff, 0xaf, 0x08, 0xa3, 0x3f, 0x11, 0x0b, 0x00, 0x00, } diff --git a/flyteidl/gen/pb-go/flyteidl/core/catalog.pb.go b/flyteidl/gen/pb-go/flyteidl/core/catalog.pb.go index 47675cbb7a..66f06900fa 100644 --- a/flyteidl/gen/pb-go/flyteidl/core/catalog.pb.go +++ b/flyteidl/gen/pb-go/flyteidl/core/catalog.pb.go @@ -38,6 +38,8 @@ const ( CatalogCacheStatus_CACHE_PUT_FAILURE CatalogCacheStatus = 5 // Used to indicate the cache lookup was skipped CatalogCacheStatus_CACHE_SKIPPED CatalogCacheStatus = 6 + // Used to indicate that the cache was evicted + CatalogCacheStatus_CACHE_EVICTED CatalogCacheStatus = 7 ) var CatalogCacheStatus_name = map[int32]string{ @@ -48,6 +50,7 @@ var CatalogCacheStatus_name = map[int32]string{ 4: "CACHE_LOOKUP_FAILURE", 5: "CACHE_PUT_FAILURE", 6: "CACHE_SKIPPED", + 7: "CACHE_EVICTED", } var CatalogCacheStatus_value = map[string]int32{ @@ -58,6 +61,7 @@ var CatalogCacheStatus_value = map[string]int32{ "CACHE_LOOKUP_FAILURE": 4, "CACHE_PUT_FAILURE": 5, "CACHE_SKIPPED": 6, + "CACHE_EVICTED": 7, } func (x CatalogCacheStatus) String() string { @@ -285,35 +289,35 @@ func init() { func init() { proto.RegisterFile("flyteidl/core/catalog.proto", fileDescriptor_534f5d1443565574) } var fileDescriptor_534f5d1443565574 = []byte{ - // 468 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x64, 0x52, 0x4f, 0x6f, 0xd3, 0x4e, - 0x10, 0xad, 0xd3, 0xfe, 0x22, 0x65, 0xf2, 0x4b, 0xeb, 0x6e, 0x5a, 0x30, 0x20, 0xf1, 0x27, 0x07, - 0x84, 0x90, 0xb0, 0xa5, 0x72, 0x41, 0x88, 0x8b, 0x63, 0x2f, 0xca, 0xaa, 0x2e, 0x31, 0xbb, 0x36, - 0x42, 0x08, 0x29, 0xda, 0xd8, 0x1b, 0xd7, 0x6a, 0x9a, 0xad, 0xec, 0x0d, 0x82, 0x33, 0x07, 0xbe, - 0x05, 0xe2, 0xa3, 0xa2, 0x78, 0x1d, 0xe7, 0x0f, 0x27, 0xcf, 0xbc, 0xf7, 0xe6, 0xcd, 0xb3, 0x3d, - 0xf0, 0x68, 0x36, 0xff, 0xa1, 0x44, 0x9e, 0xce, 0x9d, 0x44, 0x16, 0xc2, 0x49, 0xb8, 0xe2, 0x73, - 0x99, 0xd9, 0x77, 0x85, 0x54, 0x12, 0xf5, 0xd6, 0xa4, 0xbd, 0x22, 0x1f, 0x3e, 0xde, 0xd5, 0xe6, - 0xa9, 0x58, 0xa8, 0x7c, 0x96, 0x8b, 0x42, 0xcb, 0x07, 0x04, 0x90, 0xa7, 0xe7, 0xdd, 0x42, 0xe5, - 0x33, 0x9e, 0xa8, 0x88, 0x67, 0xe8, 0x09, 0x74, 0x79, 0xdd, 0x4e, 0xf2, 0xd4, 0x32, 0x9e, 0x1a, - 0x2f, 0x3a, 0x14, 0xd6, 0x10, 0x49, 0x11, 0x82, 0xa3, 0x05, 0xbf, 0x15, 0x56, 0xab, 0x62, 0xaa, - 0x7a, 0xf0, 0xb3, 0x05, 0x27, 0xb5, 0xd7, 0x95, 0x50, 0x3c, 0xe5, 0x8a, 0xa3, 0x37, 0x00, 0xab, - 0x67, 0x29, 0x1a, 0x9f, 0xee, 0xc5, 0x03, 0x7b, 0x27, 0xa2, 0x4d, 0x9a, 0x4c, 0xb4, 0x53, 0x8b, - 0x49, 0x8a, 0x7c, 0xf8, 0xbf, 0x89, 0xa0, 0x78, 0x56, 0x6d, 0xea, 0x5e, 0x3c, 0xdb, 0x9b, 0xfd, - 0x37, 0x3b, 0x6d, 0x92, 0xaf, 0x5e, 0xe4, 0x2b, 0x9c, 0x97, 0x72, 0x59, 0x24, 0x62, 0xa2, 0x78, - 0x79, 0x33, 0x11, 0xdf, 0x45, 0xb2, 0x54, 0xb9, 0x5c, 0x58, 0x87, 0x95, 0xdd, 0xf3, 0x3d, 0xbb, - 0x88, 0x97, 0x37, 0x78, 0xad, 0xd9, 0xe4, 0x1a, 0x1d, 0xd0, 0xbe, 0xb6, 0xd9, 0x11, 0x0c, 0x11, - 0x98, 0xb5, 0x7b, 0x63, 0x3c, 0xf8, 0x6d, 0x34, 0x5f, 0x94, 0x8a, 0x52, 0x14, 0xdf, 0x78, 0x05, - 0xff, 0x32, 0xa0, 0xcd, 0x14, 0x57, 0xcb, 0x12, 0x59, 0x70, 0x46, 0x31, 0xc3, 0xf4, 0x93, 0x1b, - 0x91, 0xf1, 0x87, 0x89, 0x4f, 0x98, 0x3b, 0x0c, 0xb0, 0x6f, 0x1e, 0xec, 0x33, 0xae, 0xf7, 0x31, - 0x26, 0x14, 0xfb, 0xa6, 0x81, 0xee, 0x01, 0xda, 0x66, 0xf0, 0x67, 0xc2, 0x22, 0x66, 0xb6, 0xf6, - 0x27, 0x28, 0x0e, 0xb0, 0xcb, 0xb0, 0x6f, 0x1e, 0xa2, 0xfb, 0xd0, 0xdf, 0x66, 0xde, 0xbb, 0x24, - 0x88, 0x29, 0x36, 0x8f, 0x5e, 0xfe, 0xd9, 0x04, 0xf4, 0x78, 0x72, 0x2d, 0xea, 0x54, 0x08, 0x8e, - 0x3d, 0xd7, 0x1b, 0xe1, 0xed, 0x3c, 0xc7, 0x00, 0x1a, 0xbb, 0x22, 0x8c, 0x99, 0x06, 0xea, 0x41, - 0x47, 0xf7, 0x23, 0x12, 0x99, 0x2d, 0xd4, 0x87, 0x13, 0xdd, 0x86, 0xe3, 0x30, 0x0e, 0xdc, 0xa8, - 0xda, 0x6b, 0xc1, 0x99, 0x06, 0x83, 0xf1, 0xf8, 0x32, 0x0e, 0x37, 0x8b, 0xd1, 0x39, 0x9c, 0xd6, - 0xf2, 0x38, 0x6a, 0xe0, 0xff, 0xd0, 0x29, 0xf4, 0x34, 0xcc, 0x2e, 0x49, 0x18, 0x62, 0xdf, 0x6c, - 0x0f, 0xdf, 0x7d, 0x79, 0x9b, 0xe5, 0xea, 0x7a, 0x39, 0xb5, 0x13, 0x79, 0xeb, 0x54, 0xbf, 0x48, - 0x16, 0x99, 0x2e, 0x9c, 0xe6, 0xa0, 0x33, 0xb1, 0x70, 0xee, 0xa6, 0xaf, 0x32, 0xe9, 0xec, 0xdc, - 0xf8, 0xb4, 0x5d, 0x5d, 0xf6, 0xeb, 0xbf, 0x01, 0x00, 0x00, 0xff, 0xff, 0x7c, 0xed, 0xa2, 0x14, - 0x27, 0x03, 0x00, 0x00, + // 475 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x64, 0x52, 0x4d, 0x6f, 0xd3, 0x40, + 0x10, 0xad, 0xd3, 0x12, 0x94, 0x09, 0x69, 0xdd, 0x4d, 0x0b, 0x01, 0x24, 0x3e, 0x72, 0x40, 0x08, + 0x09, 0x5b, 0x2a, 0x17, 0x84, 0xb8, 0x38, 0xf6, 0xa2, 0xac, 0xea, 0x12, 0xb3, 0x6b, 0x57, 0x08, + 0x21, 0x45, 0x1b, 0x7b, 0xe3, 0x5a, 0x4d, 0xb3, 0x95, 0xbd, 0x41, 0x70, 0xe6, 0xc0, 0xbf, 0xe0, + 0x4f, 0xf0, 0x07, 0x51, 0xbc, 0x8e, 0xf3, 0xd1, 0x93, 0x67, 0xde, 0x7b, 0xf3, 0xe6, 0xd9, 0x1e, + 0x78, 0x3a, 0x9d, 0xfd, 0x52, 0x22, 0x4b, 0x66, 0x76, 0x2c, 0x73, 0x61, 0xc7, 0x5c, 0xf1, 0x99, + 0x4c, 0xad, 0xdb, 0x5c, 0x2a, 0x89, 0x3a, 0x2b, 0xd2, 0x5a, 0x92, 0x4f, 0x9e, 0x6d, 0x6b, 0xb3, + 0x44, 0xcc, 0x55, 0x36, 0xcd, 0x44, 0xae, 0xe5, 0x7d, 0x02, 0xc8, 0xd5, 0xf3, 0x4e, 0xae, 0xb2, + 0x29, 0x8f, 0x55, 0xc8, 0x53, 0xf4, 0x1c, 0xda, 0xbc, 0x6a, 0xc7, 0x59, 0xd2, 0x33, 0x5e, 0x18, + 0xaf, 0x5b, 0x14, 0x56, 0x10, 0x49, 0x10, 0x82, 0x83, 0x39, 0xbf, 0x11, 0xbd, 0x46, 0xc9, 0x94, + 0x75, 0xff, 0x77, 0x03, 0x8e, 0x2a, 0xaf, 0x0b, 0xa1, 0x78, 0xc2, 0x15, 0x47, 0xef, 0x01, 0x96, + 0xcf, 0x42, 0xd4, 0x3e, 0xed, 0xb3, 0xc7, 0xd6, 0x56, 0x44, 0x8b, 0xd4, 0x99, 0x68, 0xab, 0x12, + 0x93, 0x04, 0x79, 0xf0, 0xa0, 0x8e, 0xa0, 0x78, 0x5a, 0x6e, 0x6a, 0x9f, 0xbd, 0xdc, 0x99, 0xbd, + 0x9b, 0x9d, 0xd6, 0xc9, 0x97, 0x2f, 0xf2, 0x1d, 0x4e, 0x0b, 0xb9, 0xc8, 0x63, 0x31, 0x56, 0xbc, + 0xb8, 0x1e, 0x8b, 0x9f, 0x22, 0x5e, 0xa8, 0x4c, 0xce, 0x7b, 0xfb, 0xa5, 0xdd, 0xab, 0x1d, 0xbb, + 0x90, 0x17, 0xd7, 0x78, 0xa5, 0x59, 0xe7, 0x1a, 0xee, 0xd1, 0xae, 0xb6, 0xd9, 0x12, 0x0c, 0x10, + 0x98, 0x95, 0x7b, 0x6d, 0xdc, 0xff, 0x6b, 0xd4, 0x5f, 0x94, 0x8a, 0x42, 0xe4, 0x3f, 0x78, 0x09, + 0xff, 0x31, 0xa0, 0xc9, 0x14, 0x57, 0x8b, 0x02, 0xf5, 0xe0, 0x84, 0x62, 0x86, 0xe9, 0xa5, 0x13, + 0x92, 0xd1, 0xe7, 0xb1, 0x47, 0x98, 0x33, 0xf0, 0xb1, 0x67, 0xee, 0xed, 0x32, 0x8e, 0xfb, 0x25, + 0x22, 0x14, 0x7b, 0xa6, 0x81, 0x1e, 0x02, 0xda, 0x64, 0xf0, 0x57, 0xc2, 0x42, 0x66, 0x36, 0x76, + 0x27, 0x28, 0xf6, 0xb1, 0xc3, 0xb0, 0x67, 0xee, 0xa3, 0x47, 0xd0, 0xdd, 0x64, 0x3e, 0x39, 0xc4, + 0x8f, 0x28, 0x36, 0x0f, 0xde, 0xfc, 0x5b, 0x07, 0x74, 0x79, 0x7c, 0x25, 0xaa, 0x54, 0x08, 0x0e, + 0x5d, 0xc7, 0x1d, 0xe2, 0xcd, 0x3c, 0x87, 0x00, 0x1a, 0xbb, 0x20, 0x8c, 0x99, 0x06, 0xea, 0x40, + 0x4b, 0xf7, 0x43, 0x12, 0x9a, 0x0d, 0xd4, 0x85, 0x23, 0xdd, 0x06, 0xa3, 0x20, 0xf2, 0x9d, 0xb0, + 0xdc, 0xdb, 0x83, 0x13, 0x0d, 0xfa, 0xa3, 0xd1, 0x79, 0x14, 0xac, 0x17, 0xa3, 0x53, 0x38, 0xae, + 0xe4, 0x51, 0x58, 0xc3, 0xf7, 0xd0, 0x31, 0x74, 0x34, 0xcc, 0xce, 0x49, 0x10, 0x60, 0xcf, 0x6c, + 0xae, 0x21, 0x7c, 0x49, 0xdc, 0xa5, 0xed, 0xfd, 0xc1, 0xc7, 0x6f, 0x1f, 0xd2, 0x4c, 0x5d, 0x2d, + 0x26, 0x56, 0x2c, 0x6f, 0xec, 0xf2, 0xaf, 0xc9, 0x3c, 0xd5, 0x85, 0x5d, 0xdf, 0x78, 0x2a, 0xe6, + 0xf6, 0xed, 0xe4, 0x6d, 0x2a, 0xed, 0xad, 0xb3, 0x9f, 0x34, 0xcb, 0x63, 0x7f, 0xf7, 0x3f, 0x00, + 0x00, 0xff, 0xff, 0x2e, 0x3b, 0x98, 0x7c, 0x3a, 0x03, 0x00, 0x00, } diff --git a/flyteidl/gen/pb-go/flyteidl/core/metrics.pb.go b/flyteidl/gen/pb-go/flyteidl/core/metrics.pb.go index 447a918a48..e9688ace88 100644 --- a/flyteidl/gen/pb-go/flyteidl/core/metrics.pb.go +++ b/flyteidl/gen/pb-go/flyteidl/core/metrics.pb.go @@ -6,6 +6,7 @@ package core import ( fmt "fmt" proto "github.com/golang/protobuf/proto" + _struct "github.com/golang/protobuf/ptypes/struct" timestamp "github.com/golang/protobuf/ptypes/timestamp" math "math" ) @@ -161,34 +162,92 @@ func (*Span) XXX_OneofWrappers() []interface{} { } } +// ExecutionMetrics is a collection of metrics that are collected during the execution of a Flyte task. +type ExecutionMetricResult struct { + // The metric this data represents. e.g. EXECUTION_METRIC_USED_CPU_AVG or EXECUTION_METRIC_USED_MEMORY_BYTES_AVG. + Metric string `protobuf:"bytes,1,opt,name=metric,proto3" json:"metric,omitempty"` + // The result data in prometheus range query result format + // https://prometheus.io/docs/prometheus/latest/querying/api/#expression-query-result-formats. + // This may include multiple time series, differentiated by their metric labels. + // Start time is greater of (execution attempt start, 48h ago) + // End time is lesser of (execution attempt end, now) + Data *_struct.Struct `protobuf:"bytes,2,opt,name=data,proto3" json:"data,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +func (m *ExecutionMetricResult) Reset() { *m = ExecutionMetricResult{} } +func (m *ExecutionMetricResult) String() string { return proto.CompactTextString(m) } +func (*ExecutionMetricResult) ProtoMessage() {} +func (*ExecutionMetricResult) Descriptor() ([]byte, []int) { + return fileDescriptor_756935f796ae3119, []int{1} +} + +func (m *ExecutionMetricResult) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_ExecutionMetricResult.Unmarshal(m, b) +} +func (m *ExecutionMetricResult) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_ExecutionMetricResult.Marshal(b, m, deterministic) +} +func (m *ExecutionMetricResult) XXX_Merge(src proto.Message) { + xxx_messageInfo_ExecutionMetricResult.Merge(m, src) +} +func (m *ExecutionMetricResult) XXX_Size() int { + return xxx_messageInfo_ExecutionMetricResult.Size(m) +} +func (m *ExecutionMetricResult) XXX_DiscardUnknown() { + xxx_messageInfo_ExecutionMetricResult.DiscardUnknown(m) +} + +var xxx_messageInfo_ExecutionMetricResult proto.InternalMessageInfo + +func (m *ExecutionMetricResult) GetMetric() string { + if m != nil { + return m.Metric + } + return "" +} + +func (m *ExecutionMetricResult) GetData() *_struct.Struct { + if m != nil { + return m.Data + } + return nil +} + func init() { proto.RegisterType((*Span)(nil), "flyteidl.core.Span") + proto.RegisterType((*ExecutionMetricResult)(nil), "flyteidl.core.ExecutionMetricResult") } func init() { proto.RegisterFile("flyteidl/core/metrics.proto", fileDescriptor_756935f796ae3119) } var fileDescriptor_756935f796ae3119 = []byte{ - // 341 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x84, 0x92, 0xdf, 0x4b, 0xeb, 0x30, - 0x14, 0x80, 0xf7, 0x7b, 0x77, 0xe9, 0xbd, 0x2f, 0xbd, 0x2f, 0x63, 0x17, 0xae, 0x43, 0x41, 0xa6, - 0x60, 0x02, 0x13, 0x1f, 0x14, 0x5f, 0x1c, 0x08, 0xeb, 0x83, 0x3e, 0xd4, 0x81, 0xe0, 0xcb, 0x68, - 0x9b, 0xd3, 0x1a, 0xd6, 0xe6, 0x94, 0x34, 0x63, 0xfa, 0xf7, 0xf8, 0x8f, 0x4a, 0x12, 0x3b, 0xd8, - 0x98, 0xf8, 0xd6, 0x34, 0xdf, 0xf7, 0x85, 0x90, 0x43, 0xfe, 0xa5, 0xf9, 0xbb, 0x06, 0xc1, 0x73, - 0x96, 0xa0, 0x02, 0x56, 0x80, 0x56, 0x22, 0xa9, 0x68, 0xa9, 0x50, 0xa3, 0xff, 0xa7, 0xde, 0xa4, - 0x66, 0x73, 0xf4, 0x7f, 0x97, 0x15, 0x1c, 0xa4, 0x16, 0xa9, 0x00, 0xe5, 0xf0, 0xd1, 0x51, 0x86, - 0x98, 0xe5, 0xc0, 0xec, 0x2a, 0x5e, 0xa7, 0x4c, 0x8b, 0x02, 0x2a, 0x1d, 0x15, 0xa5, 0x03, 0x8e, - 0x3f, 0xda, 0xa4, 0xf3, 0x54, 0x46, 0xd2, 0xbf, 0x26, 0xa4, 0xd2, 0x91, 0xd2, 0x4b, 0x43, 0x0c, - 0x9b, 0xe3, 0xe6, 0xc4, 0x9b, 0x8e, 0xa8, 0xd3, 0x69, 0xad, 0xd3, 0x45, 0xad, 0x87, 0x03, 0x4b, - 0x9b, 0xb5, 0x7f, 0x45, 0x7e, 0x81, 0xe4, 0x4e, 0x6c, 0xfd, 0x28, 0xf6, 0x41, 0x72, 0xab, 0x3d, - 0x10, 0x6f, 0x83, 0x6a, 0x95, 0xe6, 0xb8, 0x59, 0x0a, 0x3e, 0x6c, 0x5b, 0xf3, 0x9c, 0xee, 0x5c, - 0x90, 0x3e, 0x7f, 0x11, 0xf7, 0x6f, 0x90, 0xac, 0xb5, 0x40, 0x19, 0x6c, 0xaf, 0x38, 0x6f, 0x84, - 0xa4, 0x0e, 0x04, 0xdc, 0xbf, 0x23, 0x7d, 0x89, 0x1c, 0x4c, 0xaa, 0x63, 0x53, 0xa7, 0x7b, 0xa9, - 0x47, 0xe4, 0x70, 0x38, 0xd3, 0x33, 0xa2, 0x4b, 0xe8, 0xa8, 0x5a, 0x99, 0x44, 0xf7, 0x60, 0x62, - 0x11, 0x55, 0xab, 0x6f, 0x12, 0x46, 0x0c, 0xb8, 0x7f, 0x42, 0x7e, 0x63, 0x09, 0x2a, 0x32, 0x80, - 0xe9, 0xf4, 0xc6, 0xcd, 0xc9, 0x60, 0xde, 0x08, 0xbd, 0xed, 0xdf, 0x80, 0xfb, 0x67, 0xa4, 0x5b, - 0x95, 0x91, 0xac, 0x86, 0xfd, 0x71, 0x7b, 0xe2, 0x4d, 0xff, 0xee, 0x9d, 0x62, 0xde, 0x23, 0x74, - 0xc4, 0xac, 0x43, 0x5a, 0x82, 0xcf, 0x6e, 0x5f, 0x6e, 0x32, 0xa1, 0x5f, 0xd7, 0x31, 0x4d, 0xb0, - 0x60, 0x96, 0x46, 0x95, 0xb9, 0x0f, 0xb6, 0x1d, 0x81, 0x0c, 0x24, 0x2b, 0xe3, 0x8b, 0x0c, 0xd9, - 0xce, 0x54, 0xc4, 0x3d, 0xfb, 0x0a, 0x97, 0x9f, 0x01, 0x00, 0x00, 0xff, 0xff, 0xff, 0xa7, 0xb8, - 0x33, 0x59, 0x02, 0x00, 0x00, + // 393 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x84, 0x92, 0x51, 0xcb, 0xd3, 0x30, + 0x14, 0x86, 0xbf, 0x7d, 0xeb, 0x3a, 0x97, 0xea, 0x4d, 0x44, 0x1d, 0x53, 0x74, 0x4c, 0x90, 0xa9, + 0x98, 0xc0, 0xc4, 0x0b, 0xc5, 0x1b, 0x07, 0xc2, 0x7a, 0x31, 0x2f, 0xba, 0x81, 0x20, 0xc2, 0x48, + 0x9b, 0xb4, 0x86, 0xb5, 0x49, 0x49, 0x52, 0xa6, 0xbf, 0xc7, 0x3f, 0x2a, 0x49, 0xda, 0xc2, 0xe6, + 0xc4, 0xbb, 0x9e, 0x9e, 0xf7, 0x79, 0xd2, 0xe6, 0x1c, 0xf0, 0x38, 0x2f, 0x7f, 0x19, 0xc6, 0x69, + 0x89, 0x33, 0xa9, 0x18, 0xae, 0x98, 0x51, 0x3c, 0xd3, 0xa8, 0x56, 0xd2, 0x48, 0x78, 0xaf, 0x6b, + 0x22, 0xdb, 0x9c, 0x3d, 0x3d, 0xcf, 0x72, 0xca, 0x84, 0xe1, 0x39, 0x67, 0xca, 0xc7, 0x67, 0xcf, + 0x0a, 0x29, 0x8b, 0x92, 0x61, 0x57, 0xa5, 0x4d, 0x8e, 0x0d, 0xaf, 0x98, 0x36, 0xa4, 0xaa, 0xdb, + 0xc0, 0x93, 0xcb, 0x80, 0x36, 0xaa, 0xc9, 0x8c, 0xef, 0x2e, 0x7e, 0x0f, 0x41, 0xb0, 0xab, 0x89, + 0x80, 0xef, 0x01, 0xd0, 0x86, 0x28, 0x73, 0xb0, 0xfc, 0x74, 0x30, 0x1f, 0x2c, 0xa3, 0xd5, 0x0c, + 0x79, 0x16, 0x75, 0x2c, 0xda, 0x77, 0xf2, 0x64, 0xe2, 0xd2, 0xb6, 0x86, 0xef, 0xc0, 0x1d, 0x26, + 0xa8, 0x07, 0x6f, 0xff, 0x0b, 0x8e, 0x99, 0xa0, 0x0e, 0xdb, 0x82, 0xe8, 0x24, 0xd5, 0x31, 0x2f, + 0xe5, 0xe9, 0xc0, 0xe9, 0x74, 0xe8, 0xc8, 0x57, 0xe8, 0xec, 0xf7, 0xd1, 0xd7, 0x36, 0xf1, 0xf9, + 0x27, 0xcb, 0x1a, 0xc3, 0xa5, 0x88, 0xfb, 0x0b, 0xd8, 0xdc, 0x24, 0xa0, 0x13, 0xc4, 0x14, 0x7e, + 0x02, 0x63, 0x21, 0x29, 0xb3, 0xaa, 0xc0, 0xa9, 0x5e, 0x5c, 0xa8, 0xbe, 0x48, 0xca, 0xae, 0x6b, + 0x42, 0x0b, 0x7a, 0x85, 0x21, 0xfa, 0x68, 0x15, 0xa3, 0xab, 0x8a, 0x3d, 0xd1, 0xc7, 0x7f, 0x28, + 0x2c, 0x18, 0x53, 0xf8, 0x1c, 0xdc, 0x95, 0x35, 0x53, 0xc4, 0x06, 0xac, 0x27, 0x9c, 0x0f, 0x96, + 0x93, 0xcd, 0x4d, 0x12, 0xf5, 0x6f, 0x63, 0x0a, 0x5f, 0x82, 0x91, 0xae, 0x89, 0xd0, 0xd3, 0xf1, + 0x7c, 0xb8, 0x8c, 0x56, 0xf7, 0x2f, 0x4e, 0xb1, 0xf3, 0x48, 0x7c, 0x62, 0x1d, 0x80, 0x5b, 0x4e, + 0x17, 0xdf, 0xc1, 0x83, 0xfe, 0xd8, 0xad, 0xdb, 0x96, 0x84, 0xe9, 0xa6, 0x34, 0xf0, 0x21, 0x08, + 0xfd, 0xf6, 0xb8, 0x89, 0x4d, 0x92, 0xb6, 0x82, 0xaf, 0x41, 0x40, 0x89, 0x21, 0xed, 0x38, 0x1e, + 0xfd, 0x35, 0x8e, 0x9d, 0xdb, 0x81, 0xc4, 0x85, 0xd6, 0x1f, 0xbf, 0x7d, 0x28, 0xb8, 0xf9, 0xd1, + 0xa4, 0x28, 0x93, 0x15, 0x76, 0xdf, 0x22, 0x55, 0xe1, 0x1f, 0x70, 0xbf, 0x7e, 0x05, 0x13, 0xb8, + 0x4e, 0xdf, 0x14, 0x12, 0x9f, 0x6d, 0x64, 0x1a, 0x3a, 0xe9, 0xdb, 0x3f, 0x01, 0x00, 0x00, 0xff, + 0xff, 0xd7, 0xa7, 0xf1, 0xb0, 0xd5, 0x02, 0x00, 0x00, } diff --git a/flyteidl/gen/pb-go/flyteidl/service/admin.swagger.json b/flyteidl/gen/pb-go/flyteidl/service/admin.swagger.json index 29bacde154..8724945e44 100644 --- a/flyteidl/gen/pb-go/flyteidl/service/admin.swagger.json +++ b/flyteidl/gen/pb-go/flyteidl/service/admin.swagger.json @@ -5910,10 +5910,11 @@ "CACHE_POPULATED", "CACHE_LOOKUP_FAILURE", "CACHE_PUT_FAILURE", - "CACHE_SKIPPED" + "CACHE_SKIPPED", + "CACHE_EVICTED" ], "default": "CACHE_DISABLED", - "description": "- CACHE_DISABLED: Used to indicate that caching was disabled\n - CACHE_MISS: Used to indicate that the cache lookup resulted in no matches\n - CACHE_HIT: used to indicate that the associated artifact was a result of a previous execution\n - CACHE_POPULATED: used to indicate that the resultant artifact was added to the cache\n - CACHE_LOOKUP_FAILURE: Used to indicate that cache lookup failed because of an error\n - CACHE_PUT_FAILURE: Used to indicate that cache lookup failed because of an error\n - CACHE_SKIPPED: Used to indicate the cache lookup was skipped", + "description": "- CACHE_DISABLED: Used to indicate that caching was disabled\n - CACHE_MISS: Used to indicate that the cache lookup resulted in no matches\n - CACHE_HIT: used to indicate that the associated artifact was a result of a previous execution\n - CACHE_POPULATED: used to indicate that the resultant artifact was added to the cache\n - CACHE_LOOKUP_FAILURE: Used to indicate that cache lookup failed because of an error\n - CACHE_PUT_FAILURE: Used to indicate that cache lookup failed because of an error\n - CACHE_SKIPPED: Used to indicate the cache lookup was skipped\n - CACHE_EVICTED: Used to indicate that the cache was evicted", "title": "Indicates the status of CatalogCaching. The reason why this is not embedded in TaskNodeMetadata is, that we may use for other types of nodes as well in the future" }, "coreCatalogMetadata": { diff --git a/flyteidl/gen/pb-go/flyteidl/service/agent.pb.go b/flyteidl/gen/pb-go/flyteidl/service/agent.pb.go index c816a1f3ac..478c62819c 100644 --- a/flyteidl/gen/pb-go/flyteidl/service/agent.pb.go +++ b/flyteidl/gen/pb-go/flyteidl/service/agent.pb.go @@ -29,28 +29,30 @@ const _ = proto.ProtoPackageIsVersion3 // please upgrade the proto package func init() { proto.RegisterFile("flyteidl/service/agent.proto", fileDescriptor_f7d1dfd1fb77d2ef) } var fileDescriptor_f7d1dfd1fb77d2ef = []byte{ - // 324 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x92, 0xbd, 0x4e, 0xf3, 0x30, - 0x14, 0x86, 0xbf, 0xaf, 0x03, 0x20, 0x0f, 0xa8, 0x58, 0x55, 0x87, 0xa8, 0xe2, 0xa7, 0x3b, 0xb1, - 0x28, 0x33, 0x42, 0x05, 0xa4, 0x2e, 0x65, 0x01, 0xba, 0xb0, 0x9d, 0x26, 0x07, 0x63, 0x25, 0xb1, - 0x43, 0x7c, 0x5a, 0xa9, 0x42, 0x2c, 0xdc, 0x00, 0x03, 0x97, 0xc6, 0x2d, 0x70, 0x01, 0x5c, 0x02, - 0xc2, 0xf9, 0xa5, 0x10, 0xb6, 0x28, 0xcf, 0xeb, 0xe7, 0xf5, 0xcf, 0x61, 0x83, 0xbb, 0x78, 0x45, - 0xa8, 0xc2, 0x58, 0x58, 0xcc, 0x96, 0x2a, 0x40, 0x01, 0x12, 0x35, 0xf9, 0x69, 0x66, 0xc8, 0xf0, - 0x6e, 0x49, 0xfd, 0x82, 0x7a, 0x03, 0x69, 0x8c, 0x8c, 0x51, 0x40, 0xaa, 0x04, 0x68, 0x6d, 0x08, - 0x48, 0x19, 0x6d, 0xf3, 0xbc, 0xe7, 0x55, 0x36, 0x08, 0x13, 0xa5, 0x9b, 0xae, 0xd1, 0x4b, 0x87, - 0xed, 0x8c, 0xed, 0x4a, 0x07, 0xe3, 0xaf, 0x9f, 0xd7, 0xb9, 0x8f, 0xcf, 0x18, 0x3b, 0xcf, 0x10, - 0x08, 0x6f, 0xc0, 0x46, 0xfc, 0xc0, 0xaf, 0x0a, 0x9d, 0xc0, 0xaf, 0xd9, 0x15, 0x3e, 0x2c, 0xd0, - 0x92, 0x37, 0xfc, 0x2b, 0x62, 0x53, 0xa3, 0x2d, 0x0e, 0xff, 0xf1, 0x29, 0xdb, 0x9c, 0x20, 0x39, - 0xe7, 0xee, 0xfa, 0x82, 0x02, 0x94, 0xc2, 0xbd, 0x56, 0x5e, 0xd9, 0x66, 0x8c, 0x5d, 0x60, 0x8c, - 0x6d, 0x9b, 0xac, 0x59, 0xeb, 0x26, 0x9b, 0x91, 0x52, 0x3b, 0xfa, 0xf8, 0xcf, 0x7a, 0xee, 0x32, - 0x2e, 0x91, 0x20, 0x04, 0x82, 0xf2, 0x52, 0x22, 0xb6, 0x35, 0x41, 0x72, 0x88, 0xff, 0xb6, 0x3d, - 0x47, 0xca, 0xae, 0xfd, 0xf6, 0x40, 0xd1, 0x34, 0x78, 0x7e, 0x7b, 0x7f, 0xed, 0xf4, 0x79, 0xcf, - 0xbd, 0xda, 0xf2, 0x28, 0x7f, 0x16, 0xf1, 0xa8, 0x21, 0xc1, 0x27, 0x1e, 0x31, 0x36, 0x55, 0x36, - 0x5f, 0x62, 0x7f, 0x1e, 0xae, 0x66, 0xad, 0x87, 0x6b, 0x46, 0x8a, 0xca, 0xbe, 0xab, 0xec, 0xf2, - 0xed, 0x6f, 0x95, 0xf6, 0xec, 0xf4, 0xf6, 0x44, 0x2a, 0xba, 0x5f, 0xcc, 0xfd, 0xc0, 0x24, 0xc2, - 0x79, 0x4c, 0x26, 0xf3, 0x0f, 0x51, 0x0d, 0x8f, 0x44, 0x2d, 0xd2, 0xf9, 0xa1, 0x34, 0x62, 0x7d, - 0x3a, 0xe7, 0x1b, 0x6e, 0x98, 0x8e, 0x3f, 0x03, 0x00, 0x00, 0xff, 0xff, 0xf5, 0x2d, 0xd1, 0xd9, - 0xb8, 0x02, 0x00, 0x00, + // 367 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x84, 0x93, 0xcd, 0x4a, 0x33, 0x31, + 0x14, 0x86, 0xbf, 0x4f, 0x41, 0x25, 0x42, 0xa9, 0xa1, 0x74, 0x31, 0x14, 0x7f, 0x2a, 0xba, 0x73, + 0x82, 0x75, 0x2d, 0x52, 0x15, 0xba, 0x69, 0x37, 0x6a, 0x41, 0xdc, 0xa5, 0xd3, 0x63, 0x0c, 0x9d, + 0x26, 0xe3, 0xe4, 0xb4, 0x50, 0xc4, 0x8d, 0xb7, 0xe0, 0x6d, 0xb9, 0xf3, 0x16, 0xbc, 0x00, 0x2f, + 0x41, 0x9a, 0x99, 0x4c, 0x6b, 0x35, 0x75, 0x57, 0xfa, 0xbc, 0x79, 0xde, 0x30, 0xe7, 0x84, 0xd4, + 0xee, 0xe3, 0x09, 0x82, 0xec, 0xc7, 0xcc, 0x40, 0x3a, 0x96, 0x11, 0x30, 0x2e, 0x40, 0x61, 0x98, + 0xa4, 0x1a, 0x35, 0x2d, 0x3b, 0x1a, 0xe6, 0x34, 0xa8, 0x09, 0xad, 0x45, 0x0c, 0x8c, 0x27, 0x92, + 0x71, 0xa5, 0x34, 0x72, 0x94, 0x5a, 0x99, 0x2c, 0x1f, 0x04, 0x85, 0x8d, 0xf7, 0x87, 0x52, 0xcd, + 0xbb, 0x1a, 0x6f, 0xab, 0x64, 0xab, 0x69, 0x26, 0x2a, 0x6a, 0x4e, 0xff, 0xbc, 0xce, 0x7c, 0xb4, + 0x4b, 0xc8, 0x45, 0x0a, 0x1c, 0xe1, 0x86, 0x9b, 0x01, 0xdd, 0x0b, 0x8b, 0x42, 0x2b, 0x08, 0x67, + 0xec, 0x0a, 0x1e, 0x47, 0x60, 0x30, 0xa8, 0x2f, 0x8b, 0x98, 0x44, 0x2b, 0x03, 0xf5, 0x7f, 0xb4, + 0x4d, 0xd6, 0x5b, 0x80, 0xd6, 0xb9, 0xbd, 0x78, 0x20, 0x07, 0x4e, 0xb8, 0xe3, 0xe5, 0x85, 0xad, + 0x4b, 0xc8, 0x25, 0xc4, 0xe0, 0xbb, 0xe4, 0x8c, 0x79, 0x2f, 0x39, 0x1f, 0x29, 0xb4, 0x9c, 0x94, + 0xf2, 0xae, 0x0e, 0x60, 0x2a, 0x23, 0x43, 0x0f, 0x3c, 0x77, 0xc9, 0xb9, 0xd3, 0x1f, 0xfe, 0x15, + 0x2b, 0x2a, 0x6e, 0xc9, 0x66, 0xce, 0xda, 0x5a, 0x18, 0x5a, 0xf7, 0x1c, 0x9c, 0x42, 0x27, 0xdf, + 0x5f, 0x9a, 0x71, 0xe6, 0xc6, 0xe7, 0x7f, 0x52, 0xb1, 0x93, 0xec, 0x00, 0xf2, 0x3e, 0x47, 0xee, + 0x26, 0x3a, 0x20, 0x1b, 0x2d, 0x40, 0x8b, 0xe8, 0x6f, 0xdf, 0xd6, 0x12, 0x57, 0xb6, 0xeb, 0x0f, + 0xe4, 0x4d, 0xb5, 0x97, 0xf7, 0x8f, 0xd7, 0x95, 0x2a, 0xad, 0xd8, 0x95, 0x1b, 0x1f, 0x67, 0x3b, + 0xc5, 0x9e, 0x14, 0x1f, 0xc2, 0x33, 0x1d, 0x10, 0xd2, 0x96, 0x26, 0x3b, 0x62, 0x7e, 0x4e, 0x66, + 0xc6, 0xbc, 0x93, 0x99, 0x8f, 0xe4, 0x95, 0x55, 0x5b, 0x59, 0xa6, 0xa5, 0x6f, 0x95, 0xe6, 0xfc, + 0xec, 0xee, 0x54, 0x48, 0x7c, 0x18, 0xf5, 0xc2, 0x48, 0x0f, 0x99, 0xf5, 0xe8, 0x54, 0x64, 0x3f, + 0x58, 0xb1, 0xf9, 0x02, 0x14, 0x4b, 0x7a, 0x47, 0x42, 0xb3, 0xc5, 0xa7, 0xd5, 0x5b, 0xb3, 0x2f, + 0xe1, 0xe4, 0x2b, 0x00, 0x00, 0xff, 0xff, 0x64, 0x33, 0x1f, 0x2d, 0x75, 0x03, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. @@ -71,6 +73,14 @@ type AsyncAgentServiceClient interface { GetTask(ctx context.Context, in *admin.GetTaskRequest, opts ...grpc.CallOption) (*admin.GetTaskResponse, error) // Delete the task resource. DeleteTask(ctx context.Context, in *admin.DeleteTaskRequest, opts ...grpc.CallOption) (*admin.DeleteTaskResponse, error) + // GetTaskMetrics returns one or more task execution metrics, if available. + // + // Errors include + // * OutOfRange if metrics are not available for the specified task time range + // * various other errors + GetTaskMetrics(ctx context.Context, in *admin.GetTaskMetricsRequest, opts ...grpc.CallOption) (*admin.GetTaskMetricsResponse, error) + // GetTaskLogs returns task execution logs, if available. + GetTaskLogs(ctx context.Context, in *admin.GetTaskLogsRequest, opts ...grpc.CallOption) (*admin.GetTaskLogsResponse, error) } type asyncAgentServiceClient struct { @@ -108,6 +118,24 @@ func (c *asyncAgentServiceClient) DeleteTask(ctx context.Context, in *admin.Dele return out, nil } +func (c *asyncAgentServiceClient) GetTaskMetrics(ctx context.Context, in *admin.GetTaskMetricsRequest, opts ...grpc.CallOption) (*admin.GetTaskMetricsResponse, error) { + out := new(admin.GetTaskMetricsResponse) + err := c.cc.Invoke(ctx, "/flyteidl.service.AsyncAgentService/GetTaskMetrics", in, out, opts...) + if err != nil { + return nil, err + } + return out, nil +} + +func (c *asyncAgentServiceClient) GetTaskLogs(ctx context.Context, in *admin.GetTaskLogsRequest, opts ...grpc.CallOption) (*admin.GetTaskLogsResponse, error) { + out := new(admin.GetTaskLogsResponse) + err := c.cc.Invoke(ctx, "/flyteidl.service.AsyncAgentService/GetTaskLogs", in, out, opts...) + if err != nil { + return nil, err + } + return out, nil +} + // AsyncAgentServiceServer is the server API for AsyncAgentService service. type AsyncAgentServiceServer interface { // Send a task create request to the agent server. @@ -116,6 +144,14 @@ type AsyncAgentServiceServer interface { GetTask(context.Context, *admin.GetTaskRequest) (*admin.GetTaskResponse, error) // Delete the task resource. DeleteTask(context.Context, *admin.DeleteTaskRequest) (*admin.DeleteTaskResponse, error) + // GetTaskMetrics returns one or more task execution metrics, if available. + // + // Errors include + // * OutOfRange if metrics are not available for the specified task time range + // * various other errors + GetTaskMetrics(context.Context, *admin.GetTaskMetricsRequest) (*admin.GetTaskMetricsResponse, error) + // GetTaskLogs returns task execution logs, if available. + GetTaskLogs(context.Context, *admin.GetTaskLogsRequest) (*admin.GetTaskLogsResponse, error) } // UnimplementedAsyncAgentServiceServer can be embedded to have forward compatible implementations. @@ -131,6 +167,12 @@ func (*UnimplementedAsyncAgentServiceServer) GetTask(ctx context.Context, req *a func (*UnimplementedAsyncAgentServiceServer) DeleteTask(ctx context.Context, req *admin.DeleteTaskRequest) (*admin.DeleteTaskResponse, error) { return nil, status.Errorf(codes.Unimplemented, "method DeleteTask not implemented") } +func (*UnimplementedAsyncAgentServiceServer) GetTaskMetrics(ctx context.Context, req *admin.GetTaskMetricsRequest) (*admin.GetTaskMetricsResponse, error) { + return nil, status.Errorf(codes.Unimplemented, "method GetTaskMetrics not implemented") +} +func (*UnimplementedAsyncAgentServiceServer) GetTaskLogs(ctx context.Context, req *admin.GetTaskLogsRequest) (*admin.GetTaskLogsResponse, error) { + return nil, status.Errorf(codes.Unimplemented, "method GetTaskLogs not implemented") +} func RegisterAsyncAgentServiceServer(s *grpc.Server, srv AsyncAgentServiceServer) { s.RegisterService(&_AsyncAgentService_serviceDesc, srv) @@ -190,6 +232,42 @@ func _AsyncAgentService_DeleteTask_Handler(srv interface{}, ctx context.Context, return interceptor(ctx, in, info, handler) } +func _AsyncAgentService_GetTaskMetrics_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { + in := new(admin.GetTaskMetricsRequest) + if err := dec(in); err != nil { + return nil, err + } + if interceptor == nil { + return srv.(AsyncAgentServiceServer).GetTaskMetrics(ctx, in) + } + info := &grpc.UnaryServerInfo{ + Server: srv, + FullMethod: "/flyteidl.service.AsyncAgentService/GetTaskMetrics", + } + handler := func(ctx context.Context, req interface{}) (interface{}, error) { + return srv.(AsyncAgentServiceServer).GetTaskMetrics(ctx, req.(*admin.GetTaskMetricsRequest)) + } + return interceptor(ctx, in, info, handler) +} + +func _AsyncAgentService_GetTaskLogs_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { + in := new(admin.GetTaskLogsRequest) + if err := dec(in); err != nil { + return nil, err + } + if interceptor == nil { + return srv.(AsyncAgentServiceServer).GetTaskLogs(ctx, in) + } + info := &grpc.UnaryServerInfo{ + Server: srv, + FullMethod: "/flyteidl.service.AsyncAgentService/GetTaskLogs", + } + handler := func(ctx context.Context, req interface{}) (interface{}, error) { + return srv.(AsyncAgentServiceServer).GetTaskLogs(ctx, req.(*admin.GetTaskLogsRequest)) + } + return interceptor(ctx, in, info, handler) +} + var _AsyncAgentService_serviceDesc = grpc.ServiceDesc{ ServiceName: "flyteidl.service.AsyncAgentService", HandlerType: (*AsyncAgentServiceServer)(nil), @@ -206,6 +284,14 @@ var _AsyncAgentService_serviceDesc = grpc.ServiceDesc{ MethodName: "DeleteTask", Handler: _AsyncAgentService_DeleteTask_Handler, }, + { + MethodName: "GetTaskMetrics", + Handler: _AsyncAgentService_GetTaskMetrics_Handler, + }, + { + MethodName: "GetTaskLogs", + Handler: _AsyncAgentService_GetTaskLogs_Handler, + }, }, Streams: []grpc.StreamDesc{}, Metadata: "flyteidl/service/agent.proto", diff --git a/flyteidl/gen/pb-go/flyteidl/service/agent.swagger.json b/flyteidl/gen/pb-go/flyteidl/service/agent.swagger.json index b7eacff5f7..3311e69e38 100644 --- a/flyteidl/gen/pb-go/flyteidl/service/agent.swagger.json +++ b/flyteidl/gen/pb-go/flyteidl/service/agent.swagger.json @@ -259,6 +259,36 @@ }, "description": "A response containing an agent." }, + "adminGetTaskLogsResponse": { + "type": "object", + "properties": { + "results": { + "type": "array", + "items": { + "type": "string" + }, + "description": "The execution log results." + }, + "token": { + "type": "string", + "description": "In the case of multiple pages of results, the server-provided token can be used to fetch the next page\nin a query. If there are no more results, this value will be empty." + } + }, + "description": "A response containing the logs for a task execution." + }, + "adminGetTaskMetricsResponse": { + "type": "object", + "properties": { + "results": { + "type": "array", + "items": { + "$ref": "#/definitions/coreExecutionMetricResult" + }, + "description": "The execution metric results." + } + }, + "description": "A response containing a list of metrics for a task execution." + }, "adminGetTaskResponse": { "type": "object", "properties": { @@ -533,6 +563,20 @@ }, "description": "Represents an error thrown from a node." }, + "coreExecutionMetricResult": { + "type": "object", + "properties": { + "metric": { + "type": "string", + "description": "The metric this data represents. e.g. EXECUTION_METRIC_USED_CPU_AVG or EXECUTION_METRIC_USED_MEMORY_BYTES_AVG." + }, + "data": { + "$ref": "#/definitions/protobufStruct", + "title": "The result data in prometheus range query result format\nhttps://prometheus.io/docs/prometheus/latest/querying/api/#expression-query-result-formats.\nThis may include multiple time series, differentiated by their metric labels.\nStart time is greater of (execution attempt start, 48h ago)\nEnd time is lesser of (execution attempt end, now)" + } + }, + "description": "ExecutionMetrics is a collection of metrics that are collected during the execution of a Flyte task." + }, "coreExtendedResources": { "type": "object", "properties": { 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 e2c6a38dcd..1c17b47b5a 100644 --- a/flyteidl/gen/pb-go/flyteidl/service/flyteadmin/api/swagger.yaml +++ b/flyteidl/gen/pb-go/flyteidl/service/flyteadmin/api/swagger.yaml @@ -90079,7 +90079,8 @@ definitions: \ artifact was added to the cache\n - CACHE_LOOKUP_FAILURE: Used to indicate\ \ that cache lookup failed because of an error\n - CACHE_PUT_FAILURE: Used to\ \ indicate that cache lookup failed because of an error\n - CACHE_SKIPPED: Used\ - \ to indicate the cache lookup was skipped" + \ to indicate the cache lookup was skipped\n - CACHE_EVICTED: Used to indicate\ + \ that the cache was evicted" enum: - "CACHE_DISABLED" - "CACHE_MISS" @@ -90088,6 +90089,7 @@ definitions: - "CACHE_LOOKUP_FAILURE" - "CACHE_PUT_FAILURE" - "CACHE_SKIPPED" + - "CACHE_EVICTED" default: "CACHE_DISABLED" coreCatalogMetadata: type: "object" diff --git a/flyteidl/gen/pb-go/flyteidl/service/flyteadmin/model_core_catalog_cache_status.go b/flyteidl/gen/pb-go/flyteidl/service/flyteadmin/model_core_catalog_cache_status.go index 6e50baf228..62eb9ba85a 100644 --- a/flyteidl/gen/pb-go/flyteidl/service/flyteadmin/model_core_catalog_cache_status.go +++ b/flyteidl/gen/pb-go/flyteidl/service/flyteadmin/model_core_catalog_cache_status.go @@ -8,16 +8,18 @@ */ package flyteadmin -// CoreCatalogCacheStatus : - CACHE_DISABLED: Used to indicate that caching was disabled - CACHE_MISS: Used to indicate that the cache lookup resulted in no matches - CACHE_HIT: used to indicate that the associated artifact was a result of a previous execution - CACHE_POPULATED: used to indicate that the resultant artifact was added to the cache - CACHE_LOOKUP_FAILURE: Used to indicate that cache lookup failed because of an error - CACHE_PUT_FAILURE: Used to indicate that cache lookup failed because of an error - CACHE_SKIPPED: Used to indicate the cache lookup was skipped + +// CoreCatalogCacheStatus : - CACHE_DISABLED: Used to indicate that caching was disabled - CACHE_MISS: Used to indicate that the cache lookup resulted in no matches - CACHE_HIT: used to indicate that the associated artifact was a result of a previous execution - CACHE_POPULATED: used to indicate that the resultant artifact was added to the cache - CACHE_LOOKUP_FAILURE: Used to indicate that cache lookup failed because of an error - CACHE_PUT_FAILURE: Used to indicate that cache lookup failed because of an error - CACHE_SKIPPED: Used to indicate the cache lookup was skipped - CACHE_EVICTED: Used to indicate that the cache was evicted type CoreCatalogCacheStatus string // List of coreCatalogCacheStatus const ( - CoreCatalogCacheStatusDISABLED CoreCatalogCacheStatus = "CACHE_DISABLED" - CoreCatalogCacheStatusMISS CoreCatalogCacheStatus = "CACHE_MISS" - CoreCatalogCacheStatusHIT CoreCatalogCacheStatus = "CACHE_HIT" - CoreCatalogCacheStatusPOPULATED CoreCatalogCacheStatus = "CACHE_POPULATED" + CoreCatalogCacheStatusDISABLED CoreCatalogCacheStatus = "CACHE_DISABLED" + CoreCatalogCacheStatusMISS CoreCatalogCacheStatus = "CACHE_MISS" + CoreCatalogCacheStatusHIT CoreCatalogCacheStatus = "CACHE_HIT" + CoreCatalogCacheStatusPOPULATED CoreCatalogCacheStatus = "CACHE_POPULATED" CoreCatalogCacheStatusLOOKUP_FAILURE CoreCatalogCacheStatus = "CACHE_LOOKUP_FAILURE" - CoreCatalogCacheStatusPUT_FAILURE CoreCatalogCacheStatus = "CACHE_PUT_FAILURE" - CoreCatalogCacheStatusSKIPPED CoreCatalogCacheStatus = "CACHE_SKIPPED" + CoreCatalogCacheStatusPUT_FAILURE CoreCatalogCacheStatus = "CACHE_PUT_FAILURE" + CoreCatalogCacheStatusSKIPPED CoreCatalogCacheStatus = "CACHE_SKIPPED" + CoreCatalogCacheStatusEVICTED CoreCatalogCacheStatus = "CACHE_EVICTED" ) diff --git a/flyteidl/gen/pb-go/flyteidl/service/openapi.go b/flyteidl/gen/pb-go/flyteidl/service/openapi.go index a5a3d4245c..ab159e4929 100644 --- a/flyteidl/gen/pb-go/flyteidl/service/openapi.go +++ b/flyteidl/gen/pb-go/flyteidl/service/openapi.go @@ -78,7 +78,7 @@ func (fi bindataFileInfo) Sys() interface{} { return nil } -var _adminSwaggerJson = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\xbd\x7b\x73\xe3\xb8\x95\x37\xfc\xff\x7e\x0a\x3c\xbd\x4f\xd5\xcc\x24\xb2\x3d\x49\x76\xf3\xa6\xbc\xf5\xd4\xfb\xaa\x6d\x75\x8f\x9e\x71\xdb\x8e\x2f\x33\x3b\xb5\x4a\x69\x20\x12\x92\x10\x93\x00\x03\x80\x76\x2b\xa9\xf9\xee\x6f\xe1\xe0\x42\x90\x22\x25\xea\x62\x5b\xee\xe6\x6e\x55\xc6\x2d\x92\xb8\x1e\x1c\x9c\xeb\xef\xfc\xeb\xdf\x10\x7a\x27\x9f\xf0\x6c\x46\xc4\xbb\x53\xf4\xee\x8f\xc7\xdf\xbf\xeb\xe9\xdf\x28\x9b\xf2\x77\xa7\x48\x3f\x47\xe8\x9d\xa2\x2a\x21\xfa\xf9\x34\x59\x28\x42\xe3\xe4\x44\x12\xf1\x48\x23\x72\x82\xe3\x94\xb2\xe3\x4c\x70\xc5\xe1\x43\x84\xde\x3d\x12\x21\x29\x67\xfa\x75\xfb\x27\x62\x5c\x21\x49\xd4\xbb\x7f\x43\xe8\x37\x68\x5e\x46\x73\x92\x12\xf9\xee\x14\xfd\x8f\xf9\x68\xae\x54\xe6\x1a\xd0\x7f\x4b\xfd\xee\xdf\xe0\xdd\x88\x33\x99\x97\x5e\xc6\x59\x96\xd0\x08\x2b\xca\xd9\xc9\xdf\x25\x67\xc5\xbb\x99\xe0\x71\x1e\xb5\x7c\x17\xab\xb9\x2c\xe6\x78\x82\x33\x7a\xf2\xf8\x87\x13\x1c\x29\xfa\x48\xc6\x09\xce\x59\x34\x1f\x67\x09\x66\xf2\xe4\x5f\x34\xd6\x73\xfc\x3b\x89\xd4\x6f\xf0\x8f\x98\xa7\x98\x32\xf3\x37\xc3\x29\xf9\xcd\xb7\x83\xd0\xbb\x19\x51\xc1\x3f\xf5\x6c\xf3\x34\xc5\x62\xa1\x57\xe4\x03\x51\xd1\x1c\xa9\x39\x41\xa6\x1f\xe4\x96\x88\x4f\x11\x46\xa7\x82\x4c\x4f\x7f\x15\x64\x3a\x76\x0b\x7d\x6c\x16\xf8\x02\x46\x73\x9d\x60\xf6\xeb\xb1\x5d\x26\x68\x99\x67\x44\xc0\xdc\x86\xb1\x6e\xfd\x23\x51\x7d\x68\xb6\x78\x3f\x7c\x5b\x10\x99\x71\x26\x89\x2c\x0d\x0f\xa1\x77\x7f\xfc\xfe\xfb\xca\x4f\x08\xbd\x8b\x89\x8c\x04\xcd\x94\xdd\xcb\x3e\x92\x79\x14\x11\x29\xa7\x79\x82\x5c\x4b\xe1\x60\xcc\x54\xf5\xc6\xe2\xa5\xc6\x10\x7a\xf7\xbf\x05\x99\xea\x76\xfe\xfd\x24\x26\x53\xca\xa8\x6e\x57\x1a\xfa\x09\x46\x5b\xfa\xea\xb7\x7f\xab\xfb\xfb\xb7\x60\x46\x19\x16\x38\x25\x8a\x88\x62\xc7\xcd\xff\x55\xe6\xa2\xf7\x48\x77\x5e\xec\x63\x75\xe0\x95\xd9\x5e\xe2\x94\xe8\x3d\xd1\x3b\x65\xbf\x80\xbf\x05\x91\x3c\x17\x11\x41\x13\x92\x70\x36\x93\x48\xf1\xa5\x35\xa0\xd0\x82\x26\xaf\xea\x13\x41\xfe\x91\x53\x41\xf4\x5e\x29\x91\x93\xca\x53\xb5\xc8\x60\x90\x52\x09\xca\x66\xe1\x52\xfc\xd6\x6b\x35\x35\x43\x95\x1b\xcc\xcc\x7c\xd0\x38\xb1\x11\xeb\xbb\x57\x22\xcc\xd0\x84\x20\x7d\x16\x69\x4c\x04\x89\x11\x96\x08\x23\x99\x4f\x24\x51\xe8\x89\xaa\x39\x65\xfa\xdf\x19\x89\xe8\x94\x46\x6e\xcd\x0e\x67\x6d\xe0\xcf\xd5\x2b\x73\x2f\x89\xd0\x03\x7f\xa4\x31\x89\xd1\x23\x4e\x72\x82\xa6\x5c\x94\x96\xe7\x78\xc4\xee\xe6\x7a\x1d\xd2\x09\x65\x70\xf2\xf4\x5a\x3a\x0a\xf9\xbd\x5b\xae\xdf\x23\xdd\x1f\xca\x19\xfd\x47\x4e\x92\x05\xa2\x31\x61\x8a\x4e\x29\x91\xd5\xd6\x7e\xcf\xa1\x7f\x9c\xa0\x23\xa4\xd7\x99\x08\x05\xeb\xcd\x99\x22\x9f\x95\x44\x47\x28\xa1\x0f\x04\x7d\x73\x41\xa5\x42\xfd\xeb\xe1\x37\x3d\xf4\x8d\x39\x2f\x08\x78\xd3\x37\x2f\xb0\xc2\xfe\xef\xbf\x05\x47\x4f\xe1\x59\xf5\xd0\xbd\xeb\xeb\xd3\x7c\x6b\xae\x86\xa2\x85\xbf\xfd\x5b\xd8\x8e\xdd\xaf\xd5\xfc\xb6\x60\xb6\x96\xd3\xb6\xe5\xaf\xb0\x4c\x65\xd6\x2a\xf5\x0e\xed\xca\x59\x75\xbb\x55\xd6\x2a\xdf\x16\x6f\xd5\x53\x78\x6e\xfe\xba\x0b\x73\xc5\x0a\xa8\x1e\x53\x66\x0e\x89\x3f\x33\x42\xea\x73\xe2\xa8\xf7\x40\x58\xca\x2e\xbc\x36\x98\x59\xc0\x6e\x1d\x17\x0d\x56\xe5\x00\xe7\x9d\xd0\x94\xae\xdb\xdf\x21\x8b\xb5\xc8\x65\x99\x1d\xcb\xd3\x09\x11\x7a\x19\x1c\xdb\x83\xd9\x4e\x34\x1b\x54\xb9\x60\x24\x6e\x31\xcd\x7f\xe4\x44\x2c\x56\xcc\x73\x8a\x13\xd9\x34\x51\xca\x14\xd1\xf2\x6d\xe5\xf1\x94\x8b\x14\x2b\xfb\xc2\x9f\xff\x63\xd3\x85\x50\xfc\x81\xac\xdb\xff\xa1\xd9\xcd\x08\x4b\x20\x83\x34\x4f\x14\xcd\x12\x82\x32\x3c\x23\xd2\xae\x48\x9e\x28\xd9\x83\xd7\xb4\x4c\x4d\xc4\x91\xbf\x81\xa0\x07\x77\xf3\xe6\x12\x7e\x41\x53\x2f\x40\x32\xf2\x59\x41\x4b\x23\x06\x77\x2f\x2c\x51\x78\xa3\x3c\xc3\x52\x6e\x47\x33\x92\x0b\x35\x9e\x2c\x8e\x1f\xc8\x52\xbf\x8d\x94\x83\x19\xc2\x4a\x09\x3a\xc9\x15\xd1\xf3\xd6\x6d\xb8\xbb\x13\xd8\xa3\xb9\xa0\xdb\xb0\x86\xd7\x9b\x70\x4c\x05\x89\x60\x6e\x9b\x1c\x18\xff\x95\x9e\xb7\xd6\x5f\x16\x66\xf6\x0f\x64\x01\xf2\x48\xcd\x0a\xf8\x2d\x1f\xb1\x11\x43\x47\xe8\x7c\x70\x7b\x36\xb8\x3c\x1f\x5e\x7e\x3c\x45\xef\x17\x28\x26\x53\x9c\x27\xaa\x87\xa6\x94\x24\xb1\x44\x58\x10\x68\x92\xc4\x5a\xe6\xd0\x83\x21\x2c\xa6\x6c\x86\xb8\x88\x89\x78\xbe\x65\xac\x3c\x25\x2c\x4f\x2b\xf7\x0a\xfc\x5e\x8c\xbe\xf2\x85\x16\x31\xfc\xa3\xd2\x93\xbf\x2d\x2d\x30\xcc\x58\xf7\x1d\xb4\xf6\x62\x42\x4d\x34\xa7\x49\x2c\x08\x3b\x51\x58\x3e\x8c\xc9\x67\x12\xe5\xe6\x4e\xfe\x57\xf9\x87\xb1\x96\x4c\x79\x4c\xca\xbf\x94\xfe\x51\x88\x42\x1b\x7f\xea\xb5\xd4\x8d\xbf\x04\x9d\xb6\xdd\x77\xf0\x0b\x8d\x6b\xdf\x86\x5f\xd6\xcc\xc1\xbd\xb3\x62\xb0\xee\x95\xc6\x51\xb9\x17\xac\xc4\x57\xfb\x8e\x20\x4a\x2c\xc6\x58\x29\x92\x66\x6a\x43\x7d\x1d\xa3\x44\xcb\x95\xab\xe4\xc8\x4b\x1e\x93\x81\xeb\xef\x57\x64\xc4\x59\x12\xa3\xc9\xc2\x72\xad\x29\x11\x84\x45\xa4\xb9\x85\x3b\x2c\x1f\x8a\x16\xd6\x09\xa3\xa5\xfe\xe4\x07\x2e\xf4\xe7\x6f\x41\x20\x2d\x0d\xfc\x25\x64\xd2\x6d\x4f\xdc\x17\x67\x21\xd8\x92\x7f\x74\xf6\x84\xdd\x57\xb2\xad\xf5\x81\x0b\x24\x17\x52\x91\x74\xad\x1d\xe2\xed\x2c\x84\xbd\x20\x0e\x75\xc0\x95\x3b\xea\x2b\x38\xf5\xe5\x1b\xb7\x3b\xde\x1b\x2c\xd9\xbe\xac\x88\x87\x3e\x4f\xe7\xc3\x59\x3d\xd5\x5b\xb7\x7d\x81\x13\xe3\x4d\x4c\xb3\x24\x0b\xee\x7b\x90\xcf\x64\x6e\x68\xdc\x2b\xb7\xda\x63\x18\xc0\x1a\x45\xb3\x6c\x87\xf6\xe7\x4f\x7f\x1a\x5a\x68\x8c\x39\x4e\xcd\xa9\x0c\x8c\x55\x28\xe2\xc2\xc8\x82\xb1\x3d\xef\x46\xd7\xec\xdf\xf5\x6f\x07\x77\xa7\xa8\x8f\x62\xac\xb0\x3e\xe0\x82\x64\x82\x48\xc2\x14\xe8\xf1\xfa\x7b\xb5\x40\x29\x8f\x49\x62\x34\xce\x0f\x5a\xf2\x45\xe7\x58\xe1\x33\xac\x70\xc2\x67\xc7\xa8\x0f\xff\xd4\x1f\x53\x89\x70\x22\x39\xc2\x8e\xac\x48\xec\x9a\xc0\x2c\x76\xac\x05\xa3\x88\xa7\x19\x4d\xbc\x0d\xde\x1b\x57\x28\x8b\xe9\x23\x8d\x73\x9c\x20\x3e\xd1\x5c\x45\x6b\xc8\x83\x47\xc2\x54\x8e\x93\x64\x81\x70\x92\x20\xdb\xad\x7b\x01\xc9\x39\xcf\x93\x58\xb7\xeb\x46\x29\x69\x4a\x13\x2c\xb4\x0a\x6e\x46\x7b\x65\xdb\x42\x77\x73\xe2\xc7\x0a\xe3\xd2\xab\x99\xe2\x07\x22\x11\x55\x28\xe3\x52\xd2\x49\x52\x9c\xf9\xfb\x21\x82\x71\x9f\x5d\x0c\x41\x9f\x8f\x14\xe2\x86\x87\xba\xce\xad\xfd\xc6\xf5\x98\x62\xc6\x08\x74\xcc\xd5\x9c\x08\xdb\xbd\x7d\xf9\xb5\x55\xf3\xfb\xcb\xdb\xeb\xc1\xd9\xf0\xc3\x70\x70\xbe\xac\x9b\xdf\xf5\x6f\x7f\x5c\xfe\xf5\xe7\xab\x9b\x1f\x3f\x5c\x5c\xfd\xbc\xfc\xe4\xa2\x7f\x7f\x79\xf6\xc3\xf8\xfa\xa2\x7f\xb9\xfc\xd0\x92\x55\x6b\x35\x3f\x1c\xd9\x86\x67\xab\xb3\x69\x3e\x97\x4d\xb3\xf7\xe5\x1a\x35\xa7\x34\x01\x1d\xb4\xb5\x41\xd3\xdb\x10\xec\x97\x28\xc3\x52\x1a\xc9\xc8\x8c\xe0\x78\xc4\x3e\x71\xa1\x19\xd8\x94\x6b\x1e\xa1\xa5\x27\x25\xf2\x48\x51\x36\xf3\x1f\x9d\xa2\x51\xfe\xfd\xf7\x7f\x8a\x2e\x28\x7b\x80\xbf\xc8\x21\x2e\x4e\x67\xf1\xed\x2c\xbe\x5f\x97\xc5\x57\x8b\x3e\x27\xa1\xa1\x77\xbf\x21\x43\x5a\xb8\x60\x59\xae\x40\x94\xe0\xb9\xd2\x7f\xea\x2e\x81\x3c\x56\x04\x0e\xb5\x33\x28\x7e\x24\xca\xbf\xa8\x45\x9b\xb7\x60\x47\xfc\x99\x8b\x87\x69\xc2\x9f\xfc\xc0\x3f\x12\xa5\xc7\x7e\x63\x7b\xe9\x42\x89\xba\x50\xa2\xd7\x0d\x25\x3a\x28\x63\xde\xf3\x33\xbf\xb2\xe5\xcf\x70\xc0\x06\x4f\x56\xa3\xa3\xaa\xc1\x0f\x15\xb8\x99\x5e\x84\x6b\x96\x9d\x39\x6b\x38\x67\xe9\xe5\xb7\xc2\x3d\x4b\x83\x7e\x79\xce\xf9\x55\xf8\x5b\x3a\x77\xca\x96\x0b\xf5\x26\x19\x6c\xcb\xbb\xe3\xc5\x9c\x21\xcf\xcf\xf0\x97\x62\x1b\x36\x09\x66\xd8\x20\x7a\xa1\x75\xb8\xc2\x9a\xf8\x84\xda\x80\x84\xba\x08\x84\xe5\x90\x83\xda\x18\x83\xdd\x82\x0a\xb6\xbd\x9b\xda\x87\x09\x7c\x24\xaa\xf4\xf2\x5b\xb9\x9b\x4a\x83\x7e\xf9\xbb\xe9\x2b\x8d\x0e\xe8\xc2\x01\x9e\x71\xe9\xbe\xf4\x1b\xed\x70\x1d\xfe\x5f\x81\x87\xbf\x73\xe9\x6f\xb4\x46\x5f\x96\x0f\xff\x4b\x75\xda\xbf\x4d\x2f\x7d\xe7\x96\xef\xdc\xf2\xaf\xe1\x3f\x79\x7b\x6e\xf9\xe7\x55\x4f\x8b\xe3\x35\x76\xb4\x60\xf5\xb5\xe0\x50\xfe\xd6\xc2\x49\x03\x7f\x39\x95\x6f\xd3\xa0\xf1\x46\x1d\xee\xbc\x18\xdf\x00\x8e\xd0\xaf\x96\x90\xd6\xa8\x73\x4b\xdf\xbd\x05\x75\x6e\x79\xd0\xcf\xaf\xc3\xbd\x1a\xf3\x7d\xa6\xcb\xf3\x8d\xb0\x81\xcd\x6f\xcb\x2f\x58\x26\xef\x64\xf1\xe7\xcf\xc6\x3f\x98\x09\xbd\x1d\xd9\xfb\x15\x2e\xde\x96\xb7\xee\xde\x73\xb2\x6a\xae\xd9\xe0\x76\x5a\x97\x61\x55\xfd\x9a\x12\xf9\xc7\x37\x79\xdf\xbe\x44\x92\x55\x77\xe1\x76\x17\xae\x6d\xaa\xbb\x70\xbf\xe0\x0b\xf7\xe0\xe0\x6f\x0e\x26\x02\xb4\x0b\x22\xef\x80\x31\xba\x18\xf2\x3d\x2e\x4e\x17\x43\xde\xc5\x90\x7f\x65\x31\xe4\xbb\x68\x4f\xdb\x62\x51\xbe\x86\x1e\xd5\xa9\x51\x9d\x1a\x15\xfe\xde\xa9\x51\x9d\x1a\xd5\xa9\x51\x5f\x38\x8a\x68\xa7\x43\xb5\x5f\x88\x4e\x87\x6a\xbd\x54\x9d\x0e\xb5\x62\x71\x3a\x1d\xaa\xd3\xa1\xbe\x32\x1d\x6a\xc1\x70\x4a\xa3\x31\x04\xa1\x3e\xd9\x1c\xd1\x03\xc9\x45\x5b\x15\x11\x62\x86\x7d\xc9\x63\xe2\x12\x5b\x5d\xc8\xfb\xba\x18\xff\x9a\x4f\xdf\x84\x7e\xd5\x3c\xe3\x2e\x01\xcd\x3d\xed\x12\xd0\x5e\x65\xa1\xbe\xf4\x70\xfd\xb7\x9f\x80\x46\x1e\x09\x53\x12\x72\x8e\x43\xc6\xf6\x2e\xe3\xb2\x99\x0f\x87\x42\x60\x0d\x27\x86\x36\xcb\xb9\xbf\x10\x9f\xfa\x2b\x9a\x63\x89\x78\x14\xe5\xa2\x22\xea\x54\xb9\xf1\x99\x20\x58\x11\x68\x41\x7f\xf8\x16\xd8\xf0\xf2\x74\x5f\x8a\x0b\x4f\x78\xbc\x24\xd4\x18\x32\xac\x7b\xb2\x9a\x0c\xf7\x36\xf5\x7f\xe4\xa4\x9d\x95\xef\x19\x89\x5a\x61\xf9\xb0\x67\xa2\x2e\xa5\xd4\x6d\x45\xd4\xd0\xc2\x5b\x21\xea\xe5\xe9\x7e\x35\x44\x5d\x37\xf5\x43\x20\x6a\x27\x8a\xef\x99\xb0\x97\x50\x60\xb6\x22\x6e\xdf\xca\x5b\x21\xf0\xfa\x69\x7f\x35\x44\xde\x34\xfd\xd7\x25\x74\x9f\x09\xdf\x9a\xc4\xef\x04\x9d\xcd\x88\x30\xc6\x87\x48\x93\xe2\xfa\x52\x70\x45\xee\xf7\x5a\xb2\xf6\xaf\xbe\x05\x92\xf6\x83\x35\x63\xff\x6a\x68\x79\x69\xde\x07\x42\xc4\x27\x82\x44\xfc\x11\xca\x42\xb6\x23\xe6\x1b\x02\x14\x0c\xfc\x3a\x13\xe4\x91\xf2\x5c\x26\x8b\x23\x91\x33\xe4\x98\x3f\xf2\xcd\x1b\xa7\xe4\x13\x4d\x12\xc4\x59\xb2\x40\x52\x61\xa1\xdc\x63\x36\x43\x53\xc1\x53\x38\x15\x09\x96\x0a\x3d\x30\xfe\xc4\xd0\x14\xd3\x24\x17\x04\x65\x9c\x32\x75\x3c\x62\x43\x86\x6e\xcc\x18\x21\x3d\xac\x87\x72\xa9\xcf\x52\x84\x19\xe3\x0a\x45\x73\xcc\x66\x04\x61\xb6\xb0\x38\x0b\x05\x65\x68\xbd\x2d\xcf\x62\xac\x08\x74\x51\x09\xc6\xf6\x63\x04\x2f\x0d\x95\x88\x4a\x44\x3e\x2b\x41\x52\x92\x2c\x74\x1f\x9a\xf6\x15\x47\x76\x7d\xcc\x50\xad\x1a\x48\x84\xe0\x42\x42\x62\xd9\x64\xf1\x4f\xcc\x14\x65\x04\x81\x3d\x4c\x1a\x0f\xcc\x11\xba\xe0\x12\xac\xf3\x3f\xfe\x45\xa2\x28\xc9\xa5\x22\xa2\x87\x26\xf9\x4c\x22\xca\x50\x96\x60\x35\xe5\x22\xd5\x23\xa4\x4c\x2a\x3c\xa1\x09\x55\x8b\x1e\x4a\x71\x34\x37\x6d\xc1\x1a\xc8\xde\x88\xc5\xfc\x89\x49\x25\x08\xf6\xbd\xbb\x87\xe8\xdb\xf0\x99\x21\x00\xf9\x5d\x0f\xd4\x55\x9a\x66\xc9\x22\x1c\x7e\xb1\xe3\x66\x4f\x74\x23\x24\x46\x13\x12\xe1\x5c\x5a\x47\xb2\x12\x0b\x44\x3e\xcf\x71\x2e\x61\xef\xf4\xf4\x6c\x6a\x5e\xc4\xd3\x2c\x21\x8a\x20\x3a\x45\x4a\x50\xad\xf7\xcf\x30\xd5\x4b\x77\x4b\x56\xd4\xba\xf0\x44\x6f\x37\xd0\x52\xfd\xaf\xa0\x38\xa7\x5c\x10\x14\x13\x85\x69\xb2\x32\xb8\xc0\x7e\xdb\x71\xb9\xb7\xc4\xe5\xca\x1b\x7e\x10\x6c\xce\xd4\x6a\xd9\xc3\xa5\xcd\xac\x87\x36\xc2\xc9\x8e\xf7\xf7\x8d\x1d\x54\x47\xdb\x6f\x8b\xb6\xcd\xae\x1d\x0e\x71\xbf\x58\xaa\x4d\xfb\xc2\x45\x45\xd1\xa2\x37\x45\xd3\x2f\x11\xfd\xf5\x65\xbb\x22\x3a\xef\xc3\x57\x18\x57\x74\x30\x81\x01\x5d\x68\xd1\x33\x85\x16\x51\xd9\xc5\x16\x75\xb1\x45\x6d\x17\xa8\x8b\x2d\xea\x62\x8b\xde\x6c\x6c\xd1\xb3\xc2\xfb\xef\x15\xc4\xff\x4d\x89\xd6\x9d\x58\xdd\x89\xd5\x1d\x52\xbf\x9f\xda\xbe\x58\x98\xfb\xfa\x5d\x4c\x12\xa2\x48\xb3\x3d\x8b\x88\x54\x6b\x0b\xe6\x7a\xa6\x4c\xcb\x71\x33\x41\xa4\xdc\x95\x21\xf9\x86\xdf\x26\x5b\xf2\xc3\xef\x2a\x8a\x74\x7c\xaa\xe3\x53\xdb\x4c\xed\x70\x4c\xb3\xc1\x61\x7e\x29\xdb\xac\xe7\xbf\x59\xde\x2c\xfd\xdd\x1b\x37\x64\xe1\x17\x35\x14\xae\xa5\x76\xc5\xfd\xe1\xb6\x74\xbe\x23\x3f\x36\x7d\xbd\x4d\x66\x6c\xc6\xde\x71\xe2\x8e\x13\x77\x9c\xf8\x6d\x73\x62\x77\x92\x5f\xd5\x45\x66\xfc\x74\xe3\x2c\xc1\x6c\x4c\x63\x79\xf2\xaf\x42\x97\x7f\x2e\x0f\x99\x3e\x50\xb1\x41\x12\xf0\x99\xfb\xe2\x57\xfd\x49\x52\x18\xcc\x3d\x34\xf2\x1a\x27\x9a\xb1\xb1\x5f\x27\x98\x0d\xe3\x37\xe1\x47\xab\x9d\xfd\x4b\xf8\xd4\x76\xe1\xe3\x58\x81\xa7\x03\x53\x66\x4c\x78\x05\x7c\x42\xc9\x40\x79\x18\x27\x7c\x17\xae\x1e\x4c\x2c\x60\xec\x8e\x5f\x07\x8b\x72\x78\xd3\xee\xfc\x3a\x5d\xca\x78\xe7\xb9\x68\x39\xe1\xce\x73\x71\xb8\x9e\x8b\xd7\x72\x47\xbe\xf0\xf1\x7c\x29\xb1\xae\x7d\x10\xbe\x89\x56\x83\xa0\xd6\x3c\x4b\x38\x8e\x57\xb9\x62\x0a\xc1\x2b\xc4\xc0\x5a\x1b\x89\x5f\x7c\xf6\x16\x84\xb5\x62\xb4\x5f\x59\x24\xdf\xf2\xc4\x0f\x45\x4b\x79\xc1\x50\xbe\x7a\x12\xdf\x40\x25\x79\x1b\x30\xd9\xc5\x78\xbb\xd0\xbe\xce\xa2\xf4\xfa\x16\xa5\x2e\xb4\xaf\x53\x01\x0f\x4c\x05\xec\x42\xfb\xba\xd0\xbe\x4e\x41\x5e\x3d\xed\x4e\x41\xfe\x22\x42\xfb\x5a\x89\xda\xcf\x08\xb1\xbc\xbb\xd0\xdd\xc9\xdc\xee\xbd\x4e\xe6\xee\x64\xee\x2f\x54\xe6\x3e\x8c\x15\xee\x04\xee\x4e\xe0\xee\x04\xee\x4e\xe0\xee\x04\xee\xbd\x2f\x63\x27\x70\xbf\x64\x1d\xe6\x7a\xa9\x7b\x4d\x92\xcd\x5b\xf5\xe5\x74\xe2\x76\x27\x6e\x1f\xb6\xb8\x7d\x30\x13\x7a\x3b\xd5\x7c\xdb\xcd\xe7\xd5\xca\x0a\xb9\xcb\xd6\x54\xdd\x39\x45\x7d\x14\x63\x85\x35\x59\x0b\x92\x09\x22\x09\x53\x20\xc8\x40\xb5\xab\x05\xc0\x78\x25\xe6\xca\xfd\xa0\x39\x35\x3a\xc7\x0a\x9f\x61\x85\x13\x3e\x3b\x46\x7d\xf8\xa7\xfe\x98\x4a\x84\x13\xc9\x11\x76\x4b\x4f\x62\xd7\x04\x66\xb1\x3b\x50\x18\xd0\xa9\x68\xe2\x35\x37\x2f\x7b\x53\x16\xd3\x47\x1a\xe7\x38\xf1\x01\x97\x23\x83\x21\x98\xe3\x24\x59\x20\x9c\x24\xc8\x76\xeb\x5e\x70\x80\x57\x13\xe2\x47\x29\x69\x4a\x13\x2c\xb4\x0c\x62\x46\x7b\x65\xdb\x42\x5a\x6b\x74\x63\x75\x85\xbc\x50\x8a\x1f\x88\x44\x54\xa1\x8c\x4b\x49\x27\x49\x71\x00\xee\x87\x08\xc6\x7d\x76\x31\x04\x81\x26\x52\x88\x1b\xce\xe1\x3a\xb7\xd2\xbd\xeb\x31\xc5\x8c\x11\xe8\x98\xab\x39\x11\xb6\x7b\xfb\xf2\x6b\xcb\x26\xaf\x5d\xcc\xa9\x59\xce\x09\x47\xf6\x1c\x82\x8e\xfb\xba\x45\xc6\x87\x3d\x5c\x0a\xab\x5c\x1a\xc0\x47\x41\x66\x54\x2a\x60\xff\x6d\xe4\x95\xf5\x89\x1e\x6f\x55\x4e\xe9\x52\x3d\xfc\xd3\x4e\x6a\xe9\xa4\x96\xaf\x54\x6a\x39\xa0\x58\xb0\x83\xc8\x58\x49\xb1\x8a\xe6\x78\x92\x90\xb1\x37\xfa\xc8\xb6\x7a\xf0\x05\x95\x4a\xa2\x28\x97\x8a\xa7\xcd\x97\xcb\x27\xd7\x43\xdf\x77\x70\xc6\xd9\x94\xce\x72\x73\xb7\x18\x70\xce\xe0\x44\x17\x92\xe0\x22\x23\xeb\x3c\x55\x35\xad\xbf\x89\x6b\xa9\x7e\xe8\x2f\x75\x3b\x6d\x22\xb8\x17\x46\x3e\x2b\x75\x6b\x59\x6b\x7c\x33\xb8\xbd\xba\xbf\x39\x1b\x9c\xa2\x7e\x96\x25\xd4\xd8\xdd\x0d\x29\xd0\x7f\xea\x49\x21\x85\xe5\x43\xb1\x97\xc2\x90\xb9\xc1\xb0\x05\x43\xbf\x96\x8d\xd1\x11\x3a\xbb\xb8\xbf\xbd\x1b\xdc\x34\x34\x68\x09\x05\xf2\x56\x49\x9a\x25\x58\x91\x18\x3d\xe4\x13\x22\x18\xd1\xd2\x8e\x45\xba\x2d\xcc\xff\xa6\xd1\xc1\x7f\x0f\xce\xee\xef\x86\x57\x97\xe3\xbf\xde\x0f\xee\x07\xa7\xc8\x51\x9c\x6e\x56\x8f\x4b\x8f\xc2\x96\x74\x32\x3f\x14\x99\xb2\xff\xc8\x49\x4e\x10\x96\x92\xce\x58\x4a\x00\x11\xb8\xd4\xa2\x1b\xf0\x45\xff\xfd\xe0\xa2\xdc\xf2\x9c\x84\xf0\xbb\x28\xc1\x13\x92\x58\x7f\x04\x98\xd8\x35\xa1\x07\x50\xc5\xc6\x51\x91\x9b\x55\xfd\xeb\x7d\xff\x62\x78\xf7\xcb\xf8\xea\xc3\xf8\x76\x70\xf3\xd3\xf0\x6c\x30\xb6\x52\xe5\x59\x5f\xf7\x5b\xea\xc9\x0a\x9f\xe8\x1f\x39\x4e\xb4\x76\xc2\xa7\x0e\x8f\x17\x3d\xcd\x09\x43\x39\x03\x8a\x33\x2a\x8f\xd6\x83\x7c\xa7\xfa\x94\x99\x19\x5d\x5f\xdc\x7f\x1c\x5e\x8e\xaf\x7e\x1a\xdc\xdc\x0c\xcf\x07\xa7\xe8\x96\x24\xa0\x14\xb8\x45\x87\x5d\xcc\x92\x7c\x46\x19\xa2\x69\x96\x10\xbd\x1a\xd8\x66\x13\xcf\xf1\x23\xe5\xc2\x1e\xdd\x19\x7d\x24\xcc\xac\x23\x9c\x59\x68\xdf\x09\xdf\xe3\x60\xe9\xae\x2e\x3f\x0c\x3f\x9e\xa2\x7e\x1c\xfb\x39\x48\x68\xa3\x44\x39\x0e\xd6\xf9\xa8\x3c\x6c\xcd\x1c\xa0\x7b\x43\x44\xfc\x91\x08\x41\x63\x52\xa1\xa3\xfe\xed\xed\xf0\xe3\xe5\xa7\xc1\xe5\x1d\xac\x98\x12\x3c\x91\x68\xce\x9f\xc0\x94\x0d\x33\x04\x0b\xf7\x23\xa6\x09\x74\xe6\x36\x8b\x33\xf4\x34\xa7\xe0\xfe\x00\x60\x66\xdf\xb3\xd1\xcf\x44\xce\x5e\xdd\x3a\x5b\x3a\x78\xcb\x6a\x4b\xf5\x24\x2d\xbf\x51\x39\x16\xab\x5e\x28\x51\xf9\xf2\x8b\xeb\xa8\x75\xf9\x8b\x0a\xb9\x35\x2b\x6b\x4b\xf4\xd2\x3c\xd3\x62\xaf\x5b\xeb\x6a\xe5\x35\x7c\xb9\x6b\x96\x28\x41\x23\xf9\xbc\x50\x4f\x22\x67\x8a\xa6\x04\xd9\xce\xec\xe1\xdc\x23\xfc\xd3\x27\xd3\xf0\x5b\xb8\x60\x97\x4a\x39\x7c\x24\xca\x0e\xbf\x53\x01\x3b\x15\xf0\x30\x54\xc0\xb7\x96\xed\x1f\x93\x6c\xb9\xc3\xca\xc4\xe0\x1d\xe3\xf5\x5a\x0a\xd2\x30\xf6\x44\x6b\x51\x4d\xc8\x23\x49\x40\xca\x53\x02\x6b\xa5\xd1\xca\x2e\x13\x41\xf0\x83\x16\xf8\x62\xfe\x14\x4a\x2e\x35\xc8\xfd\x68\x3f\xb7\x70\x9b\x20\x8e\x3f\xfd\xf1\xe5\x2e\x0b\xbd\xdc\xf1\xd8\x19\x78\x4f\xfe\x55\x92\xd6\x7f\xdb\xe3\xc5\x71\x03\x41\x32\x2b\x31\x02\x83\x04\xfb\x5f\xad\x25\x78\xcd\x6d\x11\x7c\xf1\x16\x2e\x8a\x70\xb8\x07\xa4\x75\xdd\x84\x4a\xb0\x63\xa1\x29\x51\x38\xc6\x0a\xeb\x43\x33\x23\xea\x18\x5d\x31\x78\x76\x87\xe5\x43\x0f\xb9\x2b\x4f\xb3\x95\xc2\xca\xf0\x02\xa9\xf5\x6f\xc4\x80\xbf\x39\x1f\xef\xae\xef\xee\xfa\xae\x5f\x99\x2e\xcc\xb3\x61\x85\xf7\x75\x31\x6e\xe4\xf3\xda\xdf\xfd\x65\x5a\x7c\xbb\x57\xd8\xcb\x3a\xb9\xf6\x7a\xa1\x99\xca\x59\xdd\x6d\x65\xfe\xaf\xbb\xad\xba\xdb\xaa\xbb\xad\x0e\x60\x85\x5f\xdd\x61\x58\xc3\xdd\x5f\xd5\x63\xb8\x4e\x3b\xdd\x1a\xf2\xae\xd0\x46\x37\x01\xbd\xfb\xb5\x2d\xb6\x5d\xf1\x0d\x7d\x1b\x3e\xc2\x60\x92\x2f\x91\xd6\xb6\xd7\xcb\xdc\xe4\x8b\x74\xfa\xe9\x33\xde\xf8\x1d\x02\xe1\x5e\x11\x08\x0f\x63\xae\xcf\x92\x02\xf7\x3a\x16\xd3\xd7\x4f\x7b\xeb\xa0\x06\xbb\xc4\xae\x2e\xb1\x0b\x7e\xef\xa0\x06\xf7\x47\xad\xcf\x2b\x5d\xf3\x98\x8c\x2b\x51\x02\xfe\x9f\xe3\xaa\xe7\xa7\xf4\x24\x74\x03\x95\x1e\x14\x99\x6e\xd0\x3a\x8d\xf7\x59\x44\xea\x92\xc7\xa4\x75\x24\x41\xe9\xe5\x03\x97\xc1\xdd\x3c\x8d\x2c\x5e\x1a\xf8\x33\x4b\xe2\x0d\x5b\xfe\x25\x1a\x76\x6a\x08\xb8\xb3\xf2\xac\x5d\xa8\x2f\x35\xbe\xa0\xe0\x50\x6f\xc8\x53\xd1\x8e\x8d\xbb\x98\xc6\x71\x03\x33\xaf\x7f\xee\x59\x7a\xfd\xe3\xe7\xc1\x0c\x6a\xcf\xd1\xc1\xac\x12\xbe\xfd\x36\xec\x2a\xe1\x88\x5f\xc2\xb2\xb2\x72\xef\xbf\x38\xae\xbe\x8a\x92\x3b\xde\xde\x72\xb9\xbe\x54\x0e\xdf\x41\xfc\xac\xb2\x75\x74\x18\x3a\x9d\xa9\xe5\x70\x26\xdc\x99\x5a\xde\xb4\xa9\xc5\xb8\x68\xc7\x19\x16\x84\xa9\x1a\x91\xba\x7a\x9d\xc0\xeb\x21\xe6\x82\x93\x3a\xa0\x01\xa4\x25\x5a\x64\x2f\x64\x7f\x55\x7d\x59\xb6\x17\x2b\x18\x04\x99\x90\x27\xff\x2a\xfe\xf6\xc2\x7a\xa9\x02\xc4\x8a\xe8\x24\x83\xf5\x2f\xf5\x1d\x9d\xdb\x40\xa5\xdd\x73\x25\xb1\x2a\x89\x82\x10\x44\xbd\x36\x9e\xe9\xda\xbc\xfd\xb6\x52\x24\x97\x06\xfd\xb2\xb1\x4d\xcb\x1b\xdf\xee\x00\xb9\x9d\xa1\x26\xdd\x2f\xc8\x29\xd3\xd2\x28\x9f\x16\x17\x83\x44\x4f\x34\x49\x00\x51\x04\x32\x1e\x9b\x6e\x80\xaf\x2e\xe2\xa1\x71\xe7\x5f\x35\xee\xa1\x8e\x3b\xd4\xb1\x84\x36\xf6\xd4\x7d\xe5\x4c\x3b\x62\x83\x74\x56\xd0\x86\xd6\x18\x60\xbf\x0c\x4e\xf0\x91\xa8\x97\x62\x03\xdb\x9e\xfd\x95\xe7\x5e\x90\x29\x11\x84\x45\xe4\x00\xbd\xed\x9b\x84\x81\xfc\x6c\x26\x69\x63\x40\x3c\x94\x40\x38\x55\xc5\xad\x9e\x56\x12\x75\xbb\x4c\xf2\x2e\x93\xbc\xcb\x24\xaf\x1e\xf5\x2e\x93\xbc\xcb\x24\xaf\xcd\x81\x88\x49\x42\x14\x69\x94\x2a\xce\xe1\xf1\x6b\x49\x15\xa6\xf7\x2f\x43\xb0\x30\x73\xe9\x64\x8b\xaf\x46\xb3\x70\x1b\x7e\x10\x9a\x85\x39\x6b\xeb\xcc\x0f\xa5\x1f\x6b\x42\xac\x5f\xdc\x24\xb1\x0d\xd3\x28\xd9\x25\xce\xe1\xf5\x37\xc9\x3a\xaa\x43\xef\x6c\x14\x28\xd8\xba\xe7\xe3\x24\x4b\x47\xa0\xdd\xc4\xad\xc7\xf0\xed\xce\xfb\x50\x38\x68\x13\xdd\x1f\x2a\x1f\xdd\x3a\x29\xe5\x50\x2c\x36\x5f\x10\x8f\xec\xac\x37\xaf\x9c\x2b\xb1\xc4\x0c\xdf\xec\x74\x3b\x63\x55\x67\xac\xea\x8c\x55\x9d\xb1\xaa\x33\x56\xa1\xce\x58\xb5\xb1\xb1\xea\x0b\x92\xa9\x3a\xc3\x55\x27\x56\xed\x6f\xba\x87\xaa\x65\x1e\x92\xb5\xae\x35\x4a\x7a\x91\x43\xb5\x36\xf2\xde\x4e\xfb\xd7\x35\x21\xf7\xd7\x6e\x04\x6f\x87\x5f\xc9\xe7\x66\x49\xbb\x04\x16\xbb\x1d\xfd\x62\xe3\x8a\xbb\xd2\xa1\xb5\x6b\xd5\x85\x3d\xaf\x58\x9c\x2e\xec\xb9\x0b\x7b\x3e\xb8\xb0\xe7\xbd\x2b\x2b\x19\x97\xab\x00\x89\x4c\xe9\xac\x95\xf9\xcf\xee\xce\x86\x44\x23\x20\x05\x83\x72\x1c\x93\x2c\xe1\x0b\xb0\xa4\xac\xb8\xce\x5d\x17\xd7\x4b\x12\xf5\xa1\xdf\xe8\x6e\xe4\x2f\xa5\x73\x1c\x8a\x4c\x5a\xcc\xfb\x20\xa4\xd0\x93\x7f\x55\xd2\xf9\x5b\xe1\x65\x32\x44\x3e\x53\x09\xb7\xd2\x7a\xc2\x1e\xb1\xfa\x27\x41\xe9\x42\x7b\x0f\x4e\x72\x15\xe4\xee\x49\x2d\x58\x65\x44\xa8\x45\xf0\x26\x49\x33\xb5\xf8\xaf\x11\xa3\xca\x7b\xd8\xe8\x8c\x71\x61\xb8\x9a\xfe\x78\x8e\x59\x9c\x10\xa1\x2f\x55\xd7\x4e\x84\x19\xe3\x0a\xc4\x0d\x98\x41\x8c\x1e\x29\x36\xc2\x49\xff\x7a\xd8\xda\xcf\xfc\x86\x4e\xd7\x4b\x17\xab\x5b\x73\xd7\x7d\x4c\xf8\x04\x2a\x58\xe6\x65\x9d\x5e\x37\xd0\x79\x46\x4b\x3b\xf7\x5a\x0c\x41\x61\xf9\x50\x05\x0e\x29\x67\xa1\x8f\x57\x42\x89\xac\x79\xb7\x84\x31\xbf\xfa\xd5\x0a\xdc\x48\xf9\x99\x05\x20\x81\xc7\x30\xe4\xea\x38\xdc\x8f\x61\x87\xee\xb7\xa2\x65\xf7\x8b\x2b\xdd\x0d\x3f\x0a\xa2\xc4\x62\x8c\x95\xd2\x4c\x66\x9f\x18\x27\x77\x58\x3e\xb4\xc6\x38\x29\xbd\x7c\xe0\x2c\xa7\x84\x71\x52\x1e\xf8\xb3\xb3\x9c\x96\xd4\xb9\x86\x33\xbd\xbd\xfc\xf8\xb6\x67\x6d\x83\x89\x7f\x2d\xb9\xf2\xed\x78\xcf\x3a\x33\xed\x5b\xcc\x9b\x5f\xc5\x4c\x0f\x66\x84\x15\x7e\xfe\x25\x9e\xdc\xf2\xed\xd4\x1d\xd1\x55\x6b\xf4\xc5\x15\xc2\xad\x08\x1d\x6b\xe6\xf6\x46\x0a\xe2\x56\xe5\xa6\x7d\x8f\xea\x79\xcc\xdc\xc1\x6e\x6c\x12\x03\x34\x2c\xa3\x95\xfb\x33\xe4\xa2\x82\x8a\xd2\xb3\x73\x48\xb4\xa6\x32\x4c\x88\x8f\xb8\x30\x92\x57\x6c\xcf\xac\x31\xdb\x19\x30\xdf\x53\xd4\x47\xb1\xad\xcd\x2f\x48\x26\x88\x24\x4c\x19\x55\xdb\xd4\xbb\x72\xe5\xfd\x29\xb3\x16\xa2\x73\xac\xf0\x19\x56\x38\xe1\xb3\x63\xd4\xf7\x85\xfd\xa9\x44\x38\x91\x1c\x61\x47\x38\x24\x76\x4d\x60\x16\x3b\xf6\x80\x51\xc4\xd3\x8c\x26\x1e\xa9\xdd\x5b\xf1\x29\x8b\xe9\x23\x8d\x73\x9c\x78\x64\xec\x11\x1b\x3c\x12\xa6\x72\x50\xe1\x70\x92\x20\xdb\xad\x7b\x21\xd0\xcf\xdd\x28\x25\x4d\x69\x82\x05\x52\xdc\x8e\xf6\xca\xb6\x85\xee\xe6\xc4\x8f\xd5\xa1\x80\xa3\x14\x3f\x10\x89\xa8\x42\x19\x97\x92\x4e\x92\xe2\x18\xdf\x0f\x11\x8c\xfb\xec\x62\x08\xa6\xd1\x48\x21\x6e\xf8\xa0\xeb\xdc\xfa\x09\x5c\x8f\x29\x66\x8c\x40\xc7\x5c\xcd\x89\xb0\xdd\xdb\x97\x5f\xdb\xca\xf9\xda\x18\xd1\xcd\x16\xd3\x70\x64\xaf\xa7\x74\xb6\xd6\x38\xdb\xaa\x9b\xed\x74\xcd\x66\x45\xf3\x19\xbc\xb4\xed\xb5\xc1\x0b\x2a\xcb\xea\xe0\x9b\x70\xd9\x96\x46\xfc\x12\xf8\x68\x5f\xa9\x22\xd8\x69\x81\xcf\xb2\x6e\x5f\xaa\x0a\x78\xe0\xfa\x5f\x87\xec\xd6\xa1\xd8\x77\x01\x18\x7b\x5c\x9c\x2e\x00\xa3\x0b\xc0\xf8\x62\x03\x30\x9a\xb5\x09\x1a\xef\x9c\xae\xb7\x61\x05\x29\x6f\x14\x10\xbf\x82\x28\x85\xe5\x43\xdb\x9a\x52\x5a\x54\x1e\xc6\x6f\x42\xaa\xaf\x9d\xf0\x4b\x48\xf7\x5d\x9d\xa2\xbd\xd6\x29\x3a\xb8\x69\x77\x82\x5f\x27\xf8\x75\xb2\x4d\xcb\x09\x77\xb2\xcd\xe1\xca\x36\xaf\xa5\xb0\x7c\x49\x10\xba\x5a\x78\x2a\x65\xc6\xac\x0c\xb0\x35\x70\x34\xe0\x1e\xc8\xb3\x84\xe3\x78\x5d\x10\xce\xaf\xa8\x90\x6b\x56\x88\x66\xa6\x5d\xfd\xc1\x81\x4b\x66\x4b\xf1\x37\x66\xe4\x5f\x43\x4c\x6d\xe3\xd4\x5f\x35\xac\x16\xe8\x17\x82\xc9\x4a\x41\x69\xcf\xa5\x85\x54\x69\xba\x95\xc2\x21\xff\x78\xe0\x54\xed\xb7\xf4\x25\xd4\x8b\x2f\xd8\x41\xd0\x39\x01\xbe\xce\xc2\xe7\x07\x23\xb5\x76\xaa\x5d\x97\x55\xd9\x19\xf5\x3b\xc5\xb7\x53\x7c\xf7\xbe\x8c\x87\xa4\xf8\xbe\xa2\x44\x6d\xd2\x44\x9e\xa5\x8c\xe1\x76\xb2\x75\x27\x5a\x77\xa2\x75\x27\x5a\x7f\xb1\xa2\xf5\x61\xac\x70\x27\x57\x77\x72\x75\x27\x57\x77\x72\x75\x27\x57\xef\x7d\x19\x3b\xb9\xba\x22\x57\xc3\x5f\x2e\x4d\x7a\x53\x21\xbb\xb5\x70\xdd\x22\x27\xfa\xad\x48\xd6\x9d\x54\xdd\x49\xd5\x87\x2d\x55\x1f\xcc\x84\xbe\xbc\x44\xc8\x2e\x95\xb0\x4b\x25\xec\x52\x09\x5f\x23\x95\xd0\xf1\x92\x55\x12\xca\xb2\x60\xf1\xd3\x12\x07\x3a\x58\xd9\xa2\x18\xed\xb6\xe1\x1d\xfb\x5a\x6a\x07\x34\xbf\x4d\xa5\xa9\xd2\x6f\xae\xa1\x03\xaa\x3f\xd5\x73\xd2\x82\x66\x14\x6e\x7c\xeb\x11\xc2\x7e\xb6\x6f\xbe\x2d\x30\xf0\xe5\x51\x77\xf5\xa7\x50\xb0\x6b\x5d\xfd\xa9\x67\x9c\xb7\x3b\x5c\x6b\x66\xee\x68\xd4\xd8\x78\xdf\xe8\xb4\x5f\x1d\x5c\xae\xf9\xa4\xbf\x6a\xb8\x5c\xed\x4d\xb2\x94\xbc\x73\xf2\xaf\xda\x8b\xe2\x15\xca\x6e\x6d\x7c\x3b\x7c\x24\xea\x4b\xb9\x1a\xba\xb2\x5b\x5d\x7d\x88\x3d\x4d\x77\x2b\xd6\xff\x66\x67\xdb\x15\x19\xeb\x8a\x8c\x75\x45\xc6\xba\x22\x63\x5d\x91\x31\xf4\x95\x17\x19\xdb\x58\x7c\x34\xe3\xf8\x52\x24\xc8\xae\xc8\x58\x27\x44\xee\x6f\xba\x5f\x97\x10\x79\x80\x16\x84\x83\xa8\xa6\xe6\x2d\x08\xaf\x8e\xfb\xe1\x46\xd2\x16\xfb\xc3\x2d\x68\x87\xff\x61\xff\xaf\xc3\xff\xe8\xf0\x3f\x1a\x66\xdd\x05\xb3\x76\xf8\x1f\xa8\x0b\xd7\xec\xc2\x35\x0f\x39\x5c\xb3\xc5\x36\x76\xf8\x1f\x2d\xc5\xb9\x67\xc2\x00\x71\x32\xd7\x46\x38\x20\x3f\x2f\x2b\x1a\x07\x2b\xa5\xb9\xb1\x7e\x3d\x38\x20\xb5\xd3\x3e\x08\x95\xe4\x05\x71\x40\xea\xe8\xba\xb5\x02\xf2\x36\xf0\x40\xdc\x68\xbb\xc4\xc5\x2e\xc4\xfa\xf0\x43\xac\x0f\x2e\x71\xf1\x60\x24\xd9\x4e\xdd\xeb\x72\x17\xbb\xdc\xc5\x4e\x19\xee\x94\xe1\xbd\x2f\xe3\x21\x29\xc3\xaf\x2c\x61\x3f\x23\x2e\xc8\x6e\xb2\x76\x27\x6a\x9b\xf7\x3a\x51\xbb\x13\xb5\xbf\x50\x51\xfb\x30\x56\xb8\x93\xb3\x3b\x39\xbb\x93\xb3\x3b\x39\xbb\x93\xb3\xf7\xbe\x8c\x9d\x9c\xfd\x62\x38\x21\x75\xc2\x76\xcb\x7c\x9b\xb7\x24\x69\x77\x52\x76\x27\x65\x1f\xb6\x94\x7d\x30\x13\xea\x30\x43\x3a\xcc\x90\x0e\x33\xa4\xc3\x0c\xd9\x4a\xbe\xf9\x37\x7b\x2c\xdf\x05\x37\xb1\xbf\xb2\xdf\xbd\x4f\xf8\xe4\x6e\x91\x11\xfd\xdf\x73\x9a\x12\x26\x41\x1a\xa5\x6a\x11\xca\x33\x0d\x2b\xbf\xbc\xe6\xef\x6e\x87\x97\x1f\x2f\xc2\x6c\x9a\x77\x9f\xee\x2f\xee\x86\xd7\xfd\x1b\xbf\x2e\x7e\x56\xe1\x5a\xd8\xef\x4a\x22\x99\x25\xf9\x1b\xa2\x75\x4f\x38\x35\xb7\x0a\xab\x5c\x6e\x37\xb2\x9b\xc1\xed\xe0\xe6\x27\xc8\x06\x1a\x9f\x0f\x6f\xfb\xef\x2f\x4a\x04\x51\x7a\xde\x3f\xfb\xeb\xfd\xf0\xa6\xf9\xf9\xe0\xbf\x87\xb7\x77\xb7\x4d\x4f\x6f\x06\x17\x83\xfe\x6d\xf3\xd7\x1f\xfa\xc3\x8b\xfb\x9b\xc1\xca\xf5\x58\x39\xda\xd5\x4a\x88\x84\x45\x82\x38\x7f\x14\x59\xae\x21\x8a\x35\x44\x5e\x7c\x74\xec\xb0\xae\xaf\x53\x74\x6f\x75\x7a\x6a\x1b\x37\x0c\x36\x68\xc8\x28\x23\x31\x95\x78\x92\x90\x78\xa9\x25\xb7\x86\x4d\x2d\xe1\xd2\xa0\x9e\xb4\xf6\xec\x45\x4e\xcd\xf3\x22\xc3\x0b\x10\xe4\x28\x2a\xc2\xe2\x9a\x3e\xcc\x3e\x34\xf6\xc0\x34\xef\xa2\x8f\xa4\xd4\x53\x94\x0b\x41\x98\x4a\x16\x88\x7c\xa6\x52\xc9\xa5\x46\xdd\xf6\x35\x35\x6b\xef\x54\xdf\xe0\x1c\x4b\x34\x21\x84\x95\xc7\x2f\x48\x42\xb0\xac\x19\xb3\xdd\xfd\x76\xcb\xe2\xf7\xca\x5a\x63\xcc\x65\x34\xc5\x34\xc9\x05\xa9\x9c\x16\x9e\x66\x58\x50\xc9\xd9\xe0\xb3\xbe\xcb\xf4\x41\xbe\x82\xcf\xb9\xd8\xee\xc4\x0c\xfe\x1a\x52\xf0\x65\xf9\x9f\x1f\xef\xca\xff\x2a\x9d\xf9\x8b\xbb\xf2\xbf\x56\xd3\x7a\xd0\x70\x95\xb2\x8f\xd0\xc7\xbb\x53\xf4\x11\x42\x9c\x04\xba\x9b\x63\x43\xb1\x17\x77\xa7\xe8\x82\x48\x09\xbf\x14\x1f\x2b\xaa\x12\x98\xdb\x7b\xca\xb0\x58\x20\x37\x7d\x93\xe8\x8a\xa3\x39\x22\x7e\x69\xaa\x8b\xc7\xfe\x9e\x33\x50\xdd\x8b\xd5\xbb\xe0\x33\x1a\xe1\x64\xb7\x45\xec\x5f\x96\xf8\xc0\xd5\xcd\xca\xa5\x08\xdf\x5e\x5e\x8b\xfe\xe5\x39\x24\x91\xba\xa1\xd6\xcc\xfc\x92\x48\x4d\x24\x11\x67\xb1\xf5\xd2\xe8\xdb\x7f\x11\x08\xf5\x7f\xe7\x90\x88\x9b\x4b\xca\x66\xba\x45\x74\x82\xae\x6e\x46\xec\x4a\xc4\xc6\x10\x4a\xb4\x34\x6c\x68\x8e\x4a\xc4\xb8\x42\x34\xcd\xb8\x50\x98\x29\xad\x08\x80\x18\x60\x57\xc4\x70\x80\x33\x9e\xa6\xb9\xc2\xfa\xa0\x2d\x2d\x2a\x33\xe6\x90\x5b\xa2\x86\x31\xb8\x56\x6a\xd6\xd0\xc8\x09\xc5\x5c\x32\xa1\xdb\xd7\x32\x4a\x59\x87\xa6\xf1\x92\x2a\xeb\x9a\xc0\x42\xe0\xb2\x34\xf1\x8e\x2a\x92\x56\xdf\x6f\x19\xe4\xf9\x5b\xad\x81\xe0\xcc\x24\x55\x10\xd1\x17\xd1\x9c\x2a\x12\x29\x7d\x04\xb7\xa2\x89\xfb\xcb\x1f\x2f\xaf\x7e\x0e\x25\x88\x77\xfd\x4f\xe7\x7f\xfe\x8f\xd2\x0f\x37\x9f\x96\x7e\x18\xff\xf4\xe7\xa5\x5f\xfe\x9f\x95\xf4\x54\xed\x69\x49\xcf\x0f\xe6\x72\x04\x22\x35\xd8\x84\xdd\x54\x11\x4d\xf1\x8c\x20\x99\x67\x9a\x02\xe4\x71\x79\x7f\xb5\x48\x79\xc1\x71\x4c\xd9\xcc\x64\x80\x5e\x50\x45\x04\x4e\x3e\xe1\xec\x83\xb3\x5f\x6f\xb1\x3a\xff\xf7\xb6\x94\xaf\xfb\xee\x97\xfe\xa7\x30\xe3\xf7\xdd\xf5\xcd\xd5\xdd\xd5\xca\x59\x97\x5a\x58\x3e\x46\xfa\xf1\x29\xfc\x2f\x3a\x41\xba\x75\x2f\xf9\xa6\x44\x61\xad\x11\xa0\x6f\x4d\xd2\x9c\x4f\xa4\xa1\x2c\x81\x53\x93\x09\x9a\x52\xb8\x52\x8c\x05\xef\x3b\x23\x5c\x7b\xed\xc1\x9f\x1b\xf3\x01\x68\xcb\xee\x52\x66\x31\x16\x31\xfa\xbb\xac\xa6\x8f\x83\xe1\xd8\xfc\x40\x62\x74\x84\xe6\x4a\x65\xf2\xf4\xe4\xe4\xe9\xe9\xe9\x58\xbf\x7d\xcc\xc5\xec\x44\xff\x71\x44\xd8\xf1\x5c\xa5\x89\x49\x97\xd7\xab\x70\x8a\xae\x05\xd7\x57\x08\x28\xe8\x44\x50\x9c\xd0\x7f\x92\x18\x4d\x0c\xff\xe3\x53\xf4\x6b\xc4\x05\x39\x2e\x36\xc6\x1a\x95\xec\x3d\x62\x0d\x4f\x27\xfa\xa5\x1a\x66\x52\xdd\x4f\x14\x93\x88\xc6\x56\xcc\x20\x2c\xe2\x60\x79\x34\xbe\x0a\xdd\x9e\xcb\x34\xd4\x1a\x4d\x96\xab\x62\x39\x03\x65\x05\xc7\x24\xc8\x76\x57\xbc\x4c\x70\x5a\xf1\x19\x1a\xb5\x35\xd7\x2a\xba\xbe\x5b\x31\xdc\xaa\xee\xd5\x4c\x4f\x38\xe2\x09\x9a\xe4\xd3\x29\x11\xa1\x43\xba\xa7\xb5\x19\x2a\x91\x20\x11\x4f\x53\x90\x18\xf4\x57\xb9\x34\x54\x0d\x2b\x66\x47\x7b\x3c\x62\xb0\xff\x5a\xcd\x01\x0a\x88\x39\xb0\x3a\x46\x48\x8c\x30\x5b\x98\x6e\x26\xf9\x34\x6c\xdf\xc0\x50\xe0\x18\x51\x35\x62\xfd\x24\x41\x82\xa4\x5c\x91\x20\x87\x12\x9c\x67\xe5\x05\x07\x16\x29\x48\x96\xe0\x88\xc4\x86\x1e\x12\x1e\xe1\x04\x4d\x69\x42\xe4\x42\x2a\x92\x86\x0d\x7c\x0b\xb6\x1a\xbd\x66\x54\xa2\x98\x3f\xb1\x84\x63\x3b\x8f\xea\x67\xdf\x95\x4f\xe3\xc0\x41\x04\x0c\x84\xe0\x02\xfe\xe7\x47\xca\xe2\xbd\x71\xa8\xfb\xdb\xc1\x4d\xf8\xef\xdb\x5f\x6e\xef\x06\x9f\x36\xe3\x3e\x9e\xb2\x60\x78\xa0\xc3\x9f\xa2\x5b\xb3\x08\x5c\x68\x89\x48\x34\x4c\xea\x93\x25\xa5\xe2\x07\x1e\x6f\xc9\x7d\x3f\xf5\x2f\xef\xfb\x25\x8e\x72\x7b\xf6\xc3\xe0\xfc\xbe\xa2\x0f\xd8\xf9\x95\x64\x78\xa3\xfe\x85\xbf\x9d\xfd\x30\xbc\x38\x1f\xd7\x28\x8c\xef\x6e\x06\x67\x57\x3f\x0d\x6e\x0a\xdd\xae\x76\x89\x2a\x83\xa9\x32\xab\x3b\xc3\x94\xe6\x3c\x46\x93\x45\x3d\x20\x84\x96\x9c\x13\xf0\xc5\x16\x90\x28\xa6\xd5\x53\xe0\x4d\x0e\x9b\xa3\xf8\x22\xe5\x31\xe9\xd9\x77\x00\x49\xc3\x18\x57\x8c\xc4\x5c\xdf\xb0\xee\x1d\xb3\xc0\x50\x61\x40\x2e\xfc\xc2\x9d\xa2\x3e\x92\xfa\xc5\x5c\x1f\x6a\x41\x67\x33\x30\x1c\x56\x86\x6a\x5a\xb3\x9f\xc2\xf2\xc2\x77\x66\xff\x33\xc1\xe1\x9c\xeb\x6e\xad\xc5\xd9\x5b\x25\xcc\x87\x80\xba\x52\x6e\x51\x60\x30\x38\xd4\x0c\xcd\x6d\x96\x5e\x84\xc6\xf5\x32\xe7\xd1\xd8\x8b\xf4\xe1\x02\xb6\x25\x8d\xbd\x33\x13\xe4\x91\xf2\x3c\xf8\xd4\x02\x7b\x94\x76\xbc\xb6\xf9\x62\x01\x60\xd9\x8c\x51\xa4\xd2\x8c\x27\x8f\xda\x16\x34\x0b\x7b\x84\x16\xa6\x82\xa7\x35\x6d\x94\x8f\xc9\xf0\xea\x56\x09\xac\xc8\x6c\x71\x6e\x59\xc6\xf6\xc7\xe3\xfc\xea\xe7\xcb\x8b\xab\xfe\xf9\x78\xd0\xff\x58\x3e\xf1\xfe\xc9\xed\xdd\xcd\xa0\xff\xa9\xfc\x68\x7c\x79\x75\x37\x76\x6f\xac\x24\xf9\x86\x0e\x96\xef\xe9\xf2\x8b\xa7\x48\xb3\x5c\x60\x8d\x0e\xf0\x2e\xe0\x8f\x13\x32\xe5\xc2\xf0\xf9\xd4\x85\x2e\x58\x11\xc6\xad\xad\xd5\xc5\x2a\xb3\x38\x05\xcb\x58\x5d\x93\xc6\xea\xad\x04\xc1\x29\xdc\x13\x98\xa1\x01\x8b\x8f\xae\xa6\x47\xb7\xe6\xc7\x14\x8b\x07\x22\xfc\xa7\x4f\x82\x2a\x45\x58\x49\xa5\xc3\x6e\xc8\x5e\x49\x2c\x3a\x38\x46\x37\x9a\xef\xeb\xf7\xfd\xa5\xa6\x89\x3d\x26\x0a\xd3\x44\xda\xc1\x96\xd6\xf5\x14\x5d\x60\x31\x2b\xec\x70\xdf\xf2\xe9\xd4\x34\xf6\x9d\x19\x86\xbe\xc3\x4a\xb3\xa8\xe1\xbd\x9a\x34\xdc\xbd\x08\xfd\xd9\x97\xbd\x3c\xbc\x4c\x55\xf7\xd9\x6e\x34\x75\x7f\x0d\x2b\x6e\x34\xf6\x92\x6e\x68\x9f\xd4\xd0\x1a\x4c\xdc\x3c\x5e\x7d\xc9\xd4\xb7\xbd\x4c\x4e\xe5\x17\x6b\xc8\xc9\xe4\x52\xe9\x9d\x9f\x6a\x6d\xb3\x86\x96\xc8\x67\x6a\x0d\x06\xe1\xb8\x2b\x24\x54\x34\x03\xe6\x55\x9c\x65\x04\x0b\x59\xb7\xdb\x65\x31\xb0\x61\xef\x4d\x4f\x61\x1f\x76\x93\x5d\x3f\x3d\xc4\x19\x18\x1c\xbc\x10\x51\xa1\xc8\x16\x34\x60\xda\x5a\xa2\x80\x6b\x40\x5b\xba\xb2\xc8\x46\x9f\xa8\xd4\x4a\xa3\xf9\xf1\xbd\x85\x5c\xda\x8e\x20\x3e\xf4\x87\x17\x15\xe1\x62\x7c\x3e\xf8\xd0\xbf\xbf\x58\x6d\x26\x2c\x7d\x57\xdd\x62\x74\x84\xf4\xf3\xb2\xdf\x9c\x4e\xcd\x9d\xe1\x80\xa3\x8c\x4a\x4b\x18\x18\xad\x2c\x54\x8d\xb1\x57\xc7\x24\x4b\xf8\x22\x25\x0c\x4c\x3c\xa5\x9b\x50\xaf\xe7\x14\x53\x7b\xb5\x04\x83\x05\x2b\x8e\x35\xbb\xc1\x35\x76\xe4\xd0\xaa\x48\xec\x6f\xde\x32\x58\x55\x85\x75\x5f\x1b\xef\x99\xfd\xcf\xad\xc2\x6a\xcb\x33\xd6\x3f\xbb\x1b\xfe\x34\x28\xeb\x87\x67\x3f\x0c\x7f\xaa\x93\x6a\xc6\x1f\x07\x97\x83\x9b\xfe\xdd\x1a\xe1\xa4\xd2\x64\x9d\x70\x22\xf5\x80\xab\xde\x53\x2a\x7d\x44\x50\x64\x20\xaf\x10\x55\x12\x3d\x52\x49\x27\x14\x00\xc2\xac\x27\xf2\x7e\x08\x9c\xf5\x11\x27\x34\xa6\x6a\xe1\xc4\x17\xd3\x6f\x79\x1f\x35\x27\xb5\xed\x1b\xb3\x43\xe8\x9f\x04\x2b\x9f\xd9\x1c\x37\xe9\x53\x04\xba\xed\x23\x28\x6d\xc1\x67\x4c\x0b\xd2\x6c\x46\x84\x19\x0e\x78\x5f\xc2\xb1\x04\xcf\xf5\xa8\x42\x61\xa5\x58\x35\x2f\xb4\xce\x08\x23\x02\x40\xe0\x7c\x27\x46\x90\x12\x84\x7d\xa3\x65\xae\x2c\xa1\x11\x55\xc9\x02\x45\x60\xc3\x02\x73\x66\x8a\x19\x9e\x59\xe1\x00\xd4\x9c\x0a\x49\xfc\xd5\xa0\xa8\x5d\x4d\xad\x69\xff\x8e\x92\x2d\x8f\xd9\xfd\xe5\xf9\xe0\xc3\xf0\xb2\x4c\x02\x3f\x0c\x3f\x96\x44\xd8\x4f\x83\xf3\xe1\x7d\xe9\x36\xd7\x92\xec\x6a\xb9\xbe\xda\x6c\xcd\x51\xf4\x2f\x9d\xa2\x73\xf3\xe9\xa9\x5e\xdc\x1a\x88\x38\xaf\xfc\x56\xd6\xe1\xc6\x85\xe4\xb9\x3f\x06\x4c\x89\x5a\xbf\x44\x5b\x13\x92\xf5\x41\x96\x6c\x48\xf5\xa1\x0a\x4b\x7d\x5f\x56\x9d\xca\xd5\x29\xbb\x17\x21\xe8\xf2\xb8\xb0\x2c\x85\x31\x0c\x60\x34\x68\x32\x62\xd5\xb8\xb5\x0a\x86\xfd\x13\xb8\xa8\xd3\x5c\x2a\xe3\x4a\x04\xe2\x44\x0f\x7f\x91\x7a\x41\xc1\xd5\x78\x8c\x6e\x09\x19\x31\x67\x3d\x98\x51\x35\xcf\x27\xc7\x11\x4f\x4f\x0a\x7c\xc2\x13\x9c\xd1\x14\x6b\x49\x9a\x88\xc5\xc9\x24\xe1\x93\x93\x14\x4b\x45\xc4\x49\xf6\x30\x83\x08\x18\xe7\x4e\x3d\xf1\xcd\xce\xf8\xbf\x5f\xfc\xe9\xfb\xa3\x8b\xbf\x7c\xff\x6e\xd9\x42\xd6\xb4\xff\x03\x16\xe1\x4c\xe6\x89\x8d\x98\x13\xe1\xda\xb8\x23\x9f\x93\x75\xfb\x7d\x59\xde\xae\xdd\xf4\xd7\xb3\xeb\xfb\x92\xc5\xba\xfc\xcf\x4f\x83\x4f\x57\x37\xbf\x94\x38\xe5\xdd\xd5\x4d\xff\x63\x89\xa1\x0e\xae\x7f\x18\x7c\x1a\xdc\xf4\x2f\xc6\xee\xe1\x2e\xb6\xb7\x1f\x19\x7f\x62\xe5\xa5\x91\x8e\x03\x2e\xf5\x74\x8a\x3e\x70\x81\x7e\xf4\x3b\x79\x34\xc1\x12\xae\x18\x77\x67\xc9\x1e\xca\x78\x0c\x8c\x17\x91\x6c\x4e\x52\x22\x70\x62\x6d\x06\x52\x71\x81\x67\xe6\xa6\x97\x91\xc0\x2a\x9a\x23\x99\xe1\x88\xf4\x50\x04\xd4\x30\xeb\xc1\xa6\x80\xaa\xc5\x67\x55\x3b\xdf\x4d\xce\x14\x4d\x89\x53\xc1\xed\x3f\xef\xcc\x66\x6c\xb1\x39\x57\x77\x3f\x94\x85\xbd\x0f\x17\xbf\xdc\x0d\xc6\xb7\xe7\x3f\xae\x5c\x4f\xf3\x59\x69\x64\xb7\x10\x80\x74\xc6\x93\x3c\x65\xe1\xdf\xdb\x8f\x6d\x78\x79\x37\xf8\x58\x1d\xdd\x55\xff\xae\x4c\x19\x37\xe5\x00\xb7\x77\xef\xaf\xae\x2e\x06\x25\x97\xf0\xbb\xf3\xfe\xdd\xe0\x6e\xf8\xa9\x44\x3f\xe7\xf7\x37\x06\x8d\x70\xd5\x34\xdd\x08\x6a\x26\xaa\xa7\x15\x4e\x73\xdf\xac\xb0\x15\x27\xea\xdb\x80\x72\x73\x96\x8f\x02\xb8\x1d\x13\x0e\x06\x56\x9d\x23\x6f\x52\x8d\xcc\x48\x6b\xd9\xa1\x2a\x6f\x13\x6a\x66\xc7\x2b\x37\x7a\x15\x57\xbe\xf3\x43\x30\x50\xa0\x46\xd9\xc6\x49\xc2\x9f\x4c\x28\x6f\x4a\xf5\xad\x6c\x81\xd1\xf4\x2b\xb2\xf0\x10\x1e\xd7\x70\xbc\xf2\xb6\x90\x48\x10\xf5\x89\xe7\x4c\x6d\x4f\x72\xfd\xcb\x12\xdf\x19\x5c\xfe\x34\xfe\xa9\x5f\xa6\xc0\xe1\xc5\x6a\x56\x13\x36\x51\x73\x15\xf7\x2f\x7f\xf1\x97\x30\x04\x7c\xf7\xbc\x86\x6a\x64\xd7\x28\xa1\x5a\xec\x8d\xb0\xd6\x5e\x13\x90\x68\x10\xa1\x60\x72\x48\xf5\xe4\x20\xc0\x34\x33\xfe\x24\xc3\x9f\xcc\x20\x4f\xdd\x1f\x95\xf6\x24\xac\x0b\x58\x53\x5d\x3c\x3d\xb4\x63\xb5\x6a\x86\x08\x7b\xa4\x82\x03\x9e\x2d\x7a\xc4\x82\x6a\x69\xdc\xb4\xac\xe7\x7a\x0a\xff\xbb\x59\x9b\x60\x18\xad\x30\xae\x5b\x2e\xd4\xb9\x0f\xe4\xdd\xce\x1a\x52\x17\xd0\xba\x1c\xca\x5a\x6f\xe8\x58\xfe\xb6\x66\x73\x76\x0c\xf8\x2d\x4f\xf8\x1f\xc9\x39\xc5\x89\x66\x00\xfb\x93\x17\xfb\x97\xb7\xc3\xb2\xfc\x58\x56\x33\x02\xbe\xbc\xb5\xbc\x08\x86\x4a\x33\x72\xa7\x4c\xdc\xfe\xf5\xc2\x68\x17\x00\x7a\x6c\xce\x6d\xa0\x58\x80\x00\xe4\x50\x50\x32\x2c\x64\xe5\x0b\x89\x00\x08\xad\x08\xb8\xd2\x77\x16\x84\x33\x3d\x72\x1a\x8f\x18\xf9\x9c\x11\x26\x21\x38\xc0\xdc\x67\x85\xaf\x5d\x1e\xa3\xe1\x14\x58\x82\x7e\x9d\xa1\x9c\x59\x07\x98\xbe\x70\xcd\x20\x7b\x5a\x94\xb5\x43\xf0\x1a\x22\x18\x5e\x18\x71\xc1\x52\xc5\xe0\x47\xec\x67\xef\x44\x83\x47\x53\xae\x19\x90\xde\x45\xdb\xde\x29\xc2\x4c\xd2\x1e\xd2\x0a\x4b\x75\x4f\x21\x75\x40\x2b\x94\x36\x84\x4b\x73\x1a\xfb\xe7\xcb\x5f\x03\x4b\x71\xc2\xe1\x65\x50\x7f\x17\x54\xae\x82\x06\xd1\x38\x31\x1e\x93\x71\xfb\x3b\x21\xe2\x82\x58\x3f\xcb\xc6\xd7\xc0\x3a\xc6\x7e\x87\xe5\xc3\x92\xef\x61\xc8\xa4\xc2\x2c\x22\x67\x09\x96\x5b\x06\x21\x39\x1b\x47\xaf\x2c\x71\xdc\xdc\xdc\x5f\xdf\x0d\xdf\xaf\xe1\xf2\xd5\x8f\x97\xc3\x80\xa2\x24\x77\xee\xb9\x89\xe0\x38\x46\x9a\x7d\xce\xb8\x71\x05\x5a\xc1\xbf\x80\xfe\x36\x79\x3d\x3e\xa0\xb2\x04\x3b\x5e\xa4\x23\x58\x3b\x47\xe8\x4a\xa0\x76\x21\x50\xa4\x57\x02\x05\x26\x0f\xb7\xd5\xe0\x59\x34\x05\x49\xac\x75\x2b\x4b\xb0\x9a\x72\x91\x1a\x2e\x5f\x9a\xb4\x69\x7c\x75\xa3\x94\x29\x22\x44\x9e\x29\xea\xb0\xdc\xab\x52\x2a\x54\x78\xe7\xb3\x4f\x44\x4a\x3c\x23\xbb\x38\xa0\xeb\x94\x87\xdb\x9f\xc2\x7f\x82\x83\xb9\x8d\xec\x5f\x1a\xa1\x8b\x7c\x77\xf4\x74\xc5\x3e\x98\x40\x9e\x6b\x9e\xd0\x68\xcb\x80\xbb\x0f\xfd\xe1\xc5\x78\xf8\x49\x2b\xf1\xfd\xbb\xc1\x45\x49\x94\x80\x67\xfd\x0f\x77\x83\x1b\x0b\x62\xdd\x7f\x7f\x31\x18\x5f\x5e\x9d\x0f\x6e\xc7\x67\x57\x9f\xae\x2f\x06\x6b\x22\x73\x1a\x1b\x5f\xb6\xae\x56\x5f\x3d\x5d\xfa\x05\x76\x58\xf3\xb2\xd0\x5e\x06\x59\x63\x98\x26\xe0\x04\xe7\xc6\x19\x8e\x11\xe3\x31\x81\x9f\xa5\xb3\xce\x78\xe4\x68\x34\x54\xdf\x24\x09\xc2\xb9\xe2\x29\x06\xaf\x4d\xb2\x18\x31\x3c\xd1\xac\x15\x27\x49\x10\xde\x25\x72\xc6\x34\x8b\xd5\x8d\x19\x88\xf6\x28\x21\x9a\x9d\x67\x41\xb2\x9f\xf5\x1b\x4c\x29\x83\x48\xdb\x14\x8b\x07\xe3\x66\x2a\xba\x2c\x0e\x85\x44\x58\x8e\x98\x1e\x17\xb1\x86\xa1\x36\x2b\x7c\xda\xea\xad\xc6\xd5\x49\xf1\x03\xd1\xab\x92\xe6\xd1\x1c\x65\x82\xcf\x04\x91\xd2\xda\x96\x23\xcc\x4c\x00\x82\x7d\x5d\x5f\x43\x23\xc6\xb8\x5e\x0a\x67\xc2\x8e\x49\x46\x58\x4c\x58\x44\x4d\x5a\x1f\xf8\xee\xbd\x69\x73\x26\x70\x36\x47\x92\x83\xd3\x1b\x96\x1d\xec\x57\xe6\x23\x77\x93\x99\x19\x9b\xc7\xa1\x05\x5a\xe4\x9a\x4f\x5c\x81\x9c\x68\x56\x19\x3e\x76\x97\xa1\x73\xbb\x18\x3b\x60\x9a\x25\x44\x19\xb0\x7e\x58\x72\xd8\x0c\xbd\xd6\xa5\xfd\xd0\xdb\x54\xb7\x09\xfa\xc2\x76\x63\xc6\xd2\x8e\xe8\xb8\xc6\xb2\x6d\x8f\x14\xfa\x01\xb3\x38\xd1\xad\x38\x1f\x46\xf9\x2c\x42\x2a\x4a\x5f\x53\x8d\x3b\x8d\xbb\xdc\xa2\x11\xce\xe5\x2e\xd7\x68\x25\x17\xd3\x58\x05\x8f\x8a\xa0\x10\x20\x6f\x9b\x88\x09\xab\x9b\x69\x16\x89\x13\x6e\x57\xc9\xbc\x9e\x9b\xfa\x4f\x08\x46\xd3\x70\xcd\x66\x82\xb2\x88\x66\x38\xd9\x4a\xf7\xab\x04\xe3\xdb\x18\xf7\x6f\xe9\x54\x93\xcf\x77\x4b\x6e\x5b\x45\x44\x0a\x09\xca\x76\x98\x7e\x0b\x37\xb0\x24\xd9\xac\x06\x22\x8b\x68\x12\x2c\x78\x6e\xfc\x71\xb0\x2e\x24\xae\x39\xaa\xc7\x75\xdb\xad\x4f\x06\x2e\x07\x40\x6f\xb1\xd9\x26\xf2\xa7\x69\xfd\x2a\xad\xd8\xde\x4d\x30\x1e\x4e\xae\xeb\xdb\xac\xdb\x81\xe0\xe1\x6f\xab\x68\xe7\x13\xce\x34\xcd\x58\xd8\x7e\x5c\xcc\xd1\x2a\x49\xb6\x2a\x98\x8b\x9f\x09\x7c\xe7\x3e\x2f\xa4\xfd\x6e\x14\x4b\x68\x03\xa0\x96\x3b\x29\xc5\x10\x04\x39\xe6\x96\xc6\xa7\xb9\x96\x65\x11\x86\x28\x04\xf4\x2d\x39\x9e\x1d\x23\x57\x84\xa1\x87\xfa\xd7\xd7\x83\xcb\xf3\x1e\x22\x2a\xfa\xce\xc5\x2c\xda\x80\xa5\x11\x53\xdc\x4a\x2b\x0b\x57\x40\x23\x25\x62\x46\x4a\x73\x76\xd1\x4d\x10\xaa\x3c\xa3\x52\xd9\xf0\x59\xcd\x57\x82\x52\x27\x34\xad\x8a\xd9\x86\x42\x72\x35\xdf\x85\x34\xb0\x94\x79\xaa\x75\xd9\x31\xc5\xe9\x58\xf0\x64\x17\xa6\x70\x0e\x53\x01\x75\xd9\xa7\xe7\x53\x9c\x22\xdd\xac\x0d\x05\xf1\x2e\x47\x2f\xd2\x69\xc1\x48\xf3\x65\x7d\x6f\x06\xf7\x96\xf3\x3e\xd8\x78\x34\xea\x42\x20\x20\x7d\xbf\x81\x55\x14\x66\xe3\xb1\xb5\xd4\x8f\x71\x14\x69\x95\x7b\xcf\x93\x0a\xea\xe7\x38\x97\x80\xed\xe8\xd9\xa6\xb9\x8e\xce\xdd\x30\x33\xcd\xc1\x20\x18\x58\x5f\xb9\x92\x47\xb4\x68\xbf\xa6\xdf\xc9\x62\xa9\x57\x57\xe1\xe6\x5e\x7a\x93\x8a\xb9\x84\x25\x81\x9d\x94\xa6\x42\x8e\x9a\x93\x05\x9a\xe3\x47\x52\xea\xd2\x25\xc4\xe8\x86\x17\x3c\x17\x75\x8c\x6e\xc4\xce\x49\x26\x88\x96\xf4\xab\x0e\x14\x4f\xd3\x37\x65\x4a\xec\xe8\xba\xa3\xeb\x37\x4f\xd7\x67\xa6\x50\x52\xdf\x17\xc6\xda\x49\x80\x33\x8d\x8d\x33\xce\x93\x71\x0b\x9b\x48\xfb\x15\x2f\x79\xc2\x2a\x65\xa3\x00\x12\x80\xe7\x20\x1f\x95\xae\x4d\xae\xef\xba\x20\xc5\xd6\x0e\x6f\xc5\x32\x38\x97\x59\x50\x2f\x67\x97\xf3\x5e\xd7\xca\xaa\x96\xd0\xb3\x8b\x39\x67\x46\xbe\xf1\xee\xb2\xb0\xfe\x69\xe9\x30\x39\x51\x84\xb2\xa5\x6a\x6c\x86\x9e\xf5\x02\x1b\xb9\xe3\x1f\x39\x57\x58\x7e\x77\x3c\x62\x5a\x88\x7a\x20\x0b\x63\x6e\xd5\x62\xca\xef\xb4\x2c\x7e\x24\x09\x93\x10\xee\xfd\x3b\xe3\x9e\xd3\x24\xee\xcc\xd5\x46\x35\x35\x45\xe0\x20\xe8\xda\xf7\x02\x21\xba\xb6\x51\x2b\x25\x15\x01\xd0\x20\xe7\x9b\xb9\xd8\x67\x66\xf8\x33\xa2\x20\xc5\x5a\x51\x05\x3a\x53\x6c\xaa\xcc\x2d\x0d\x7d\xad\xe9\xca\x50\x85\xe0\xe0\x27\x89\xf3\xdd\x18\xbf\x5c\x6e\x63\x2d\x67\xf4\xda\xc2\xad\x8d\x79\x3f\x71\x76\xa3\x48\xf0\xa5\xd2\x6d\x58\x22\xb3\xd3\x13\xc3\x0e\x9c\xff\x9a\xb0\xe3\x27\xfa\x40\x33\x12\x53\x0c\x11\xf0\xfa\x5f\x27\x7a\x5e\xff\x7e\x76\x73\x75\x39\x2e\x32\x79\xfe\x6b\xc4\xfa\x89\xe4\x3e\x4b\x01\x31\xce\x7c\xb8\x7d\x26\x88\x13\x09\xed\x5c\xc0\xea\x5a\x98\x11\x47\xac\x69\x04\x31\x8f\xe4\x31\x7e\x92\xc7\x38\xc5\xff\xe4\x0c\x5c\xe9\x7d\xf8\xf3\x2c\xe1\x79\xfc\x33\x56\xd1\xfc\x04\xce\xb5\x3a\x21\x8f\x84\x29\xe3\xa6\xd2\xcb\x15\x43\xf2\xae\x84\x68\xfd\x7f\xd7\x63\x2e\x92\x8a\xa4\xd6\x64\x23\x92\x29\xf4\xff\x09\x32\xe1\x5c\xd5\x5f\x52\x7c\x3a\x95\x64\xa3\x0b\xa9\x50\xd2\x6e\xaf\xd0\x5f\xfe\xfc\xfd\x1f\x34\x09\x6d\xb3\xc6\xc3\xdb\xab\xb1\xfe\xfe\xdf\xcf\xed\xf7\x72\x03\x76\x77\x95\x15\xac\xcd\x11\x8f\x09\x9c\xcf\x19\xdc\x7e\x02\x9c\x17\xc0\xde\x80\x1c\x8a\x7d\xac\xe3\x6e\xe7\xa5\xd6\x77\x53\xd9\xb6\x5a\x4c\x50\xb1\x83\x39\xa2\x23\xc4\x38\x4a\x4d\xac\x29\x66\xe8\x3f\x7e\x7c\x5f\xbf\x81\xb9\xa0\x5b\x75\x48\x2d\x5c\x43\xd0\xa5\xa4\xff\x24\x12\x69\xaa\xd1\x54\xcc\x53\xdd\xb5\x20\x72\xce\x93\x18\x3d\x11\x50\x93\x6c\x1c\xa8\xd7\xca\x05\x19\xb1\xb0\x09\x08\x39\x44\x38\x51\x7c\x46\xe0\xae\x76\x8a\x9a\x22\x42\x8b\x2a\x26\x4b\x43\x71\x41\x7a\x06\xea\xeb\xf6\x4f\x2e\xb6\x1a\xa6\x09\x8f\x5c\x52\x8b\x35\xc9\xc5\x93\xfa\x99\x4f\xab\xa6\x57\xd4\x6c\xc3\xaf\x6e\xb2\x35\xdb\xd6\x2f\x8d\x4d\x42\xb1\x36\xac\xea\xce\xd4\x0f\x86\x46\x9c\x8d\x13\xca\x1e\xb6\xda\x8c\x2b\x27\xca\xe9\x16\xec\x9a\xe9\x16\xbd\x9d\xdb\x58\x40\x36\x38\x1f\x1f\xf2\x24\x31\xa9\x2d\xe1\xf6\x80\xdc\x65\xd6\x0d\x84\x81\xcc\xe4\x80\x92\xd8\xfa\xbd\xac\x26\x2c\x08\x83\x80\xb7\x11\x9b\x2c\xac\xcf\x56\xf6\x90\xcc\xa3\xb9\xcb\xcc\x8b\x38\x93\x5a\x8c\xe6\x02\x45\x3c\x4d\x4d\x71\x53\x46\x90\xe2\x3c\x91\x36\xda\x9d\x1d\x29\x1c\xa9\x11\x2b\xfa\x5b\x73\xf2\x4c\x05\xa4\xdd\x52\xf7\xda\xbb\x74\x8a\x4a\x4b\x2b\x05\x6e\x1a\x87\x98\x0d\x60\x04\x33\x9e\xa8\x00\xfd\x81\x2f\x9f\x25\xb3\x61\x0d\x9a\x81\x9c\x73\xa1\xc6\x71\x2d\xcf\x59\x4b\x34\x55\x46\xc8\xc8\x51\x02\x41\xc3\xfc\x51\x0b\xff\xe4\xc9\x1b\x5f\x57\x0d\x41\x53\xf5\xaa\x11\xb4\x3b\x46\x2b\x47\xb6\x29\x09\x36\xac\x95\x41\xf0\x88\xca\x31\xe1\xeb\xc6\x78\x0b\x5f\x9d\xe9\x8f\x56\x2e\x5e\xf5\xdc\x39\x21\x88\xc7\x05\xd8\x9c\xb9\xd7\x6d\x46\xc8\xaa\x35\xb5\xd0\x09\xcf\x97\x39\xba\x6a\x2a\xf7\x65\x4b\xae\x1e\x0b\x98\xec\x25\x01\x59\x13\x8b\x09\x55\x02\x8b\x12\x52\x88\xd7\x07\x25\xc1\x02\xe2\xb3\x46\xcc\xe0\xc6\x19\x4d\x21\x46\x31\x95\x90\x20\x02\x77\x69\xe0\x0c\x43\xed\x94\xc0\xca\xd1\x2e\xf2\x1c\x4d\xfc\x39\x04\x96\x15\xa4\xe1\x98\x9d\xee\xc8\xe3\x63\x69\xfd\x8c\x47\x79\x21\xc8\x45\x20\xe1\x5a\x4c\x1d\x44\x99\xa4\xb3\xb9\x42\x94\x59\xbb\x23\x4e\x66\x5c\x50\x35\x4f\x65\x0f\x4d\x72\xa9\xb5\x50\x13\xac\x66\xe2\x51\x88\x8a\x5a\x71\xa1\x5d\x93\x88\xe3\x4a\x83\xcb\x2a\xca\x16\xa4\xd1\xee\x50\x0e\x2a\x77\xc5\x1a\xc2\xe9\x7b\x9c\xc1\x6a\x1b\x14\xea\x36\x1a\x78\x4a\x64\xe2\x00\xb9\x43\x76\x82\x2a\x20\x4d\xe7\x00\x50\x21\xf7\xe6\xa5\x78\x89\x42\x5c\xc8\x24\x83\x0a\xe2\x62\xb7\x41\xf2\x2a\x23\x53\x1a\xf4\x26\xef\x74\x4a\x33\x55\x1b\xb8\xb5\xec\x2a\xba\x09\x30\x7f\xda\x2d\x36\x24\x63\x01\x35\x03\x52\xdb\x88\xdd\x12\xd2\x0c\xe4\xb6\xb4\xf7\xa6\x34\x2e\x4c\xc1\x26\x7a\xac\x26\xf9\x5d\x9c\xd8\xe7\x83\xdb\xb3\x9b\xe1\xb5\x81\x9c\xb8\xba\xf9\xd4\xbf\x1b\xd7\xf8\xb5\x6b\xde\xfa\xd4\xbf\xf9\xf1\x7c\xfd\x6b\x3f\xdc\x95\xb3\xb2\x6b\x5e\xb9\xb9\x5d\x9d\xcc\xd1\x62\x88\x35\x49\x61\xb5\xfd\x9c\xa2\x6c\xa1\xe6\x9c\xf9\x10\x85\xb8\xc4\x9b\x8e\x90\xc9\x08\x56\x10\x42\x24\xa4\xaa\x71\x1c\xde\x41\x5c\xce\x7a\x09\xb3\xbc\x59\x06\x86\x6d\xaf\xa2\xd1\x06\x27\xf2\x63\xc2\x27\xe0\xb7\xce\x4b\x25\x6e\x57\x44\xa0\xef\x18\xef\x73\x4e\x65\x96\xe0\xc5\x52\x0f\xeb\xae\x9c\x4b\x9c\x12\x88\x38\x2e\xf0\xe3\x5c\xb2\x88\xde\x19\x48\x60\xf2\xf7\x3a\x9d\x42\x26\x93\xa2\x58\x11\x34\x21\xea\x09\xf2\xe6\xdc\xaf\xde\x96\xea\x02\x46\xe4\xf1\x88\x81\x39\x67\xa4\x17\x39\xce\x21\xda\x6f\xf4\xae\x87\x46\xef\x62\xf2\x48\x12\x9e\xe9\x9d\xd7\x3f\x34\x5d\x32\xa6\xf0\xfe\x25\x8f\x7d\xdd\x2b\x5f\x45\x6a\x17\x9b\x22\x04\x9f\x91\x78\xec\xab\xf6\xb6\x96\x81\xcf\xec\xa7\xbe\xc6\x53\xc2\xa5\x07\x7c\x41\xab\x4d\x3f\x83\x14\xd3\xe4\x92\x2b\x6f\x67\xdc\x65\x0e\x82\x44\x34\x03\x3d\x63\x4c\x74\xbb\x2f\x27\x46\x95\xce\xa5\x63\xce\x30\x06\x84\xe3\x58\x10\x29\x81\x31\xbb\xe1\x15\x01\x4d\x2c\x98\x7a\xa9\xf2\xe7\x26\x02\x92\x37\xe6\x9b\x1e\xc3\x36\xcb\x46\xdc\x3a\x7a\x1a\xb0\xc7\x67\x74\x30\xef\x2a\x96\x68\xfa\xfa\x91\x2c\x20\xa1\xe4\x1a\x53\xb1\xa5\xa3\xb9\x2e\x82\xf7\x59\x5c\xce\x83\x9a\x8e\x0e\xc8\xf9\x5c\xbf\x0e\xbb\xb9\xa1\x7d\xe4\xe1\x4b\xe9\xdc\x8e\xcf\xf8\x8e\x5b\x2a\xe1\xf7\x4d\x2a\x77\x63\x40\x06\xaa\xaa\x91\x19\x89\x36\xd0\x1f\xfd\x00\x6f\xf5\x77\x6b\xf5\x2e\x2f\x7c\xba\x68\xc2\x62\x17\x6c\xaa\x7f\x15\x5d\x80\xac\x1d\x71\x64\x79\xf1\x16\x83\x76\x6c\x7c\xd5\xb8\x07\x21\xf9\x6a\x29\x77\xa3\xf0\x8c\x9a\x85\xaf\x40\x5b\x9a\x5b\x53\x59\x7f\x9f\x7d\xbb\x87\x28\xc4\x8e\x82\x7a\x99\x14\x38\x08\x2c\x46\x85\x53\x67\xc4\x8a\x08\x1c\x89\x9e\x48\x02\x41\x7b\xfa\x96\x03\x87\x85\x1d\xae\x6d\x89\xc4\x26\xfe\xb9\x87\x78\xae\x74\x63\x26\xc3\xc8\x99\xa4\x6d\xfa\x52\xe1\xc4\x31\x9e\x44\x1b\xca\xef\x61\xb2\x0d\xad\x1b\xc9\x80\x32\xf4\x91\x28\x68\x05\xca\x10\x84\x13\x04\xad\xa7\x1a\x10\x5a\xbf\xf6\x3b\x9c\x28\x3b\x93\x0d\x76\xbe\x80\x81\x79\x9f\xf0\xc9\x6a\x93\x07\x34\x8e\xee\x6f\x86\xce\xbe\x5a\x44\x83\x05\x58\xcc\x25\xff\xe8\xe0\xfa\x66\x70\xd6\xbf\x1b\x9c\x1f\xa3\x7b\x49\xf4\xf2\xf8\xe9\x42\xb6\xb8\x57\xb0\xcc\xc8\x2d\xae\x0c\x93\x8a\xe0\x26\xb3\x0e\x11\xa2\x94\xd3\xbd\x86\x71\x94\x41\x67\x56\x13\x36\x40\xbe\x50\x6b\x76\x04\x98\xa4\xea\x3c\x6d\x9c\xe1\xba\x13\x08\x51\x5f\xe3\xb7\x13\x73\x67\xc6\x9b\x2e\xc7\x19\xae\x23\x9f\x72\x7c\xe2\x73\x4f\x06\x8e\x96\x9a\x13\x2a\x50\xab\x69\x19\xa2\x1a\xb7\x9f\x53\x10\xb0\xff\x09\x67\xab\x93\x69\xf1\x53\x89\x68\x8d\x60\x1f\x44\x22\x3c\xf7\x39\x70\x6c\x6d\x6c\x58\xe1\xee\x13\x2c\xdc\x73\x86\xb7\x7a\xbe\x69\xf2\x57\xa4\x33\xf9\x85\x13\xab\x0c\xc2\x46\xe5\x4a\x04\x67\x07\x7e\xa1\x0c\x95\xae\xc4\x1e\x9a\xd2\xcf\xb6\xd1\x22\x5a\xdf\xbd\x1a\x84\x6f\x34\x44\x87\xce\xf1\xf2\x99\xda\x40\x6c\xb8\x86\xef\x57\x0a\x91\x5c\x6a\x91\x28\xd2\xe2\x92\x20\x11\x17\xfa\xa6\x80\x6e\x0b\x9f\xca\x3a\x91\x41\x61\xa1\x17\x65\xd9\xc7\xb4\xea\xf4\x17\x15\x55\x62\xac\xc8\x91\x16\xbd\xd6\xa4\x73\xdb\x8c\x1f\xc8\x0d\xc2\x2a\x00\x37\x2b\x6e\x9e\x09\x99\x61\xe6\x02\xcd\x1b\x86\xeb\xae\xbc\x1d\x58\x95\x56\x81\x30\x24\xbb\x81\x7c\x05\x89\x4c\xa5\x71\xc8\x0c\xd6\x73\xe5\x38\x6c\x2c\xcf\x21\x2c\xdb\x13\xf6\xa1\x45\x0d\x83\xcd\xb3\xf8\x90\x06\x9b\x60\xa9\x90\x1d\x53\x93\x61\x25\x50\x11\x9f\xd7\xa4\x5c\xd2\xed\xdb\x2a\x6f\x9a\x84\xca\x5a\x2c\x01\x3f\x8f\x74\x28\x30\x06\xf3\x46\xeb\x34\x4e\x10\x36\x85\xa5\xfd\xd9\xb6\x15\xa6\xdd\x2d\x11\x32\x13\x48\x39\x58\x6e\xfa\x18\xf5\xd9\x12\xfa\x97\x8b\x32\x2b\xad\x97\xb9\x93\x70\xf2\x84\x17\x12\x65\xc2\x00\xe5\x98\x3c\x04\x37\x79\xd0\xc0\xca\x1f\xf9\xc0\x0e\xe5\x12\x41\x10\x58\x96\xd6\x87\x00\x3a\xb9\x77\xfc\x0c\x8e\xc9\x4a\x8c\xbc\x17\xc8\x8b\xe6\x0a\x5b\x45\x0b\x56\xa7\xc8\x38\x9a\x63\x36\x23\x63\x67\x32\xde\x46\x5b\xd2\xed\x9c\x41\x33\xe7\xb6\x95\xfa\xcb\xe9\xda\x28\x4c\xb6\x9a\x8d\x79\xd5\x9b\x43\xf5\x21\x90\x0a\xcf\x08\x32\x23\x6a\x65\x64\x2f\xc5\xbf\x59\xe8\x64\xd0\x13\x6c\xab\x83\x72\x4e\x40\x93\xf0\x0e\x81\x5c\x17\x78\x42\x92\xd7\x89\x03\x81\xae\xad\xab\x01\x7c\x8f\x26\xb7\x81\xa0\x27\xf0\x4e\x54\x58\x86\xf5\x45\x88\xbc\x2e\xd3\x61\xd5\x3c\x4b\xb5\xdc\x77\x98\xa8\xab\x7c\xb2\xcd\x54\x9b\xea\xa1\x84\xd7\x5e\x50\x37\xa4\xce\xc0\x16\x5e\x7f\x55\x0b\xf9\x76\x03\x09\xca\x97\x34\x8c\x63\xe7\xfa\x25\x6b\xa7\xb2\x35\x64\x42\xcb\x9a\x7e\xc3\x29\x62\x9c\x11\x44\x65\xf1\xb2\x2a\x27\x77\x79\xc0\x21\x2d\xe2\x1b\xe3\x8b\xaf\x39\xe6\x4b\x49\x3d\xb7\xa5\xa5\x80\x82\xf0\xb6\x01\x97\xad\xce\x88\x56\x54\xb1\x58\x00\x60\xa9\xe1\xc3\x65\x99\x6e\xed\x38\xf7\x2e\x70\xdf\x39\x3c\xda\x20\xee\x58\x71\x04\x62\x64\x65\x70\xc8\xa0\xba\xda\x97\xec\x47\x16\x74\x67\xc4\xbc\x65\x03\x08\x91\x4a\x94\xe2\x0c\x3c\x94\x8c\xab\xe2\x2b\x03\x22\xa5\xfc\x16\xf6\x9c\x20\x2e\x4d\x45\xb0\x86\x15\x58\x67\xda\x71\xd7\x6f\xb1\xae\x65\xb0\x4e\x07\x34\x3c\xa3\x8f\x84\x39\x9a\xee\xb9\x33\xa1\x07\xe5\x3a\x4d\x16\x47\x18\x82\xa6\x49\x1c\xfa\x71\x56\x73\xa4\xdd\xdd\x21\xfb\xb2\x47\xb6\x5f\xb2\xbb\xda\xa0\x20\x03\xf9\x56\xc2\xea\x77\x61\xee\x21\x95\x5a\x14\x62\x93\xd7\x8e\x25\xfa\x1d\xe3\xea\x77\x01\x4e\xb3\x33\x5e\xc0\xa7\xce\x04\xd5\x5b\x2a\x40\x03\x87\xd6\x12\x0e\xc2\x01\x5e\xd8\xda\x95\xdf\x35\xd2\xa1\x08\xe3\x7f\x56\x69\x74\xb0\x9c\xd3\xd7\x54\xc1\xab\x8b\x3f\x40\xd5\x6b\xa1\x6a\xf0\x34\x45\x02\x8b\x93\x5e\x32\x74\xca\x75\x01\x07\x7e\x2f\x5a\x05\x1a\x2c\xe1\x1b\xec\x42\x6d\x69\xeb\x38\xb0\x35\x90\xce\xf5\x76\x89\x6d\xb2\x56\x9b\xe4\x72\x51\x0e\xc4\xb3\x45\x3d\x1a\x30\x8b\x8f\x47\xec\x03\x17\xf6\x0a\x96\xb6\x6a\xc2\x04\x47\x0f\x47\x84\xc5\x08\xe7\x6a\x6e\xb0\x83\xad\x5f\x61\x61\xa9\x41\x4b\x1a\x40\x36\x1e\x18\x84\xca\x08\x8b\xd8\xd5\xef\x78\xe4\x6e\x14\x23\x16\x34\x02\x75\x19\xa0\x6c\x15\x14\xde\x6d\x52\x35\x89\xd4\xfa\x55\xd3\x5a\xd4\x95\x94\x5d\x2a\x28\xbb\xfa\x9c\x95\x4a\xe4\x42\x45\x09\x08\xd7\xe2\xd3\xe5\xd5\x19\x3a\x6b\xa3\xd3\xef\x34\x3d\x2f\x7b\x21\x7a\x56\xa3\x30\x26\x29\x3b\x03\x2d\xe9\x7c\xef\x78\x6d\x09\x03\x79\x9a\x0b\x08\x3e\xae\x6b\xf3\xdb\x68\x4e\x93\xc2\x77\xf1\x5d\xcf\x0f\x53\x37\x99\x90\x47\x92\x18\x04\xfe\x48\x40\x9e\x81\xb1\x1a\x7e\x8f\xfe\x8f\x29\xb3\x8a\xfe\x30\x62\x1f\x81\x0d\x27\xc9\x02\xf0\x41\x7d\xcb\x58\x55\x9a\x79\xa8\x1d\x80\xb2\x89\x4d\xa8\x3c\x10\xb3\xd7\x73\xfc\x48\x46\xcc\x35\xf3\x7f\xd0\x03\xfa\x3d\xfa\x43\x93\x7a\xe7\xd2\x05\x9e\xd9\xce\xf1\x21\x08\xc6\x0f\x6e\x39\xcb\x28\x2d\xbf\x71\x66\x90\x92\x11\xb2\x06\x27\xc4\xc3\x7c\x53\xf6\xc8\xa3\xa5\x9c\x94\xf0\xd4\x62\x41\x98\x1a\x33\x1e\x93\x31\xa9\x71\x69\xae\x60\x12\x5a\x08\xb8\xe4\x31\x59\xeb\x90\xf4\xcc\xf4\x67\x30\xdd\xc8\x7c\xe2\xb7\x03\xe0\x0a\x7c\x6e\xba\xb7\x3e\x94\x29\xad\x7e\xe4\x1e\x4b\x77\x9b\x71\x6f\xeb\x4c\x75\x41\xaf\x3d\xb8\x10\xec\x00\xea\x1d\x7a\x09\x56\xce\xbd\x5e\x3d\x8e\x55\x47\x80\x7e\x59\xcf\xdc\x5e\x56\x01\x4a\x30\x54\x72\x11\x74\x46\xb5\xfc\xde\xde\x61\x0b\x9c\x70\x1b\x6f\x86\x81\x4c\x6d\xe5\xce\x28\x96\xc2\xc1\xc6\x1c\x79\xfa\x2b\x9c\x90\x13\x9e\x57\x05\x78\xbb\x00\x54\x86\xee\x7e\x2b\xab\x2f\x34\x1f\x9e\x99\x7c\x46\x32\xa7\x06\x41\xa0\x7f\x76\x81\xf4\xe9\xe0\xa9\x81\xd9\x82\x45\xcb\xd5\x9c\x0b\xfa\xcf\x55\xb4\x8d\x85\xa2\x53\x1c\xa9\xf1\x5e\xaa\xd2\x34\x13\x53\xdf\xf6\x33\x3c\x6f\x6d\xea\xbb\xc5\x8f\x24\x08\x68\x84\x70\x45\xdb\x8a\xf4\xae\xd4\x2a\xbf\xe5\x02\x31\xfe\x54\xc0\x6c\xb9\xef\x01\x59\x3a\x48\x04\xc1\x5a\xe9\xc9\x20\x22\x59\x52\xa0\x4f\x00\xbd\xfa\x46\x99\x24\x4f\x00\x4c\x37\x70\x55\x9a\x3c\xe7\x98\xc5\x89\xbb\x42\x10\x37\x31\x35\x8b\x27\xbc\xd8\xc8\xab\x1d\xc6\x69\x16\x59\x7f\x66\xfb\xcb\x4a\x10\xf0\x00\x23\xa9\xa9\x92\xb2\x57\xa7\x8a\xa2\x49\x0e\x40\xbd\x7a\x4d\xa6\x79\x62\xaa\x7b\x44\x5c\xc4\xa6\xbc\xbe\x2c\xe5\x18\x42\xac\xb6\xd3\x9a\xb0\xf2\x0d\x52\x8b\x67\x6a\xeb\x87\x18\xc3\xd8\x4a\xb9\xfe\xaf\x39\xc9\xf7\x94\xa6\xf9\xaa\x81\xed\x77\x78\x26\x8b\x48\x75\xb3\x36\xfa\xca\x2b\xd6\xf7\x1f\x7a\xa6\x32\x48\x6c\x76\x06\x5b\x8f\x13\x66\x2c\x1d\xa6\x7a\xec\x46\x86\xb2\x1b\x53\x1f\x61\x0f\x96\xb2\x97\x08\x93\x59\x16\x3d\x6b\xb8\xba\x25\xbf\x47\x9f\xe6\x8b\x5e\xc6\xfc\xe4\x0a\x4d\x54\x84\xba\x67\xb4\x44\x6d\x71\x77\x2c\xeb\x2a\x2b\x43\xe7\x0b\xbb\x94\xbf\x2d\x6a\x32\xee\x15\x87\xdc\x9c\x27\x41\x01\x46\x70\x51\xbc\xec\x0b\x25\xbb\x5b\x38\xe4\x31\x5a\xf8\x33\xda\x02\x84\xcb\xb8\x25\x5c\xd4\x5f\x9d\x1b\xd8\x75\x6c\x43\xe5\xae\x97\xc3\x21\x9a\x4e\x84\x61\x49\x87\x7a\x24\x96\x31\x84\xd6\x1e\x06\x5f\x2e\xe6\x75\xec\xb2\x5e\x62\x7c\xb9\x93\xe1\xc9\x71\x1c\xe1\x68\xde\x38\xa9\x09\xe7\x09\xc1\xac\x49\x29\xa8\x7d\x5c\x3d\x22\x06\x01\x17\x58\x77\x92\x00\x0c\xb4\x5b\x02\x5b\x3a\xb4\xd0\x8a\x58\x0c\xf0\xfd\x86\x87\x9b\x90\x4b\x37\x50\x45\x98\x33\xa8\x51\x36\x4b\x48\x75\xad\x6c\x9d\x85\x9e\xed\x24\x89\xf2\x24\xa8\x1d\x9a\x11\xa1\x47\xad\x97\xf8\x91\x30\xad\x8a\xd9\x71\x38\x1f\xd1\x93\xcb\x9a\xf7\x15\xc3\x7a\xbe\x6b\xe7\xa6\x84\xd4\xd4\x78\xc4\xe0\xe0\xf2\xf2\x61\xd5\xb4\x2a\xb5\xf6\x16\x9a\xfb\xb6\x3e\x9d\x81\x10\xb1\xf1\xf1\xbc\x2d\x5b\xdf\x37\x3e\x93\xa6\xef\x31\x84\x6e\xec\xec\xb1\x0c\xbc\x5a\x05\x9e\x87\xd9\x58\x87\xd9\xf6\x42\xb6\x79\x08\x86\x29\x47\xf3\x06\xb1\x30\x4d\x98\x61\xcf\x7a\x97\x14\x35\x52\xdc\x6d\xd0\x72\x28\x2b\x23\x00\x5a\xfa\xf3\xc1\xe8\xbb\xea\xdc\x5e\x58\xa9\xbe\xec\x09\xf7\x49\x60\x45\xf4\xa8\xad\x02\xac\x04\x06\x08\x0b\x00\x1e\xf8\xd9\x18\x2e\xa8\x34\xc2\xbd\xab\x85\x92\x66\x6a\x61\x4b\xe7\xc1\xbd\x58\x92\xf7\x01\x16\xb0\xce\xeb\x5e\xbd\x23\xe3\x92\xdf\xbd\xae\x33\xe8\xc8\x5a\x6b\x6a\x9b\x74\x0b\x1d\xc2\xcc\x54\x60\x3d\x9a\x82\x6c\x4c\x15\xe2\x31\x4e\x1a\x4d\x84\x7b\x60\x9a\xa0\x1c\x15\x50\x1e\x16\x21\x58\x89\x9c\x68\xde\x85\x93\xa4\x32\x2f\x0c\x39\xf3\xca\x57\x22\x9c\x14\xe5\x92\xdb\xc7\x00\x24\x78\x42\x36\xf2\xfa\x5f\x98\x0f\x56\x52\x11\xbc\x02\x01\xf3\x59\x96\x2c\xda\x05\xea\x87\xda\x6f\x2d\x92\xde\xba\x81\x85\xf8\x7b\x2b\xef\xa6\x32\x86\xdd\x76\x43\x94\x24\xca\x05\x55\x8b\xb1\xb5\xa5\xb6\x67\x5a\xb7\xf6\xcb\x33\xfb\x61\x1b\x43\xc5\x29\x72\xfd\x39\xdb\x2d\xdc\x53\x82\x9a\x32\x4b\x76\x0a\x6d\xb6\x1b\xe7\x6a\x5e\x8b\xb0\xb5\x6a\x61\x1d\xc4\x57\xbb\xa1\xea\x2e\xb6\x1d\x9e\x2d\xdf\x32\xe6\x53\x07\x9e\xd5\x7e\x61\xab\x75\x6d\x36\x30\x42\x3b\x8c\xee\x4c\x50\x2e\x6c\xf9\x98\x36\xb1\x82\x29\xfe\x3c\xce\xb0\xc0\x49\x42\x12\x2a\xd3\xed\x4d\xe6\x7f\xfa\xe3\xca\xd1\x9e\x99\x32\x47\xd2\x16\x0d\xfb\x4c\xd3\x3c\x45\x2c\x4f\x27\x56\xca\xc5\xf2\x21\x44\x48\x75\x78\x0e\x06\xe8\xcb\x0d\xb0\x84\x2a\x21\x02\xcc\xdb\x11\x0b\xd0\xcf\xad\xa9\x02\x47\x73\x4a\x1e\x01\x9b\x55\x30\x22\xe5\x31\xba\xe4\x8a\x9c\xa2\x4f\x38\xbb\x03\x41\xcd\xd4\x1d\x9d\x19\xa7\x03\x96\x48\x4b\xad\x39\xa3\xaa\x37\x62\x16\x32\xdd\xad\xca\x49\xc4\x99\x81\xcd\x8d\x60\x61\x7d\x13\x60\x45\x77\xf8\xb1\xca\x65\xbf\x52\xd9\xb0\xd8\x02\x3f\x8d\x83\xa0\xe0\xb1\x49\xba\xd8\x80\x8e\x6f\xf0\x93\x09\x83\x3f\xc7\x0a\x9b\x92\xc2\xab\x24\x77\x1b\x67\x66\xcb\x4c\x19\xb4\x68\x17\x8f\xc3\x2d\x64\x89\x2f\x90\x67\x82\x7e\xbf\xa5\xc7\xe4\x18\xbd\x4f\xf8\x44\xf6\x0a\x53\x95\x79\x28\x89\x92\x3d\xe3\xf7\x83\x7f\x9b\x7c\xc1\xef\xdc\xea\x17\x7c\x1f\x6a\x43\x4e\xe9\x67\x83\x94\x22\xff\x74\x7a\x72\x92\x2e\x8e\x26\x79\xf4\x40\x94\xfe\x0b\x64\x8a\xda\x15\x72\x30\x63\xb8\x0e\xb4\x6c\xdd\xea\x2c\x03\x9e\xb5\xa2\x48\x9b\xad\x24\x09\x80\xeb\xeb\x2b\xdd\x57\xdf\x75\xf8\x58\x9c\xd5\x97\x16\xb5\x53\x16\x79\xd3\xf1\x2a\xa1\x72\xbf\x8c\xb6\x62\xaa\x0b\x87\x60\xe0\xd3\x04\xcf\x2a\x2a\xcb\x06\x4a\xca\x55\x4a\x2d\x15\xe9\xb9\x43\x18\x8b\x3e\x65\xe5\xe0\xbd\x6f\x9c\x97\x17\xbc\xb5\xd6\x8b\x75\x3c\x62\x7d\x89\x9e\x88\x29\x1a\x0c\x89\xab\xe0\xf4\xc9\xa9\x9c\xfb\xb4\x55\x30\x43\x43\xa3\x06\x33\xd9\x40\x6b\x58\xc5\xd1\x69\x56\xce\x2d\x66\x35\x50\x9c\x48\xd2\xd3\x0d\x83\x49\xd5\xc5\x67\xa2\x27\x81\xb3\x8c\x88\x11\xb3\xf8\xb7\x80\xf2\xce\xb9\x8d\xbd\x69\x0a\xd2\xef\x34\xca\x97\xd5\x28\x83\xb5\x27\xe5\x3c\xd0\x75\xe7\x1b\xd2\x46\x57\xad\x70\x5d\x26\xa4\x5b\x3e\x2d\x8b\xb6\x0d\xa0\x7f\x7d\xb3\x71\xcb\x31\xaf\xd3\xce\xfb\x95\xec\x07\xa8\x49\x9e\x82\x02\x29\x8b\xd2\xab\xce\xd6\xe7\xd5\xf7\x92\x98\x03\xf0\xe9\xf0\x71\xcc\x89\x0c\x8c\xf8\xc8\xdb\xe2\x12\x3a\x25\x5a\xfa\x18\x31\x4d\xc6\xa1\xc3\xc1\xa0\xb0\x3b\x50\x76\xdd\x69\x24\xb8\x94\x36\xa1\xc1\xb4\xb3\x3a\x2d\x6d\x87\x82\x8f\x06\x4a\x7e\x78\x75\x39\x5e\x2e\xfd\x18\x3c\x73\x45\x20\xed\xc3\x5a\x24\x86\xc6\xa6\xd6\x96\x7c\x2c\xd6\x62\x83\xa2\x8f\x27\x67\x17\x43\x5f\xe9\xac\xd2\xf5\x72\xd5\xc7\x10\x7e\xbf\xb9\xee\xe3\xf2\x8c\x83\x0a\x90\x95\x26\x56\xd4\x80\x5c\xbf\x59\xe5\x30\xea\x5d\xb0\x15\x2b\x5b\xbf\x96\x3f\x94\x69\x66\x5d\xb4\xff\x9e\xb6\xa9\xe1\x5a\x89\x40\x60\x7c\xee\xc0\x05\x10\xbc\xf4\x5b\x52\xe1\x34\x0b\x33\x59\x1d\xb8\xac\x9d\xa6\x39\x6a\x4d\x97\xe0\x8b\x82\xde\x47\xd8\x04\x09\x55\x07\xb7\xb4\x15\x9b\x79\xbc\xee\x2c\x96\xfe\x3e\xa2\xc3\x5f\x2e\x35\x3c\x59\x14\xc1\x90\xd2\xca\x6e\xae\x4e\x7b\x83\xdd\x7f\x42\x7c\xdd\x80\xc6\x0d\xdd\x35\xf7\xd3\xe3\x8b\x09\x82\xa5\x75\x7f\x43\x8a\x64\x25\x7d\x6a\x03\xf3\xb0\x1f\xb3\x49\xb2\x3e\xf2\x95\x3a\x82\xab\xc6\x16\x9f\x8b\xdc\x41\xa4\x42\x90\x47\x22\x80\x76\x6c\x28\x15\x2b\x1f\x55\x9c\x08\x82\xe3\x45\xb0\x22\x3e\x8e\xc3\xf4\x0c\xe6\x31\x49\x53\xad\xc0\x83\x6a\xc2\xf8\x11\xcf\x9c\xce\x52\x7a\x0b\xca\xac\xd0\xa9\xbe\xb1\x82\x28\x10\xfd\x05\x3b\x22\x9f\xa9\x54\x5a\xae\xa8\x09\x81\x75\x8d\x80\xc4\x03\xc5\xd7\xe6\xc4\xde\x70\xa3\x77\xfd\xf7\x57\x37\x77\x83\xf3\xd1\xbb\x22\xe9\xc1\x65\xf5\x79\xd8\x30\x57\x05\x82\xb3\x11\xf3\x71\xca\x1e\x25\x1b\xf6\x12\xe1\x38\x2e\x00\x23\xac\x12\x69\x64\xb6\x95\x1c\x39\x38\x15\x6b\x23\x94\x57\x34\x73\x0f\xa9\x5d\x87\x7a\xb2\x56\xb8\xce\x4a\x27\xc7\x24\xa8\xad\xc8\x24\xda\xd3\x65\x13\x02\xfc\x2a\xa3\x6b\x13\xe5\x10\x28\x19\x79\x72\xba\x12\xdc\xce\x27\xd8\x5c\xc2\x9b\x71\x3b\xb7\x21\x5b\x6c\xea\x07\xfa\x99\xc4\x37\x0d\x52\xd5\x5e\x12\x85\x5a\x05\x58\xd6\xee\x42\xce\xe8\x26\x1a\xbf\x9f\xca\xbd\xfe\xae\x3d\x5b\xba\x2a\x70\xfb\x0a\x0c\x5e\x00\xe0\x55\x08\xa3\x88\x08\x85\x29\x43\x53\x38\xd8\x2c\x5a\x20\xc0\x41\x21\xe0\xc3\xfe\x23\x4a\x29\x03\x40\x86\x55\x4b\x7b\x5f\x9e\xc7\x06\x42\xeb\xa7\xe1\xe5\xfd\x5d\x49\x54\xfd\xe1\xea\xbe\x5c\xf9\xbf\xff\xcb\x4a\x59\xb5\xd2\xc2\xaa\x60\xa1\x60\x8a\x45\x72\xa7\x85\x22\xf6\x2b\x53\x3b\xd1\x64\xa1\xc8\xfd\xcd\xc5\x4e\xf2\x5d\xbd\xb3\xac\x11\x48\x3e\x94\xae\xea\x81\x26\xda\x7c\x1a\x93\x68\x1d\xd4\x6d\x7b\x3a\x32\x51\x50\x7a\x1d\xac\x35\xd1\xc2\xe0\x61\x89\x32\x2c\xac\x1f\x2a\x36\x01\x50\xe5\xf2\x71\x46\xf3\x5a\x05\xcc\xf1\x91\xa8\x9f\xf4\xd5\xc7\xd9\x7e\xb0\xb6\x40\x94\x05\xff\x28\x19\x3f\x9a\x86\x37\x38\x69\x76\x28\x2b\x32\x88\x9c\xb0\x0c\x3d\x20\xdb\x43\x08\x67\x71\x8c\x80\x6a\xfa\xba\x39\x58\x11\x17\xa6\xa9\x55\x52\xce\x34\x45\x1a\xcc\x5d\x07\xd4\x1b\x34\xc7\xa7\xe6\xe3\x96\xb0\x85\x41\xb2\x80\x6e\xab\x58\x4a\xd4\xbf\x1e\xd6\xac\xf5\x45\xd5\x85\xf4\x65\xd5\x3c\x4a\xbc\x37\x6b\xdf\xd8\x53\x41\xd6\xe7\x41\x80\x4d\xd9\x99\xee\x86\x2e\x65\x9c\xfe\xd7\xe5\x48\x82\x43\x80\x74\xae\x53\x19\x4a\xd9\xdc\x6b\xd0\x9b\x37\x4b\x70\x2c\x96\x61\x43\x2c\xa9\x70\x40\x36\xbb\x26\xc4\x4f\x5a\x0e\xdd\xee\x85\x78\x4a\xdc\x54\x55\xb6\xb1\x05\x7b\xc3\x98\x2a\x66\xd3\x06\x64\xea\x27\x43\xd1\x1e\x83\x04\x50\x55\x5c\xd5\x4e\x17\x72\x6d\x21\x01\xc2\xe9\x86\xd4\xb6\x19\x2e\x55\x31\x3e\x67\xfe\xb6\x80\xe5\x38\xc3\xd6\xee\x00\x4a\x94\x2b\xa7\x51\x57\x7d\xf1\x78\xc4\x82\x80\x15\x69\xd4\x1e\x7d\x46\x5c\x05\x1b\x28\x8b\xcc\x00\xfd\x1c\x72\x9f\xbc\xf0\x53\xda\x81\x2a\xf2\x80\x9a\x97\x6b\xd0\x2c\xf5\x63\x4f\xa7\x9c\x63\x97\xdf\xe9\x2c\x28\x36\x0e\x30\xb4\x2f\x41\x7b\x41\xd5\x09\xdb\x31\x98\xa3\xc1\x68\x81\x83\x9a\x86\x01\x26\x40\xcc\x89\x64\xdf\x28\x9f\x41\x4b\x93\x85\x0b\xa9\xae\xb8\x07\xb4\x54\x87\xa9\x6d\x79\xf5\x01\xdf\x03\xe8\xd5\xa6\x8a\x43\x70\xac\xd6\x9a\xa9\x9c\x8f\x17\x28\x21\x8c\x45\x82\x4e\x9b\xac\xea\x9f\x33\x12\x6d\x83\xcc\x73\x8d\x05\x4e\x89\x22\x62\x55\x38\x52\xb9\xe2\x38\x88\x38\x6e\x07\x6d\xbf\x66\x17\x4d\x39\x96\x6a\xdd\x1e\xaf\xdd\x5e\xac\x43\xda\xf1\xb3\xd8\x08\x54\x4c\x4f\xe3\x27\x6b\xf9\xdf\x70\x16\xb6\x9f\x62\x1a\x36\xda\x2a\x00\x56\xda\x75\x4e\x2f\x83\x30\x73\xb7\x84\xd5\x52\x0a\x17\x3a\x10\x68\x99\xf5\xa3\x6c\xc2\x94\x59\xc7\x4b\xf7\xc2\xbb\x5d\x86\x83\xcb\x4c\xae\x1c\xaa\x52\xee\x04\x50\x09\xa8\x54\x06\x5e\xa5\x1e\x17\x06\x84\x96\xba\x08\xc9\xc0\xed\x67\x51\x03\x0b\x83\xae\x95\xac\xaa\x15\xc8\x2a\xcb\xb5\x86\xc7\xed\x0b\x33\xa3\x93\x68\xf6\x2d\xd1\xac\x23\xe5\x52\x74\xad\xa6\x4e\x22\x2a\xf0\x3d\xb6\x32\xb8\xc5\x5d\x28\x4f\x10\x52\xba\xec\x15\x69\xcb\x0b\xc3\xd5\x4f\x99\xff\x57\x99\x83\x3b\xa2\x0e\x49\xb5\x2e\x57\xf5\x38\x70\x41\x81\x07\x2a\x09\xa5\x01\x1b\x57\x03\xa3\x35\x61\x90\xc6\xca\x3f\xbc\x34\x0e\x2c\xc8\x19\x5f\xf0\x1c\x3d\x51\x39\x47\x8a\x8f\x18\xc4\x09\x7a\x6f\x80\xe2\xc8\xbc\xd8\x83\xb7\x00\x5d\x42\xe6\x93\x94\x2a\x84\x83\x19\x96\x4c\x92\x3d\x7b\x9e\xf5\x07\x30\xe3\x5a\xf8\x82\x3a\xe4\xa3\x35\x87\x66\x0b\xfb\x5a\xd1\xc8\xae\x08\x05\x41\x4c\xf3\xf3\x62\x14\x04\x1a\x4f\xa8\x61\xd6\x9e\xb9\x0e\xa4\x00\xd5\x5b\x1b\x2c\x16\x2b\x00\xe6\x52\xa9\x2a\x77\x8b\x35\xf4\xac\x01\x28\x28\x36\xa2\x15\x42\x41\xf1\xfa\x3e\x20\x0a\x9a\x6a\xd9\xad\x4a\x59\x75\x9f\x34\xd8\xbf\x5d\x2a\xb4\xe2\x2e\x70\x3e\x94\x94\xae\x1b\x25\xa5\x43\x03\x8b\x2b\x12\x02\xb6\x0f\x2f\x6f\x8a\x5e\x86\x33\x1e\x71\x16\xd3\x0d\xe2\x85\xa1\x5e\xd9\x24\x9f\xf6\xd9\x62\x3d\xf6\x50\x1a\x06\xea\x5b\x7b\x49\x20\x89\xd4\xa3\x5e\xae\x55\x59\x8b\xf6\x43\x4a\x0f\x52\x42\xcb\x70\x40\xa4\x7a\x3b\x31\xae\x20\xef\x27\x52\xc9\xa2\x26\x17\x75\xc4\xea\xa5\xa4\xd5\x7c\x7b\xd7\x34\x92\xbd\x02\xdf\x05\x3c\xc2\xcd\xc2\x5a\xdd\x7e\xf6\x81\x78\x46\xa1\x27\x16\x64\xa3\x22\x06\x17\x6e\xc8\xa6\x00\x2a\x2d\x1c\x6d\x93\x6b\x5e\xc3\x39\xea\x87\xbe\x94\xe4\xb1\xf6\xec\x5a\xc1\x60\x8f\xea\xe7\xd2\x0d\xd2\x3a\x27\xc6\xcb\xf1\xf6\xc6\xb0\x41\xdd\xb1\xb7\x35\x54\xdc\xc9\xdb\x94\x4b\x06\x40\xd9\xbd\xc1\xe0\x56\x91\x29\x74\xe3\x3d\x70\x41\xdb\xb1\x63\x13\x8e\xe3\xc1\xd9\x2b\x7b\x52\x9a\xb1\x09\xa9\x7c\x96\x59\x6f\x5a\xe3\x3a\xf0\x89\x0a\x1b\x93\x4c\x43\xeb\x06\x14\xb7\xb6\xa1\x9c\x95\xdb\xc2\x0b\xa0\x39\x8b\x89\x60\x04\xab\xf9\xcb\x65\x82\x9c\xed\x6a\x42\x0f\xc6\xf7\xbc\x59\x21\x76\xa4\xb8\x9c\x1c\xb2\xcb\x70\xcb\xc5\xfe\xd7\x8e\x53\xbf\xde\xc6\x9a\x65\x03\x24\x7c\xb9\xeb\x25\xf5\xb6\xc6\xb4\x19\xe0\x0f\x6d\x42\xa5\x3b\x25\x8b\xd4\xab\x9c\xcf\x93\x36\x53\x63\x9b\x5a\x4a\x98\xd1\xa7\x3d\x2c\x12\xbe\x66\x49\xbe\x88\xfc\x94\xe7\x4f\x99\x58\x55\x8e\x3c\x0f\xb2\x28\xa0\x26\xbc\xc2\x94\x59\xee\xb5\x2a\x71\x42\xcb\xbd\x29\xae\xcb\x95\x38\xf8\x2c\x9c\x2f\x3e\x09\xa7\x4b\xc9\xe8\x52\x32\x6a\xf6\xa8\x4b\xc9\x40\xe8\xd0\x52\x32\xd6\xa9\xa0\xab\x8c\xb4\xde\x6f\x08\x65\x63\x4b\xd5\x8d\xcc\xfe\xae\xd1\x23\xb7\x4f\x3b\x70\x76\xce\x30\x66\xcb\xfe\x62\x7f\xa8\x0d\xdb\x5a\xfa\xac\x3a\xdb\xd0\xe6\xca\x16\x55\xd7\x05\x16\x71\x62\x21\x08\x6d\x50\x75\xd9\x46\xb6\xca\x9c\x3b\x62\x3f\xf0\x27\xf2\x48\x44\x0f\x61\x85\x52\x0e\xb8\x56\x45\x0c\x0f\x1c\x84\x12\x9a\xbd\x89\xd5\xc0\xe8\x12\xa7\x24\x36\xa5\x3b\x83\xd0\x4b\x6b\x54\xb6\xee\xe0\x3a\xa4\x5d\x00\x8d\x35\xdb\xe0\x62\x3b\x46\xcc\x84\x43\x9a\x10\x3c\x90\x15\xa8\x9b\x18\x10\xcc\xef\xbc\xb3\xfa\x77\xc7\xe8\x4e\xdf\x4f\x54\x96\xc7\x1b\x00\xef\x35\x8d\x6d\xc4\x66\x82\xe7\x99\xb7\xf3\xf1\x89\xa9\xe1\x6c\x22\xb4\x96\x9d\xd5\x30\x18\xe7\xa9\x8e\x70\xac\x75\xf1\xd5\x84\xf3\x2a\x91\xb2\x5b\xc1\x2c\x85\x04\xa4\x8f\xa1\x0f\xff\xb3\xe1\xf8\xc6\xc7\x1c\x80\xcb\xac\xc2\xe0\x7f\x26\x07\xf8\x39\x91\x60\x15\xf2\x9e\x81\x52\xae\x7b\x19\x4f\xa1\x76\x9c\xab\xec\xb6\xde\xb7\xe2\xfc\x0f\xf5\x50\x0d\x45\xe7\x36\x2e\xcd\x24\xd2\xda\x7b\xe2\xd9\x2c\xba\xad\x23\x7c\x9b\xf8\xc5\x75\x2e\x32\x0e\x92\x58\xb2\x70\xd0\x12\x16\xe4\x2f\xe3\x59\x6e\x62\xef\x68\x18\x8a\x55\x4b\xd9\x54\xaa\x4f\x58\x45\x73\xcd\xb9\x0b\x54\xb6\x3d\xc5\x24\x16\x5c\xf9\x79\xad\xbc\x35\x33\x38\x0b\x7b\x6f\x70\x7b\xac\xa2\x9e\x20\xc6\xd0\x07\x72\x7a\x49\x22\xd5\xfd\x19\xd7\xa0\xad\xcc\x1e\xd8\x45\xdd\x27\xf6\x89\x9e\xe8\x3a\x2a\x5a\x37\xfe\x76\xb4\x55\x2e\xb6\xb6\xf7\x68\xc7\x1d\x60\x6e\xce\x2d\xa8\x58\xf1\xa2\x2d\x35\xdc\x10\xa2\x20\xe8\x76\x99\x4a\xb6\x40\xc2\xa3\x16\x47\xbc\xc5\x35\xc5\x99\x56\x22\x14\xd7\xb7\xa4\x98\x19\x39\xd6\xc4\xf2\x22\x8c\x72\x41\xdd\xd9\xaf\xe4\xad\x37\x53\x07\x58\x28\x4f\xc2\x62\x5a\x11\x0e\xea\x0c\x9a\xa0\x04\x1c\xa9\x1c\xfb\xe0\x49\xa0\x09\x57\xcd\xdf\xe4\xe8\x3b\xe7\xbf\x70\xe2\x5d\xcd\x9e\xae\x25\xec\x1d\x76\x19\xd7\x61\x30\xb6\x3a\x69\x94\xcd\x02\x00\xc7\x7a\x2b\x71\x9b\xb2\x17\xb5\x5f\xb6\x2b\xdd\x51\xfb\x69\x53\xa1\xe1\x36\xdf\xae\x00\x98\xda\x3a\x7e\xbc\x14\x8b\x6f\x83\x75\xad\xf4\x14\x42\x6b\x5a\xfb\x1d\x00\x0f\x53\x08\x26\xc0\x56\x9a\xfa\x2f\xff\x97\x29\x93\x66\x96\xe6\xbf\x10\x17\x23\x66\x7e\xef\xf9\x12\x25\xfa\x85\x02\xfb\x17\xa7\xa4\x80\xf1\x14\x65\xc0\x3f\x80\x3d\xb1\x80\x6d\x06\xe7\xd9\x57\x68\xd0\x63\x78\xc8\x27\x44\x30\xa2\x87\xe6\x00\x12\x3c\x33\x4b\x31\xc3\x33\x40\x95\xee\x41\xf4\x1e\x88\xab\x85\x2a\x62\x48\xda\x94\xba\x04\x6e\xa5\x99\xa5\xcd\x09\x2e\x0a\x58\x43\x9f\x46\x94\xb5\xa0\xb6\x45\x08\x48\x3d\xf5\xdf\xd8\xfe\xb7\x93\xd8\xef\xfa\xb7\x3f\x8e\x6f\x06\xb7\x57\xf7\x37\x67\x25\xb1\xfd\xec\xe2\xfe\xf6\x6e\x70\x53\xfb\xac\xc8\xa7\xfd\xeb\xfd\xe0\xbe\xe1\x91\x6b\xe0\xa2\xff\x7e\x50\xaa\x06\xff\xd7\xfb\xfe\xc5\xf0\xee\x97\xf1\xd5\x87\xf1\xed\xe0\xe6\xa7\xe1\xd9\x60\x7c\x7b\x3d\x38\x1b\x7e\x18\x9e\xf5\xf5\x97\xe1\xbb\xd7\x17\xf7\x1f\x87\x97\x63\x17\x1a\x1d\x3e\xfa\xf9\xea\xe6\xc7\x0f\x17\x57\x3f\x8f\x83\x2e\xaf\x2e\x3f\x0c\x3f\xd6\xcd\xa2\x7f\x7b\x3b\xfc\x78\xf9\x69\x70\xb9\xba\xea\x7c\xfd\x6a\x34\x96\x80\x0e\x2e\xb2\xc0\x68\x14\x88\x49\x93\x85\x25\x6d\xfa\x4f\xf0\x5d\x5c\x1b\x7a\x3c\xea\xb9\xbf\x4c\x8d\xf8\x23\xcd\x02\x9d\x5f\xac\xe0\x1e\x23\xe6\x9d\xab\xfe\x52\x55\x78\x26\x5d\x7a\x74\x69\xb4\xa7\xa8\x0f\x67\x05\x14\x86\x52\xa7\x90\x7d\xe1\x47\xea\xdc\xf1\x40\x87\x09\x4d\x29\x78\xe6\xd1\x11\xaa\x6e\x78\xb9\x41\x3b\x27\x18\x82\xf5\xdb\xc5\xab\x4e\x83\xac\x66\x5e\x03\xa5\x9c\x22\xc7\xa1\x89\x31\x27\x18\x7c\x5c\x53\x63\xbd\x9a\x26\x02\x10\xb1\xa8\x80\x43\xa9\xb6\x58\x22\xb0\x72\xcb\x73\x82\x7e\xfc\x4b\x31\x28\xf0\x60\x58\xcd\x3b\x5f\x2a\xa6\x68\x1f\x88\xdc\xac\xea\x3a\xf2\x2c\xf5\xe4\x8e\xb9\x35\x2d\xc3\xb9\xb5\x25\xe8\xc1\xdd\x94\xb3\x00\x12\xad\xe4\x7b\xd2\xc7\xdb\xcc\xa8\x42\xe3\xa7\xe8\x16\xe0\x58\x64\xa1\xba\xeb\x5d\xcc\x92\x7c\x46\x19\xa2\x69\x96\x00\x8f\x31\xfa\xfc\x84\xcc\xf1\x23\xe5\xae\x72\x89\x29\xf0\x02\xeb\x68\x45\x2b\x74\x84\x1a\x0f\xca\x29\xea\xc7\xb1\x2c\x33\xb8\x12\xe5\x38\x96\x79\x54\x1e\x76\x88\x62\xc6\x62\xcf\x36\x2b\x74\x54\x1c\x39\x58\xb1\xfd\x03\xce\x2c\xb3\xc3\xf2\xdd\xbb\xc3\xf5\xaf\x57\x70\xec\x48\x79\xbc\x95\x30\x70\x87\xe5\x83\x63\xcd\xeb\x04\x02\x07\xfd\xb3\x5b\x8f\x16\x03\xa8\x6d\xa7\x7e\x65\xc7\x70\xd0\xb6\xeb\xb3\x11\xb9\x7a\x4d\x97\x6e\xc6\x49\xa5\x6a\x5b\xeb\xfe\x4a\x55\xdf\x6a\x3b\xdb\xab\xb7\xa7\x5e\x1a\x83\x23\x39\xf6\xf4\xbf\xc1\x3c\xae\xe1\xd3\x2b\xff\xe5\x4a\x91\x6d\x1c\xac\xdb\xa6\x3e\xa0\xa5\x44\x62\xeb\x07\x5a\x49\x87\x7b\x82\xa0\x6a\x2f\x0c\x42\xcd\x0d\x1a\x81\xbb\x0f\x53\x66\x2b\x31\x11\xef\x8f\x72\xb5\xc7\xf5\x39\xf6\xd5\x01\xf1\x84\x3f\x96\x94\xcb\x94\x48\x89\x1b\x40\x55\x02\x93\xd8\x2e\x8c\xc1\x9f\x50\xfb\x61\x4b\x7a\x72\x67\xf2\x4e\x7f\xb5\xca\xe8\x73\x13\x6a\xc6\x6e\xa2\x5a\x60\x8d\x5d\x34\x30\xba\x32\x39\x81\x9a\xbf\xf4\x8a\x60\x1a\x2e\x82\x18\xa3\x26\xf7\x4f\x4b\xb3\x5a\x75\xc1\x6a\x0b\x6c\x85\x2e\xbc\xcd\x63\x70\x82\xd6\xb7\x46\xed\xb6\x7e\x15\x5c\x5e\x9f\x0d\xa8\xae\xe4\xef\x0c\x8b\x8f\x47\x3c\x4d\x8d\x5c\x50\xb2\xa5\xf6\x10\x36\xa9\x98\x85\x34\x25\xf3\x68\x6e\xbc\x4c\xfa\xca\xe8\x8d\xd8\x53\xb0\x21\xa5\x60\xe5\x7e\xd8\x12\x20\x9e\x7e\xd6\xc7\x8d\x3e\x96\x42\xc0\x41\x64\xa4\x10\x8f\x1c\x10\x82\x71\x08\x16\x95\xc3\xd6\x10\x78\xb0\x5f\x3b\x90\xfa\x16\x65\x22\x2b\xeb\xdb\x54\x2c\xd2\xcf\x2d\xa8\xd1\xb8\x83\xa6\xdc\x76\x08\x41\x99\xc8\xba\x11\xec\xa1\x4a\xe4\x8b\x42\x90\xfb\x94\x52\x93\x81\x9c\x4e\x2c\x8e\x86\x9e\xae\x5b\xed\xdf\xbb\x19\xfd\xde\xf8\x1d\xf2\x06\xe0\x95\xa0\x35\x8f\x42\x8e\x8e\xb4\xcc\xea\x00\x01\x6c\x20\x86\x44\x47\x06\xd9\xf0\x1b\x88\x06\xed\x5f\x0f\xbf\xe9\xa1\x6f\xc2\x8c\xb8\x6f\xb6\x3a\x80\x76\xdc\xb6\x52\x24\x68\x53\xa5\xb4\x88\xf2\xb1\x83\xbd\xaa\x9c\x44\xbb\x67\xf6\x20\xa2\xa6\x73\xa8\xbf\x2c\x7d\x03\xce\x69\xa8\x7c\x68\xfc\xb7\x3e\x28\xdb\xba\x80\x8c\x8c\x4b\x65\xcd\xda\xc5\x23\x36\x59\x54\x9d\x3c\x3d\xef\xe5\x69\x7d\x4a\x77\xae\xe6\xa7\xdb\x5b\x4e\xa1\xde\x73\xb0\xf0\xea\xfb\x60\x4d\x52\x76\xdf\x97\x9c\x29\xb8\x58\x53\x94\x42\x17\x65\x5f\x37\xab\x92\xbd\xcc\x2d\x66\xed\xa6\xac\x93\x7f\xde\x1a\xb9\xb5\x08\x4d\xef\xd7\xad\x88\xcd\x4a\x68\x10\xae\x3b\x2a\x7b\x5e\x2a\xdb\x47\x56\x46\x79\x70\x9b\x5f\xa0\x67\x46\x8e\x0b\x9a\x71\x06\x57\xad\x4c\x78\x06\x5f\x2a\xf9\xb8\xbe\x56\xf2\x86\x3e\xdf\x60\x4d\xd6\x3b\x7d\x6f\x4d\xe0\x80\x71\xbb\x2e\x8f\xb5\x3a\xd4\xbe\xb2\x85\x92\x38\x35\x19\x98\x8a\xa6\xa4\x67\x2a\x73\x15\xc1\x0e\xf6\xbc\x02\xb9\x99\x18\xa5\x39\xa1\xc2\x75\x62\x71\x10\x37\x4a\xd9\xdf\x50\x1a\x6f\xa2\x91\x1d\x22\x4d\x2e\xfb\x9f\x06\xe7\xe3\xc1\xe5\xdd\xf0\xee\x97\x1a\x8c\xcb\xf2\x63\x07\x73\x19\xbc\x70\xfb\xcb\xed\xdd\xe0\xd3\xf8\xe3\xe0\x72\x70\xd3\xbf\x5b\x03\x81\xb9\xaa\xb3\x26\x78\xc5\x5c\xd6\xa9\x6f\x9b\x40\x2c\x3a\x33\x6f\x4d\xef\xcb\x40\x98\x41\x27\x94\x34\x80\x61\x1a\x78\x02\x16\x13\x81\x62\xf2\x48\x12\x9e\x15\x66\xd5\xda\x05\x0b\x50\x32\x6b\xda\x5f\x85\x94\x09\x6d\x56\xd7\xf8\x14\x99\x32\x7f\x41\xa5\x63\xdf\x20\x88\x7c\x58\x10\xf6\x8d\x42\xe4\x73\x96\xd0\x88\xaa\x20\x7d\x91\x0b\xeb\x5e\x31\xee\x43\x88\x4e\x5d\x43\x5c\x7b\x8b\x46\xd9\xbb\xce\x1f\x7a\xd2\x97\xb5\x7d\x7f\xa2\x3c\x6a\xdb\xda\x22\x47\x7b\x50\xec\x1b\x9c\xc6\x4b\xa0\x72\x5b\x8c\xee\x39\xcc\x03\xcb\x39\x3a\x36\x05\xb1\x01\x70\xae\x7e\x90\xeb\x6f\xc3\x55\x71\x32\xa5\x73\xbd\x3a\x50\xa6\x1d\xa5\xbe\x72\xb8\x4b\xa9\xa6\xea\x1e\xd0\x41\x6c\xec\xfa\x86\x01\x0b\x4b\x35\x6d\x98\x89\x39\xc5\x48\x90\x94\x2b\xad\x80\x99\x88\x80\x9e\x16\xaa\x28\x4e\xe8\x3f\x01\x47\x4b\x90\xe3\x20\x82\xc2\xa1\x8f\x15\xee\x03\x8b\x71\x71\x3c\x62\xe7\x83\xeb\x9b\xc1\x99\x66\x48\xc7\xe8\x5e\x02\x44\x56\x69\xea\xe7\x96\xbc\x8d\x38\x16\x46\x32\x50\x26\x15\xc1\x4d\xc1\x60\x44\x08\x2e\xda\xf3\x07\xdf\xdf\x00\xbe\xab\x27\x6f\x78\x56\xb2\x4d\x39\x03\xc0\x65\x63\x41\xec\x20\x67\x60\xef\x39\x59\x37\xf8\xa9\xb4\x22\x21\x44\x08\x48\x22\xe5\x55\x7f\xc6\xd5\x06\x90\xd1\xf6\xf3\x2b\xf5\x79\x0d\xdf\xae\x9a\xe7\x1d\x84\xd8\x49\x55\x20\x96\x1a\x50\x53\x5f\x99\xa7\x32\xcf\x46\x51\x51\xbc\x06\x9c\x48\x85\xf4\x27\x64\x86\x19\x12\x39\x63\x15\x08\xdb\xd0\xd2\xb6\x1c\x34\xb3\xe9\x51\xd5\x6b\x86\x53\x9e\x33\x53\x5a\x56\x8f\xaa\x66\x30\x32\x23\x4c\xad\x19\xcc\x6b\x81\xc5\x54\x86\x7a\xb8\x78\x31\x35\x03\x6d\x82\x8c\xa9\xf3\x27\x41\xd5\xed\xcd\xae\x65\x17\x94\x57\x72\x2a\xe9\x43\xe5\xef\xe7\x7a\x2d\x1b\xcb\x87\x9d\xbb\xbb\xc3\xf2\x61\x7d\x57\x31\x89\x1e\x36\xbd\x6c\xaa\x99\x99\x89\x2d\x5a\xbe\x64\xec\x5b\xe8\xa7\xb6\x7c\x0c\xd4\xaa\x8f\x1e\xd0\x0f\x77\x9f\x2e\xd0\x94\x6a\xb9\x57\x5f\x2b\x97\x58\xcb\xd8\xf7\x22\x71\x76\x61\x6b\x5b\xcd\x45\xe2\xef\x5e\xd8\x78\x27\x4a\x05\x52\x82\xbe\xd1\xf0\x8c\x38\x63\xaf\xb0\x88\x80\x95\xf2\x31\x02\xb3\x98\xa7\x66\x1e\x27\x32\x9f\x4e\xe9\xe7\x63\x85\xc5\x77\x0d\xeb\x61\xa2\x2a\xc6\x7f\xe7\x93\xb1\x1e\xd1\x8e\x17\x71\x5d\x73\xc8\xd6\xd2\xf6\xcb\x66\x67\x76\x6e\xde\xfd\xbf\x7c\x02\xd9\xee\x90\xb0\xef\xbc\x73\x36\x52\xc1\xbe\xe2\x28\xa9\x28\x2e\x5d\x02\x62\x89\xb8\x10\xc4\x26\xc9\x9b\xfa\xa7\x19\x16\x8a\x82\xb5\xd6\x01\xb9\x94\x10\xfc\x8b\x2d\x0a\xab\xbd\xcf\x71\x81\x96\x3d\x21\x04\x1c\x3c\x19\x4d\x36\x53\x7a\xcf\x4a\xbe\xc9\xca\x09\xb4\x91\xa7\x16\xdb\x13\x0c\x32\x6b\x45\xac\xc1\x23\x61\x6a\x2f\xfa\x09\x34\x51\x93\xb6\xdf\xce\xcb\x60\xca\x90\x0e\xcf\x8b\xcb\xcd\x85\xf4\x86\x51\x4d\x4a\x60\xb8\xe7\x6d\xa2\x94\x75\xa9\x37\x39\xfa\x1f\x5b\xfb\x8e\xe1\xd5\xe5\x75\x59\x13\x1a\x6f\x57\xbb\xa8\xf2\x5e\x84\xb5\xba\xf2\x03\x5b\x82\x0d\x49\x62\xac\x18\x01\xc8\x85\x55\x4e\xab\x7b\x6e\xfa\xd4\xb4\x55\xe9\x72\xed\x96\x6f\x81\xac\x53\x6a\xe6\x23\x81\x94\xce\x7d\x04\xa2\x6f\x92\xbb\x0f\x03\xb9\x17\x09\x84\x50\xaf\xb4\x62\x99\x52\xe8\x9a\xf3\x79\xc9\x0e\xb7\x90\xd1\xcd\x60\xb4\xd0\x48\x32\x41\x22\x7d\x95\x9d\xa2\xeb\x84\x68\xc9\x2b\xd7\xd2\x57\x9e\x24\x0e\x85\x6c\xb5\x74\xb8\x11\x72\xde\xb3\xcf\x2b\xd0\x3d\x56\x4c\xcc\xa1\xf0\xad\x9e\x59\xb0\x06\xfb\x47\x5c\x08\xd6\x17\x4c\xc8\x60\x48\x2c\x6b\x91\xc0\xe1\x17\x26\x6e\x16\x4c\x49\xb8\x74\x91\xd1\x7f\x6a\xf6\x2b\x88\x9c\xf3\xc6\x24\xc7\x70\xb6\xcf\x33\x07\xb7\x94\xcf\x38\x09\x77\x1f\x36\xc5\x55\xb7\x90\x6b\x2a\x77\x60\x49\xc4\x59\x35\x45\x5f\xa1\xc2\x47\x7f\x58\x4c\x58\x7b\xb7\xda\xa1\xc1\x2d\x59\x98\xda\x42\x7c\xb6\xc2\x75\x51\x28\x33\x0b\xe3\x7b\xf5\x9f\x17\x06\xe4\x22\x25\x80\x2a\x59\x54\xc6\x43\xfa\xae\x6d\xda\x62\x3d\xcf\x71\x2e\x36\x82\xa4\x28\x90\xd5\x37\xe1\xdc\x36\x19\xa5\x18\x96\x5e\x84\x7a\x76\x69\x0b\x5e\x80\x18\x6d\x43\x8d\x64\x09\xad\xce\x92\x8d\x59\xc6\x5a\x15\xaf\x99\x29\xef\xea\x56\x03\x29\xb9\x10\x65\x9e\xcb\xbb\x56\xa2\xc0\xd2\x04\x3a\xfc\xb3\xcd\xf1\xcf\x6c\xf5\x13\x4f\x7b\x80\x56\xa8\x04\x24\xfe\x17\x0e\xb4\xaa\xe0\x60\x8d\xde\xeb\x32\x9f\x4a\xbb\xd3\x2a\xcd\xa9\xf4\x85\xe6\x25\xe7\x3b\x7a\xe0\xf4\x64\x16\x63\x48\x1c\xdd\x25\x0a\xa7\x34\x7f\xe3\x3d\x80\x36\x49\x8c\x0c\x7a\x81\x41\x67\xb6\x6b\xe7\x3d\x27\x19\x16\x84\xa9\x11\xbb\xd1\xa3\x30\x5f\x14\x91\x18\x2e\x0e\xc7\x21\xe6\x43\x5d\xdd\x29\xc2\xf6\x2b\x58\xf4\xa6\x40\x38\x39\x36\x2f\x81\x6a\xfa\x8c\x49\xf6\xef\xcd\x3b\x06\xf3\xc0\x62\xfe\xe8\xa9\xd2\x69\xa1\xc6\x6b\x01\x32\x9a\x53\x80\x1c\x88\x89\xb4\x17\x12\x55\x16\x53\xc2\x8b\xdf\x39\x71\x18\xd1\xf0\x99\xe7\x5f\x75\x0c\xdb\x19\x0a\x98\x33\xd0\xc9\x11\x0b\xfa\x58\x01\x29\x6a\x94\xf5\x2d\x55\x09\xd8\x67\x1a\x7b\xc7\x17\xfc\xd3\xec\x10\x17\x74\x46\x59\x50\xd8\xc9\x4e\x2f\xc5\x19\x98\x77\xcd\x19\xe4\x53\x7f\xa7\xdd\xd9\x2c\x83\x63\x18\xf1\xff\xfc\xf7\xdf\x8e\x69\x93\xf7\x43\x8e\xed\x0a\x1c\xc2\x4e\x6e\xb6\x2d\xe1\xce\x07\x28\x22\x0d\xe8\x14\x81\x4e\x2b\x4b\x99\x13\xc5\xaf\xf6\x72\xd3\x44\xc3\xd5\xdc\xb8\x7b\xcb\xe4\x0e\xbe\x11\x91\xaf\x38\x1b\xe6\x8a\x79\xdd\xb5\xa4\x12\xb2\x03\xf4\x48\xcc\x49\xf6\x06\x82\xb0\x68\xfa\x92\x99\x66\xc4\x8a\x4f\xa4\xc1\x43\x31\x10\xb4\xe6\x87\x62\x75\x5a\x2e\xcc\x2a\xde\x5f\x44\x4a\x14\xee\xf0\x20\x1a\xd9\x95\xf8\x30\x51\xa4\xba\xfd\xca\x4d\x5b\xe1\xdc\x01\x16\xe3\x2e\x51\x9b\x73\x2c\x9f\x2f\x34\xa7\xb6\x34\x95\xb1\xa6\x87\xc2\xc3\xba\x20\x1d\x33\x48\x93\xed\xa9\x37\x24\x97\x44\x18\x4e\xe7\xe1\xb0\x2c\x25\x84\x48\x93\x10\xa3\xb9\xc6\xd7\x48\x52\x4c\x37\xca\x27\xd0\xef\xd7\xe3\x60\x96\x9c\x0d\x78\x46\xc4\x38\xce\xd5\xd2\xb1\x58\x15\xe3\xaf\x3f\x3a\xcf\xd5\x62\x7d\xfb\x32\xc1\xcb\xa5\x79\x56\x61\x8f\xea\xf7\x1b\x9a\x5d\x2f\x31\x07\x21\x3e\x65\xa9\xb9\x01\xd9\x93\x54\x90\x3d\x6d\xcc\x69\xc9\x44\x02\x37\x30\x53\x00\xa9\x57\x68\x52\xf6\x8a\x36\xf8\xe3\x30\x72\x34\xc9\x0b\x93\x92\xaf\xe8\x10\x1f\x8f\xd8\x07\x53\x12\x05\xb4\x3c\x33\x80\x08\x12\x7e\xc8\xe7\x8c\x4b\x52\xca\x40\xab\xa9\xd2\x60\x33\x48\xed\x30\xea\x85\xf5\xe2\xa3\xdd\x65\xf5\x57\xc7\x68\x5d\xde\xf0\xe5\x29\xd7\x53\xe0\x4e\xe2\x60\x44\x33\xaa\x69\x67\x5c\x7b\xd2\x9e\xaf\x52\x70\x11\xd3\x05\x38\x58\x2a\x59\xf4\x90\x9f\x5e\x85\x20\x12\xf2\x48\xc0\x9c\x0e\x63\x0c\x6b\x71\x94\xed\x7a\x0d\xec\x64\xdd\x01\x2a\xd2\x3f\x81\x2d\xa0\xb8\x3a\x82\x72\x92\x5c\x1d\x2d\x96\xd3\x7f\x76\xce\x54\xab\x0b\x4c\xd9\x40\x3c\xef\x87\x35\x49\x16\x44\x21\xf2\x59\x11\x5b\xb5\xf4\xce\xe5\x12\x2e\xa7\x1f\xa0\xfa\x74\xa8\x66\xd9\xf1\xd9\xeb\x47\xf7\x5d\x06\xb9\x4b\x96\x8c\xdd\x95\x6f\x93\x07\xe7\x98\xc5\x36\x23\xd6\x2a\x19\x5a\xd8\x82\xd9\x19\xa3\x9b\xcf\x15\xb0\x79\x9d\x01\x98\xbb\x69\xd3\xa0\xce\xc3\x45\xe6\x14\x46\xad\xb2\x40\x78\x05\x17\x5a\x72\xcf\x99\xa2\x89\x26\x0e\x3b\x06\x89\xa6\x10\x19\x67\x81\x0a\x21\xb2\xbd\x09\x0b\x8f\x4a\x49\xd9\x6c\x6c\x57\xd2\x25\x77\xb6\xbb\x18\xca\x34\xf5\xc9\x34\x65\x7e\x7c\xef\x1a\x5a\x6d\x54\x37\x64\x0d\x38\x65\x2e\xad\x14\x34\x0e\xc6\xdd\x64\x2c\xc0\x9c\xcb\x46\x1d\xd3\xd8\x2c\x05\x35\xc5\xb1\x61\xa2\x9b\xd8\xdd\x41\xa6\x5b\xc6\x71\x28\xae\x10\x69\x53\x45\x4d\x02\x18\x44\xea\xab\x86\x5c\x58\xd9\x98\x03\x3b\x64\x5e\x44\xb3\xa5\xb9\x7c\xa6\x7f\x25\x9d\x16\xbb\xee\x6c\x3a\x02\x4e\x92\x09\x8e\x1e\xbc\x16\xe6\x6d\x11\x5c\xb8\xd2\x06\x5a\xae\x84\xda\x6d\x86\xb8\xf4\x40\x23\x90\x6e\x42\x6f\xa1\x41\xf2\xb1\xc3\x2e\x3a\x37\xab\x66\x21\xd2\x0c\x74\x93\x19\xbd\xc9\x6d\x88\x49\x96\xf0\x45\xda\x70\x9f\x55\x53\x08\x77\x89\xd4\x69\xca\x60\xdc\xeb\x55\x56\x61\x7a\x1b\x5f\x66\x4b\xf9\x48\x7b\xc0\x95\xda\x80\x4b\x7e\x4c\xf8\x04\x4c\xaa\xd6\xfc\xe0\x72\x6c\x82\x54\x8f\xea\x79\xde\x34\xf3\xa7\x7a\x22\xa9\xcc\x12\xad\xcc\x34\xf7\x60\x72\x4e\x9e\x77\xdf\x0c\x46\xc1\x7a\xeb\x60\xfb\x68\xed\xda\xcf\x9f\x03\xc1\xf8\xc2\x49\x02\xe6\x5d\xc3\xbf\x2a\x56\x36\x93\xec\x77\x6c\x9c\xd4\x8a\x8f\x98\xc2\x33\xb7\xb9\x56\xb8\xe4\x4f\x8c\x08\x39\xa7\x59\xa9\xa6\xe3\xce\xe1\xe1\x96\xa2\xed\x7f\x4c\x30\xf4\x06\xbc\x93\x67\x47\x06\xa1\x44\xd3\x87\xcc\x70\x54\x58\x45\xa3\x04\x4b\x49\xa7\x8b\x00\x58\xc4\x47\xda\x42\xfa\x56\xd9\x8c\x10\x94\x51\xab\x63\x34\x66\x7c\xfb\xc9\xac\xdf\x3d\xab\xf0\xbe\x7c\xfc\x68\x1c\x22\xb8\xe9\xfb\x64\x19\x45\xc6\xdd\xd4\x16\x4d\xa6\x11\x89\xd6\x40\x08\x6c\x97\x09\xbf\x12\xfc\xa7\xd9\x8c\x50\x08\x93\x76\xd8\x56\x91\xf1\x80\x1f\x21\x18\x8e\x2a\xa5\x52\xc2\xe6\x6b\xc5\xc9\xd9\x85\x35\x71\x7a\xb0\x10\xc0\x54\x28\x3e\xee\x21\xb9\x13\xc8\x56\x1b\xba\x38\x27\x09\xd9\x4b\xc4\xf5\x16\x44\x52\x0d\x67\x08\xc8\x63\x25\x69\x14\x65\x06\xd6\x1b\x17\xb6\x08\x04\x6f\x80\xea\xa9\x1f\xfa\xcf\x66\xa0\x36\x16\xbc\x6e\x17\xc1\x30\x08\xab\xdc\x56\x77\xa9\xc3\xfc\x33\x2d\x58\x92\x2b\xba\x29\xd1\x55\xd1\xa9\x97\x57\x0e\x91\xd4\x5e\x39\x64\x7a\x69\x5c\x1f\x49\x9b\xf0\x8e\xb5\x07\x60\x2b\x0e\xb4\xcc\xa7\xdb\xd1\x85\x75\xa0\x2a\x8e\x66\x04\x30\x59\x28\x8b\xe9\x23\x8d\x73\x9c\xbc\x29\x9a\xd8\x5b\xc2\xc7\x9e\x56\xbf\xfe\x90\x6f\x76\x6a\x6f\x89\x92\xee\x4a\x58\x82\x51\xb4\x9b\x73\x80\x5b\x70\x18\xc7\xd2\x08\xae\x5f\xbc\xdc\xb2\x33\x48\x82\x1d\x99\x85\x0a\xf8\x8a\x04\x2a\x33\xc7\xd8\x7e\xe1\x61\x01\x4a\x80\x58\xb8\x04\x22\x68\xd6\xe8\xf5\xb9\x5e\x95\xb4\xbf\x74\xd1\x6b\x73\x1a\xaf\x8e\xaa\xa0\xee\x4e\x1e\xdc\x4c\x1e\x74\x20\x9b\x07\x78\xf9\x37\x1d\x83\xc3\xbc\x7f\x0e\x40\x38\x5c\xba\x12\xf7\x27\x22\xbe\x21\x32\x39\x08\x49\x71\x69\x2b\x5e\x4a\x5e\x3c\x72\x28\x47\x05\x66\xd0\xe1\x6e\xd1\x61\x9c\xe4\x1b\xeb\x06\x7a\xbe\x0b\x76\x3d\xbd\xec\x85\x3e\x00\xf0\x13\x43\x5e\x74\x6e\x2b\x88\xc0\xe1\x0d\x62\xe9\x96\x7c\x0f\x6b\xa2\x14\xed\xf0\x5a\xc5\x27\x2e\x2d\xe7\x73\x6c\xaf\x4d\x82\x6b\xbd\xb9\xcf\x49\x6a\x9b\x8e\x65\x1f\x3a\xca\x33\x7b\x71\x2c\x35\x06\x1f\x74\xc1\xc2\xed\x6e\xd1\x1a\x68\x1d\xb7\x65\xfb\x3c\x64\x75\x65\xdf\x76\x4f\xe3\x77\x39\x7e\xe3\x4c\x90\x29\xfd\xbc\x95\x28\x7e\x0d\x9f\x5a\xf5\x52\x2f\x73\xa5\x90\x1c\xb8\x67\xa0\xf0\x5c\x10\xd0\x68\x57\xda\x16\x9b\x1a\xb1\x22\x33\xd2\xa6\x45\x3e\x90\x05\xe2\xa2\xf4\xd3\xb6\x20\x90\xfb\x2f\x7a\x67\xf6\x75\xae\x54\x26\x4f\x4f\x4e\x66\x54\xcd\xf3\xc9\x71\xc4\x53\x13\x87\xcf\xc5\xcc\xfc\x71\x42\xa5\xcc\x89\x3c\xf9\xe3\x1f\xfe\x50\x6c\xf1\x04\x47\x0f\x33\x03\xab\xb3\xec\x77\x2a\x6f\x39\xc1\x72\xb7\xc8\x1e\x97\xc2\xf6\xcc\xa9\xcc\x41\x37\x2e\x79\x54\x7f\x23\x15\x4e\xb3\x30\x14\xd4\x94\x8d\x93\x0a\x17\xc5\x2a\x20\x2f\x51\x4f\x13\xcd\x71\x96\x11\xd6\x6c\x76\x30\x89\xa6\x3b\xb0\x1e\x97\xaa\x6a\x47\x48\x3e\x67\x09\x66\x65\xf8\x05\xa8\xbc\x24\x48\x44\x98\xb2\xd0\x00\x45\xb9\x6b\xa0\x46\x03\x01\x64\xf8\xff\x66\xa9\x88\x30\x47\x2a\x8b\x92\x6a\x6e\x38\xb6\xbc\xa9\x2b\x7a\x89\x83\xa5\xab\x96\x94\x2d\xd6\x8e\xb8\x55\x5b\x95\xa4\x78\xbb\x5c\xfe\x7c\xf3\x92\x36\x82\xb3\x31\xf9\xac\x99\x9c\xdc\x16\xb0\xeb\x5e\x12\x89\xfa\x3f\xdf\x22\xb9\x60\x0a\x7f\x3e\x45\x9f\x28\x03\x01\xf6\x07\x9e\x0b\x89\xce\xf1\xe2\x88\x4f\x8f\x52\xce\xd4\x1c\x7d\x82\xff\xb5\x3f\x3d\x11\xf2\x80\x7e\x21\x58\x58\xfe\x60\x4b\xd2\xf9\x1a\xec\x9a\x84\x44\xce\x24\x22\x8f\xfa\x84\xfe\xe1\x3f\x51\x6a\x5a\x3e\x45\xdf\x9f\xfc\xe1\x3f\xd1\xef\xe0\xff\xff\x5f\xf4\xbb\x06\x4d\x7f\x33\xc8\x2f\xa8\x5c\x7c\x53\x76\xe7\xf6\x2a\x2b\xb5\x45\xc5\xf9\x33\xc1\x8b\x9d\xaa\x6d\xf9\x81\x46\x0f\x7c\x3a\x1d\x6b\xc2\x30\x89\x7c\x63\x2c\x96\xe0\xa2\xb7\xc4\x4f\xa5\xb6\xf6\xb4\xa9\x64\x57\xd4\x90\xb1\x9d\x1a\xc4\x07\xc7\xae\x65\x5e\x54\xde\x85\x20\xa2\x52\x35\x63\x2a\xe1\x2b\x12\x6b\xae\xba\xc9\xe9\x70\xd6\x3d\x97\xfc\xed\x2c\x38\x21\x42\x4a\x58\x4f\xdd\x07\xfe\x85\x51\xac\x26\xd0\xc7\x2e\x64\xed\x71\x58\x0a\xaf\xfd\x62\x62\x26\x61\x6a\xaf\x15\x2f\x29\x97\x3a\x5f\x1f\x2a\x79\xcb\xc5\x4e\xfa\xd6\x03\x69\x4c\x65\x58\x53\x2f\xc9\xd5\xf0\x0d\x2b\xfb\x43\x86\x38\x17\x1e\xc7\xd8\xd8\x45\x6c\x55\xc5\xf5\x56\x4c\x2a\x4c\x70\x59\xbb\x43\xaf\xa7\x7e\xee\x3f\x59\x37\x4c\x88\x34\x73\x6f\x17\xf5\xe2\x60\xb4\x5a\x44\xd2\x2c\xb1\x66\xc4\x35\x60\x87\xeb\x36\xf4\xd6\xe3\x5b\x40\xe3\x10\xf6\x08\xf9\x1b\xcc\x49\xb6\x16\x40\xa0\x7e\x3f\x73\x11\x91\x33\xbe\x5b\xd8\x6b\x42\xd9\x52\xbc\x7c\xfb\x52\x44\x7e\xf5\x2e\x6c\xd1\x29\x87\x07\xcc\xe3\x42\x59\x30\x6e\x01\x5b\x85\x22\x00\x22\x2d\xcf\x06\x00\xed\xf6\x81\x75\xb9\x54\x1b\x61\x07\xae\x6d\x0c\xc7\x05\xc3\x73\xa5\x35\x2a\x15\x35\x04\xd6\xbc\x70\x45\xec\x1a\x04\x15\xed\x3c\x8e\xa0\x4a\x4c\x11\xa9\x54\xa9\xc6\x8e\x4d\xa9\x14\xb1\x25\x56\xa9\x29\xd8\xd4\x43\x02\x43\x50\xa6\x9a\xeb\xf6\x24\x11\x47\x53\x1c\x51\x36\xeb\x05\x30\x95\x00\x19\x11\x5e\x07\x75\x44\x7a\x87\xe5\xc3\x7e\x03\x0d\x77\x2e\x60\x49\xe3\xa2\x88\x9a\x05\x96\x31\x8e\x0d\xba\x84\xd1\xa7\xb0\x7c\x68\x42\x56\x5a\x82\x75\x5b\x31\x3a\xbf\x14\x0e\x0c\x6e\xd5\xf8\x5c\x0a\x3a\x09\xf5\x29\xa8\xd9\xe0\x4a\x2a\x5b\x90\x47\x97\xf1\x87\x3d\x0a\x4b\x15\xdd\x74\xc5\xf8\xe5\x9c\x0b\x35\xde\x12\x17\xb6\x9a\x46\xcf\xc8\x51\x02\x80\x2e\xfc\x91\x88\x47\x4a\x9e\xca\xf0\xaa\x9b\xd0\xa2\x31\x9a\x05\x51\x75\x80\xbf\x99\x66\x1c\x52\x68\xa6\x28\xc5\x6c\x61\x18\xa5\x66\x2e\x58\x3e\x48\x5f\xc8\x15\xc9\x14\x27\x49\x0f\x09\x92\x4b\x53\xe0\x58\x92\x64\x7a\xe4\x4a\x61\xc4\x28\xe1\x33\x1a\xe1\x04\x4d\x12\x1e\x3d\x48\x93\xe1\xc6\x66\x86\x49\x65\x82\x47\x44\xca\x40\xb2\x2a\xb2\xd9\x6d\x8e\x21\x54\x71\x55\x44\xa4\x94\x51\xa9\x68\xe4\x44\xa6\x02\x94\xc2\xd4\x12\x8f\x30\x98\x84\x21\x63\x13\x86\xab\x25\x3d\x62\xc0\x39\x73\x66\x8b\x26\xc1\x75\x6d\x31\xf7\x5c\x90\x78\xd3\x01\xda\x03\x84\xa0\xa3\x90\xb1\x2a\x1f\xc8\x35\x47\xea\xcc\x7e\x06\xc7\x78\x15\x09\xdc\x94\x4f\x94\x27\x48\x7f\xd2\x4a\xb0\x46\x10\x53\xee\x43\xe0\x4b\x92\x8b\x8f\x0c\x3f\x30\x44\x33\x18\x72\x03\x8e\xd9\x3a\x9a\xd6\xab\x08\x22\x0f\xd4\xe9\xaa\x7a\xcd\x29\x8b\x92\x3c\xf6\x95\x1a\xb5\x08\xf0\xa8\x89\xc4\x2d\x8f\x5e\x7b\x2d\x28\xf4\x10\x96\xe8\x89\x24\x89\xfe\xaf\x89\x80\x3f\xf2\x85\x13\x34\x4b\x36\xc5\x2d\xa0\x13\xc7\xa5\x9b\x28\xea\xe0\xd0\x29\xaf\xb1\x9a\x9b\x9c\xff\x94\x2b\x53\x24\xd3\xa0\x53\x3a\xfb\x96\x81\x33\x9c\x24\x7c\x02\x27\x1d\x80\x2b\x5d\x9e\x6b\x90\x56\x97\x47\x11\x21\x31\x89\xd1\xb7\xc1\xc1\xf5\x78\x14\xdf\xd5\xc3\x28\x96\x56\xe4\x00\x40\x2b\xab\x86\xb5\x46\xe8\xca\x72\x9d\xb7\x63\x74\x5d\x01\x66\x09\xeb\xb7\xe3\x2a\x4c\x57\x6f\x69\x0b\x5f\x07\xe8\xb2\x32\x89\xe7\xdb\xa1\x0d\x81\x2e\x4b\x7d\xee\x01\xe8\xb2\x32\xcf\x86\xd8\x7d\x3e\x7b\xd6\x9c\x63\x3d\xa9\x0b\xde\x3e\x11\xcc\x00\x84\x99\xbb\xb3\x44\x82\xee\x40\x2e\xea\x08\xf1\xb0\x40\x3c\x2b\xd5\x10\x5f\x17\xc4\xb3\x32\x98\x43\x06\xf1\xac\x0c\xf5\x70\x41\x3c\x6b\x06\xda\x02\xc4\xd3\x38\xf7\xc7\x9a\xa8\xdb\x31\x05\x48\x6c\x99\xe4\xd3\x5b\x48\xf5\x5e\x39\xc6\x33\x13\x38\x60\xae\x31\x77\x47\x5b\x4c\x6b\x18\xad\xcd\x81\x6c\x0a\x87\xaa\x38\x21\x36\xa5\x3d\xef\x7d\x33\xe0\x0f\x9b\x9a\xdd\x7b\xa1\xb5\x1b\xec\x90\x11\xce\x6c\x4e\x79\x53\xa9\x99\xc3\xc9\x9e\xdd\x0e\x1f\x15\x30\x08\x4b\x2c\xbf\x15\x82\xd8\xa7\x4a\xd5\x86\x39\x7f\xb2\x95\x93\x80\x0c\x0d\x51\x36\x92\x20\x74\x3a\xb6\x4a\x5b\xd3\xca\x51\xa6\xc8\xac\xaa\xd3\x16\x87\x86\x32\xf5\xa7\x3f\xae\xe5\x44\x06\x62\xd1\xa9\x87\x41\xed\x04\xef\xec\xb0\xcf\x48\x8c\xa2\xb9\xd6\x8a\xa4\x56\x5f\xf4\x74\xcc\xcd\x2a\x51\x8a\xa9\x53\xa4\x72\x69\x5c\x4b\x54\x8e\x58\x09\x93\xf4\x18\x7d\x80\x82\xb0\x38\xcd\xb4\xfe\xe5\xe7\x47\x35\x25\x8d\xf2\xef\xbf\xff\x13\x41\xdf\xa3\x94\x60\x56\xd2\x61\x41\x6d\xd2\x57\x1f\x60\xf8\xa9\x39\x19\xb1\xda\xad\x40\x83\xcf\xa6\xc6\x94\x8b\xf7\x1b\xb2\x29\x77\x3a\x31\x14\x3a\xc4\xd1\x1c\xc9\x7c\x62\x2a\xf5\x06\x36\x0c\x27\x48\x5f\xf0\x19\x38\xaa\xe1\x46\x76\x83\x5e\x75\x0a\x9f\x37\x06\xc0\xba\x1b\xdb\xde\xc6\x7d\xb8\x47\x8e\x24\x29\x61\x3b\xd5\x38\xcd\x0c\xe7\x0b\x0f\xbe\x34\xb8\x2f\x3d\xe3\x43\xd0\xfa\x19\xb6\x96\x7d\x2d\x4b\x43\x38\x2f\x78\xc9\xf2\x04\x0b\x7b\xf4\x47\x4c\x2b\x1a\x82\x3c\x52\x9e\xcb\x64\x81\x62\xce\x48\x0f\x28\x21\x8f\xe6\xc6\xb1\xaa\x75\x16\x6c\x0b\x56\x3c\x52\x99\x6b\x85\x16\xda\x72\xf5\x31\xa4\xc2\x06\x93\x6a\x4e\xa1\x1f\xad\x7e\x13\xf8\x2a\xcc\x92\x43\xed\xb4\xa8\x10\x36\xb6\xc2\xf3\x5b\xc2\xc6\x96\xa8\xaa\x83\x8d\xf5\xb0\xb1\xcb\xeb\x72\x88\xb0\xb1\x95\x3d\x6f\x07\x1b\x5b\xb7\xe5\x5b\xc0\xc6\x96\x9a\xf9\x62\x60\x63\x2b\x2b\xfa\xc5\xc0\xc6\x56\xe6\xd5\xc1\xc6\x7e\x79\xb0\xb1\x3b\x02\xa3\xd6\xf3\x62\x83\xaf\xa4\x28\x5b\x6c\x4c\x64\xdf\x48\x34\xbc\xd2\x04\x16\x3d\x94\x83\xda\xfc\x75\xb5\x3b\x18\x6b\x3d\x13\xda\x0c\x8c\xb5\x56\x55\x6f\x66\x75\xbb\x02\x3c\x81\x62\xf0\xc2\x60\xac\xa5\x09\x74\xf1\x95\x9b\xc7\x57\xd6\x12\x9f\xed\x5b\x0f\xcf\x05\x5d\x56\x2f\xe4\x96\x70\xac\xa5\xfd\x69\x15\x89\x09\xa2\xfb\x1e\x28\xf1\x79\xa5\xf9\xbb\xd2\x21\x5f\x2b\xcb\x87\xab\x28\x2d\x30\xb4\x96\xf0\x1c\x5a\x9c\x51\xc2\x43\xff\x7f\x47\xb9\x5b\x44\x06\x57\x96\xd7\xfb\x55\x0c\x2d\xb6\x20\xd5\xd6\x14\xea\xb4\xd2\xfd\x24\xca\xba\xe4\xc9\x0d\x5d\xcc\x6e\x10\xb7\x19\x89\x1a\x6c\xcc\x34\xa5\xfb\x6a\x76\xdd\x45\xe6\xb1\xb0\x40\x21\x5f\xca\x0b\xd5\xd7\x93\x19\x8e\x91\xf1\x2b\xe9\xb0\x00\xd4\x61\xbe\x9c\x51\xa9\x44\x63\x6c\xd3\xd2\x08\x77\x71\x95\x66\x79\xeb\x80\x98\x60\x55\x67\xdb\x7d\x96\x92\x94\x8b\x75\x81\x55\xb5\x5f\xda\x52\x37\xdb\x7c\x4a\xb2\x39\x49\xb5\x24\x33\xde\xb4\x91\xb6\xfb\xed\x93\x86\x6d\xee\x9a\x09\x74\x2c\x11\x41\xe0\x08\xd5\xef\xc6\x06\x91\xb2\xf5\x76\xef\xba\xcd\x16\x33\x73\x43\x87\x90\x03\x53\x5e\x6d\x70\xb3\x2f\x95\xdc\xdd\x40\xdf\xb5\x31\x1d\x3e\xa4\x66\x7d\xd4\xc6\x8a\x78\x8d\x55\xb8\x53\xc5\x57\xb6\x10\xf4\x06\xae\xfc\xb2\x77\x5e\x73\xc2\xb0\x0a\xf0\xe6\x01\x1e\x0d\xa8\xa9\xcb\xcb\x03\x91\x39\x92\x88\xa3\x50\x33\x28\x0d\x66\x79\xbd\x4a\x54\xe2\x34\xca\x1d\x88\x24\x17\x8d\x51\xa6\x6d\x0c\xda\x91\xca\x71\x02\x9a\x44\x58\xbd\xb2\xba\xa9\x93\x45\x4d\xda\x63\x3b\x8f\x09\x65\xea\xcf\xff\xb1\xd1\x6e\x6a\xd5\xca\xae\x1b\x54\xdc\xc2\x51\x44\xa4\xb1\xb1\xdb\x28\x64\x3c\xe1\x8f\x50\x6c\x6b\x97\x5d\xd5\x47\x59\xcf\x5b\x33\x78\x0f\x45\x1c\x17\xa4\x6e\xc4\x85\xb9\xe0\xf9\x6c\xee\x6c\x48\xfa\xcc\xe8\xa9\xd5\xed\xe5\x4f\x4b\x36\xf2\x8d\xf7\xf2\x7d\x4e\x93\xed\x2c\x74\xb7\xa5\x32\x64\x1f\x87\x77\x48\xce\xfd\x69\x9d\x40\xb3\xb5\x1b\xbb\x3c\xe8\xf6\x7d\xda\x6f\xbd\xbf\x06\xba\xe9\x39\xf8\xcd\x29\x4f\x12\xf0\x34\x48\x92\x3e\x12\x51\xdf\x3d\x4c\xf8\x8e\x6e\x86\x9c\xe7\x07\x00\x5f\x17\x89\x11\xad\xe4\xaf\x6b\x23\x1a\x4a\xe4\x46\x5f\x0d\x5a\x30\xa1\x6a\x9c\x11\x56\x67\x63\xfb\x79\xb9\x02\xcc\x1b\x0b\x18\x74\xd1\x63\x7b\x0b\x1a\x74\x4b\xf2\xc2\x81\x83\x6b\xe6\x71\xa8\xc1\x83\x15\x66\xe7\x63\xf9\x8a\x6b\xc6\x05\x0e\x19\xc5\xa7\xaf\x97\x78\xc4\xfa\xa5\x7c\x0a\x57\x29\x7b\xb2\x28\x02\xb2\x8d\x0e\x11\x32\x33\xa8\xb3\x61\x0d\x2b\xe0\x46\xd3\x7f\x81\xa6\x63\xc0\x6b\x4d\x48\xa1\x0b\x1b\x84\x68\x72\x12\x1f\xe1\x68\x11\x25\x34\x0a\x74\xe6\x99\xc0\xd9\xbc\x8e\xe3\xb9\x9d\xef\x50\x77\x5e\x0b\x75\xa7\xa9\x20\xd5\x26\x71\xdb\x8e\xae\x18\x4e\x49\x87\x06\x54\x87\x06\xd4\xf3\x78\x17\xac\x28\xad\xf5\x8a\x30\x0a\xcb\xe7\xae\x83\x04\x7a\x05\x48\xa0\x6d\x0e\x5f\x81\xf7\x53\x3a\x76\x1d\x4c\xd1\xbb\x56\x30\x45\xfe\x12\x3c\x28\xe4\x99\xe6\xf3\xf8\xca\x88\x26\xcb\x03\x7b\x4d\x58\xa2\x1a\x71\x61\x13\xb9\x69\x15\x2e\xd1\x2a\xba\x68\xb5\x2e\xaf\x8b\x12\xb4\xd9\xca\x6c\x04\x00\x54\x7b\x77\x1d\x08\x1c\x50\xf3\x36\x1c\xc8\xb9\xd9\x67\x56\xcb\x66\xb5\x43\xc3\xcc\x96\x4d\x14\xac\xcd\x92\x5c\x3c\x3d\xbc\xad\x44\x97\xa2\xc8\xda\x76\xc9\x2e\x7d\xe7\x83\x26\x02\xcd\x79\x12\x3b\x10\x0a\xbf\x5a\xbe\x03\x9f\x09\xe0\x17\xc8\x6d\x06\x14\x3b\x07\x6d\xab\x28\x08\xb6\x2a\xa5\xc5\x6f\x22\x0c\x77\x0f\x8c\x66\x1f\x56\x04\xcf\x49\xb6\xb1\x1f\xac\x95\x45\x64\xd9\xfc\xbd\x62\x8c\xa5\x15\x02\xab\x79\xfd\x30\xd7\xda\x7d\xd7\x0c\x6e\x95\xe8\x11\x18\x07\x45\x5d\xa9\x4f\x43\x67\xf0\xf4\x91\x3a\x43\x04\x0e\x7b\x5c\xe9\xa5\x73\xb3\x6b\xe5\xa9\xab\x12\xcb\x16\xc1\x60\x4b\x95\xdb\x76\x07\x07\x4a\xf1\xe7\x71\x86\x05\x4e\x12\x92\x50\x99\x3e\x5b\x30\xf0\x59\xd9\x5d\xab\xcf\xaa\xe0\xc6\x44\xc4\xf2\x74\x62\x48\xd1\x0d\xc4\x16\xfb\x53\x1c\x89\x9c\x85\xd0\x66\x7e\x63\x7c\x31\xc1\x1c\xee\x05\xb0\x2a\x45\x73\xa8\xda\x3a\xc5\x54\x30\x22\x1b\x6b\x64\x92\x28\x17\x54\x2d\xc6\xb6\xe4\x68\xfb\x03\x77\x6b\xbf\x3c\xb3\x1f\xae\xf6\x70\xbb\xac\x7e\xd7\x9f\x2f\x71\x9a\x11\x01\x65\x82\x5c\xc1\x9b\xa0\xac\xaa\x45\x6d\x20\xbe\xd6\x10\x84\x3f\x2f\x5d\xdb\x4d\x81\xc3\xf8\x69\x1c\x64\x54\x8d\xa3\x2a\x71\xac\x3b\xac\x75\xb8\x53\xab\x26\xf9\xcc\xc8\x4b\x0d\x5e\xe4\x67\xa8\x32\x62\xd3\x26\x4c\xd3\x7a\xc0\x81\x2b\x18\xec\x95\xc5\xc6\x04\x29\xef\x56\xa9\x6a\x18\xa7\xc5\xfa\xa9\x0b\x3e\x5a\x31\xd8\x7e\xf0\x55\x8b\x11\x07\x9d\xec\x69\xd8\xfa\xa0\x0b\x91\x67\x8a\x4e\x96\xa1\x6d\xd4\xfe\x4a\x88\xf6\x13\x48\xb3\x76\x6e\x86\x52\xb7\xa6\xae\x68\x89\x13\xdb\xd9\x69\xf9\xdf\xe2\x88\x39\x84\x20\x83\xb0\x14\xe6\xf1\x5d\xa5\x54\x29\x97\x28\x60\x0c\xd0\x9a\x3a\xcb\xb6\xd9\x6f\x5c\xb8\x07\x86\x4a\xaf\xc6\x44\x74\x3c\x62\x7d\x89\x9e\x08\x62\xc4\x42\x48\xd4\xd4\x70\xf5\x56\x6d\xa8\xfd\x34\x21\xba\x27\x1f\x9b\xa2\x85\x07\xaa\xa4\x2f\x3f\x66\xfa\x98\xe2\x44\x92\x9e\x6e\x18\xaa\x96\x2a\x0e\xc1\x9f\x18\x3d\x09\x9c\x65\x44\x8c\x98\xcd\xe2\x00\x87\x0b\xe7\x89\x69\xbf\x29\xc4\xd5\xae\x01\x19\x47\x38\x9a\xbf\xd0\x1e\x61\x48\xc6\x89\xe6\x24\x76\xf9\xc2\xe5\xed\x71\xf3\x36\x06\xeb\x0d\x36\x6b\x38\x75\xe5\xb3\x7a\xb6\x93\x24\xd2\x1c\xc5\x97\x99\xce\x88\xd0\xa3\xd6\x34\xfc\x48\x18\xa2\x53\x37\x0e\x1b\xbb\x83\x9e\xc0\x33\xa5\x49\xff\x11\xd3\xc4\x24\xe0\xbb\xae\x9d\x10\x68\xcc\xef\x23\x66\xdc\xdd\x2c\x2a\x65\xa8\x52\x46\xe5\x5c\x73\xea\x1c\x7c\x92\xa0\x66\x34\x25\xce\xb0\xc7\x4d\x4e\xf3\x40\xbf\xbe\x9a\x83\x3e\x52\xc1\x59\x0a\x49\x32\x16\x97\xc9\x2d\x9f\x24\xca\x1f\x8f\xda\x14\xc7\xb5\x12\x71\x1c\xcb\xb2\xf1\xd3\xa8\x95\xf4\x9f\x25\xb3\xcb\x51\x29\x2b\x30\x0a\x60\x85\x20\x88\xd3\x55\x16\x5b\x25\xff\x76\xa9\x0d\xcb\xa9\x0d\xf5\x6b\x73\x88\xe9\x0d\xfe\x10\x6f\x9a\xe2\xd0\xb4\xfd\xfb\x90\x6c\xf7\x98\xea\xf0\xca\x39\x01\xcf\x93\x0e\xf0\xba\xf9\x1b\xcf\x91\xba\xd1\x25\x38\xbc\x62\x82\x43\x6b\x4b\x6d\x39\x36\xbb\xf9\xd8\x6e\x94\x1c\xb0\x06\xcc\xa9\xae\x97\x4f\x44\x09\x1a\xc9\x7d\xf0\x07\x99\xe1\x96\x51\x6d\xa0\x05\x66\x6b\xa4\x26\xfd\x82\x77\x42\x42\x9c\x98\xaf\xf3\x37\x11\x04\x3f\xc4\xfc\x69\xc9\x56\x27\x43\x34\x8d\x4f\x5c\x8b\x3d\x82\x44\x54\x92\x52\x24\x0b\x95\x88\x11\x69\x8d\x9d\x78\xc4\xe6\x94\x08\x2c\xa2\x39\x64\x37\x16\x1b\x63\xb2\x64\x0d\xa0\x91\x89\x65\x08\xbd\x4d\x1b\x6c\x7a\x8b\x75\xaf\x5a\x98\x3c\x3e\x9d\xdd\x73\x3d\x92\xd4\x7c\xe2\x85\x19\x2b\x65\x84\x26\xb9\x56\xdb\xbf\x6b\x20\xbe\x5f\xec\x67\x0d\xc6\xf7\xc1\x44\xc1\x17\x2d\x03\xf2\x0b\x6a\xe8\x82\xf2\x9f\x29\x28\xbf\x66\x89\x37\x0b\xcc\xdf\xca\xe4\xf7\xf2\x31\xc3\xae\xe7\x97\x88\x1b\x5e\x17\xb4\x95\x4f\xc6\xcf\x7e\xf4\x6a\xe7\xdc\xf6\x04\xfe\xec\x89\xc2\x48\xc4\x42\xd3\xd9\x84\xc4\x31\x70\x5a\xc5\x6d\xa5\xe8\x82\x76\x9c\x79\x40\xdf\xbd\x58\x6a\x62\xc7\x09\x67\x33\x49\x63\x03\xb6\x92\x61\xa8\xd8\x1a\x1a\x2f\x00\x5c\x00\xf6\x37\x49\x88\x70\x5e\x09\x81\xbe\x95\x94\x59\x34\x45\xff\x5b\xcc\x89\x64\xdf\x28\x63\x2c\xc0\x6c\x81\x1e\x18\x7f\x4a\x48\x3c\x83\x1d\xaa\x0e\xe6\x08\x51\xd2\x43\x54\xf9\xcf\x04\xa0\x11\xf0\x5c\x8d\xf4\xd8\x21\xd6\xcc\x68\x00\xc4\x7e\x1b\xd4\x44\xf7\xcd\x7c\x77\x8c\xd0\x90\xa1\x29\x8e\x54\x0f\xc9\x7c\x52\xb4\x1f\x73\x53\xe4\x5a\x6b\xdf\xc1\xc4\x8b\x46\xba\x98\xf1\x9a\xce\xeb\xcf\x86\xe3\x0e\x9a\x5c\xfb\x09\xc5\x3b\xc5\xd6\x3d\xe2\x5d\x20\x46\x3f\xe5\xd2\x06\x61\x20\xce\xfc\xd1\xb7\xf0\x4a\x1e\x23\x1a\xf0\x3e\x0d\xde\x32\xe3\x71\xa3\xad\xb3\x32\x95\x4d\xc7\x52\x04\x42\x5a\x41\xc9\x3a\xaa\xa0\x5d\xb3\xdc\x5a\x6a\x92\x4a\x10\x9c\x5a\xe7\x80\xbe\x6a\x40\xac\x31\x61\x90\x7a\xf4\x54\x18\x09\x73\x93\x2d\xbe\xa0\xec\x41\xef\x6e\x81\x8a\x0d\xf5\xe5\xa1\xe7\xba\x4d\xcb\xf4\x8d\x47\xce\x38\x33\x0e\xc2\x9d\xe4\x4e\x3a\x63\x38\xd9\xd0\xc6\xb1\xb4\x72\xcb\x3e\x3d\x27\x67\x59\x71\x41\x4b\x11\xc6\xd8\x87\x4c\x8f\x1b\xd9\x90\x2a\xf3\x0d\xe5\x3d\x8c\x62\x92\x11\x16\x13\x16\x2d\x80\x44\x18\x20\xe7\x08\x86\x13\x84\xe1\x3b\x9c\x1c\xa3\x73\x93\x5f\xe3\x25\x3c\x7b\xad\xc3\x85\x9e\x62\x46\xa7\x5a\x4f\x00\x23\xac\x1d\xe5\x88\x99\x61\x3a\x1f\x48\x50\xb4\xdf\xaf\x58\xdd\xce\xe8\x1b\xe4\x72\x47\x54\x62\x56\xfe\x1e\xad\xbe\x70\xa0\xb7\x55\xbb\xa3\x9b\x73\x35\x08\x64\x3e\x39\x82\x7f\x97\x12\xce\x1c\x50\x4f\x81\x22\x43\x12\x02\xe6\x40\xeb\xf1\x82\x8b\xb1\x09\x58\x6e\x1f\x7e\xbb\x35\x79\x1c\x41\x1f\x25\xa5\x26\xa5\x8c\xa6\x79\x1a\x38\xef\x4c\xc5\x82\xc8\xda\x2f\x4d\x26\x46\xa6\xf5\x80\xc8\x81\x97\x23\x7d\xb9\xb2\x05\x9a\xd1\x47\xc2\x46\x2c\xe3\x94\xa9\x63\x74\xc9\x15\x09\x4a\x44\x18\xe8\x28\x9e\x29\x9a\x1a\xb4\x53\x41\xf4\x39\x30\xa0\xd8\x00\x34\x39\xc7\xaa\x87\xe2\x1c\x8e\x2a\x23\x4a\xb3\x0e\x7d\xe3\x2a\xd8\x19\x88\x8f\x16\x23\x66\x6e\xba\x29\xa6\x49\x2e\x88\x95\x59\xb1\xc9\x8b\x29\x86\x5c\x8c\xcc\x22\xa1\x05\x93\x48\xe9\x6c\xae\xf4\x16\x69\x19\xcf\xfa\x1b\xe7\x9a\x1b\xf1\x11\x9b\x10\x84\x51\xc6\x25\x55\xf4\xd1\xfb\x2f\xe9\x14\x61\x29\xc1\x82\x72\x8c\xce\x4b\xf6\x7f\x2a\x41\xf5\x6e\x8a\xab\xa5\x6c\x6c\x6d\xcf\xcd\xf9\x38\x3b\x6f\x64\xa9\x17\xbb\xca\x78\x22\x79\x92\xab\xd0\x05\x5b\xbf\xb7\x85\x69\xdc\x01\xf7\x83\x81\x98\x4f\x47\xcc\xd1\xb5\x3c\x46\x7d\x89\x24\xd7\xbb\x24\xcd\x56\x46\x82\x2a\x22\xa8\x41\x71\x22\xca\x6c\x82\x3f\xa7\xfe\x0c\xa4\x58\x3c\x68\x11\x2a\xb4\xc0\x1b\x4c\xd1\x92\xb5\x63\x62\x24\x24\x80\xb5\x0a\xb7\x03\x4c\xff\x88\x71\x76\xc4\xc8\x0c\xaf\xdb\x91\x11\x2b\x6d\x09\xfa\x96\x4e\x0b\x85\xb4\xc9\xe7\x18\xac\xdd\x18\x22\x9f\x9a\x76\xc9\x74\xdc\xb4\x49\xd3\x84\xe3\x35\x6e\xe3\x69\x71\xe8\xd1\xdf\xf9\xc4\x8c\x51\xeb\xfd\x5c\x81\x14\xa8\xd5\xab\x29\x17\x64\x8e\x59\xdc\x73\x9b\x55\x1e\x1b\xdc\x8c\xd6\xd4\xe6\x94\x31\x90\x04\x1d\x88\x30\x31\x58\x4c\x98\x05\x7b\x61\x15\x37\xbb\x15\xc5\x3e\x6c\x74\x57\xf8\xd6\xa0\xf6\x89\x31\x40\x18\x96\xb7\xc8\xec\x11\x97\x34\xcd\x92\x22\xa7\x29\xb0\x8d\x4e\xb5\x88\xe5\x78\x24\x7f\x04\xd3\x95\xd3\xda\xe0\x56\xb7\x3b\xa7\xe9\xac\x66\xe4\x9e\x91\xc2\xad\xe1\x6c\x5e\xa6\x0c\x66\xc0\xc2\xbe\x95\x44\xff\x53\x91\x42\xed\x33\xc2\xfa\x88\x39\x11\xe4\x3b\xe0\x32\xb6\xd9\xc0\x78\xa6\x45\x68\x03\xf3\x6a\xd7\x0f\x45\xc6\xc9\x5d\x3a\x27\xf6\x30\xb8\x57\x6b\x2f\x2a\x45\xb5\x98\xfd\x9e\x02\x42\xd5\xf9\x8e\xb0\xf3\x94\xc5\xa4\xb1\x98\x53\x2b\xae\xd1\x74\xb7\x18\x86\x3a\xde\xb6\xfe\xc2\xdd\x9c\x48\x82\xd4\x93\x07\x4a\xd3\x7a\x15\x98\x2c\x05\x49\xc8\x23\x2e\xee\x38\xdf\x97\x65\x97\x11\x96\x0d\xe5\x51\x00\x6d\x4c\x8f\x7f\xfb\xc4\x61\x3f\xbe\x2b\x3d\x94\x47\x9c\xd8\xc4\x0d\xeb\x2b\x97\xcd\x1b\x36\x3c\xdf\x29\x86\xd4\xb6\x52\xb7\x9e\xcd\x22\x86\xeb\xfb\x47\xb2\xa8\x5f\x91\x35\x20\x7e\xab\xb2\xb1\xfd\xb2\x6f\x60\xab\xbe\x2e\xbe\x59\x5e\xe3\xc6\x95\xfb\xb1\x34\xe5\x57\x48\x22\xba\x5e\xaa\x00\x0d\x7f\xca\x7c\x3a\xa5\x9f\x41\xab\x75\x37\x89\xd3\x3c\x22\xc1\xa5\xe6\x62\x20\xab\x20\xb7\x79\xc6\x91\xbc\x4b\x42\x51\xed\x97\x5a\xcb\xda\x98\xa2\x1b\x57\xfb\xaf\x39\x11\x3b\xad\xb7\x27\xd5\x4d\xc2\x11\x83\x53\x52\xaf\x23\xba\x46\x15\x6e\x19\x93\x14\xb6\x7a\x87\x1b\x96\x6e\x3d\xfc\x77\xed\x67\x13\xc3\x7c\x37\x1f\x48\xc8\xb5\x57\xda\xd4\x8a\xf8\x34\x1f\x9b\xec\x8a\xf2\x68\xfe\xd6\xb3\x00\xe3\xd8\x06\x4e\xf9\x54\x5f\xec\x62\x46\x8c\x63\xc4\xd4\x6c\x52\xb6\xd2\x40\xa0\xa9\xdb\xc6\x28\x9b\x8d\x98\x5b\x5b\xd9\x43\x26\x4c\xbc\xc2\x50\x4b\xd8\xee\x38\xf8\xd4\x13\x76\x3b\x93\xaa\xf1\xab\x33\x22\xa5\xbe\x18\xa5\x12\x98\x32\xeb\xc3\x71\xeb\x23\x47\x0c\x1d\x55\xe3\xd4\x7b\x60\x47\xe8\xb9\x6c\xcf\x5e\x31\x40\x39\x62\x57\xc6\x3a\xf3\x47\xf4\xad\xc2\x33\x73\x4b\x00\x7a\x23\x4e\x00\xf7\x11\xb4\x04\xab\x95\x07\xc9\x01\xfe\x44\xd2\xf8\xbb\xd3\x55\x7d\x1a\x1b\xc2\xb7\xd0\x0c\x1c\x72\xbd\x86\xc5\x02\xd1\x69\xf1\x0f\x12\x7f\xb7\xaa\xa5\xe2\xa3\x07\xb2\xe8\x55\x17\xb9\xf9\xde\xb8\xc3\x3b\x45\x68\x3e\xd7\xc5\x01\x83\x6e\xef\xa4\xc4\x13\x92\xfc\x54\x4c\x14\xad\x64\x45\xef\x29\xc3\xbb\xf1\xa0\xda\xe1\xb5\x8b\x40\x9f\x2c\x9a\xea\xb6\xd5\xb0\x9e\xad\x11\x47\xfa\x46\x96\x25\x48\x77\x67\x25\x76\x57\xd5\x0f\x43\xd4\xe3\x9c\x24\x19\x8a\xe9\x14\x5c\x6f\x0a\xe8\xc5\x83\xa7\x9a\x7a\x37\x5a\xa1\x49\x73\x66\x80\x70\x4d\xd4\xc7\x93\x3d\xe9\x96\x65\x14\x8d\x1f\x8f\xd8\x50\x7d\x23\x91\x54\x82\xb3\x99\x56\xa6\xe3\x47\x2a\x8b\x42\x6e\xfa\x40\xe6\x29\x11\xb6\x0b\x2a\x8d\xd4\x6d\x8b\x20\x61\x77\xb1\xe9\xb1\xe9\xab\x0f\x04\x1f\x57\x6c\x50\xff\x68\xf4\x0a\x3d\x4a\xe9\xa2\xa6\x6a\xc2\xde\xed\xe6\x56\x78\xe7\x0b\x9b\x2e\x7f\x0a\xad\x93\x28\x2d\x0c\x99\x8e\x5f\x9e\x54\xcd\x98\x76\xd5\x57\x98\x30\x37\xbe\x10\xda\x5e\x04\xae\x6a\x40\x6e\xd2\x9c\x74\x3f\xce\xb1\x65\x06\xb7\x91\x8a\x55\x99\xa0\x1d\xb5\xd1\x9e\x42\x13\x26\xa1\x60\xff\x90\x0a\x2b\x1a\xd9\x5b\x80\x0b\x6b\xc5\xb5\x7a\x75\xf3\xd6\xee\xaa\x93\xc8\x08\x27\xcb\x3b\xbc\xc2\xa7\x6e\xde\x5f\x6d\xe8\xb4\xc7\xcd\xb4\xbd\x12\xd8\x24\xe2\x49\xb2\x49\x99\xb6\xca\xcc\xcf\x8a\xcf\x57\x8f\xa8\xe8\x47\x6f\x80\xdb\x0b\x38\x35\xc6\x40\x81\x13\xeb\x2e\x92\xca\xee\x52\xf8\x92\xb9\xd4\x16\x56\x7d\x1c\x31\x3e\x85\x42\x7e\x49\x53\xe4\x7a\x26\x78\x4a\x37\xa9\x24\x61\x82\xb9\x6f\x9c\xef\x7f\x8d\x27\xc5\x45\x08\x80\xf9\xcd\x90\x97\xed\x11\x30\x09\xb0\x35\xa9\xad\x38\x43\x29\xce\xb6\x5a\xf0\x75\x91\x2f\x7d\x94\x9a\xb0\x23\xbb\x7a\x80\x29\x4d\xa0\x26\x1e\x2c\xf2\x13\x5e\x14\xf0\x2f\x4d\x35\x02\xd8\x46\xe4\x70\xaf\x5f\x1f\xb2\x29\xdf\xe0\x70\x16\x70\x2d\xf6\xf4\x61\x47\xb3\xc1\xf9\xf3\x91\x18\x66\xf7\xcd\x9a\xb6\x39\x8f\x67\x75\x44\xbd\xf1\xc9\x74\x2b\xf8\x9c\x7e\xd8\x90\x89\x04\xdf\xfc\xb6\xc9\xdd\x5a\x3e\x5a\x41\x8b\x08\x86\xb3\x7a\xa9\x3e\x95\xe8\x70\xef\x6b\x54\x69\x07\x9e\x15\x09\x63\xd7\xf5\xad\xbe\xc0\x9a\xd9\x43\xd2\x6a\xb1\x76\xc4\xa7\xda\xac\xd6\x81\xeb\xd1\x57\x36\xd8\x59\x93\x5b\xb7\x18\xc0\xcd\xa4\xd5\x1a\x8a\xec\x13\x9b\x86\x3f\xa5\x09\x91\xc7\x68\x58\xe3\xc4\x75\x49\xf0\x3e\x68\xdc\xa4\x03\x3a\xe9\x29\x17\x34\x28\x7e\xee\x64\x24\x44\xa1\x08\x5b\x18\xc8\x12\x38\x2d\xc0\x7d\x3a\xe7\x4f\x26\x03\x4f\x50\xcd\xb3\x8c\xb0\xaa\xc0\xa5\xa5\x79\x01\xb5\x1e\x21\xe3\x50\xf3\x1f\x70\x93\x17\xa1\xd5\x1c\xef\x0c\x0b\x2d\x10\xd5\x2d\xdd\x47\x19\xcb\xf6\x18\x03\xae\xd7\x3b\xfd\x45\x1b\xa5\xc0\xbd\xbb\xc3\xe8\xbc\x94\xbf\xb9\x3d\xf2\x03\x7c\xea\x0c\xbb\x18\x4d\x05\x01\x2d\x3b\xf5\xb8\x61\xa6\x70\x00\xe7\x70\xdf\xdd\x9e\xff\x78\x72\x3f\x44\x44\x45\x28\xa1\x0f\x64\xc4\x22\xf9\x08\x4a\xdf\x3f\x72\xa2\xf4\xcf\x0d\x46\x20\x9a\x12\x26\x81\x13\x50\xd5\x52\x5f\x73\x0b\xa3\xff\x7b\x5e\xfe\xbe\x8d\x56\xee\xb1\x2e\x35\xed\xba\x9a\x7e\x40\xa6\x50\xb6\xcc\x2c\x6d\x8d\x5d\xf3\xbd\xf1\xb7\x0e\xea\x2a\x7e\x6f\x91\x12\xcd\xfe\x9e\xb3\x0d\x85\xae\xb3\xe2\xa3\x60\x14\x0d\x32\x5d\x9a\x61\xa8\xe7\xb1\x59\xae\xb5\xf9\xa6\xb6\xf5\x75\x4c\xa4\x80\x9e\x71\xfe\xf3\xa2\x38\x3a\x52\x82\x10\x60\x21\x9e\x9e\xec\x5d\x6f\xd1\xc6\xfc\xc4\x82\x8f\x8e\x47\xec\x93\x8b\xaa\x2b\x7e\x95\x85\xaf\x21\x9d\x04\x65\x4e\xca\xad\x40\xb3\x31\x95\xfe\x07\x28\x5a\x27\xf3\x44\x99\xaa\xbd\x53\xca\x70\xe2\x07\x6a\x9e\xd4\x71\x09\x81\x59\x34\xdf\xd5\x4d\x4e\xa7\x63\x92\x6c\x22\x89\x0e\xa7\x83\x44\x6a\xfa\x8e\x1e\x1a\x4e\xe7\x36\x75\xa9\x8b\xc9\xd8\x6a\xfb\xa6\xb6\x25\x2a\xdc\xec\x38\x31\x55\x73\x09\x82\x38\xac\x6a\x86\xbc\x01\xc1\xd2\xbb\x68\x25\x75\x13\x86\x65\x52\x53\x7d\xda\x19\xf4\x82\xb0\x1a\x31\x91\x33\x28\xa8\xe5\xa3\x32\x31\x2a\x6a\xa2\x44\x2e\x46\xc2\x46\xac\xcc\x34\x9b\x30\x25\x47\xcc\xcb\x5a\x3f\xe3\xb9\x04\x7f\x54\x4a\x94\xbe\xa0\xbe\x85\x5a\xf7\x26\x2c\xba\x87\x32\x41\x53\x70\x29\xcb\xef\x6a\xb6\xee\x0c\x2b\x9c\xf0\xd9\xbe\xad\x4a\x5b\xa6\xd8\xb8\x61\xa0\xe1\xb9\x5e\xfc\x19\x61\x44\xc0\x44\xc1\x96\x5d\x7b\x84\x5b\x58\xb9\x1b\x38\x37\x78\x12\xad\xf3\x57\x7a\x8b\x05\xce\x15\x4f\xb5\x7e\x8b\x93\x64\xd1\x33\x5e\x67\x82\xe6\x58\xce\xdd\x46\x1b\x87\x61\x9b\xbb\xc9\x2e\xee\x19\x8e\xe6\xe4\x56\x61\x95\xd7\x46\x66\x55\x46\xf9\x8e\xb0\x3c\x7d\x77\x8a\xfe\xa7\x98\xe3\x59\xff\xec\x87\xc1\xf8\x7c\x78\xdb\x7f\x7f\x31\x38\x0f\xe6\x63\x9f\x7c\x1a\xde\xde\x2e\xff\xfa\xc3\xf0\x6e\xf9\xc7\xeb\xab\xeb\xfb\x8b\xfe\x5d\x5d\x2b\x17\x57\x57\x3f\xde\x5f\x8f\x3f\xf4\x87\x17\xf7\x37\x83\x9a\x4f\xef\xef\x9a\x1f\xde\xfe\x38\xbc\xbe\x1e\x78\x2b\xfd\xdf\x82\xd3\x05\x1e\x72\x3d\xd1\x86\x69\x54\x0f\xe0\x11\x2a\xbf\x78\x8a\xee\xab\xe5\x9d\x6c\xbe\x95\xc1\xea\x7a\xc2\x52\xf3\x30\x48\xf7\x03\x4b\x6b\xb1\x28\x4d\x9f\x9a\x90\xe4\x68\x4e\x50\xc2\xf9\x43\x9e\x59\xd6\x66\x8c\xea\x8c\x1b\xc3\x0f\x91\x41\x6b\x3f\x0c\xef\x4e\x97\xcb\x4c\xf9\xc6\x02\x54\x50\x6f\x43\x7e\xc2\x06\x21\x00\xd8\x29\xd8\x52\x5c\xf9\xa1\xc2\x43\x1d\xf4\xe0\x77\x66\x55\x3f\xa6\x35\xcc\x54\xa5\x9b\xd8\x44\x4b\x17\x13\x0b\x1a\x2e\xef\xeb\xaa\xd5\xf4\xcb\x61\xea\x6b\xa2\x09\x89\x70\x6e\x02\xb7\xf5\x3d\x25\x04\x17\xe1\x80\x0b\x7a\xd8\x5f\xa3\x96\x8e\x6a\x1b\xac\xec\x99\x9e\xb8\x7c\xa0\x59\x46\xe2\x77\xcb\xf2\x4b\xb9\x02\xbe\x84\xd3\xa7\xfb\x0c\xce\xa4\xd6\xeb\x41\xe7\x77\xc5\xe1\xe6\x0b\x1f\x2d\x04\xc1\xa9\x45\xb8\x2e\x14\xab\xd0\x77\x82\x2f\xde\x45\x21\xfc\x07\x2b\xf4\x44\x00\x36\x26\xb7\xd5\x31\x8d\xee\xad\xcf\x36\x74\x67\xfc\xf6\xae\xd6\x6d\x09\x4e\xa6\x91\x19\xef\x43\xe0\xd6\xdf\x4b\xb2\x99\xb3\x6d\x2d\xf6\xc7\xb9\x69\x14\xb8\xb3\x8b\xeb\x87\x11\xef\xd3\x39\x57\x73\x23\xad\xb9\x2c\x34\xdb\x6e\x33\x1e\x87\x77\x56\x2a\xe2\xd1\x7e\x60\xa5\x42\x0f\x6b\xd7\xea\x8e\xc7\x78\xa1\x89\x03\x82\x13\x64\x9e\x65\x5c\x28\xd4\xd0\x86\x09\x55\x34\xe3\x83\x3b\xc7\xce\xc3\xf3\x38\x68\x44\x4b\x18\xb2\xa6\x5e\x58\x3b\x08\x28\xbb\xae\x81\x8f\x2b\x48\x02\x02\x45\xd0\xd7\x76\x4c\x4b\x2a\x75\x89\x42\xeb\x84\xdf\x5d\xb2\x28\x33\x7d\xc1\xb7\x2d\x35\x5c\xd7\xfb\x95\x6b\xa1\x76\xcb\x13\x32\x55\xe3\x0d\x9d\x52\xd0\x22\x6b\x42\xcd\xa3\xb3\xf9\x1e\x5a\x6c\xaf\x25\xfc\xd1\x06\x2f\x6b\xd5\x20\xb0\x10\x08\xce\x95\x91\x4f\x0b\x1d\x06\xb9\xd5\x04\xf3\x82\xed\xd4\xe6\xbb\x7b\x21\x50\xcb\xfc\x26\xe6\xcb\xa7\x86\x1f\x8f\xd8\x00\x82\x44\x0b\x45\xc4\xa5\xc1\x83\x16\xb0\x56\xfe\x2f\x15\x56\x7f\xd1\x8c\x94\x66\x14\xfb\x82\xee\x4d\x68\x21\x49\x16\xa8\x28\x9e\x5f\xfa\xae\xcd\xe9\x31\x56\x6f\x27\x02\x9a\x09\x9b\xa3\x23\x15\xc9\xac\x65\xde\xcc\xb3\x88\x66\x06\xaf\xb0\xee\xea\x18\xfd\xec\x2c\x3f\x90\xdc\xe3\x93\x5d\x5c\x7c\x6a\x82\x17\x0e\xf8\xba\x6e\x61\xf7\x81\x25\xbd\xef\x74\x9f\xd5\x0b\xec\x41\x2b\x6b\x56\xb9\xa4\x80\x33\x66\x2c\xb2\x1b\x84\x0b\x9d\xf9\x8f\x6e\xc9\xea\xc8\xc7\x0f\x50\x6a\xdc\x46\x8f\x83\xd0\xc1\x92\xc5\xff\x32\x9b\x65\xd0\x36\x5c\x30\x85\x2d\xfd\x6c\x3d\xa8\xfa\xfc\x80\x07\xd0\x80\x71\xa0\x29\x4d\x12\x90\x03\x8e\x51\x9f\x2d\x1c\x58\x85\xbe\x0a\x5d\x10\x29\x9d\x31\xbe\x2e\x8f\xbe\x81\x98\xa2\x80\x98\x6e\x9b\x89\xc9\xc4\x69\x14\x58\x45\xfb\xa1\xa8\x3d\xe0\xd6\x69\xde\x82\x97\xab\x7e\xb4\x47\xab\xdb\x40\x79\x0f\x6f\xf3\x97\xca\x00\x5b\x1a\x6e\xf0\xe1\x6f\xf5\x43\xff\x98\x63\x81\x99\x82\xbc\x26\x2b\xba\x0b\x12\xa4\x57\x93\xcf\x10\x83\xca\x8c\x21\x18\x7e\x0a\x37\xd7\xb9\xfc\x4d\x98\x18\x8d\x7b\x88\x1e\x93\x63\xa8\x40\x2b\xb4\x2c\x31\x29\xde\x9c\x6b\xc9\x61\xc4\x96\xf2\x35\x8e\x51\x3f\x91\xdc\x7e\x41\x58\x94\x70\x09\x21\xb8\x93\x10\x1c\x1c\x28\xdf\xba\x95\x26\x0b\x50\x50\x60\x2b\x8b\xe6\xb9\x7d\x10\x7c\x08\x85\x54\xc1\x27\x9e\xc0\x49\x2f\x7e\xff\x3d\xcf\x8c\xb7\xa2\x29\x4e\xe2\x19\x4b\x56\x2d\x5d\x43\xcf\xb6\x49\xa6\x1c\xf2\xaa\x0d\x82\x37\x60\x63\x8a\x3c\x9a\x00\x65\x0e\x7d\x8b\x15\x4a\x08\x96\x0a\xfd\xe1\xbb\x8d\x62\x43\xdc\x04\x0b\xee\x6a\x8f\x6f\x91\x0c\xef\xd2\x29\x43\xe1\xce\x77\x0c\xf5\x71\xb1\x50\x08\x23\x46\x9e\xc2\xec\x19\x0e\x09\x4f\xae\xe8\x2d\x09\xf0\x3b\x4c\xcc\xbc\x41\x1f\x82\x8c\x54\xa3\x32\x35\xf0\x11\x57\xd2\xc1\xba\x4f\xed\xb0\x6a\x28\xab\xe7\xa3\xcf\x20\xdc\x5c\xbf\x54\x24\x36\xce\xb1\x1a\x31\xcb\x59\x5d\xd8\x48\x90\xca\xde\x4f\x92\x72\x32\x21\x86\x7c\x59\xa6\x27\xac\x47\x1f\x1f\xfb\x05\xba\x04\xf5\xcb\x67\x74\x95\xec\x74\xc5\x61\x31\x39\x07\x1e\xd3\x31\x6c\xbb\x56\xda\xa9\xb3\x2f\xbf\xa0\x10\x5c\xd3\xfd\x05\x9f\xd1\x08\x27\x2d\x84\x61\x52\x37\xe4\x35\x07\x6b\xd9\xa6\xbf\x42\x36\xde\x77\x07\xed\x45\xe5\x7a\xfb\x38\x5c\xb3\x4f\xbc\xc6\xdc\xde\xb0\xb9\x81\x6c\xb1\x8b\x02\xee\x53\x0b\x5f\xca\xe3\x5b\x1a\xfa\x30\x06\x60\x83\xf5\x5c\xb0\x00\x0a\x70\xac\xc3\xe4\x97\xc5\x41\xde\x72\x90\x26\x69\x83\x3d\x0d\xe3\xb3\x6f\x36\x78\x5e\xb3\xb7\x3d\xfd\x5e\x31\x7f\x37\x15\x1f\x04\xb7\x3c\xf1\x66\x61\xaf\x1f\xff\x1d\x47\x90\xcd\x08\x3d\xb9\x3c\xca\x65\xd0\x49\x57\xaa\x03\x83\x31\xbf\x56\x3c\xcc\x04\x8f\x88\x94\xc7\x68\x00\x17\x8d\xfd\x27\xc2\x53\xe7\x90\x08\x5e\x1e\x31\xad\x99\x38\x8c\xba\xa0\xfd\x32\x89\xd7\x9d\x00\x03\x78\xbb\x93\x2f\x27\x5d\x5f\x87\xad\x49\x9b\x70\x78\xbb\xd0\x06\x94\x6e\x42\x83\xd9\x29\x8a\x79\xf4\x40\xc4\x89\x20\x31\x95\xa7\xe0\x5b\x57\x8d\x4e\xbd\x54\x6b\xdb\x3b\x4b\x1a\x4d\x81\x02\x6b\x12\xff\xcf\x4c\xff\x36\xf4\xdf\xa5\x10\xf5\x10\x9d\x82\x3a\xe1\xf2\x4e\x4d\xa2\x95\x83\xf4\x23\x4c\x89\x85\x89\x4a\x76\xa6\xac\xca\x42\x38\x4d\x43\x0b\x6d\x4d\x19\xd3\x62\x1f\x31\x38\x5b\x4e\xdb\x64\xe6\xd8\x80\x03\x33\x29\xc5\x6d\xbe\x96\x61\x17\x19\x56\x73\x09\xf0\x1c\xe5\x35\xb0\x4a\x17\x7c\xaa\x57\x08\x67\x10\xaf\x60\xac\x14\xc5\x47\x1e\x44\x42\x2a\x9a\x24\x23\x66\x12\x2c\x00\x49\xe3\x9b\x5a\x14\x20\xfd\x69\x0f\xe1\x38\x46\xff\xfb\xdb\x0f\x17\xbf\xdc\x0d\xc6\xc3\x4b\x30\x5a\x0f\x2f\x06\xdf\xf5\xfc\x8f\x57\xf7\x77\xfe\x57\x63\x61\x79\x24\x02\xa5\xf8\x01\x54\x3c\x26\x89\x4d\x10\x25\x23\x16\x8e\xd4\xe1\x23\xe9\x27\x92\xb8\x48\x57\x2b\xa6\x78\x98\x68\xbb\x87\x4d\xe0\xaa\x16\x36\x73\x03\xe5\xf7\xc6\x7f\xb2\x9a\x06\x1d\xf1\xf8\x2e\x9c\x18\x08\x79\xc0\x58\x06\x80\x39\x56\xf7\x2d\x08\x8e\xb0\x19\x65\x4d\xf1\x78\x84\x3d\x3e\xa7\x10\xff\x23\x59\x40\x40\xf8\x35\xa6\xa2\x35\xed\xd5\x23\x1e\xba\x13\xa3\xf5\x74\x2c\xab\x87\x4a\x1a\x59\xd8\x64\x14\x37\xc6\x7c\xd6\x81\xdd\xbe\xfa\x74\x2d\x84\x26\xf9\xac\x84\x43\xe2\xf2\x39\xab\x0e\xae\xd2\x5f\x34\x05\x0d\x8e\xd8\xdd\xd5\xf9\xd5\x29\x22\x09\x9e\x70\x48\x57\xb4\x21\x41\xae\x09\xbb\x60\x11\x4f\x83\x86\x4a\x28\x6c\x3d\x94\x15\x28\x6c\xa1\x11\xed\xd8\xb4\xb1\x06\x8d\x2d\xe3\x62\x19\xc3\x6c\xbf\x2a\xa0\x9d\xec\x35\x17\x6d\xae\x7f\xfd\x9a\xc9\xdf\xc8\xb4\x22\x57\xe1\xbc\xf6\x6e\x9e\x12\x0c\x08\x1d\xd6\x2d\x64\x6d\xf9\x36\x80\x35\x49\x4a\x35\xa3\xf5\xc1\x91\xc7\xd6\x05\x5f\xbc\xc9\x19\xfa\xf1\x2f\x12\x4d\x72\x35\x62\xe5\x36\x38\x43\xfd\x9f\x6f\xd1\x7b\xac\xa2\xf9\x77\x23\x06\xf9\x83\x3f\xfe\xa5\x01\x2e\x72\x63\x04\x66\xbd\x26\xe7\x58\xe1\x0b\x8e\x63\xca\x66\x75\xf0\xcb\x45\x8d\xbc\xc1\x5d\xff\x14\x5d\x59\x1d\xbe\xc8\x76\x55\x0e\xf6\x24\x68\x08\x18\x32\x4c\xc4\x71\x11\x60\xe5\xac\x0c\x51\x6b\x34\x33\xb8\xb0\x46\xec\xce\xe0\x4e\x6b\xae\x4a\x15\xca\xb8\xad\xd3\xa8\xb5\x32\x83\xc8\x8d\x5d\x16\x38\x49\x16\x48\xaf\x0e\x90\xb1\xdf\x0c\x2b\x8f\x81\x3c\xb3\xcc\xec\x47\x0c\x14\x74\x9f\x7f\x9b\xf0\x08\x27\x10\x93\x77\x14\xd8\xf4\xb4\xda\xce\x73\xc0\xc0\x81\x60\x18\xb6\x28\x87\xce\x7a\x58\x26\x2f\x94\x85\x1b\x05\x06\x00\xd8\x47\xeb\x8d\x4d\xb9\xe6\x38\x06\x6f\x16\x8c\x6f\x89\x59\x1d\xfd\xa1\xc7\x9f\x35\xcb\xa2\x9f\xfa\xd4\x74\x9e\x33\x87\xb7\x16\x81\xf9\x9e\x2d\x20\x7c\x1b\x0a\xab\x71\x08\xfd\x28\xb8\xb3\x25\xca\xa5\x5d\xf4\x77\x62\xf0\xd9\x88\x99\x48\xc1\xd2\xbe\x84\x08\x85\x41\xef\x9c\x41\x20\xe3\x72\x3e\x7c\x9e\xd9\xc0\x46\x2b\xeb\x67\x82\x1c\xf9\x2c\xef\xb8\xb4\xa6\xfa\x86\x3d\x46\x37\xa1\x7a\x1d\xf3\x28\x4f\x5d\xf5\x08\xc8\x10\xb7\x11\x70\xf6\x12\xf5\x14\x62\x2e\xf6\x75\x14\x0f\x48\x74\x8a\x00\x44\x4e\x6b\xfd\xd8\x10\x4c\x3f\xfc\x74\x59\x52\x6f\x16\x7c\x81\x77\xec\x16\xb5\x66\x1a\x1a\x67\xe5\x96\x4a\xad\xed\x8c\xbd\x70\x59\x20\xdc\x73\x01\xc2\x16\xf9\x9c\x71\x30\x72\x9b\x04\x68\x1e\x7f\x23\xd1\xf0\x5a\x4b\x40\x5a\xe3\xf5\x67\x30\x97\xca\x04\x97\x99\x3c\x65\xf8\xda\xa4\x0b\xf4\xd0\xf7\x68\x94\x7f\xff\xfd\x9f\x22\xf4\xd9\xfd\xf1\xe7\xff\xfc\xcf\x3f\xfd\x79\x93\x74\x12\xa7\x90\x43\xbb\xc5\x1a\xf9\x92\x99\x65\x91\x28\xdc\x81\x65\x4e\xb5\xc3\x2e\xd8\x03\xd8\xb4\xfc\xdb\x20\x59\x07\xb1\x43\x78\x66\x4f\xb8\x0c\x4f\x26\x2a\x1d\xcd\x22\x92\x40\x12\xd5\x2b\x73\x08\x2f\xec\x5a\x89\xfe\x7f\xad\x00\x64\x1d\xeb\xa3\xb2\x5d\x8c\x13\x4d\xbc\x78\xad\x1b\x41\xdf\x5a\xfb\x9f\x02\x07\xe2\x77\xee\x82\xe3\x49\x4c\x84\x19\x93\x37\xd9\x79\x43\x22\x30\x07\xf2\x39\x4b\x78\xec\x20\xe0\x0b\xbc\x03\x0a\x02\xc2\xe0\x33\xd6\x9c\xbb\x67\xa1\x42\x6d\x7e\x29\x78\x5e\xa6\x38\x22\x36\x17\xfa\xdb\xcf\xa7\xfa\xb7\x1e\x5a\x9c\x42\x10\x69\x0f\xfd\xf3\xd4\x22\x02\x62\xa1\xc6\xfa\xa7\xef\x9c\xac\x6d\x9b\x80\x41\x53\x89\xbe\x39\x79\xc4\xe2\x04\xd8\xf3\x89\x19\xd1\x37\x96\xb3\xfa\xda\xbf\xa1\x6c\x9e\x70\xfe\x60\x03\x6c\x97\x3e\x3c\x71\xe0\xb2\x40\xde\xde\x6f\x62\xb6\xde\x83\x0f\x29\x74\x04\x2f\x10\x74\x9c\x4d\xd0\xf1\xdf\x25\x67\xe8\x78\x81\xd3\xc4\xfe\xea\x9e\xda\xf8\x5f\x2c\x6d\x4e\x5c\xec\x83\x7c\x92\x85\xb1\x94\xbe\x4f\xf8\x04\x66\xf5\xc9\xcd\xd4\x44\xd0\xc2\x40\x8b\xdb\xa7\xb8\xb0\xec\x44\x1c\xd8\x06\x60\x24\xa6\x5c\x99\x57\x6c\x7a\xeb\xf2\xac\x3e\xfb\x21\xfd\xb7\xf1\x0b\xc3\xa2\xb8\x24\x3e\x63\x1c\xf6\xd1\x6b\xba\xd1\xcf\xe8\x5b\xcb\x82\xbe\xd3\x77\x8c\x0d\x57\x36\xcb\x50\xd7\xc1\xe2\xff\x67\xef\x5d\xbb\xdb\xb8\xb1\x74\xe1\xef\xfd\x2b\xf0\x66\x3e\xd8\x3e\x43\x51\x71\xfa\xcc\xac\x8c\x67\x65\xad\x97\x91\xe5\x44\x1d\x59\x56\xeb\x92\xf4\x9c\x66\x2f\x1a\xac\x02\x49\x8c\x8a\x40\xa5\x2e\x52\xd8\x97\xff\x7e\x16\xf6\xde\xb8\xd4\x95\x55\xa2\x64\x67\xfa\xe4\xc3\x4c\xc7\x62\x15\x80\xc2\x75\x63\xef\x67\x3f\x8f\xab\xe0\xbf\x82\x0a\xa4\x62\x98\x96\xd9\xf3\xe6\x5f\x8f\xa7\xd3\xa9\x7b\x1b\x98\x79\xfe\x0f\x93\x45\x2e\x92\x15\x96\x64\x4f\xb0\xdd\x5c\xbd\xb7\xe2\x52\xd6\x79\xed\x69\xab\xd3\x4c\x17\x3a\xd2\x09\x3b\xf2\x0e\xdd\x58\x47\x39\xfb\x17\x63\xd6\x06\x5d\x09\x7f\x34\xf7\xb8\x0e\xaa\x7b\x54\xb3\xf8\x44\x8b\x8a\x1c\xe2\xf5\x65\x15\x32\xd5\xba\x8b\x2d\xcf\xc3\x64\x64\x98\x0b\x66\xe6\x1c\x13\x9b\x6d\x96\x99\x87\xc5\x2f\x05\xfc\xd4\x41\x16\xdc\x0a\x65\x6f\x3f\x29\x1b\xdb\xad\xe7\x0c\xc6\x69\xdd\xd1\x01\xc4\xe9\x49\x3b\x03\x7e\xe7\x24\x0c\x9f\x98\xc3\x45\x85\x72\x47\x79\xb9\xdd\xf2\x6c\x77\xec\x57\x5b\x73\x72\x7a\x36\x59\xd8\x63\x12\xdb\x01\x10\xc2\x4d\x68\x69\x11\x8a\x81\xcc\x4b\x7b\xa2\xb9\xb5\x1b\x81\x5e\x73\xc0\xca\x24\x54\xa4\x63\x9a\xd7\x3e\xfb\xb4\x6a\xb1\xb8\x67\x9a\xb6\x8a\x45\xc4\xe4\xde\x19\xa7\x0a\xa4\x29\xa3\x27\xec\xcb\x1d\xdb\xb7\x5e\x80\xf2\xbf\x58\x8f\x08\x8f\x9e\x7d\xb8\xb6\xef\x0c\x3f\x74\xa1\x1f\xaa\x26\x3b\x4f\x42\x0e\x60\xb5\x66\x19\x7f\xf0\xc7\x2f\x60\x3b\xd0\x3b\x53\xba\xdc\x5c\xfc\xf7\x89\xbe\x94\x89\x39\xb5\x60\x8e\x4f\xe7\xaa\xf2\xe7\x09\x13\x89\xdc\x4a\xe5\xb0\x75\xb8\xb9\xeb\x15\x5a\xcf\x77\xb2\x30\x43\x96\xc7\x77\x66\x07\xb3\xdc\x95\xc1\x95\x6a\xa6\x76\x76\xea\xb8\xc0\x14\x79\x20\xca\xdc\xb4\xcb\xdf\xd1\x21\x6b\x5f\xc6\xe2\x88\x0c\x52\x19\x4c\x3c\x58\xbf\x73\x65\x4a\xb3\x6b\xc9\xc3\x85\x83\xf2\x82\xe2\x8e\xac\xe8\x4f\xb0\x03\x40\x1d\x15\xcc\xaf\xb3\x7f\x5b\x0c\x94\x53\x55\x6e\x0f\x4d\x36\x21\xf8\xf0\xe7\x72\xd3\x5d\x66\xc2\x9e\x54\x94\xb8\x24\x54\xb9\xb5\x0b\x6a\xc4\x8c\x3b\x25\xf3\x27\x16\x51\xc2\x91\x8d\xcf\x14\x04\xc8\xc7\x09\x06\x48\xd3\xa0\x2e\x3c\x5e\xb0\x1a\xd4\x11\x4c\x84\x7a\x89\xff\x7e\xc5\xe8\x6c\xf8\x72\x42\xe7\x79\x96\x3b\x96\x33\x1c\x73\xd0\xa1\x16\x31\xfa\xd0\x41\x79\x61\xcd\xb3\x18\xbd\xe5\xe1\xad\x02\x33\x78\x8d\xfd\xb5\xd3\x25\x7b\x90\xf9\x66\xae\x6e\xb4\x75\x38\x32\xa5\x9d\x76\xc5\x04\x2e\xa3\x8d\xfa\x78\x0e\x9b\x00\xb4\xba\x6d\x06\x98\x4d\xf8\xa0\x5c\x23\x40\xc1\x2e\x94\x8e\xc5\x61\x24\x8d\x37\x3e\x56\x61\xe3\xd7\x99\xc0\x7c\x30\x38\x29\xba\xd2\x69\x45\x9e\x8f\xf4\xcd\xd7\x07\x1e\xce\x21\x2a\xc7\xd4\xaa\x1f\x46\x29\x88\x84\xfc\xa7\xee\x54\x83\x52\xec\x8d\x33\xc8\x06\xae\xf4\xbd\x53\x84\x38\x74\x10\xa2\x16\x46\xc6\x41\x67\x3f\x7e\x7b\x04\xdd\xee\x00\xc6\x9c\xad\x33\x5d\xa6\x2e\x65\xde\xa6\xfb\xe1\x30\x90\x4d\x73\xa6\x56\xfa\x0d\xdd\xa9\xce\xa5\xba\xc3\x19\xff\x5c\x63\x84\xa2\x1f\x22\xae\x50\xd5\x5a\x25\x7a\xf8\x86\x23\x26\x55\x94\x94\x70\xf0\xe5\x05\x8f\xee\x50\xb8\xa4\xcb\xe9\x6b\xde\x59\xec\x4f\xa6\xec\xb0\x98\xca\x24\xa1\x6a\xfd\x01\x0a\x64\x70\xe0\x02\xba\x97\x9c\x71\x76\x7b\x75\xd6\x5e\xf7\x9d\x6c\x06\x73\xda\x4f\xcf\xea\x04\x81\xff\xf7\x83\x1c\x85\xbb\xac\x51\xff\x8a\xca\x54\x77\xce\xa5\x2e\x62\x79\x9c\xa4\x85\xb9\x40\xc4\x57\x2d\xae\xfd\xd1\xf3\x74\x9d\x96\x0b\xd3\x51\xc9\x18\x80\x80\x69\xc5\x77\x97\xb7\xb3\xe0\xbd\xbe\xa9\xf2\xdd\xe5\x2d\x0b\xea\x40\x52\xe7\x44\x44\x85\x43\x1a\x4f\xd9\x89\xd7\x5a\xa8\x5b\xe6\xb1\xb8\x97\x11\xa6\xb8\x4e\x8c\x55\x34\x57\x40\x61\x6e\xee\x3a\x47\x96\xf7\x92\x7d\x77\x79\x4b\x6c\x99\x9e\xdf\x06\x65\x23\x80\xc2\x62\xdc\xb1\x53\x23\x0f\x57\x5a\x1d\x21\xb5\x4f\x16\xfb\x68\xc7\x04\x2e\xd7\x11\x4f\x8b\x92\x0c\x8c\xfb\xd7\x53\x3b\x26\x57\x3e\x12\x62\x9a\xa5\xe7\xca\xd8\x4a\x98\x65\x00\x0a\x67\xe6\xa3\x9b\x43\x5b\xeb\xd4\x43\xc0\x01\xd0\x69\x07\x6d\xfe\xd2\x65\xf8\x71\xb5\x63\x3c\x5b\xca\x22\x33\xd7\x30\x7c\x79\x82\x4c\x64\x1b\xab\x62\x85\xe3\xe6\x2d\x23\x12\xa5\x83\x01\x96\xaa\xc8\xe7\x2a\xc8\x60\x71\x59\xc1\x98\xbc\x20\x15\x03\xca\x5f\xc0\xde\x58\x0a\xd2\x28\xd1\x65\x6c\x8f\xd5\xcc\x89\xdc\xed\x52\x34\xa2\xe6\x0a\x98\x49\xcc\xd9\xaa\x8d\x19\xea\xcf\xfe\x37\xec\xa3\xba\x97\xb1\xe4\x47\x85\xc8\x13\x7e\x54\xfc\xef\x8f\x93\xda\x9f\xf8\xeb\x2f\xbf\xfc\x88\x7a\x7d\x5d\xb4\x0b\x01\xbb\xd2\x81\x0e\x9e\xf6\x38\x85\xe3\x29\x34\xb3\xf4\x80\x71\x3a\x97\x77\x82\x7d\xc4\xe1\xfe\x48\x24\xc5\x8f\x1b\xb6\xb9\x6a\x1b\x37\xf6\x98\x61\x03\xca\xf8\xf6\x71\x63\x3d\xc3\xf6\x7a\x3d\xfd\xb7\xf5\xd2\x8c\xd6\x57\xeb\xe9\xeb\x2f\xe1\x3f\x6b\x63\xb4\x6f\xf1\xba\xec\x99\xb6\x66\xb7\x6c\x44\x2d\xcb\xd2\xed\x45\x73\xb5\x7f\x33\x62\xe3\xf6\x22\x98\xb5\x6d\x0b\x9f\x17\xe2\xd0\xec\x56\xe4\xae\x1e\x81\xbe\x6e\x90\x82\xf7\x46\x04\x0f\x64\xd4\xf6\x6c\xd8\x00\xf7\xec\xa6\xf6\x0e\x01\xb8\xf0\xe3\x08\x3e\x1e\x78\x7e\xd8\xf7\xd4\x9e\xdd\xf3\x39\xfd\xcd\x4c\x84\x18\xc1\x20\x73\x6d\x1e\x1f\xd8\xc8\xca\xa3\x7d\x6d\x7c\xe0\xa8\x1a\xd8\x14\xab\x89\xe9\xb6\x3e\x66\x15\xd9\xe9\x88\x2e\x93\xdc\xe5\xfd\xb9\x96\x58\x68\xa5\xbb\x5f\xdb\x7a\xd7\xb4\x96\x42\x51\x42\x17\x75\x6b\x99\xf8\x81\x2b\xe2\x40\x28\x9c\xb9\x52\x2f\xb6\x83\x89\xd0\x7d\xc5\x6f\xe9\xe5\xf7\x0d\x5a\x74\x67\x5e\xbe\x87\xcc\x6c\x47\x86\xb5\xe5\xca\x58\x6b\xb6\xd6\x8e\xc0\x12\xde\xf2\x1f\xd5\xa4\xdb\xf4\x51\x0d\xc2\x1a\x07\xea\xf5\x53\x55\xb6\x94\x07\x8c\xad\xf2\x04\x63\x07\xc5\x06\xdc\xca\x5e\xe7\xd6\x6e\x73\xde\xbd\x8c\x9a\xb8\x09\xcf\xd6\xe8\xf4\xca\x45\x91\xbf\x6a\x19\x61\x9f\xc7\x76\xc0\x08\x5b\xb3\x6b\x31\x8e\xe7\xc3\xda\x63\xe0\x52\xe9\x5b\x69\xae\x95\x55\x51\x0c\x77\xd3\xb2\xf5\x87\x8c\xef\x3e\xb9\x2e\xd2\x19\x2a\x48\x01\x1f\x6b\x37\x0f\xd6\x81\x74\xb0\x17\x7c\xeb\x58\x5e\xa8\x34\x9b\xb3\x8b\x8d\x5b\x0a\xd0\x73\xe9\x6e\xc3\x20\xae\xd7\xa1\x4d\x20\x46\xda\xae\x16\xcc\xd5\xcc\x3e\xe2\x59\xa9\x73\x89\x5e\x16\x4c\x47\x2c\x97\x98\xe1\x02\x3e\x33\xee\x7b\x9d\x3e\xae\xe3\x23\xc6\x26\xe4\xd7\x3e\xe1\x36\x17\x99\x3f\x8d\x3c\x6b\x69\xf8\x1d\x1d\x35\x0f\x63\x2d\xee\xdd\xd1\xed\x27\x52\x51\xb6\x2f\xdb\x2a\x1e\x7e\x51\xa1\x82\x88\xb0\x1a\x51\x0c\x90\x17\x90\xec\xfc\x34\xf5\xe4\xe6\xb5\xca\x9a\xab\xb5\x38\x68\x37\x96\x7c\xbb\xc8\x74\xb7\x0c\xf3\x80\x6e\xb2\x45\x54\x7c\xf6\x1b\x94\x65\xdc\xb1\x9f\x4b\x9e\xe0\xe1\xa6\x68\x3a\xda\x66\x83\xfb\xe3\xab\x7f\x67\x33\x38\x7d\xd8\x7b\xd8\x17\x01\xb4\x05\xa5\x15\x9a\xc9\x6d\x2a\xb2\x5c\x2b\xde\xa9\x47\x7e\xf7\x75\xbe\x20\x4d\x55\x73\x35\xd6\x65\x53\x3f\x75\xc4\x97\xb4\x94\x16\x7e\x14\x67\x77\xe5\x52\x64\x4a\xa0\xe6\x3a\x3c\xc7\xec\x73\x83\x9a\xab\x79\x59\x6c\xbe\x5a\x44\x89\x1c\x2c\xf4\x0a\x19\xa3\x33\xf3\xda\x09\xbe\xd5\xf7\x01\x95\xf2\x2b\x4d\x57\x0c\x7f\x63\xf8\xdb\x94\x7d\xcb\xa3\x3b\xa1\x62\x96\x26\xe5\x5a\x12\x41\x0c\x9a\xfb\xb2\x7a\xb1\xaf\x7e\x18\xda\x16\x58\xbe\x39\x86\xe6\x6a\xcb\xef\x50\x7c\x85\x8c\x48\x73\x73\xe8\xa2\x17\x74\xae\x92\x85\x6c\xce\xdd\xbd\xa3\xe5\xce\xc3\x66\x31\xf5\xb9\x97\x97\x98\x2f\xf7\xb0\xd1\x84\x32\xaa\x78\x6a\x46\x2c\x5c\x37\x5b\x1b\x3c\x5e\x96\x6b\xc5\xa9\xef\x53\x63\x70\xf5\x42\x08\x0f\x04\x84\x4a\xc5\x38\x50\x81\xbd\xc8\x59\x99\x5a\xfb\x0c\x62\x4b\x09\x20\x7d\x70\x08\xcc\x0f\xa9\x8c\xee\x10\x5b\x0a\xd9\x13\xcc\x7d\x5e\x43\xa4\x99\x09\x0f\x72\x6c\xdb\x1a\x56\x48\x84\x73\x18\x6e\xa5\xa1\x3f\xb4\x67\x9e\x0e\xcc\x0c\x29\x36\x42\x2d\x1e\x21\x83\x33\x7c\xd0\x2a\x59\x20\x64\x06\xbb\x18\x9d\xeb\xc2\x52\x49\xa2\xbd\xf6\x77\x6c\xa7\xf1\x20\x57\x35\x33\x5a\xe6\x2c\xe7\x85\xcc\xcd\x5e\xd6\xda\xe3\x9e\x7e\xe8\x90\x5e\xe7\xe3\x38\x8f\x5a\xf8\x8e\x6a\x7d\xe1\x32\xcd\xa6\xec\x1d\x44\x36\x82\x9b\x81\x76\xec\x41\x5d\x1b\x56\xb1\x11\x9d\x34\xba\x4f\x01\xd1\xb4\x5f\x10\x3c\xdf\x1b\xb0\x72\x59\x85\x53\x36\xf3\x11\x65\xe4\x4f\xc2\x58\xf1\x9e\x2f\x12\x49\x2e\x1e\x33\xf9\x06\x05\x5f\x00\x75\x05\x13\x88\x81\x25\x95\x9b\xbf\x7b\x3e\x75\xd7\xcc\x07\x48\xdc\xe7\x77\x42\xf5\x79\xd8\x87\xb7\x10\x43\x20\xbd\x2e\x01\x17\x5b\xd1\x18\x5e\x79\x4c\x03\x87\x2f\x3b\x4f\x59\x25\x57\xc7\xa6\xcb\xcd\x35\x24\xba\xa3\x74\x41\x8c\xb0\x11\xe9\xd5\xc3\x46\xe7\xe1\x3a\xb3\xe3\x87\x37\xd9\xac\x74\xea\x56\x90\x6e\xe9\x3a\x18\x71\x96\x4a\x87\x9c\x58\xd0\x6a\xb7\x48\xd1\xad\xe3\xc6\x9b\xd9\x2d\x14\xba\x01\x90\x09\xb6\xa8\x96\xd5\xac\xd2\xf2\xa9\xd4\x53\xf6\x13\x51\x37\x7b\xb8\xd1\xa0\x1f\xbe\xce\x3f\x40\x7d\x4f\x41\x07\x83\x7e\xbe\xa7\x4f\xc5\x7a\x64\x10\xda\x81\x8c\xad\xff\x51\x43\x9a\x06\x1d\x94\xa9\x8e\x99\x9f\xef\x5d\xb9\x2e\x4a\x69\x04\x99\xfe\x0a\x3f\x2b\x68\xdc\xe0\x6f\xdb\xb7\xd4\xde\x07\x48\x35\xb6\x2c\x65\x12\x23\x9f\x5f\x60\xa1\x6a\x6b\x02\x81\x90\x10\xd8\x23\x32\x77\x07\x5c\xcb\xa4\xff\xe1\xeb\xfc\x52\xc7\x87\x4c\xac\xf1\x9c\xad\xcd\x79\x3d\x20\x91\x25\x0f\xd1\x44\xdb\xfd\x3d\x91\xea\xee\x14\x84\x78\x91\x57\x95\x73\x7b\x1a\x0c\x98\xb3\x65\xb9\xba\x06\x99\xce\x2e\x5a\xa4\x40\xc1\xce\xe6\x39\x9b\x71\x36\xd5\xb8\xac\xbb\xae\x41\x21\x08\x93\xb7\x47\x38\xfb\xc3\xf5\x87\x8b\xa3\x2d\xcf\xf2\x0d\x07\xda\x09\x5b\xd6\xc4\x2a\x9f\xe3\x7d\xdd\x42\x2b\xa4\x9a\xab\x23\xb6\xd6\x13\x04\xf2\xbc\x61\x9b\xa2\x48\xf3\x37\xc7\xc7\x6b\x59\x6c\xca\xe5\x34\xd2\xdb\x63\xdf\x35\xc7\x3c\x95\xc7\xcb\x44\x2f\x8f\x33\x01\xa9\x1c\x47\xaf\xa7\x5f\xbd\x86\x91\x39\xbe\x7f\x7d\x0c\xf0\x8d\xe9\x5a\xff\xcb\xf9\x57\xff\xf1\xfb\x7f\x37\x05\xa7\xbb\x62\xa3\xd5\x1b\x42\x09\xf5\x96\x7d\x84\xd7\x84\x63\x7c\xa5\x56\xcb\x7f\x4c\xbf\x0c\x9b\x41\x8f\x6e\x75\x2c\x92\xfc\xf8\xfe\xf5\xc2\x0e\xcc\x34\xed\xd0\x96\xf8\x2d\xf9\xe1\x13\x24\x3f\xdc\xc9\xe2\xb7\xe4\x87\xcf\x9a\xfc\x30\xdc\xe4\x72\x7b\x0c\xb0\x49\xfb\xfd\xd1\xfc\xdd\xed\x91\x36\x16\xb0\x6f\x1f\x6a\x39\x1c\xc2\xd4\xb4\x03\x8e\x88\x91\x52\x6f\xb5\xcf\x75\x77\x99\x0e\x9f\xdf\x58\x45\x97\xce\xdb\xc5\x28\x26\x0e\x80\x1a\xca\x08\xd4\x02\xd0\x47\x99\x72\xd9\x96\xd2\x10\x28\xdc\x1c\xd0\x85\xa8\xb8\xd1\x4e\x3b\x36\x44\x98\x8a\xb4\x99\x44\xbc\x78\x12\x89\xaa\xd6\x3a\x10\x95\x39\xba\xfc\x86\xdd\x3d\xc0\x34\x26\x9c\xf2\x41\x3d\xfa\x8c\x62\x22\x4f\xad\x22\x42\x9f\xfb\x48\x05\x91\x04\xdf\xb6\xa8\x6a\xfd\x60\x95\x43\x9e\x42\x6f\xc3\x23\xc6\x87\x69\x6d\xe0\x24\x85\xb6\xd8\x76\x75\x34\x63\xc3\xf3\xc7\xc1\xf3\x67\x48\xd6\xeb\xa2\xb1\x88\x6d\x96\xb9\xad\xd0\x9e\xc6\x96\xff\xc8\x1c\xee\x96\x66\x31\x2d\xb3\x54\xe7\x22\x9f\xb2\x77\x3a\x43\x62\x2d\x62\xbd\xf1\x29\x07\x57\xef\x4e\xd8\xeb\xaf\xff\xe3\xf7\x73\xf5\xb2\xc5\x18\x82\x43\x54\x67\x6b\xca\x80\x00\x13\x68\xcb\xf3\x42\x64\xc7\xd9\x2a\x3a\xc6\xa3\xe3\xd8\xbc\x7f\x44\x95\x1e\xe9\xd5\x91\x13\x13\x38\x22\x5e\xf5\xe9\x36\x7e\xd5\x85\x0d\x6c\x37\xb8\x3f\xdb\xa5\x67\xd6\x61\x98\xb7\x8d\xef\xfe\x8d\xb5\xb2\x84\xd0\x10\x21\x2b\x24\x07\x8b\x05\xc9\x10\xf5\xca\xc9\xdf\x60\xa6\x2d\x2a\x65\xe9\x55\xcb\x7f\x7c\x9b\xe8\x65\xfe\xca\x51\xb0\xf2\xdc\xd6\xe1\x39\x11\xdb\xf6\xed\xc6\x9a\x3b\xe4\xf6\x4d\x5d\xf1\x9c\x6e\x35\xbb\x27\x86\xc3\x36\xa6\xe3\xdb\x37\x0d\x6f\x0b\x22\x23\x14\xcf\x74\xa9\xac\xbe\x84\x56\x42\xaf\x00\x68\x04\xd7\x24\x8b\x93\x84\xc8\x02\xa0\xef\x1c\xfb\x53\x26\x52\xb4\x3e\x20\x06\xd6\xdd\xdd\x07\x6a\xac\xec\xeb\xe7\xe7\xd0\x58\x39\xb4\xdf\x69\x63\xfc\x4c\x1d\x7e\x68\x32\x03\x2e\xa5\x31\x18\x20\xf3\xfc\xde\x78\xbf\xdb\x07\xbc\xc6\xb3\x97\x33\x48\x79\x06\x16\xbc\x38\x2a\xf4\x11\xd0\xe6\x01\x19\x1b\xaa\x1e\x75\x81\x80\x00\x27\x31\xe6\xb8\x37\xcf\x0f\x68\x27\xde\xda\x7e\x09\x1a\x4a\x06\x6b\x8e\x24\xe2\x04\x0a\x97\x4a\x89\x8c\x22\xc0\x7b\x2d\x83\x91\x28\x8a\x70\x28\xfb\x31\xe1\xde\x4d\x11\x2a\xd2\xb8\x8c\x40\x1e\x6c\x02\x53\x06\x57\x93\x8d\xde\x6a\x63\xeb\xea\x32\x0f\x7e\xc4\xab\x2d\x18\x13\x9d\x86\xf9\x96\xa7\x68\xaf\x7e\xbe\xaf\x31\x4b\xcb\xfc\x84\x2e\xe8\xf0\xa1\x51\x22\x5f\xcb\xaa\xac\xd1\x9e\xf6\x3b\x3d\x9a\xfe\x79\x03\x18\x9d\x2d\x84\xfc\x36\xfc\x5e\x58\x95\x09\xf9\x57\x73\xe9\x35\x53\xca\x5d\x23\x9d\x05\x82\x90\x32\x64\x83\x0e\x01\x94\xf6\xd4\xed\xe4\x6b\x29\xb7\x23\xc7\xc0\xa5\x39\x0d\x19\x00\xae\x30\xf1\xc7\x66\xfc\x1c\xb5\xa6\xfc\x74\xad\x4b\xf0\xab\x95\xe6\x66\x62\x19\xcb\xc7\x35\xf5\xda\x15\x40\xe4\xe4\xcd\x76\x7b\xc2\x47\xc8\x0f\xc3\x3e\xc6\x0d\xc1\xda\x16\x5d\x30\xe3\xf1\x8b\x11\x24\xde\xc6\xf4\x1d\x54\x82\x93\xb3\xd1\x83\xc1\x5a\xe8\xea\xc0\x71\xfe\xd7\x3e\x77\x66\x1b\xc2\x1c\x39\x72\x7d\xfe\xb0\x69\x65\xc3\xb3\xe0\x5e\xbc\xf7\x32\xc2\x00\xc0\x5d\x96\xf0\xfb\xc5\x87\x9b\x10\x5b\x24\xf1\x6b\x8f\xa2\x8d\x88\xee\xc0\x9b\x86\x47\x1e\x2e\x06\x4a\x87\x07\xc0\xb3\x17\x1f\x2d\xb4\x05\xca\xec\x9c\x1e\x8b\xd3\x24\xd2\x19\x8b\x65\x9e\x26\x7c\x07\x90\x04\x85\x99\x82\x1e\xce\xe0\x52\x6c\xcd\x56\xb0\x2f\x98\x30\x7c\xa4\xcd\xa8\xcc\xfc\x7b\x63\xfb\xd2\x43\xbf\x7d\x67\x36\xf7\x03\x96\x8b\x2d\x57\x85\x8c\xe6\x6a\x2b\xb8\x0a\x31\xa4\x04\xc9\x30\x9d\x1c\x6b\x41\x8a\x05\xab\x95\x88\x0a\x4f\x79\x0c\x97\x10\xd7\x53\xfb\xd6\xe0\xb8\x6f\x77\x2b\xaf\xf7\xd3\xbf\xb7\x02\xc9\x72\x0b\x08\x65\x9a\x43\x74\x34\x3e\x32\xd4\x08\x62\xb5\x74\xe4\xda\x4b\x2d\xfc\xcb\xce\x29\xb6\x14\xc5\x83\x00\x46\x1f\xa2\x20\x68\xb3\xf1\x0f\x16\x2c\x3a\x24\x7d\x6f\xe6\x18\x00\x89\xe0\xbd\x41\xe1\x4b\x0b\x2c\x84\x3e\x3a\xea\x41\x55\xe3\x10\x7c\x41\xa4\x08\xe0\x0a\x7c\x41\x4e\xcd\x17\x70\x4c\x9b\x5b\x70\x76\x2f\xe2\xb9\xaa\x12\x3b\x92\xcd\xe8\x17\x1c\xf3\x52\x9c\x4f\xb3\xdb\xd8\x3e\x1e\x14\xe8\x39\x05\x32\x2b\x4f\x63\xed\xd2\xfe\x7b\xa4\x41\xf1\xa3\x9f\xf3\x56\x65\x55\x89\x87\x5e\x86\xbd\x5a\x27\x49\xed\x91\x32\x6f\x05\xfd\xe3\x26\xa5\xa3\xad\x43\x4e\x5b\x07\xd7\x26\xa7\x75\xc3\x0d\xde\x56\xc6\x5c\x59\x3e\x97\x55\x99\x20\x4f\x79\x57\xd6\x0c\xb1\x58\xda\xdc\xd3\xcf\x97\x83\xec\x9c\xae\x2c\x50\x37\x75\x20\x9d\x00\x3a\x8f\x7b\x9d\x9d\xf5\x42\xe5\x25\x98\x14\x56\xd8\x10\xa2\x12\x6b\x51\xc0\x69\x1e\x97\x09\xd2\x93\x40\x38\x05\x18\x31\x79\x92\x30\x59\xe4\x73\xe5\x08\x3c\x31\x35\x06\x76\x58\x1b\x6f\x89\xe9\xca\x05\x55\x40\xb1\xf0\x33\x57\x60\x87\xc9\x48\x16\x8d\x84\x83\x5d\x28\x06\x96\xa6\x82\x63\x36\x3d\x0e\xdb\x5c\x85\x77\xae\xfa\x20\x50\xea\x39\xe8\xc7\x3f\x45\x16\x78\x8f\xe3\xd6\x54\xf1\x28\x94\x0d\x7e\x9d\xb9\x70\x59\x9d\x6f\x6c\x2d\x31\xf8\x10\x2e\xd8\xdc\x6a\x8a\xdc\x06\x50\xfc\xbd\x15\xb2\x6a\xa2\x32\xe1\x19\xa6\x13\xad\xca\x84\xc9\x55\x20\x59\x0e\x63\x80\xf4\x8d\x66\xb8\x22\x0d\x67\xb5\x0d\xa1\xe4\x7c\x2b\x02\xe6\x18\x72\xef\x24\x01\xe2\x07\x35\x29\x10\x4a\x62\xca\x7a\x35\x65\x6f\x3d\x41\x2d\x8e\x30\xac\x89\x80\xf6\x59\xe6\xb8\xfd\xb9\xf6\x06\xa4\x07\xa8\xe5\x2f\x57\xe6\x4a\xf9\x22\x58\x75\x1d\x23\x08\xf2\x31\xe3\xe0\x44\x56\x3c\xa8\x1f\xe3\xde\x4a\x7a\x62\x5e\xad\x81\x8c\xdc\x82\xe8\x68\xa0\x3d\x15\x46\x36\x32\xa4\xcc\x7e\x44\x43\x1d\x25\x79\x4b\x63\xb7\x3d\x0a\xe9\x30\x8e\x23\x9b\x1a\xe8\x0d\x8e\x6f\x68\x30\x73\x42\xf0\xd8\x90\x9e\x5d\xf3\x62\x2c\x92\xcc\xa5\x8e\x8d\x6f\x68\x2b\x6a\x6f\x48\x33\x61\xf7\x18\xd9\xce\x99\x79\xe7\x91\x0d\xcd\xcb\xe5\x11\x6e\xd0\x4e\x91\x08\xb6\x0a\xc1\xa3\x4d\x95\xc5\xc1\x72\x2d\xbb\x2f\x80\x2c\x3e\x58\x8f\xe3\x09\x28\x66\x7e\xce\x81\xe4\x22\x33\xcd\x9f\xb2\x0f\x4a\x20\xce\x53\xaf\x82\x43\x85\x1a\x40\xda\x8c\x20\x77\xe3\x76\xb9\xa5\x69\x98\xba\xb3\xe4\x56\x66\xc9\x4d\x18\xf7\xa5\xc3\xae\x87\xd3\x06\x77\x91\x0e\x5b\xb2\x4d\x1c\xea\x00\xf3\x72\x18\x45\x44\xfb\x9d\x3f\x80\x4b\x8f\xdf\x01\xda\xbe\x63\xf8\xb0\xf4\xe6\x3d\xb8\x5b\x9c\x4d\x76\xa8\xce\x1b\x86\xe0\xe7\x7d\xfd\x7b\xb9\xa9\x62\x66\x47\x48\x29\xde\x5e\xbc\x3d\x7d\x77\x76\x51\xd5\x3f\xfc\xe3\xed\xe9\x6d\xf5\x2f\x57\xb7\x17\x17\x67\x17\xdf\x85\x7f\xba\xbe\x3d\x39\x39\x3d\x7d\x5b\x7d\xee\xdd\xec\xec\xbc\xf6\x9c\xf9\x53\xf5\xa1\xd9\xb7\x1f\xae\x6a\x8a\x8b\x56\x2e\x31\xf8\xd3\xcd\xd9\xfb\xd3\xb7\x8b\x0f\xb7\x15\xd1\xc6\xb7\xff\x75\x31\x7b\x7f\x76\xb2\x68\x69\xcf\xd5\xe9\xc9\x87\x1f\x4f\xaf\xf6\x68\x2e\xfa\xef\x6d\xed\xd2\xa7\xc0\x16\x3e\x5a\x81\x73\xc6\x56\x99\x14\x2a\x4e\x76\x98\x29\x62\x6f\xb6\x35\xe8\x77\x78\xf6\xca\xad\xd0\xe5\x21\x09\x1f\x37\x1b\xc1\xf4\xbd\xc8\x80\x87\x0b\x4b\x23\xd2\x0e\x9f\xf3\x5f\xaf\x35\x13\x45\xd6\x8c\x0a\xf4\xe6\xb5\x15\xd9\xce\x65\x4e\xf6\x35\xc7\x73\x38\x52\x25\x2c\x15\x59\x5f\x5b\xc0\x32\xca\xca\xb4\x90\xcb\xee\x14\x9e\xd1\xa9\xef\x43\xef\xde\xc8\x38\xdc\x4e\xcf\x76\xd1\xbe\x31\x56\x32\x59\x0e\x81\xc9\x43\x09\x8f\x15\x96\x75\x6f\x5b\x68\x71\x5a\x2e\x13\x19\x31\x19\xd7\xfd\x29\xc4\x48\x01\x2e\xe3\x3a\x31\x79\x2a\x32\x30\x55\xcd\x0d\x20\xcd\xc4\x11\x2f\x8b\x0d\x92\x68\x52\xe2\x0c\xc9\xc8\xcc\x55\x2e\xa2\x4c\x60\x2c\x40\xe4\xe0\xa4\x45\x45\xd1\xa0\x26\x68\x0c\x71\xc8\xc4\x40\x57\x37\x0d\x44\x62\x3a\x62\x04\xf8\x26\x96\x3e\xc2\x49\x8a\xcf\xf7\x76\x0d\xb5\x58\xa2\x66\x69\x00\x0b\x83\x13\x1e\x7f\xb4\xba\xa4\xe6\xbb\xcd\x4e\xed\x74\x39\x71\x90\x6d\xa6\x51\xfb\x67\xec\x9b\x63\xe1\x44\xa9\xa6\xde\x50\xe9\xf4\xd3\x49\x26\xe0\x10\x21\x48\x83\xf5\x5f\x00\xae\x89\x32\x93\x20\x21\xc9\x5c\xd5\x96\x62\xc3\x93\x15\x5a\x1c\x66\x68\xda\x79\x3d\xb0\xfc\x1b\x7d\x27\xd4\x15\x0e\xd8\x67\xd9\x0e\x15\xde\x7c\x3c\xab\x90\xf3\x08\x79\x17\xa6\x69\xa3\x9d\x55\x36\x33\x13\x8c\xa9\x02\xef\x09\xc1\xcf\x98\x80\xe4\x35\x03\x6c\x52\xe7\x6a\x25\x7f\x31\x05\xce\x95\x68\x65\x4d\x07\x30\x99\xe5\x77\x74\xfb\x32\x00\xe7\x90\x24\xef\x4e\x28\x50\x34\x05\x7a\xbe\xfd\x73\x76\x9c\xff\xbc\x39\x16\x3d\x0e\x7d\xf0\xf9\xc9\x8a\xd0\x6b\x18\xe5\xb1\xfd\x54\x60\x46\x98\x63\xc1\x80\x79\x73\x72\x7e\x76\x7a\x71\xb3\x38\xb9\x3a\x7d\x7b\x7a\x71\x73\x36\x3b\xbf\x1e\xba\xfc\x9e\x22\x8b\xaf\xb6\xfa\xea\xc9\x6c\x6e\x87\x38\xa6\x95\xe7\x93\xc9\xdd\x47\xf9\x65\x07\x43\xb2\xbf\xf5\x32\x4e\x17\xb1\xcc\x23\x73\xfc\xed\x16\x42\xc5\x20\x37\xf1\xa8\xa9\xda\x5e\x54\xfd\x2b\xdc\x13\xcc\x3d\x61\x77\x10\x3c\xed\xee\xed\x8c\x76\xbf\x03\x24\x13\xdc\x90\x99\x30\x8b\x3f\xae\xb0\x7c\x4c\xf7\x6b\x8c\x99\xe2\x0e\xfb\xb6\x6a\x11\xf5\x6f\xc2\xf6\xca\x3c\x2f\x81\x4c\xc4\x3e\x06\x78\xd4\x8e\x5e\x21\x0e\xe0\x50\xf3\x42\x06\x7a\xed\x4c\xe6\x73\xb5\xe5\x2a\xe6\x85\xce\x76\x1d\x9f\x38\x6c\xf3\x0c\x97\x4d\x75\x0b\x0d\x8f\x6c\x25\x44\x6c\x47\x01\x1f\xe5\xaa\x3e\x95\x50\x19\xe3\xe6\xc3\x0f\xa7\x17\xd7\x8b\xd3\x8b\x1f\x17\x97\x57\xa7\xef\xce\xfe\xe4\x60\xb2\x29\xcf\xdb\xf4\x99\xd3\x4c\x98\xdd\xc5\x12\x8d\xb5\xee\x2f\x28\x9a\x6c\xcb\x21\xa1\x4c\xb9\x9a\x2b\xbb\xb3\x64\xbe\xf8\x4d\xa6\xcb\xf5\xa6\xbd\xa0\x7a\x2b\x2f\x67\x37\xdf\x3f\xaa\x99\x40\x03\x89\xca\xaa\xb8\xda\x9a\x70\x61\xb9\xa2\x7d\x0f\x31\xc6\xb5\xe6\x01\x99\x29\x3c\xda\x16\x65\xe8\xd8\xd1\x1e\x75\x7b\x69\x6e\x5a\xbd\xc6\x7f\xcb\xe3\x5d\x13\xe8\x26\xd8\x37\x2b\xc7\x08\xc0\xd7\x51\xa0\xbb\x51\xda\x9b\x96\xbf\x55\x4e\xb0\xaf\x8e\x12\xb1\x5e\x8b\x18\xa7\x57\xbd\x60\xf2\xc1\xd1\x16\x18\xf9\x73\xbd\xad\x17\x49\x42\xf7\x80\x83\xd9\xe1\xbd\x86\x6f\xe0\x97\xee\x95\xf6\xbd\xe2\x84\xa8\x9c\x20\xbe\x59\x70\xd5\x11\x48\xde\x9f\x0f\xd6\x5e\xfc\x87\x8c\xb9\x54\x3d\x72\x98\xd8\x90\x81\x5f\x07\x5d\x80\x97\xc3\xf1\xad\xae\x1d\x57\x22\x4d\x78\x24\x5c\x82\x0b\x72\xf0\xc2\xbd\xfe\x31\x01\x3c\x12\x2a\x56\xe4\x6f\x09\x04\x8c\xbd\x36\x5b\xdb\x14\x00\xcf\xed\x95\xdd\x8f\x9f\xdf\xb5\xd2\x7b\x71\x23\xe6\x4d\x70\x34\xa3\x52\x24\xe5\x45\xa0\x2f\x0a\xe4\x57\x3b\x31\xeb\xa3\xa6\x43\xad\xe6\x1f\x69\xe0\xf1\xce\x5c\x75\x74\x73\xcb\x6d\xeb\xa6\x87\x33\x1d\xfb\xfc\x85\x45\x91\xf5\xd2\x61\x3f\x45\x38\xe2\x32\xd3\x5b\x99\x8b\x59\x51\x64\x72\x59\x86\x7a\xc0\x23\x01\x73\x95\xcb\x89\xff\xe0\x34\xd3\x71\x19\x59\x02\x2b\xf8\x5a\x0f\xfb\x21\x2f\x9f\xb5\x3a\x62\x76\x64\x66\x1f\xdd\xdc\x44\x7c\x04\xd9\x1e\xc8\xb0\xd6\x16\x63\xb3\x1b\x63\x87\xef\xef\xd2\x1e\xe5\x4f\x9c\x33\xda\xdd\x99\x76\x0e\x0c\x4b\x03\x67\xf6\x71\xb0\x80\x3b\x50\x53\x34\x5d\x96\x1c\x03\xe8\x55\x1b\xa5\x8b\xaf\xc6\x1d\x35\xe3\xc0\x5d\xc3\xb0\x31\xd5\x74\x2a\xb4\x1b\x36\x3c\x47\x73\xbe\x88\x36\xd5\x86\xc3\xd7\x54\x79\x7b\xeb\xcd\x75\xe6\xf1\x61\x6e\x93\x41\x61\xb4\x09\x3a\x1a\x24\x39\xb6\x2b\x1a\xac\x4e\x50\xba\xd3\x7f\x8f\x29\x17\x8b\x9f\x4b\x31\x46\x57\xd9\xa6\x6a\xfc\x11\x5e\xdb\x0b\x48\x91\x88\xdd\x72\xbe\xd7\x42\x6e\x8d\x05\xc4\xb3\x68\xc3\x96\x3c\x27\x42\xc0\x90\x2d\x01\x05\xe0\x99\x34\x6f\xf1\xa8\x20\x41\x5c\x5b\xad\x15\xc5\xbd\xb1\x50\x48\x63\xd6\x7a\xaf\x47\xdb\x74\xdb\xd7\x01\x63\xbc\xd7\xb6\x19\x67\x6f\x47\xc5\x10\x42\x3b\xdc\xdd\x93\xf1\x88\x85\xd3\x29\xe1\xa5\x8a\x36\x2c\x4d\x38\x12\x4a\x6c\x78\x8e\x1b\x85\x45\xe8\xf0\xa5\x4c\x64\x01\x4c\x5d\x18\x38\xae\xcd\x5b\x73\x79\xe6\xd9\x9d\x15\x3c\xe0\x9e\x96\xad\x6f\x2b\x39\x10\x09\xed\xbe\xea\x93\x62\xa1\xfd\x46\x18\x6e\xee\xc3\x16\x3b\xe1\xa0\xfd\x70\x98\xe3\x0d\x16\xbb\xff\x96\x71\xd1\x21\x2a\xf1\xb2\xfe\x7a\xad\xbf\x91\x02\xf2\x20\x9a\xde\xde\xbc\xac\x67\x01\x9d\xfb\xac\xb2\xfe\x63\xb4\xf9\xc1\x2d\x46\xf0\x78\xe0\x13\x49\x17\x8d\x30\x62\xea\xc2\x46\xad\xeb\x7e\x95\x68\x5e\xf4\x67\xb9\xa1\x4e\x51\x57\xd9\xb1\x2e\x97\x5d\xca\x18\xd8\xaa\xc7\xe7\xd0\xd9\xed\xff\xa9\x7c\xee\xe1\x39\xca\x0b\x61\x76\xdf\xc7\x75\xa8\x79\xfb\x08\x5e\x6f\x2f\x9c\xb2\x98\x47\x33\x52\xb8\x69\xe0\xd5\xf2\x9c\xed\x0f\x90\xd4\x96\xe5\x54\x37\xf2\x0e\xca\x79\x3c\x6c\xbc\xa4\xda\x33\x95\xf6\x0b\x70\xfd\xfe\xab\x21\xd9\x88\x7f\x2c\xb9\x39\x00\x3e\xac\xae\x91\x20\xec\x90\x8f\x2e\x64\x73\x59\xb5\x6f\x03\xf5\x5a\x6f\xaa\x51\xda\x70\xe2\x0f\x66\x3b\x68\xfb\x9a\x6b\xf3\xf6\xf0\x6d\xf7\xac\xe2\x8d\x4d\x33\xa9\x81\x28\x4b\xaf\x2a\xb6\x46\xcb\x4e\xdc\x5a\xef\x01\x3d\xf9\x73\x29\x4a\x61\x26\xd0\xb2\x8c\xd7\xcd\x60\xc9\x88\x0b\x97\xff\xa4\x8d\x7e\x60\xdb\x32\xda\x30\x5b\x38\x8b\x45\xc2\x77\x55\x33\xca\xdc\x35\x0a\x0d\x24\xc6\xa3\xf8\x02\x03\xea\xf9\xa8\xcc\x0b\xbd\x05\x9c\xba\x2f\x37\x2b\x15\xac\x72\xc6\xed\xea\x6a\x3b\xd0\x2a\x94\x9a\x8f\x8c\x90\x5f\x5f\x9e\x9e\x9c\xbd\x3b\xab\x85\xa7\x67\xd7\x3f\x84\xff\xfe\xe9\xc3\xd5\x0f\xef\xce\x3f\xfc\x14\xfe\xed\x7c\x76\x7b\x71\xf2\xfd\xe2\xf2\x7c\x76\x51\x09\x62\xcf\x6e\x66\xd7\xa7\x37\x7b\xe2\xd4\xcd\x5a\xbb\x07\x82\x07\x8c\x9f\x16\x39\x6f\xe5\x6c\xac\xbb\x8a\x6a\x7d\xc3\x66\x96\xff\xb4\xc2\xd0\x6b\xb1\x06\x00\x4e\x4a\x10\x63\x89\x90\x84\xb7\xbc\xe0\x27\xbc\xe0\x89\x5e\x4f\xd9\x8c\x51\x5e\x01\xe6\x8b\xe4\xc6\x24\x24\x72\x48\x33\x3a\x58\x84\xb1\x0b\x23\xef\x0a\xf2\x7a\xdd\x7a\x45\xb4\xac\x89\x08\x95\x9d\x6c\x92\xe7\x5c\x9d\xde\x0b\x55\x94\x60\x68\xf3\x24\x61\x54\xad\x7d\x20\x60\x05\xb1\xad\xcc\xe5\x56\x26\x3c\xf3\xd2\xca\x1f\xa8\x2c\xb8\xec\xda\xb6\x3a\x56\xba\x26\xe5\x84\xf5\x07\xdc\x9e\x31\x68\xf7\xc9\xf9\x19\x18\xba\x51\x61\x75\x03\x6d\xe5\x73\x85\xb4\x9f\x54\xe3\x96\x43\x0e\x53\xa1\xc9\x41\x8f\xd5\xd3\xc3\xdd\x13\xf1\x20\xc3\xca\x86\xb2\x9e\xcb\x31\xe1\x1a\x69\xff\xe3\x54\x15\xd9\x6e\xb0\xf5\x7a\x03\x8c\x0e\x39\xdc\xeb\x08\x12\x59\x95\x5b\x46\xff\x29\xb3\xa5\x5f\x80\x49\x6b\xf1\xba\x14\xde\x73\x51\x3c\x84\x47\x75\x5c\x89\x12\x73\xf2\xfe\x5a\xfb\x21\x64\x01\x83\x5e\x58\xea\x52\xc5\x39\x81\x37\xb7\x52\x1d\x6f\xf9\x2f\xaf\xec\x97\x22\x89\x8d\x13\x3d\x03\xc6\x44\x91\x98\xfb\xe0\xce\x6c\x72\xfd\xdd\x35\x57\x3d\xfd\xb5\xff\x4e\x60\x77\x56\x70\x19\x78\xff\x0e\xc2\x50\xef\xc5\xae\x6d\xfc\x1a\xc2\x95\x2c\x54\x5f\x80\x42\xd2\x4c\x98\x07\x1d\xc6\x35\x41\xe8\xb2\xfb\x37\xe4\xb2\x54\xc4\xb5\xdb\xf7\xee\x10\x36\x72\xd0\xb2\x69\x05\xac\x0c\x37\x7c\x06\x2b\x8f\x52\x4d\x66\xcc\x10\xbe\x62\x23\x27\x94\xbb\x43\x71\x79\x33\x58\xff\xad\x97\x6c\x05\x89\x6c\xe4\x27\xc8\x04\x44\xca\x60\x28\xac\x54\x0e\xf0\xea\x35\x30\x31\x76\x0a\x24\x22\x87\xf8\x91\x32\x97\x6a\xf1\x73\x49\x10\x80\xd7\x5f\x8e\x3b\x67\x0b\xd4\x5b\x40\x82\xed\xba\x12\x81\x3b\xcb\xa1\x5d\xa5\x92\x6d\x64\x9b\x57\xa5\x32\x47\xf1\x53\xa0\xa7\x86\x87\xc7\x6b\x95\xd2\x3f\xf7\xe6\x9a\xd9\xc8\x4e\x86\xcf\x3f\x1b\x77\xf2\x8f\x35\xca\x64\xaa\x0e\x32\x1b\xa8\xf4\xf0\x40\x5b\xf2\xe8\xee\x81\x67\x31\xba\xff\x01\xce\x34\x65\xdf\xeb\x07\x71\x2f\xb2\x09\x8b\x44\x56\x70\xe2\x2b\xcc\x01\xcf\x01\x0b\x8a\xca\x99\x2b\x48\xf4\x41\xf2\x47\x95\x97\x99\x60\x85\x5c\x6f\x0a\x91\x85\x68\x1c\x9d\x99\xed\xa8\x40\xaa\xda\x54\x44\x44\xc8\xd6\xd1\x01\xab\x84\xdf\x37\x09\x18\x1f\xc3\x24\xc3\xce\x5c\xb6\xb2\x0d\x77\x5b\xf9\xb1\x3e\xfc\x14\x75\x18\x6d\x9a\x48\xa1\x35\x61\x6b\x9d\x70\xb5\x9e\x4e\xa7\x20\xb5\xf1\x6a\xd4\x44\xa7\x02\xc3\x00\xba\x43\xe9\x27\x5a\xe7\x22\xd9\x39\x12\x31\x97\x47\x05\xc0\xdd\x5f\x0a\xa1\x72\x89\x8e\xad\x96\xe9\x7f\x5d\x0f\x2e\x7d\xda\x58\x5c\xfb\xf5\x7c\x74\x96\x6e\x47\x39\xa0\x66\x3a\xa2\x24\x7c\xbe\xfd\xe6\xf5\xa8\xac\xf3\xf6\xb2\x94\x56\x63\x53\xa9\x7f\xd4\xb2\x03\x0a\xf2\x28\xb2\xd1\xd6\x92\x88\x08\xe9\x51\xe9\xa7\xed\x7d\xd6\xc8\x08\x3e\x20\x19\xb8\x27\xaf\x77\x64\x4a\xef\x10\x47\xc0\x75\x7d\xb8\x47\x2f\x8b\xfd\x02\x6b\xad\x1f\x34\x32\x65\xda\x73\x1b\x8c\x31\x9d\x30\xeb\x32\xd9\xc1\x8d\xcb\x25\x50\x43\x78\x20\x0e\xa2\x4a\x95\xa0\x19\xa4\xf2\xf9\xa8\x9b\x23\xa8\x0b\x82\x6c\x79\xa1\x33\xbe\x16\x6c\x2b\x62\x59\x6e\x5b\x37\x1b\xd7\xdc\x43\xe0\xa3\x3a\x29\xb7\xdd\x54\xa1\x87\x1a\xd0\xbe\x91\xf8\x5f\x27\x50\xdd\x70\x0e\x1d\x97\x19\x61\x75\x2e\xa9\xbd\x18\x42\xa2\xbe\x36\x27\x65\x26\x73\x60\xd9\x7d\x4c\xe6\xac\x2b\x06\x8b\x86\x00\xfc\x2e\x45\x27\x7b\x65\x74\x8f\x6c\x64\x94\x5e\xc9\x71\x54\x21\x6a\xdf\x7d\x28\xd4\x41\xa9\xe3\xd5\xee\x32\x5d\x36\xb8\xa7\x06\x01\x25\xc0\x6c\x0c\xb4\x2f\x08\x35\x07\x05\x12\xb4\xa7\xd0\x6c\x65\x73\x31\xef\x44\x40\x7d\x18\x83\x2a\xc6\x03\x52\x3e\xfd\xf0\x75\x6e\x41\x40\x84\xd3\xf2\x16\x4b\xe1\x2b\xc1\x08\xd0\xfd\x6b\x0b\xcf\xc3\x2f\xc4\x22\x80\xa0\x30\xe6\xaa\x68\x2d\xc0\xa3\x57\xa1\x2c\x7c\xe5\x47\x5e\x26\xed\x8f\x53\xf9\xf0\x28\xaa\xa6\xce\x7e\xba\x66\xd8\xd5\xa4\x9f\x90\xf5\x35\x34\x28\x64\x3f\x40\x10\xba\x6b\xf1\x08\x4b\xb0\x32\x0e\xd8\xe9\x56\x40\xc3\x74\xbb\x28\xa2\x8d\xb7\x3c\x80\xa0\xd1\x11\x4b\x92\x24\x36\x7d\xe7\xd6\x2b\x42\x20\xf6\x3a\x04\xb1\xca\xb5\xd2\xa1\x98\x91\x56\x02\x42\x71\x66\x03\xd2\x61\xb1\x4c\x16\xfb\x91\x82\x23\x59\x09\xf7\x4d\xb5\x42\x23\x02\x8c\xbe\xb3\x12\xa7\x86\x2b\x85\x44\xba\x2a\x0b\xb3\xc6\x3b\x11\x29\x2c\xd7\x95\x02\xaa\x04\x20\x73\x55\xad\xaa\xd1\x49\x16\xca\x27\x33\x81\x04\xdf\xb9\xb1\xde\x0a\x79\x6f\x16\x6a\x73\x5a\xbb\x09\x0a\x3b\x40\x73\xee\x51\xd8\x96\x05\x2c\xe1\x77\x62\x97\x87\x72\xce\x34\xa3\x58\xd7\x84\x94\xe6\x7b\x68\xbc\xf6\x0f\x05\x74\xdc\x22\xf3\xa2\x8c\xc3\xce\x32\xac\xf4\xbd\x79\xb9\x07\x23\xdc\x28\xdc\xcc\x41\x9f\xec\xea\x7d\x8a\xb4\x4d\xf8\x7e\xa6\x31\xf4\x30\x40\x00\x79\x86\x30\xce\x30\x73\x09\x2e\xbe\xe6\x7e\x3b\x57\x24\x24\x10\x1c\x72\x66\xc3\x69\x0e\x1b\x65\xe0\x23\x7d\xf9\xae\xc2\x1e\x04\xd4\xaa\x96\x66\xb6\x5a\xa5\x8d\x2e\x83\x32\x1e\x4c\x0f\xa8\x1a\x73\x94\xad\x0f\xaf\xb5\xc2\x47\x62\x4b\x69\x70\x3b\xf1\xa4\x41\x22\x20\x3e\x49\xec\xa2\xa8\x0b\x8e\xb7\x9f\x48\x98\xee\x9b\xa9\x56\x28\xa7\x05\x72\x5e\x9f\x9e\x5c\x9d\xde\x7c\x32\xbc\xa9\x05\x7b\x8e\x06\x9c\xda\x76\xbe\x3d\x7d\x37\xbb\x3d\xbf\x59\xbc\x3d\xbb\x7a\x0e\xc4\x29\xfd\xf4\x08\xc8\xe9\x35\xe9\x93\x9c\x68\x55\x88\x5f\x0e\x3a\x93\xb3\x52\x2d\xf8\x88\xd4\x27\xa7\x50\xd4\x67\xee\x60\xa1\x4d\x7d\x15\x27\x7e\x42\xdc\xb6\x84\x3a\xb1\x72\x2a\x2b\xef\x34\x5c\xc9\x24\x81\x4c\x70\xe7\x5e\xa7\x2c\x43\xd3\xa9\xb0\xff\x58\x3a\x5f\xda\x53\xe7\x6a\x59\x91\xbf\x01\x97\xdf\xc6\x5c\x82\x31\x07\x3c\x35\x1d\x90\x49\xc8\xb0\xed\x93\x60\x59\x4b\x25\x7c\x33\x60\xd4\x4c\xfb\x3a\x69\xea\x69\x10\x9f\x13\x59\x47\x86\xd7\x50\x5b\xd3\xce\xb8\xca\xfc\xb4\xe6\xa7\xfd\xd1\x7d\x21\x2e\x62\xa9\xd0\x30\xad\xac\xe6\xeb\xf6\xa9\x7b\xec\x97\x00\xf4\xbb\x19\x49\x0e\x31\x88\xbc\xe0\x59\xe1\x07\x92\x06\x02\xa5\xd9\x7c\x70\xe2\x4e\x22\x02\x4d\xaf\x6a\xfd\x6c\xb6\x42\xd3\xd7\x12\x22\x15\x9c\xc8\x6d\xa2\xa4\xcc\x0b\x91\x91\xdb\x64\xf6\xd3\xf5\x5c\x7d\x6b\x8e\xaf\x57\x74\x0a\x91\x7c\x17\x56\x81\x48\x1d\x5d\xa9\xdf\x5a\x28\xe1\x0e\xf6\x12\x7d\xd4\x5b\xc1\x55\xce\x60\x69\x24\x89\xc8\xfc\xcc\xc0\xf6\x08\x11\x93\x8c\x35\x50\x3d\xfb\xf7\x5f\x31\x02\xb7\x9a\xae\x30\xed\xa5\x5f\x33\xb1\xd5\x45\x73\x3e\x75\x11\x0d\x00\xe2\xfc\x39\x67\x4e\x4b\xe2\xd3\xd0\x59\x44\x60\xfd\xd6\x49\x54\x4d\x43\x1a\x34\x97\x6e\xb0\xb8\xdf\xa6\xd2\x13\x4e\xa5\x01\xe7\x7a\x78\x4a\xb0\x8d\x36\x1b\xa8\xd3\xb6\xf2\x61\x66\x47\x74\x92\x00\xca\xcd\x74\x63\xeb\xa9\x53\xd3\x77\x3d\x04\xfb\x01\x45\x1d\x86\xd0\x9e\xb5\x30\x2a\x79\x21\x41\x1b\xdb\xe9\x95\x8e\x7d\x1e\xe6\xc2\x99\xc5\xaa\x2a\x5d\x58\x0e\x12\x07\x0f\x25\xac\xab\x79\xc0\x91\xdf\xf4\xb6\x91\x08\x65\xac\x95\xb2\x38\x50\x7e\xf1\x26\xc4\xd4\x56\xb2\xb2\xb1\x15\x21\x9f\x83\xe5\x70\x70\x1c\x30\x63\x26\xdf\xe3\x05\x7e\xab\x73\xce\xf1\x89\x3e\x0a\xec\x70\xf1\xe1\xe2\x34\x84\x2a\x9c\x5d\xdc\x9c\x7e\x77\x7a\x55\xc9\xe7\x3f\xff\x30\xab\xe4\xe4\x5f\xdf\x5c\xd5\x52\xf1\xbf\xfd\xf0\xe1\xfc\xb4\x81\x79\x38\xbd\x39\x7b\x5f\x29\xfc\xed\xed\xd5\xec\xe6\xec\x43\xe5\xb9\x6f\xcf\x2e\x66\x57\xff\x15\xfe\xe5\xf4\xea\xea\xc3\x55\xad\xbe\xdb\x93\x7e\xf4\x44\xe5\x33\xda\xdd\x3f\x3e\x38\x1b\x50\xab\xb6\x2e\xe3\xaa\x00\xf2\x01\xab\x78\x20\xf2\x6c\xdf\x74\xb4\xe9\xfa\x71\x28\xc7\x81\x0b\xc3\x34\x75\xd4\xac\x7b\x7a\xc5\xe6\x4a\xd7\xa5\xfc\xb0\x6d\xcf\x9c\x6a\x8b\xa7\x40\x02\xf6\x1a\x80\xae\x96\x9a\xe3\x96\x04\xd2\xb1\x6b\x53\x88\x60\xad\x79\xa7\x5e\x99\x8a\x9f\xbd\xa5\xb6\x8e\x7d\xed\xf4\x54\x5e\x7b\x18\x91\x9e\x8a\x0d\xa5\xaf\xd1\x41\x65\x96\x6c\x40\xc6\xd6\x50\xb0\x3f\x86\xb0\x7b\xf3\x19\x66\xe6\x04\xd3\xb1\x4b\x5a\xb7\x3d\x6d\xa9\x9f\x7d\x6f\x6c\xfb\xa9\x92\x66\xdb\x6b\x54\x2d\x23\xda\x0d\x94\x59\x63\xda\x7d\xc3\xf3\xbb\xb1\xed\xa6\x4a\x9a\xed\x06\xb3\xef\x51\xed\x06\x87\x77\xd1\x4e\xa3\x33\x62\x13\x0b\x8b\xa9\x36\xcf\xe5\xf8\xbb\x47\x02\x05\xeb\x61\x6d\x34\x0b\xe0\x79\xaf\x97\x29\x1f\x1e\xc8\x80\xd6\xb8\xe5\xca\x6b\xac\xf2\xd7\xf0\x2b\x7c\xe1\x32\x13\xfc\x2e\xd6\x0f\x34\x1e\x75\x64\x28\x1b\xb4\x9b\x57\x3b\xc8\xec\xe1\xf6\x88\x28\x32\x8a\x40\x21\x4a\xcd\x17\x0f\x30\x39\x49\xbc\xe8\x68\x83\x05\xd2\xcb\x75\x22\x22\xa0\x7e\x52\x7e\x74\xe6\x0a\xad\xf9\x36\xf9\x66\x33\xaa\xa6\x45\x44\x1d\x02\x9f\xea\x6c\x68\x0c\xae\xe7\xc1\xc0\x52\x1e\x50\x99\x01\x98\x6e\x99\xc1\x9d\x09\x3a\x44\x2a\x70\x26\x67\xe6\xc2\x93\x89\x48\xe6\x22\x50\x8c\x6b\x3d\xb1\x7f\x3e\x4c\x0a\xa5\xe0\x45\xab\xdb\x75\xb0\x3f\x9c\x47\x45\xc9\x13\x06\xe9\x4a\xc4\xc0\x88\xbe\x4a\xfc\x4b\xc4\x15\xa6\xc6\x14\x62\x9b\x42\x56\x7f\x98\xd3\x31\x57\x3f\x01\x50\x02\x87\xe0\x45\xce\xbe\x03\xc8\x83\x7d\x98\x0e\xe1\x2d\x2f\xe0\x2c\xfe\x23\xd6\xe1\x7e\x9b\xce\x55\x45\x81\x29\x78\xab\x22\xc6\x34\x9d\x2b\xab\xd6\x11\xeb\x28\x9f\xc2\x8d\x6f\xaa\xb3\xf5\x31\xa9\x99\x9b\xc9\xae\xef\x96\x5a\xdf\x1d\x0b\x75\x0c\x3e\xa9\xe2\x98\x97\x85\x3e\x06\xb8\x14\x8e\x7f\x7e\x6c\x45\x8f\xad\x6a\x74\x7e\xbc\x91\xf7\x02\xfe\xdf\x74\x53\x6c\x93\x7f\xc9\xd3\xcd\x2f\x47\xeb\x24\x3b\x32\xef\x1e\x85\xef\x1e\xd9\x77\x8f\xec\xbb\x47\xe6\x35\xfc\x7f\xe9\x0e\xc3\x3b\xe2\x17\x6e\xce\xb2\xc9\x5c\x49\x95\x8b\xac\x00\xeb\xe7\x21\x93\x85\x97\xba\xda\xb1\x17\x7f\xfb\x1b\x9b\x66\xfc\x01\x33\x62\xdf\xf2\x82\x5f\xa2\x7f\xf1\x1f\xff\x78\x01\x01\x55\xcc\x62\x4a\x79\xf6\x73\x29\x8a\xb9\xca\x85\x59\x84\xec\x7f\xcd\x15\x44\x60\xb7\xbb\x45\x81\x7e\x57\xf4\x41\xc6\x39\xfb\x06\xcb\x3c\x43\x36\xd2\x38\x37\x25\x75\xa4\x13\x48\x9e\xb4\xe8\xe4\x77\xb8\xe8\x7f\x4e\xde\xd2\xf3\x23\x96\xf5\xcf\x49\x75\x55\x5b\xb1\xa5\xfc\xe7\x04\x0e\xd0\x44\x73\x0b\xd6\x62\x6e\xf2\xc2\x3d\x99\x1a\xd7\xb6\x46\x1a\xd0\x80\x67\x0d\xd3\xb7\xaf\x95\x6b\x64\x44\xb7\x9e\xfb\xc6\x36\x02\xb1\x02\x1f\x87\x80\xe8\xb9\x34\x2b\xe4\x1a\x3d\xa1\x60\xb9\xe1\x97\x83\x4d\x4a\xa1\x73\x57\x1e\x3a\x2e\xf2\xdf\xbf\x39\x3e\x9e\xb0\x75\x0e\xff\xb3\xfc\x19\xfe\x07\xd0\x43\x4f\x45\xea\xdb\xe8\x4c\x07\x84\x6b\x8e\xf2\xfe\x91\x78\x0a\x14\xdd\xa7\xe0\x91\xaf\x4d\xd3\x6f\x4b\x15\x27\xc2\xa7\x36\x56\x42\x22\x89\x36\x23\x69\x07\xaa\xa9\x3c\x04\x63\xbc\x14\x11\x37\x1b\x5f\xa3\x6e\x04\x97\xea\x55\x21\x14\x7a\xc3\x32\xaf\xf6\xc8\xd1\x73\x05\x66\x31\x40\x21\x79\x41\x90\x73\x01\x7f\x84\x4a\x80\x98\x7d\x52\xff\x89\xed\x74\x49\x1c\xe3\xc0\x9c\x1b\x8b\x28\x01\x21\x07\xcb\x1e\xc4\x32\x51\x94\x99\x62\x9c\xa5\x5c\xc5\x3c\x87\x19\xb8\xca\x20\xda\x99\x31\xde\x6c\xe8\x04\xe1\xb8\xba\x2c\x80\x13\x0b\x91\x05\x61\x4f\x20\x09\x7c\xd0\xe6\x49\xd0\x08\x3c\x13\x80\x8b\xba\xf1\xe2\x74\xae\xac\x1e\x21\x61\xe1\xd0\x53\x16\xe9\x74\x47\x8c\x47\xf5\x4e\x97\xd6\x73\x46\xdd\x3d\xf1\x78\x93\xfa\xb3\x13\x26\xab\xa1\x35\xe0\x9b\x2f\x02\x89\x77\x2b\x92\xff\x52\xa8\x48\xc7\x22\xcb\x5f\x99\x65\x28\xdd\xbd\x03\xed\x07\x99\xfb\xc1\x80\x5d\xca\x1c\x6e\xe4\x2d\x34\xc5\x3b\x81\x29\xd3\x3b\x15\x86\xf2\x36\x3b\x67\xff\x52\xf9\xb5\xa3\x60\xda\xda\x4b\xff\xf9\x49\x11\x31\x21\xae\xd3\xde\x39\x1f\xef\x82\xc0\x25\x1b\xee\xb8\x58\x28\xda\x38\x64\x9c\x58\x3d\x6d\x59\x80\x42\x66\x26\xf2\x62\xae\xe8\x04\x9e\xb0\x95\xe0\xc6\xce\x9b\xb0\x28\xbf\xc7\xcd\x18\x8f\xfb\xe2\x41\x7b\x0c\x8e\x95\xb7\x01\x30\x6c\xa5\x70\xef\x24\xc6\xc7\x38\x65\x60\x23\xc0\xa0\xeb\x86\xee\x4c\x15\xe8\xac\xd6\x0d\xf1\x11\xfd\x60\xd5\x52\xea\x0a\x6b\xa1\x58\x0f\xf4\xc4\x0e\x03\xc5\xac\xde\x0e\xfc\xc1\x6c\x3c\xf8\x75\x08\x03\x09\x36\x47\xb0\xb8\x09\x4b\x8b\xeb\xcc\xc7\x70\x43\xca\x7a\xf0\xcd\x74\x2d\xaa\x9e\x8e\x80\x06\x3c\xce\x6f\x61\x5e\xdd\xeb\xb0\xca\x45\x66\xa5\x5c\xf0\x5b\x91\x60\x72\x23\xb3\xf8\x28\xe5\x59\xb1\xb3\xd3\x37\x91\x4b\x50\x80\x48\xe4\x9d\x60\xb3\x2c\xd3\x0f\x4f\xdd\x0b\x9d\x5b\x4b\xd7\x0d\xfb\x10\x24\xfb\xd8\x5b\x7e\x2b\xbd\x6c\xdd\xdd\xf1\x38\x2a\xdb\x2e\xc7\x47\x6b\x3d\x99\x28\xb2\xdd\xc2\x4c\xc4\x6d\xda\xb9\x53\x0c\x4a\x9a\x18\x6e\xe4\x8e\x63\xc9\xad\xb9\x30\x3a\x59\x72\x2b\xa3\xfa\xeb\x61\xc9\x6d\x21\xc0\x6d\xb2\xe4\x9e\x5d\x9c\xdd\x9c\xcd\xce\xcf\xfe\x4f\xad\xc4\x9f\x66\x67\x37\x67\x17\xdf\x2d\xde\x7d\xb8\x5a\x5c\x9d\x5e\x7f\xb8\xbd\x3a\x39\xed\xa7\xbd\x6a\xb6\xde\x9b\xe0\x47\x2c\xac\xe7\x0d\xbb\x09\x80\x1a\x98\x6c\x40\xf6\x37\xe9\xe3\xc2\xac\x32\x8b\x59\xaa\xf5\x04\x16\xea\x1b\x76\x9a\x65\x67\x5b\xbe\x16\x97\x65\x92\x00\x9c\x0a\x33\x7b\x4e\x32\x01\x17\xcf\x09\xbb\xd4\xf1\x59\xf0\x1e\xa4\x23\xb6\x7e\x06\xd4\xcf\xe3\x38\x13\x79\x8e\xd5\x4f\xa8\xfe\x00\x3c\xe4\x52\x1d\x09\x3c\xc7\xef\xb9\x4c\xcc\xfd\xed\x0d\xfb\x96\x47\x77\x7a\xb5\xc2\xf4\x99\x89\x4b\x9c\x62\x3f\x97\xba\xe0\x4c\xfc\x12\x01\xd5\x5b\xfb\x3c\x39\xd7\xeb\xcf\x00\x55\x1e\x10\x9e\xea\xb8\xa4\x80\xd4\xdd\xa2\xfd\x38\x6f\xdf\x08\xe8\x2b\xdf\xe3\xab\xef\xf0\xcd\x76\x07\x65\x91\x3c\x41\x7a\xfc\xb9\x5e\xb7\x0b\x0f\x81\x75\x4d\x6a\x49\x14\x48\x88\x88\x5d\x44\xaf\x59\x2e\xd5\xdd\x5c\xfd\xb4\x11\x8a\xe9\x32\xc3\x3f\xc1\x35\xdf\x98\x99\x49\x99\x6f\x04\xc8\x54\x4f\xd8\x83\x60\x5b\xbe\x43\xb3\x19\xee\x04\x4e\x2d\x05\xa6\x0c\x9c\x22\xe6\xed\x44\x2a\xb3\x5b\xa4\xd2\xe6\x25\xd4\x87\xfe\x29\x6e\x5c\x96\xe8\x90\x1f\xce\x43\xdc\x77\x9e\x56\xf0\x79\xe0\x2a\xf3\xb8\x49\x0b\x10\xa2\x9d\x1b\x44\x65\xb5\xbe\x2b\x53\x4f\x89\xfa\xc2\x06\x27\xa1\xbb\xef\xb5\x8c\x59\x5c\xa6\x89\x8c\xdc\xbe\xfb\xa0\xb3\x4e\xde\x67\x4c\xa0\x19\x7e\xea\xd4\xd3\xc2\xfa\x3e\xac\x25\x3b\x27\x40\xd2\xf5\x30\x40\x3f\x33\x07\x36\x93\x2a\x4a\x4a\x90\x99\x2b\x73\x91\x1d\x39\xe9\x68\x97\xeb\xf7\xeb\x27\xc9\xf6\x24\x9c\x87\xa7\xb5\x85\x49\xe7\x89\x5e\xcb\x88\x27\x21\xb8\xd9\xa3\x22\x1c\x0b\xaf\x5d\xf6\x24\x26\x0c\x79\x10\xb6\x41\x9d\x44\x5a\x69\x26\x80\x08\x7a\x01\x5b\xf9\x82\xb6\xbb\x43\xda\xbd\x62\xe6\x82\x8e\xed\x0a\x39\x72\x6d\x78\xc1\x9e\x70\xbe\x6e\xab\xc4\x06\x26\x26\x4a\xf8\x33\xfd\xa0\x44\x06\x16\x2c\xc0\x3e\xcc\x97\x2a\x0d\xb6\x89\x53\x67\x73\xf8\x64\xab\x4e\xb8\x72\x40\x6c\xcc\x9c\x5d\xcb\x7b\xa1\x3e\x3d\xa9\x79\x50\x41\xc4\xa3\x8d\x58\x58\xbb\xfc\xa9\xb7\x2c\x77\x00\x8c\xdc\xac\xac\x4c\x4a\xb8\x95\xba\xf0\x26\x5c\x9d\xb0\xc5\xcd\xbd\x0b\x03\x89\x3d\x19\x59\xa6\x11\x8b\x58\x44\x77\x9f\x7c\x6b\xf6\x20\x2b\xdb\x10\xc6\xd9\x5b\x11\xdd\xb1\xdb\xab\x33\xcc\x06\x96\x05\x33\x5b\x41\xbe\xf1\xb2\x4f\x9d\x77\xb7\x82\xaf\x9f\x81\xc2\x6a\xa8\x6e\x95\x97\x2a\x70\x6a\x7d\xa6\x41\x04\x88\x82\x7c\x49\xb3\x49\x52\x2e\x0d\x00\xc1\x78\x61\xd5\x8c\xc0\x11\xcf\xf2\x2d\x88\x17\x95\x45\xa0\xf8\x97\xf0\xa5\x48\x3a\x88\x3b\x53\x1d\x2f\x6c\x9c\xe4\x50\x30\x4f\xa3\x2c\xeb\xc7\xa0\xa8\xa3\xcd\x63\xe0\xc6\x62\xbd\xa1\x07\xd9\xdd\xd7\x79\x40\xaf\xa1\x43\xfe\x70\xb8\xd7\xf3\x1c\xd2\xbb\x57\x72\x6d\xa3\x6d\x72\x45\x12\x4b\x98\xd0\x6f\xec\x60\xd8\x2f\x4d\x49\x97\x3a\x26\x98\x9e\xe3\xc2\x33\x56\x90\x20\xef\x89\xc7\x55\x84\x4d\xb0\x38\x40\xa8\xd7\xac\x08\xc1\x63\xa6\x57\xe4\x4d\x4c\xd3\x44\x02\x33\x74\x8c\x24\xf4\xc0\x9e\x91\x57\xd1\xf1\x61\x69\xb6\xb1\x01\xc9\xc7\xa5\x05\xe2\x75\x89\xf1\xc2\x86\x81\x19\x0c\x0b\x60\x83\x5b\xdc\xf3\x6e\x32\xb5\x67\x57\x4c\xeb\x68\x8f\x8b\x26\x57\x29\x61\x2b\xa4\x7d\xe4\x2b\xc0\x63\xdd\x26\xe4\x47\x3c\x89\x4a\x8a\x93\x81\x5c\xbe\x55\xc1\xef\x47\x10\xfa\xa8\x9f\x19\xe8\xaa\xd7\xbf\x6e\x64\x1e\xaa\xae\xe8\x12\xb4\x1e\xeb\x53\xe8\x77\x2f\xae\x13\xbd\x84\x99\xd3\x8d\x12\xec\x39\xb1\xcc\x76\x9d\xc9\x78\x8c\xbd\x63\xfb\xe4\x83\x7b\xb5\xaf\x81\x1f\xac\xeb\xc7\xd5\x64\xe7\x3d\x23\x21\x83\x1a\x73\xe3\x38\x0a\x84\x15\xa9\xaa\x56\xaf\x27\x05\xc9\x78\xc0\xb4\x72\xe7\x53\x87\x9f\xa1\xfa\x2d\x07\x0d\x74\x93\x29\x66\x4f\x5f\x7a\x72\x99\xfe\x41\x3e\x80\xee\x03\xb7\x32\xc7\xf9\xd1\xed\x59\x54\xb1\x88\x17\x8f\xf8\x86\x53\x7a\x77\xd8\xb7\xb8\x9e\xc6\xe6\x81\x0f\x50\x1d\x19\x53\x21\xe6\x59\xec\xbf\x63\x02\xeb\x3d\xe2\x29\xb8\xe1\x21\xac\x71\xff\x7a\x6a\xeb\xb8\xf2\xd9\x45\x66\xbf\xc4\x9c\x7f\xc4\x6f\xeb\x16\x0d\x9c\x7d\xf3\xc8\x4d\x52\x84\x77\x9b\x99\xe3\xa7\x6b\x25\xef\x66\xd0\xdc\xad\xcf\x30\xbb\x81\x1f\x32\xb9\x9e\x63\xef\x28\x0b\xed\xa3\x3d\xf0\x3d\x67\x40\x3b\x1c\x66\xf4\xc1\x06\x79\x16\x77\x20\x45\xac\xf9\x6d\x37\xa1\x11\xf8\xe3\x51\x08\xe8\x34\x13\x36\x6e\xb8\x13\x85\xe3\x75\x48\xac\xae\x20\x84\xc5\xdc\x57\x57\x89\x6d\x2c\x77\x85\x23\x23\x83\x20\x16\x99\xfa\x91\xde\xa6\x5a\x01\x2c\x09\xb3\xd4\xe6\x8a\x0a\xb7\xea\xf0\x2e\xb2\x56\x49\x75\x9c\x90\x43\x13\x13\x67\x44\xae\x93\x7b\x0a\xa1\x06\x22\x26\xa0\x2b\x69\x1a\x78\x62\xee\x86\x3a\x43\x82\x2d\x7b\xb2\x43\x26\x40\x4d\x22\x3d\x13\x6b\x99\x17\x22\xcc\x0e\x0d\xdf\x7f\x32\x35\xdb\x8a\xf3\xa4\xaf\xeb\x3b\xd5\x6c\xf7\xdd\x82\xcc\xfe\x34\xa2\x3d\xbb\x54\xc4\x67\xee\xbd\xfe\xc9\x50\x4b\xe0\xf7\xdb\x61\xe5\xbc\xc3\x39\x80\xb7\xbf\x1c\xa9\xbe\x72\x27\x3f\xe2\x06\x89\x48\x98\xb8\x07\x34\x9a\x21\x5a\x97\x3c\xe3\xaa\x10\x22\x9f\x2b\x0a\x3c\x23\x65\x5d\xc8\xca\x52\x03\x42\xba\xbb\x4d\xa4\xf3\x02\x19\xa0\xe0\x95\x15\x97\x49\x99\x75\xba\x1b\x70\x56\x3e\x8a\x76\xa2\xaf\x97\x4e\xa0\x58\xd6\x36\x68\x2e\x81\x39\x58\x45\x8e\x35\xa5\x1e\x36\xae\xe6\xf7\x76\x7c\x82\x3d\x5c\x86\x8f\xb7\xf3\x35\x77\xe4\x34\x7f\x9d\x2f\x52\x3d\x62\xc7\xfb\xe1\xeb\xfc\x52\x77\x64\x83\xe7\x3f\x37\x7c\xa2\x3d\xf0\x89\x9f\xbb\x04\x59\x78\x7e\x07\x91\xc7\x7d\xae\x98\x41\x6c\x9c\x7b\xe3\x93\x9d\x7b\x17\xcc\xda\x0d\x57\x71\x62\x4c\x5e\x5e\xd4\x79\xaf\x1d\xce\xdb\x5c\x89\x0a\xbb\x39\x76\x27\xf5\x41\x8e\xcc\x22\x6a\x24\x58\xee\xeb\xa7\x5a\x66\x66\x2f\x96\xb2\x56\x4b\x35\x5f\xb2\x2d\x4f\xc7\xdb\x30\x24\x83\xec\x16\xec\x67\xb7\x5f\x4e\xc3\xb6\x7f\x22\xf3\xa5\xba\xd6\x56\x72\xfd\x2b\x70\x24\xbc\x6f\x1e\x09\x11\xed\x39\x74\x50\xbb\xec\x86\x03\x77\x1d\x48\x24\x33\xbb\x76\xc8\x38\x3e\x57\x24\x07\x8f\xe8\x02\x08\x2b\x23\xdf\x5a\xce\x5e\xbb\xec\xe2\xd7\xff\x66\xd9\xb6\x76\x6c\x05\x93\x0a\x28\xed\x74\x14\x95\x19\x84\xfe\xc9\x3d\xc9\x04\x1e\xc2\xf9\x28\x22\x19\x30\x3d\x1c\x60\x0b\xed\xc4\x36\x33\xc9\xf9\xa3\x2b\x1f\x75\x03\x6e\x48\x14\xb6\x77\x87\x3e\xe9\x95\x65\x79\xc1\xf2\x42\xa4\xad\xdb\x6f\xc5\xba\xdc\xa5\x62\xa6\x94\x2e\xea\xf9\x29\xa3\xed\x4b\xee\x4a\x19\xb8\x74\x46\x1c\x46\xb3\xc0\x65\xf4\x87\xeb\x0f\x17\x2c\xe5\x3b\xc0\x3e\x16\x9a\xe1\xa3\x40\x38\x5a\xdf\xa8\xf6\x8d\x40\xf5\xe3\xab\xbb\x0a\xf6\xa9\x05\x51\xb7\xc7\x27\xa8\xc6\xa6\xb1\x08\x73\x86\xa6\xa4\xd9\xb3\x32\x9d\x1c\xa5\x09\x57\x01\xbc\x3d\x9f\xb2\x5a\xf5\x21\x9e\xc1\x45\x36\x09\x31\x06\x0d\x00\x7f\x05\xcd\x85\xac\x6c\x05\x40\x03\xef\x8e\x9d\x50\x87\x41\x18\x3a\xf7\x88\x5e\x60\xe7\x7b\x54\x81\x41\x4d\x04\x64\xcf\xb0\xb0\x0c\x87\xec\xe1\x39\x80\x6e\x3b\x19\xc0\x79\x94\xf0\x3c\xef\x45\xe9\x3c\x0b\x95\x7c\x90\xb5\xb8\x7f\xfb\xaa\xb6\x13\x61\x84\xc0\x6d\x82\xf7\x52\xf7\x33\xb0\x25\xd8\xad\xcb\x8b\xbe\x05\xf6\x7e\xa0\x06\x41\xd0\x07\xe2\x8b\x82\xf7\x91\x09\xf2\x4e\xec\xac\x87\x8b\xb6\x2a\xbe\x15\x13\xe7\x6c\x75\xde\xc4\x00\xf4\xd7\x2c\x78\xae\x00\x15\xfb\x2e\x6c\x1e\x7b\xa7\xf5\x04\xf1\x99\x54\x39\xc7\x62\x79\x88\x70\x9a\xab\x77\x5a\x4f\xb9\xbb\xc4\x52\xfb\x69\xbb\xa9\x57\x48\xa8\x28\xc0\x1c\xd6\x86\x73\xf8\xda\xfc\x5e\x2a\x94\x27\x94\x5b\x73\x81\xa2\x7e\x82\x19\x05\x0d\xb2\x6a\xf8\xfa\x21\x67\x31\x52\xca\x94\x32\xdf\x40\xd8\x05\xe3\x9c\x50\x3f\x1d\x29\x08\xc8\xca\xb8\xca\xcd\x1a\x86\x50\x8d\xb8\x17\xe4\xaf\xad\x60\x0c\xce\xde\x9e\x3b\xd8\x12\xae\x4b\x92\xee\xe8\x58\x6d\xc1\xa5\xe3\x90\xcb\x39\xc0\xcd\x47\x10\xda\x91\x83\xf3\x3d\x4f\xfb\x92\x61\x0f\x2e\x71\xdf\x28\x39\x42\xad\xfa\x8d\x0a\x94\xcc\x41\xc3\xb0\x92\x11\x1b\xf6\xde\xad\x3a\xf0\xc4\x69\xe5\xb4\xdf\x2f\xb9\x33\xd8\xc1\x30\x72\xab\xd8\x7f\xdc\x04\xdc\x96\x0e\x32\xe8\xee\x82\x66\x63\x07\x85\x38\x20\xe5\xc3\x25\x3d\x65\xd7\x42\xb0\x8f\xd0\x53\xa6\xb2\x8f\xa4\x40\x0a\x28\xe8\x82\xcb\x56\x81\x38\x78\xfa\x4c\xad\xf4\x61\xfb\x7f\xb6\x6e\xa0\x6c\x0f\xea\x95\xf6\x76\x1e\x8a\xe3\x05\x4f\xbf\x7a\x5e\x5a\x91\x41\x07\x43\x6d\xac\x2f\xbd\xbf\x89\x92\x8d\x6d\x4b\x8d\x49\x06\x43\xfc\x18\xe2\xba\xda\x24\x31\x5f\x39\x41\x32\xf6\x3b\xa5\x1f\x14\xee\xc7\x54\x13\x7b\x69\xd6\x1f\xd8\x2c\x18\x17\x42\x4b\xb0\xc4\xdd\xf0\x15\xb0\xc3\xcf\xdc\xbf\xd9\x35\x86\xc0\xb1\xcd\x20\x1d\x96\x83\xbd\x4b\xa2\x5f\x70\x80\xbf\x9c\x4d\xd8\xb7\x13\x76\x32\x61\xd3\xe9\xf4\xd5\x84\x09\x1e\x6d\x6c\x8b\xf0\x15\xdc\xfa\x0b\xbe\x36\x65\x93\xec\xcf\x2a\xa8\x00\xe4\x01\x8d\x7d\x62\x49\x10\xb9\x7f\x2a\xf0\xaa\xd9\x4f\xc0\xd4\x6c\xca\x23\x23\xb8\x50\xb4\xd1\xd2\x37\x0a\x90\xe7\x22\xd2\x99\xc5\xae\xe7\x85\xce\x2c\x0e\xf7\x9e\x67\x5c\x2a\x60\xac\xe0\xcd\x2c\x04\xaa\x39\xe0\xac\x17\xbf\xf0\x2d\x7c\xbf\x54\x8e\xb6\xd7\x74\xd3\x8d\x6b\x7f\xb1\x4b\x29\xce\xf6\x90\xc9\xa2\x30\x06\x59\x3e\x57\xd7\xec\xcd\x37\x6c\x96\xa6\x89\x60\x33\xf6\x77\xf6\x2d\x57\x5c\x71\xf6\x2d\xfb\x3b\x3b\xe1\xaa\xe0\x89\x2e\x53\xc1\x4e\xd8\xdf\x4d\xb7\x99\xf2\x2e\xb4\xb1\x80\x76\x13\xc6\x99\x2a\x13\x34\xf4\x5e\x5a\x8c\xeb\x2b\xf7\x5d\xdc\x8f\xce\x52\x14\x0f\x42\x28\x96\xeb\x2d\x1d\x85\x7f\x72\xa7\x7f\x2e\xd5\x3a\x11\x05\xcd\x87\x2a\x1a\x19\x2b\x38\x82\x2f\x7d\x33\x57\xce\x4f\xfd\x27\xd3\xe2\x3f\xb1\xbf\xb3\x8b\x32\x49\x4c\x93\xcc\x46\x63\x26\xd2\x1b\x66\xb3\xc3\x84\x9a\x3e\xc8\x3b\x99\x8a\x58\x72\xc8\x0f\x33\xff\x3a\xbe\x81\xd1\x5e\x94\x9e\x0a\x34\x5c\xd3\x4e\x8e\xed\x90\xad\xe7\x59\xb8\x26\x9c\x58\x60\x68\xad\x74\x82\x50\xc2\x57\xc7\x1b\xc1\x9e\x00\x99\xd6\x03\xdd\x51\x50\x4a\x2f\x0c\x50\xb6\xd7\xef\x54\xbf\x52\xf3\x5f\xad\xf4\x1f\x83\xd4\xbf\xfa\xfa\xc3\xb7\x11\x8c\x53\x1c\x1c\x9f\x9c\x09\x17\x19\xc8\x25\xc4\x75\xb7\x03\xc9\x0f\x5b\x36\x5e\x3b\x31\xbc\x6d\xae\xd2\x68\x8d\x16\x7c\x3d\x61\xa9\xd3\x91\xb2\x8b\xca\x05\xb6\x71\x1d\xa3\x66\x02\x19\x9b\x2f\x2d\x80\xc8\xcc\x65\xca\x3f\x3c\x8e\xf5\x96\x4b\xf5\x0a\xea\xb0\xd4\x79\x7b\x3a\xaa\xe5\xba\xb2\xbf\x87\x6e\x78\x2f\x9a\xb1\x9b\xda\xbf\x6a\xec\xd4\x24\xdc\xda\x96\xc3\x81\x1a\x66\x5e\xe1\xf4\x13\x5e\x87\x7e\x6c\x4c\xd1\xc1\xda\x07\xa4\x37\x56\x61\x4f\x01\x5b\xde\x33\xc8\x0d\x8a\xad\x3b\xe5\xb2\x1f\xab\x12\xaf\x95\x2e\xd6\x72\x90\x16\x6e\xad\xb1\xb7\x74\x13\xc3\xbc\x67\xb3\x4d\xca\xe4\xd8\x6c\x95\xc7\x17\x5a\x09\xc6\xf3\x5c\xae\x91\xf5\x0e\x1c\x6a\x28\x22\x6b\x8d\xb2\x9b\xea\x95\x21\xd8\x82\xc0\x3e\x33\x4d\x42\xc4\x74\x61\x76\x61\x33\x04\xc9\x6e\xae\xcc\x1b\x64\x11\x40\xf6\x94\x74\xe4\xe8\x58\x1b\x71\x8f\xdb\xba\xe8\x40\x0c\x0a\x6f\x99\x60\x7d\xd4\x0c\x07\x4c\x38\x5a\x89\x07\x44\xdc\x2e\x02\x62\x50\x2a\xcd\xb2\x46\x21\x9c\x66\x29\x12\xad\xd6\x66\x56\x74\x6d\xc2\xb0\x0b\x3c\x51\x13\xb0\xb0\xce\x16\x18\x63\x85\x1e\xa1\x21\x31\x76\x8a\x8c\xbd\x4b\x2d\x2f\x97\xc6\x8e\x73\xd1\x1e\x67\x8d\xd0\xc7\x75\xf1\x54\x1c\x06\x5b\xba\x35\x7b\xb0\xce\x2c\x70\xce\x45\x12\xd1\x70\xf1\x1c\x4e\xf8\x45\xc3\x16\x55\x6f\xbe\x45\xbb\xf7\x91\x22\x95\x0d\xc6\x8e\x01\xf3\xf1\x73\xa6\x5e\x0c\x49\xc8\x78\x37\x3b\x3b\xaf\x3d\xd7\x4c\xc8\x68\xc9\xda\xb8\x39\x7b\x7f\xfa\x76\xf1\xe1\xf6\xa6\xf1\x9c\x29\x8d\xfe\xb4\x27\x27\xa3\xb3\xf7\x9e\x02\x95\xfe\x33\xaa\x88\x2d\xf4\xca\x26\xe8\x0f\x3f\x20\x1b\x3a\x6e\xc3\xc0\x8f\x45\x70\xbf\x0d\xf5\xce\x9a\x13\xa7\x93\x66\x44\x2d\x28\xda\x39\xac\xb1\xf5\x0e\xfb\xa0\xde\xe1\xeb\x97\x3a\x91\x51\x3f\x96\xda\x1e\x57\xc6\xae\x69\x82\x53\x97\x02\x92\x0b\xc8\xe5\x4a\x8d\xc2\x1b\x52\x21\xa2\xc2\x47\xf3\x9b\x1f\xf7\xff\x34\x7e\x73\xbf\x0f\x04\x3d\xa1\xae\xdb\x40\x1e\xdc\xe1\x03\xe0\x6c\x05\xde\x66\x90\x2b\x41\x3b\x13\x7c\xab\x80\x9b\x89\x38\x45\x7d\x2a\x3d\x0f\x1b\xf4\xc3\x46\x27\xe4\x11\x45\x0e\xec\xb9\x4a\x45\x16\x69\xc0\x3d\x22\xbd\x8a\x66\xd1\x46\x26\xb1\xd7\x04\x7b\x09\x89\x22\x00\xe7\x7e\x45\xf2\xb6\xc2\xe1\x57\x6c\xf1\x3d\xa7\xae\x9d\x76\x6f\x71\x75\x1f\x84\xfd\x7a\x4a\xe4\x77\xdf\xb4\xff\x89\x10\xca\xd8\x15\xc4\x5a\x57\x43\x22\x80\xe1\x1d\xb6\x67\x54\x50\xc5\x1c\xb7\x24\xf7\x14\xf9\x8b\x6b\x51\x1b\x57\x9a\x66\xf5\xae\x04\x2e\x73\xf4\x64\x23\x0c\x2f\x17\xd0\x9c\xad\xe0\x68\x8b\x79\x66\x61\x1a\xd4\xb9\xf2\xd8\x8b\x17\x79\x68\x97\xb5\x8e\x33\xfa\xbf\x2d\xb6\x7c\xc2\x5e\x54\x3e\xf4\x05\x70\x5d\x2b\x0d\xf5\x51\x7c\xbc\xd2\x35\x30\x5d\x27\x4c\x16\x73\x65\x6e\x4d\x66\x66\x66\x22\x11\xf7\xa6\x75\x61\x7c\x86\x10\x83\xd6\x77\x61\x3f\x1b\xd2\x93\xb8\x65\xb5\xa0\x69\x43\x8b\x30\x0b\x39\x93\x31\x30\x1c\x8b\xdc\xd8\x8d\xa0\xf6\x24\x7e\x31\x0b\x40\x42\xf8\x11\xa1\x65\xb1\x50\xb6\x7d\x80\x38\x43\xa5\xfd\xb9\x3a\x5b\x01\xb5\x00\x10\x1a\xc4\x31\x7a\x01\xac\xfe\x8f\x23\xb0\x94\x14\x8f\xd1\xe4\x13\xb1\x03\x41\xea\xcc\xb8\x92\xc4\xbd\xc8\x76\x05\x38\xd5\xa1\x5f\x95\xe0\xc5\x86\xc9\x62\x02\xcc\xa3\x76\xa7\x9c\x2b\x1e\xc7\x94\x91\x8d\xc5\x05\x17\xca\xce\x71\xa6\xdf\x97\xfa\xbe\xcf\xb0\x3d\x14\x3b\x8b\xab\x3a\x4d\xb8\x5a\xe0\x09\xf2\x19\xd0\xb3\x81\x70\x76\x17\x8c\xa2\x5c\x2e\x1c\x5b\xda\x93\xb4\xd3\xed\xf7\x57\x16\x3c\x4c\x97\x8b\x72\x69\x2b\x9a\x54\xc0\xd1\x4b\x4f\xac\xe1\xfc\x64\x84\x5c\xca\x98\x45\x77\x0c\xdf\x05\x3c\xb0\x96\xd7\x50\x4e\x76\xb6\xee\x43\xd6\xda\x19\xf0\x6b\xc5\x3e\x0e\x19\xf9\xda\x19\x52\x1f\xf6\xf1\xb0\xbb\x86\x85\xf8\x28\xe8\xdd\x9e\x66\x3d\x2f\xfc\xae\xd3\x8f\xd2\x84\xe1\xd9\xaf\x0d\x22\xec\x04\xde\x47\x3f\xa8\x73\x61\xb5\x0b\xa3\x87\xf7\x30\xdd\x82\x50\x7f\xca\x18\x01\xec\x53\x43\x3d\x25\x9e\xd2\x03\xda\x35\x65\x67\x8a\x59\x73\x6f\xc2\x5e\xe0\xc4\xca\x5f\x90\x0b\x98\xd4\xf5\x09\xae\x12\xd3\xea\x21\x12\x84\x3a\xcc\x0b\x53\xd1\xfc\x72\xc3\x48\x5c\x2f\x63\xee\xb3\xf6\xcb\xb7\x12\x52\xe1\x1e\xc3\x76\x82\x51\xdc\x25\x16\x60\x33\x39\x02\x67\x24\x7d\x2e\x44\x13\xfc\x07\xdb\x78\x23\xfb\xd6\xbe\x68\xba\x28\x2d\xe9\x3c\xb5\xbf\x33\x9d\xcd\x95\x2d\x8d\x5c\xc2\x39\x4a\xf4\xd5\x8b\x0a\x32\x73\xc8\xe6\x0f\x66\x2a\x04\xe3\xad\x2a\x23\x88\x7d\x7a\x5a\xef\xfa\x2e\x00\x38\xa4\xa5\xc3\x80\x82\x0e\x84\xaf\xcd\x18\x1e\x66\x82\x6f\xf1\x98\xaf\x53\xff\x26\x89\xe9\x14\x59\x58\xa6\xe1\x20\x6b\x2e\x2f\x81\x2f\x7b\x55\x9a\xcd\x28\x20\x15\x9f\x2b\xd3\x79\x6c\x25\x21\x7b\x82\xfa\x65\xae\xde\xeb\xdc\x92\xb4\xe4\xbe\x3f\x6c\x68\x9f\xba\xed\x85\x13\xa7\xa4\x3f\xbc\x85\x43\x9b\x62\x2e\x48\xb7\xe6\x8e\x16\x48\x97\x24\xa6\xa5\x9d\x2e\x33\xff\x51\x11\x57\x73\xf5\xdf\xa6\x7b\xe0\x3a\xc5\x95\x1d\x56\xbd\xc2\x25\x0c\x23\x08\xc1\xaa\x8f\x58\xe8\xcb\x7f\x7b\xf5\xf1\x15\xa6\x37\x95\x39\xe8\x01\x4f\xaa\x07\x88\xd3\x97\x28\x93\x04\x90\x00\xf6\x0b\x1c\xc7\x91\xaf\xa2\x17\x09\x47\x97\xba\x85\xaa\x9a\x18\x43\x16\xfa\x30\xc7\xfa\x8c\x45\xbc\x88\x36\x47\xd6\x96\xa3\x6d\xcc\x9e\x7e\x34\x7c\x98\x87\x64\x2c\xad\x76\x89\x05\x73\xe1\xcc\xb6\x8e\xf4\xb5\x32\x5f\xcc\x27\x80\x03\xfe\xa6\xae\x37\xe6\x38\xa9\x71\x72\x22\x12\xa7\x6a\xe7\xb9\xc7\xad\xda\xa7\xbf\x71\x52\x94\x42\xf1\xad\x88\xd9\x0b\x48\xc4\x7d\x61\x07\x7f\xae\xd2\xe5\x34\xd9\xad\x0a\x62\x0e\x34\x9d\x32\x05\x5d\xbc\x3d\xa7\xdc\x22\x6e\x5e\x93\xf6\x74\x76\xe7\x45\xab\xdd\xd6\x71\x7d\xe3\x6a\x1a\x6e\xb0\xa0\x8f\xcb\xf5\xce\x75\x15\x95\x57\x15\xe8\xe0\xf9\xdd\x84\x2d\x33\xae\x40\xd2\x28\x0e\x8d\x2a\xbf\x3a\xe1\xf2\x8c\xb4\x7c\x36\x33\x4f\xf1\x64\x07\x19\x38\x93\xb9\x42\x0e\x43\x20\xbb\xdf\x45\x89\x8c\xd8\x3a\xe3\xe9\xa6\x66\x07\x89\x7b\xa1\x0a\x50\xc6\xbe\x12\x3c\x3f\x0c\x2d\x91\xd5\x4b\x60\x83\xe3\x59\x33\x05\xb7\x0f\xae\x6a\xac\xd3\xd0\xbc\x8e\xa3\x05\x10\x92\x22\x5e\x8c\x63\x9c\xda\xcb\x8b\x5c\x61\xdb\x24\xea\x37\x88\x00\x9b\x8f\x63\xb6\xd6\x7d\xf0\x03\xec\x57\x22\x43\xb2\x98\xda\x43\x21\x13\x8e\x5c\xe9\x20\x8a\xdc\xb3\xaa\x15\xc9\x3d\x6b\x94\xf7\x5c\x53\xe0\x0d\x3d\x15\x36\x11\xc1\x6d\x1c\x13\x52\x2e\x05\xfa\x4c\xf6\xc7\x72\xa9\x13\xcb\x3f\x7a\xf6\x96\xe9\x0c\xa4\x7f\x0a\x4d\x7f\x92\x71\x97\x75\x20\x55\x2c\x7e\x39\x88\x04\xa8\xff\xa0\xb7\x66\xb3\xa9\x26\x50\x98\xa9\x7f\x2c\xec\x4e\x99\x30\x87\x70\x61\x6f\xc6\x8d\xa7\xf2\x3a\x58\x78\x96\x14\x1b\x40\xf0\x62\x92\x8c\xef\xd4\x2d\xdf\xb1\x68\xc3\xd5\x3a\x70\x4d\x00\xa0\x52\xa4\x3a\x43\x89\xdc\x7b\x60\xdb\xd4\x99\x25\x59\x20\xea\x00\xca\xd4\x71\x81\x04\x04\xc8\x6b\xcb\x0f\xc0\xd7\xeb\x4c\xac\x21\x91\x74\xae\x2a\xe4\x27\xc0\x34\x6a\xd5\x79\xb0\x9e\x3e\xee\x88\xa7\x21\x60\xea\xba\x0d\x16\xd9\xce\x65\xde\x93\xbe\xb4\x5f\xcf\xf5\x6e\x9d\x30\x29\xa6\x13\xf6\x95\x4f\x0a\x10\x91\x56\x2e\x75\xbf\x23\x6f\xbb\xe6\xf2\x67\x7b\xae\x0e\x4d\xa6\xa6\xf6\xb6\xc3\x6f\x0d\x95\xea\xd6\x49\xd3\xcb\x7d\x50\xf0\xa2\x1c\x71\x06\x9d\xf0\x82\x27\x7a\x7d\x62\x5e\xbe\xc6\x77\xfb\xe6\xf5\x09\x22\xf6\x2d\x4b\x9e\x79\xde\x9c\x9c\xa6\x6e\xcf\xa2\xdf\xd6\xd7\x7b\x1d\xc8\x89\xee\x76\x20\x3f\x85\xa9\x6e\xa9\x90\xf6\xfb\x90\x93\x0e\x7a\x9f\x9e\x6f\x1a\xeb\x22\xb6\xb8\x7a\x4a\x0d\xca\xeb\xd7\xd8\x96\x1d\x20\xcd\x74\x5c\x46\x22\x36\x2b\x17\xee\x43\x88\x48\x72\x2c\x43\x95\x4d\xb2\xed\xa0\xad\x50\xa5\xc1\xa9\xfb\xa9\x7c\x0e\x83\xd8\xe9\x5d\xf7\xdf\x76\xf8\x1b\xac\xc5\xd7\xd6\xe9\xe1\xfa\xc4\x7e\xca\x46\x9e\x53\xae\xfa\x2a\xa7\xbc\xce\xe4\x5a\x2a\x5e\xe8\x8c\xbd\x74\x5c\x02\xaf\x9c\x10\x5d\xb7\x85\x30\x72\x9b\xa8\x74\x11\x6e\x13\x9f\xd4\xf0\x68\x9b\xa4\xe6\xa9\xbc\xe0\xdb\x34\x64\x69\x76\x32\xff\xd4\x33\x09\x76\x82\xb3\x4d\xc0\x77\x2a\x73\x9f\x37\x3b\x57\x14\x71\xc0\x71\xd3\x59\x28\x33\xd0\x79\x36\xa7\x65\xb1\x78\x24\xf3\x18\xbe\x3c\xce\xf1\x44\x30\x84\xf7\x3c\xed\xe7\x72\xe2\xe4\x72\xc0\xc4\x41\x72\x47\x78\x4b\xa5\x3a\x3f\xfb\x85\x7c\x46\x72\x4b\xd7\x43\xe7\x57\xe7\x36\x50\xe4\xef\x83\x95\x0b\x16\x0c\x04\x92\xda\x62\x22\x16\x5e\xed\xdd\xb6\x66\x4e\x71\x4b\x00\x75\x92\xe8\x32\x66\xb4\xa9\x51\x18\x3e\x9b\xe2\xe9\x08\x2c\xd3\xd3\x69\x57\x62\xd9\x48\x81\x71\xb7\xff\xc0\x7b\xed\x2b\x10\x7e\xeb\xd8\x81\x7b\x97\x3e\xf5\xec\xb3\x0d\x3d\xf5\x34\x8c\xbd\xdb\x8e\x47\x8d\xbd\xf3\x82\x03\xe5\xe5\x38\x07\x29\xdc\x47\x65\x9c\xc0\x7a\x0b\x03\x08\x2d\xa4\xdc\x95\xc0\x6c\x7e\x77\x70\x75\x96\x07\xa2\xbf\xaa\x94\x67\x42\x15\x0b\xa8\x71\x5c\x65\x50\xc9\x25\xbc\x5e\x31\x98\x06\x39\x82\xff\x7c\xa3\xd1\xbf\x6f\xf9\xad\xfe\xc2\xae\xc9\xa7\x65\xf6\x2b\x09\x20\xde\xfc\x8e\xbd\x94\x80\x39\x0a\x62\xa1\x6e\xe0\x3a\x86\x8b\x3e\xe8\x11\xbd\x17\x7c\x50\x65\x6b\x1f\xf4\x41\xbe\xf5\x10\xaa\x86\x52\xc8\xbd\x47\x59\xf9\x66\xab\xb5\x7f\x0b\x34\x2f\x2e\x2a\xff\x06\x7e\x62\x33\x7e\x09\xfb\xab\xc8\xb4\xcf\xc0\x42\x67\x55\x58\x70\xaf\xbd\xfe\x78\xb9\x6e\xb4\xc7\x51\x28\x3a\x54\x4a\x85\xbf\x10\x85\x18\x7a\x14\x96\x3b\x7b\x1d\xe9\x08\x21\xa5\x22\x5a\x74\xc8\xe2\x0c\x6a\x4a\x70\xf1\x0c\x65\x6e\x64\xed\x30\xb3\x0b\xf4\x18\xfc\x15\x94\xda\xb4\xe5\x29\xe1\xfb\x08\xca\x5d\x0f\xde\x4c\xe1\x23\xfe\xfc\xa7\xbf\x4c\x65\x47\x92\x35\x34\x7d\x2c\x5c\xca\x35\xfe\x5d\x26\x85\x8a\x21\x18\xcb\xe3\xa6\x62\x9b\xaa\x78\xe7\x2b\xdb\xb3\x99\x86\x4f\x92\x91\xdd\x7e\xd4\xe6\x0b\x9c\x44\x9f\x20\xa2\xef\x37\x59\xb7\x7c\x2b\xf1\xbe\x2e\x53\x22\x5f\xc4\x3b\xc5\xb7\x32\xfa\xa4\x6d\xdc\x49\x91\xc4\xd0\x44\xaa\x7d\x5f\x54\x2a\x16\xd1\xdd\x58\x9b\xe0\xd1\x7a\x13\x22\xba\x63\xdf\xdf\xbc\x3f\x47\x79\x61\x99\xcf\xd5\x05\x2f\xe4\xbd\xb8\xcd\x12\x17\x0e\x20\x98\x74\x96\xd8\x35\x52\xe5\x3f\x0f\xb8\xb6\x2c\x59\xba\x35\x1c\x42\x79\x8a\xed\xee\x68\x59\x46\x77\xa2\x38\xce\xb8\x8a\xf5\x16\x3f\xe3\x38\x2f\x57\x2b\xf9\xcb\xb4\xe0\x59\x87\x56\x05\xfa\x11\x3e\xa3\x9d\xeb\x15\xc8\x0a\x6f\xf3\xa2\xa9\xfb\x00\x89\xd6\xa4\x6b\x5f\x31\x6e\x31\x2f\x90\x6f\x05\x90\x8d\xb2\xaa\xce\x0b\x94\x82\xb9\xcb\x20\x87\x9a\xe7\x94\xc1\xa0\x49\x6c\xfd\x63\x60\xdc\x7f\x0c\x5a\x55\x15\xfc\xb7\x8d\xf2\x12\xa3\x5b\x7e\x87\xf7\xc3\x75\x26\xf2\x7c\xc2\x72\x0d\x2d\x9e\x2b\x9b\x0b\x60\xf3\xd5\x00\xf7\x02\x74\xc5\xc9\x8e\x45\x3a\x75\xa0\x75\xfc\xae\x8d\x7e\x00\x3f\x7d\x98\xa9\x0b\x22\xda\xa5\x2a\x64\xc2\xf8\xaa\x20\x27\x3e\x68\x33\x58\x2d\xb6\x7c\x3a\x57\x10\x8a\x8d\xe0\xf3\x01\x22\xe1\xc2\x2f\xee\x23\x72\xb6\xe2\x91\x4c\x64\x41\x8c\x71\x90\xe4\xc5\xcd\xf7\x9a\xf3\xc0\xf4\x65\xc6\x77\x3c\xf1\x17\x2b\x9e\x94\x3e\x39\xf9\x28\x17\x3d\x8c\xa4\x32\x5f\xa0\x83\xe0\xf9\x16\xb8\x47\x01\xca\x30\xf8\x80\xec\xed\x33\x53\xf9\x45\xed\x14\xfd\x5d\xf8\xbf\x95\x7b\x78\x9f\x55\x70\xc0\x85\xfc\x90\xc3\xb1\x79\xe5\x76\x02\xe6\xde\xce\x90\xb1\xc5\x07\x57\x4c\x71\x9f\xfe\xeb\x8e\x47\x88\x99\x74\x5c\xfa\xa7\x56\x76\xae\x59\xc3\x88\xde\x6b\x37\x12\x3f\x91\x3b\xa3\x8b\x52\x7f\x48\xf3\xad\x37\xfe\x52\xeb\xe4\x50\x8f\x3c\x91\x62\x48\xad\x16\xa0\xc4\x7c\xc8\x75\x12\x27\x80\x73\x6c\x9d\xbd\x75\x31\x77\xc7\x51\x5f\xd5\x6f\x23\x38\x18\x35\x01\x36\x32\x68\x44\x0f\x52\x3c\x4f\x5b\x40\x17\x23\x11\xef\x50\x06\xa2\xb5\xac\x69\xdf\x0c\x11\x04\xfc\x28\xdc\xb7\x11\x78\x7c\x6b\x2d\x1c\xe5\xac\x43\xdd\xe4\x5a\x55\xce\x71\x17\xf2\x7d\xbb\x7e\x0c\xea\xb6\xfd\xb9\xe5\x8a\x3c\x7f\x64\xc5\xcf\x55\x60\xb1\x23\x27\x9d\x4d\x29\x70\xbd\xd6\xe6\xcf\xab\x4c\xc3\x83\xfd\x79\x87\x88\x3a\xf4\xee\x9c\x6f\x43\x79\x46\xc0\x82\x44\x7a\xbb\x94\xca\xb2\x42\x90\x93\x1b\xae\x1a\x33\xcb\x99\xeb\x02\x12\xf6\xca\x80\xa2\x3d\xb5\xbe\x77\x66\x4e\x48\x3f\x1c\x6e\x59\xfb\xae\xe3\xe1\xfd\xee\x69\xf5\x27\x3a\x22\x8d\xf5\x2f\x30\x07\x48\xf2\xc0\x77\x39\x48\x98\x0b\xb3\x2b\xae\xd0\xb1\x5b\x6d\xff\x24\x30\x3f\x2c\x1f\xf3\x5c\x41\x0f\x21\x5f\x97\xdd\x48\xcd\xce\x0a\x13\x30\xb1\x62\xed\x9e\x6b\xed\x45\xde\xde\x39\x9f\x27\x56\x93\xf5\xc6\x6a\x30\x08\xfd\x3f\x23\x3c\xd3\xe3\x04\x3e\xd0\x17\x1d\x1c\x93\x68\x31\x12\x4c\x08\x12\xb7\x5c\x88\x7a\xc2\xb6\x5c\x2a\x5a\x06\x28\x88\x19\x8b\x65\xb9\x5e\x77\xba\x48\x7f\xfd\xb1\x96\xea\x3a\xf9\xa7\xf7\x85\xf7\xb2\x05\x3e\x85\xb7\xf8\xcc\xd6\x84\xee\x6b\x73\xef\xfb\x34\x0e\xe2\xcf\xe8\x8d\x6f\x0d\x89\x35\x26\xd1\xd3\x78\xe3\xcf\x86\x78\xe3\x2d\xb6\x0b\x52\xec\xe8\x3a\x6d\xf1\x37\xbf\xb9\xe9\x3f\x8d\x9b\x7e\xd0\xa4\x40\x5a\x9d\x85\xac\x1a\xe8\x3d\x2d\x7c\x24\xf3\xa4\x23\x63\x86\x56\x21\xbb\x9b\xd9\xdd\xe3\x9c\x2d\x79\xf4\x0c\x54\x94\x70\x3a\x1e\xee\x0f\xdc\x03\x7e\xb9\xd6\x5b\xc1\xa0\xaa\x1c\xa5\x94\x18\x65\x31\x4e\x00\xad\x6a\x3e\xd0\x23\x46\x08\x8f\x02\xc7\x29\x22\x57\x62\x6f\x54\xbf\x54\xe2\x81\x99\xd3\x6a\x12\xc2\xf7\x82\xe1\x01\x8d\xbd\x57\xc6\x3a\xac\x60\xfd\x1d\x65\x46\x26\xd6\x3c\x8b\x21\xc3\x84\x96\x64\xc2\xa3\x3b\xf3\xdf\xd0\x3e\xaa\x91\x20\x86\x36\x5b\x1f\x61\xaf\xbe\x34\xa9\x22\x24\x23\xb4\xac\xea\xae\x7d\xf8\x7a\xce\x78\x94\xe9\x1c\x9d\x46\x4e\x9a\x1a\x32\x9c\xc1\x80\xbd\x97\x71\xc9\x13\xac\xb1\xd3\xd3\x3e\x16\xbe\x56\x07\x1c\x05\x2a\x72\x4d\x34\x1b\x0d\x07\x72\x44\x41\x37\x4e\xe7\xea\xad\x0b\x98\xbc\x61\xb7\xb9\x20\x94\x59\x6e\x79\xf8\x7b\x5b\xfa\x6c\xe6\x43\x03\x13\xd8\x69\x43\xf4\x74\x80\x05\x59\x07\x1d\x91\x77\xf7\xc4\x1e\x42\xd3\x43\x06\x65\x34\x31\xf3\x59\x20\x65\xef\xbb\x05\xef\x09\x99\xe0\xf1\x2e\x64\x43\x94\x8a\x41\x94\x8e\xf1\x78\x2b\x95\x59\x04\x56\x2e\xd5\x9d\x34\x56\x39\x01\x21\xc7\xa0\x2a\x96\x24\xb5\x4d\x30\x67\x4a\x18\xe3\x92\x67\x32\xd9\xc1\x7d\x22\xcd\xc4\x51\x50\x4f\x30\x3e\x94\xf1\x04\x1a\x10\x44\xe3\x52\xe6\x62\x55\x26\x78\xeb\x80\x7b\xb9\xfb\x00\xda\x91\x6e\xcf\x26\xc6\xe0\x28\x48\xcb\x27\xa8\x18\x15\x32\x9f\x22\x7b\xa4\x11\xad\x1c\x17\x71\xf3\x6c\x9d\x19\x80\xdc\x37\xfa\xc1\xa6\xba\x3d\x70\x8f\x65\xee\x3a\x5d\x9f\x2c\xca\xd2\x6f\x87\xda\x1b\xa0\xdd\xa7\x02\xca\x3d\x17\x5a\xa3\xdf\x44\xec\xf6\x26\xa9\xe0\x73\x48\x64\xda\x7b\xae\xcb\x1c\x33\xe6\xcc\x58\xc2\xf9\x65\x1d\x1d\x55\xc7\x35\x73\x5f\x27\x73\xad\xd8\xbc\xfc\xf2\xcb\xdf\x0b\xf6\x25\xa4\x10\xd2\x7d\x04\xe3\x63\xc0\xd7\x89\xa5\xc3\x96\xed\x2a\x10\x48\xe6\xd9\x18\x11\xd6\x06\x51\xb5\xf9\xfa\x00\xf2\xe4\xd1\x86\xe5\xe5\x12\x11\x8c\x9c\x42\x2c\x5c\x39\xde\xef\x73\x0d\x60\x44\x3c\xd9\x6d\xeb\xff\x1f\x09\x28\xa0\xec\xca\x5c\xa5\x1a\xa9\xe9\x01\xfa\xb9\x14\x6c\xcb\xb3\x3b\x50\xd1\x45\xf7\x3c\x50\xf1\xbf\x94\x62\x5a\x0d\x2f\xbc\xaa\xb4\x87\x02\x3a\x48\x39\xcd\xb2\x52\x29\x2b\x0b\xc6\x8c\x61\xea\x7d\xfd\x93\xb9\x5a\x96\xe1\xdd\xb3\x12\x2c\xf0\x53\x0b\x02\x06\xb0\xd9\x6a\xe0\x0a\xa1\x46\xf1\xdc\xb7\x6b\xca\x06\x44\x0d\xe6\xea\x89\xc3\x06\xfb\x1c\x7e\x97\x64\x83\x59\x67\x5e\x90\xaf\x00\x9f\x1b\x2a\x57\xc3\x70\xe0\xb4\x07\x23\xe7\x12\xe4\xab\x27\xec\x7b\x79\x2f\x26\xec\x3a\xe5\xd9\xdd\x84\xbd\xc5\xf0\xdf\x1f\xf4\xb2\xcd\x87\xd7\x20\x94\x38\xd8\x8f\xf7\x38\x37\x56\x1f\xd1\x4a\xbb\xf5\xff\x53\x83\x18\x80\x75\xc5\xbe\xff\x67\x22\xf2\x3a\xb8\x3e\xfe\xd9\x3d\x11\x7b\xc2\xd4\xbf\x81\xd7\xfe\x29\x6f\xc5\xfd\x34\x1f\xbf\x0b\xff\xd7\xee\x5f\xd6\xe2\x02\xdb\x93\x76\xb9\x56\x54\xda\xaf\x2b\xb1\x59\xc6\xf5\x43\xb9\x99\xdf\x3c\x6c\x29\x50\xfa\x78\xec\x52\xdb\x47\x80\xee\xe9\x55\xdb\x5f\x27\x89\xce\xcb\xac\x7f\xf1\x5f\x55\x5b\x6d\x6b\x6f\xa1\x5a\x85\xc9\xb6\x5d\x0a\x60\x2d\x18\x0a\x3f\xc1\xc7\x16\xff\xad\x97\x0b\xc0\x5a\x1d\xb6\xc2\xdb\x8a\x73\x04\xce\x3a\xaa\x34\xd5\x9f\x90\xd7\xa9\x00\xc6\x29\x6f\x8a\xfa\x80\x40\x6d\x86\x39\xd7\xc8\x5c\x59\xce\x7b\xcc\x98\xcd\x32\x01\xe4\xdc\x99\x00\xa9\x45\x46\x1c\x83\xc9\x2e\xb0\x88\x82\x9b\x8f\x07\xc5\x84\x59\x6e\x90\xac\x4a\xf7\xad\xa5\x10\xca\xf5\xf6\x18\x53\x02\x88\xa8\x6b\xbd\x4f\x68\xb7\x07\x61\xa5\x0f\x3a\x64\x61\x1b\xef\x05\x77\x41\x30\xb9\xd7\xa2\x08\x76\xf3\x9a\x69\x51\x59\x9a\x95\x08\xd5\xaf\x0a\xf1\xdf\x1a\x83\xae\x91\x73\x55\x1c\x28\x83\x62\x7a\x4f\xe1\x2f\xbf\xe4\xc5\x06\x2f\xb4\x5b\x5d\x08\xdc\x33\x91\x25\x08\xe7\x0b\x7a\x9d\x97\x89\x5e\x82\xc6\x61\xd1\xc3\xe1\x18\xd1\xd2\x1e\xd4\x75\xcd\x01\x1b\xb2\x33\x98\xdd\x04\x32\x6d\x33\x91\x03\xe1\x4a\x33\x4a\x35\x14\x9f\x3c\xee\xd2\xdd\x6c\xae\xd9\xf4\xdf\x36\x2e\xdb\x4d\x51\x0c\xb3\xac\x01\xac\x7a\xfa\x88\x0c\x9a\x86\xc4\x08\x91\x45\x53\x18\x18\xf9\x62\x6b\xdf\x6b\xa5\xf4\xe7\x6a\x86\xbf\x04\x87\x00\xf7\x2a\x57\x0e\x0f\x4a\xaa\xc9\x6e\xfd\x61\xfa\x2a\x9b\x85\x08\x44\xf2\x10\x4c\xbc\x2f\x13\x2e\x03\x13\xc8\x6a\x54\x85\xcc\x04\x53\x80\x42\x98\xab\xbc\x5c\x1e\x79\x62\x12\x73\x8b\xbb\x07\x32\x9d\x5c\xa4\x1c\xae\x32\xc0\x57\x74\xd4\x72\x0c\xa3\x67\xd2\xab\xd5\x58\x02\x3f\x9e\xd0\xe6\x0f\xb9\x92\x98\x19\xef\xbe\xdd\x95\x63\x2e\x6b\x70\x8b\xb6\x70\x25\x3c\xec\xfa\xf6\x0b\xd0\xd3\x82\x0c\xcc\x2b\x44\x51\x7c\xee\x03\x3c\x8c\x86\x0e\x3d\xba\x21\x9e\x36\x57\xff\x6a\xcf\x86\x6e\x50\xf1\x88\x99\x6e\x7a\xc6\x1c\x51\x9d\x60\xe7\x4a\xdb\xec\x15\x32\x30\x02\xbb\x1b\xd5\x98\xf2\x6d\xa5\x72\x8b\x6b\x09\x45\x55\x34\xa5\xcb\xc2\xaf\xf7\x32\x0f\xe8\xd6\xa1\xb6\x6b\x21\xd8\x9b\x4c\xac\xde\x7c\xcc\xc4\x6a\x61\x47\x7a\x0a\x1f\x34\x35\x5f\xd4\x24\x5d\x1f\x38\x39\xf2\x54\xab\x76\xf2\xc3\x3d\xe4\xa4\xb5\x4f\xc2\x72\x82\x6f\x92\x2b\xe6\xf5\x65\xcd\xf7\x00\x03\x84\x88\xeb\x6c\xf0\x8d\x96\x7d\xf2\x63\xae\x0b\x09\x36\x00\x6a\xd5\x21\x43\xfa\xcf\x7f\xbc\x55\xfa\x6c\xc8\xf1\x76\x53\x85\xcc\xd8\xcd\x9e\x2b\x77\xe0\x75\xe3\x42\x3f\x2d\x3a\x1d\x06\x30\x4f\xf9\x83\x22\x1e\x9b\x51\xae\xa7\x61\xc7\x5a\x0d\x40\x14\x1c\x6b\x0d\x0c\x9c\x5f\x65\xca\x7a\xfa\xa4\x53\xb2\x9c\x04\xfa\xff\x3c\x49\x42\x4d\x0b\x1f\x69\x9b\x2b\x9f\x97\x6a\xac\xd6\x24\xb1\x2e\xbc\x8a\xbd\xe1\x24\x87\xf3\x82\x17\x62\x62\x49\x57\x88\xae\x90\xe2\x61\x47\x4b\x0e\xe2\xd2\x4e\xc5\x6c\xdf\x6a\x7e\xaa\x4b\xe4\xaf\x2c\x2f\x7a\x4f\xe4\x19\xab\x5d\xdc\x89\x06\x9c\x79\x6f\x5b\xdb\x23\x1d\x01\xa5\x04\x2c\x66\xbb\xcb\x46\x3c\xcb\x2c\xca\x9f\x6a\x65\x96\x70\x3c\xbc\x95\x74\xb4\x73\x23\xa2\xbb\x54\x4b\x35\x7a\x2f\xaa\x50\x5c\xc0\x64\x2f\x98\x2f\xcd\xdd\x0e\x07\x1d\x8e\x15\x7b\x12\x3f\x24\x07\x78\x85\x85\x86\x7a\x32\x36\xce\x9c\x56\x75\xf7\xb4\x7b\x6a\xff\x85\xf0\x67\xc3\x33\xf8\x62\x5b\xe2\x43\xb5\x53\x85\xb7\x38\x76\x2a\x4c\xa0\xbc\x91\xfd\x35\xb0\xb3\x39\xab\x50\x18\xb6\x76\x29\xb8\x20\x7f\xf3\x0c\xfd\xe6\x19\xfa\x1f\xee\x19\xfa\x94\x6e\x21\xc0\xc6\x3c\xa7\x4f\xa8\x27\x40\x7e\xc0\x72\x74\xb5\x8e\xce\x71\x6c\xb5\x8e\x27\x81\xec\x76\x90\xe9\xd8\x04\xfa\x5b\x22\x0c\xd3\x3f\x4b\x1e\xdd\x09\xd5\x19\xa3\xb7\xf4\x45\x9d\x0a\xa8\x4f\x8b\x60\x69\x63\x5f\x0a\xde\xee\x87\xb2\x78\xa8\x13\x91\x06\xb7\x11\x82\x98\x75\x02\xb6\xa7\xf9\xf0\x23\x00\x8d\xe9\xcc\x11\x5b\xe7\x94\x85\x87\xc1\x48\xa4\x49\x42\xb0\x54\x8d\x0a\x7a\x28\x26\xce\x56\xbc\x48\xb5\x4e\x5a\xa1\x71\x4f\xda\x81\x8d\x44\x99\xa1\x9d\x77\x86\xc6\x68\x1e\x02\xc6\x6c\x2f\xfa\xa4\x0b\x9f\xa2\x81\xf9\x18\xa0\x85\x01\xb3\x29\x2e\x21\x97\xd2\x77\x47\x20\x70\xc8\x9d\xc3\x85\x30\x62\x4b\x11\x71\x90\x5e\xb5\xe0\xbd\x88\xbb\xec\x93\x90\x14\xa9\x91\x0e\x92\x37\xeb\xe9\x88\x5a\x42\xb9\x0b\xd9\x26\x7c\x31\x76\x71\xd5\x2c\x04\x0b\x2d\xc7\x96\x5b\x24\x89\xa5\x5d\xdc\x27\x29\x6c\x39\xa6\x17\xa0\x7f\x38\xec\x84\x6b\xdd\x77\xce\xa8\xa0\x13\x28\x67\xf8\x46\xfa\x3d\xa4\xe3\x6c\x07\x22\x77\xe6\x6a\xe6\x94\x66\x3d\xf6\xcb\x21\xf7\x30\x5c\x8a\x98\xc5\xc6\xd0\x20\x97\xa3\xbf\xb9\x4c\x58\x5e\x46\x1b\x60\xab\xac\xee\x53\xe1\xbe\xd5\x5c\xb1\x93\xb9\x32\x17\x22\x70\xb5\x6c\x39\xe4\xc5\x3f\x18\x63\x35\x97\x7f\x15\x0e\x9e\x45\xe4\x5d\x21\x22\x0b\x2f\x4e\x5a\xb5\xa2\xd7\x2c\x71\x28\x02\x2c\x3c\xa6\xa4\x4c\x63\x5e\x88\xe9\xdc\xa3\x6d\x24\x7a\x3a\x2d\xca\x83\x4c\xe6\x3c\xfc\xb0\x10\xc7\x58\xdb\x69\x13\xb9\x12\xd1\x2e\x6a\xe8\x00\xf5\xd3\x44\xfc\x76\x6d\xfb\x75\x5d\xdb\x90\x65\x17\x73\x06\xc7\x74\x2d\x35\xf5\xca\xbf\x7e\x58\xe7\x0a\x16\xb4\x24\x1f\xd1\xcf\x9f\xf0\xda\xd9\x62\x03\x8f\xb3\xe7\x07\xdf\x83\xfa\x8f\x33\x7f\xb1\xf5\x87\x75\x40\x81\xd0\x30\x0b\xc3\xe0\x62\x11\x4e\x1d\x63\xd0\x0e\x0e\xeb\x77\xb3\xcc\xfc\xaa\xc0\x49\x43\x2e\xae\xc6\xe2\x76\x70\xa5\x0b\x6b\x69\x2b\x81\xe7\x5d\x8f\xc5\x1d\xb0\xba\xf3\xe2\x45\xee\x7a\xbd\xba\x03\x5a\xec\xff\x4c\xed\x0e\x4a\xc0\xdc\xa5\x62\x51\x66\xc9\x41\x70\xe3\xdb\xab\xf3\x63\x67\x6d\x80\xe5\xdc\xa9\x7b\x54\xd4\xc4\x99\xad\x2a\xb0\x88\x09\x0e\x1a\xe9\x84\x2d\xcb\xd5\x0a\xf4\x4b\x08\x18\x6a\x37\x23\xd0\x86\x2f\xf3\xc2\x9e\x27\xc8\x34\xc3\xf3\x62\xae\xb4\x12\x6c\xfe\xc5\xf1\xfc\x0b\x73\x94\x65\x3c\x2a\x44\x86\x24\x03\x09\xcf\x0b\x96\x8b\x35\x98\x5a\x54\xe9\xed\xd5\x39\x64\x25\x16\x1b\x2c\xce\x5d\x59\x31\xdf\x13\x39\x9f\x41\xeb\x07\x08\xaa\x55\xa0\x79\x05\x6d\x7f\xc9\x73\x26\xd5\x5c\x7d\x34\x45\x1c\xaf\xb5\x5e\x27\x62\x6a\x07\x64\xfa\x96\x5c\x8f\x1f\x5f\x61\x0b\xe0\xf5\x10\xd6\x6f\x0e\x44\xae\xb4\x92\x11\x4f\x20\x21\x67\xae\xc0\x6a\x9e\x98\x8f\x01\xd7\xe8\xfc\x8b\xe9\xfc\x0b\x06\xe1\xd3\x82\xf1\x28\x12\x69\x21\x62\x14\x17\x3d\x53\x2c\x05\xfc\x62\x24\x26\xac\x10\x7c\x9b\x5b\x4a\x67\x96\x9a\x3b\x26\x5c\x0d\x99\x54\x84\x74\x5a\x4a\xc5\xb3\x1d\x82\x99\x50\x2e\x9c\x92\x3f\x76\x73\x25\x7e\x01\xfa\x4f\x09\x0c\xa0\x65\xee\x68\x69\x48\x98\xc0\x7c\xf2\x4c\xed\xa6\xec\x7b\x64\x68\x40\x0a\xd4\xdb\xab\x73\x4b\x6f\x44\x39\xa0\x73\x95\x47\x1b\xb1\x15\xec\xe3\xa6\x28\xd2\x8f\x13\xfc\xdf\xfc\x23\x44\x1c\x95\x66\xf8\xeb\x84\x99\x21\x32\x86\xaa\xc5\xcb\x27\x3b\x50\x71\x2d\x53\x92\x7c\x9f\x2b\xe0\x62\xcf\x42\x74\xaf\xe9\x6d\xa8\x31\xb8\x82\x57\x70\xe1\x66\x17\x07\x79\xc5\x37\xa6\x73\xfe\x17\x3b\x5b\xf9\x2a\x4d\x07\x5a\x75\x2f\xd7\x2a\x30\x48\x72\x48\xd9\x9a\x9a\x17\x66\x8a\x7d\x7f\x73\x73\xc9\xbe\x3b\xbd\xb1\xc6\xce\xed\xd5\x39\xce\x0b\xa0\x53\x61\x9c\xfd\xb9\x3e\xc4\x37\xbb\x54\xfc\xe5\xcf\x7f\x99\x2b\x66\x55\xc2\x95\xed\x69\x5c\xd1\x13\xa4\x84\x05\xbc\x13\x04\x66\x81\xca\x19\xea\x43\xc9\x1d\x6a\x7e\x86\xd6\xf9\x03\x79\x0b\xe0\x8c\x4a\xb4\xbe\x2b\x53\xe7\xe6\x0e\xed\x30\x53\xe1\xed\xd5\x39\x94\x0e\x74\x4a\xc5\x06\x14\xcc\x84\xf3\xbe\xc0\xc0\x73\xdb\x18\xf3\xdf\xf7\x5a\xc6\x8c\xab\x9d\x79\x17\x8b\x86\x69\x99\x89\x95\xce\xc4\xc4\x3e\x69\x0a\xe0\x85\x5c\xca\x44\x16\x3b\xd8\xa5\xac\xb2\x7c\x6a\x39\xf2\x4d\x01\xe6\x36\x43\x00\x6f\x33\xc1\x50\x48\xf6\xe5\x6d\x1e\x22\xc0\x61\xd0\x9c\x3a\x21\x5e\x74\xcc\xbb\xcb\x4c\xf0\x3b\x33\xbb\xa9\x84\xe9\x2b\x52\x6d\x15\x6f\xf0\x8c\x59\x95\x2a\xc2\xa9\x61\xda\x40\xb3\x9f\x6e\x4e\xc9\x2e\x90\xef\xb7\xe1\xf2\xd5\x4a\x46\x92\x27\xb4\x73\x2c\xcb\x15\xc8\xc6\xf0\x9c\x24\x8b\x10\x7c\x68\x0a\x81\x5b\x86\x95\xcc\xc7\x09\xb5\x14\x6b\x89\x80\xe3\x07\x59\x6c\x30\xaf\x60\x8a\xe3\xcc\x53\x99\x4f\x23\xbd\x85\xf5\x76\x0d\x53\x29\xa7\x4b\x2f\xe0\xc0\x6b\xf3\x9c\xbd\xb4\x50\xbb\x6d\x5a\xec\x68\xee\xbd\x62\x5b\xb9\xde\x14\x20\xe4\x02\xb5\x03\x24\x42\x6e\xd3\x04\x2e\x7d\x14\x61\xb4\x78\xdf\x5c\x6c\xb9\x2a\x64\xd4\x15\x53\x6a\x15\xe5\x1e\x86\xf1\x5c\xee\x8a\x7e\x3f\xde\x7b\xe2\xd9\xe7\x48\xa1\x1f\xec\xc8\xac\xbe\x21\xd3\x1e\x08\xf2\x32\x01\x81\x7f\x5d\xf4\x75\xdf\x15\xea\xe3\x4c\xed\x3e\x7a\x12\x52\xae\x02\xed\xab\x9e\xda\xed\xfa\xe7\x89\xa6\x51\x63\x7c\xae\x00\xd5\x69\x36\x0c\x92\x83\xed\x3d\x63\xdc\x91\x62\x46\xf6\xd2\x4e\x9a\x44\x2e\xa1\x6e\xda\x2b\x72\x96\x97\x29\xe4\x13\x14\x9a\xa5\x3c\xba\x3b\x2e\x95\xf9\x1f\xb3\x19\xe2\x72\xcf\x43\x72\xa2\xb9\xd2\x2b\x56\x16\xb8\x70\xec\x14\x06\xa7\x48\xe0\x0a\xf0\x17\xb4\xad\x28\x36\x3a\x76\x79\x61\xa6\x4c\xe8\x3f\xd3\xa2\x53\xa2\x97\x7e\xfd\x86\x5d\x9a\x0a\xcd\x24\xa6\xba\xb9\xfb\x7c\xa9\xd8\xc9\xbf\xfe\x2b\x3c\x6f\x3a\xf7\x9d\xd6\x6c\xa5\x35\xfb\x86\x4d\xa7\xd3\xff\xc4\xbf\x99\x42\xb9\xda\xd1\xbf\xb8\xda\x4d\x4d\x71\xef\x32\xbd\x7d\xb9\xd2\xfa\x15\xfd\x1d\x64\x93\xcd\x7f\xc8\x15\x7b\x69\x1e\xba\x85\xaa\x6e\xf4\xcb\x79\xf9\xe5\x97\x5f\xfd\xbb\x79\xf4\x15\xfb\x1b\x3e\x13\x3c\xfe\x8f\xb0\xa9\x5f\xed\x69\xea\x1f\xf8\x3d\x1f\xd2\x56\xf6\x0d\x9c\x35\xa6\x80\xde\x36\xca\xfc\xe5\x3b\xad\xa7\x70\xfb\x0f\x5b\x87\xc5\x9a\x27\xb0\x15\xc1\x53\xff\x19\x34\x9b\xd9\x76\xff\x7e\x4f\xbb\x11\x55\xef\x5a\x8e\xc5\xbf\xd3\xfa\xe5\x74\x6a\xf6\x2d\xea\x57\x6c\xf5\xcb\x57\xd5\x8e\x86\x0f\x68\xb6\xdf\xfc\x7c\x86\xcd\x7f\x7b\x7a\x7d\x72\x75\x76\x79\xf3\xe1\xea\xd5\x1b\xfb\x05\x7e\x04\x82\xf7\x99\x15\xb7\x76\x0d\xff\xdf\x7b\x1a\xfe\x9d\xb6\x6d\x86\x46\xbf\xf9\x86\xe1\x68\xa6\xcb\xe9\x3b\xad\xff\x36\x9d\x4e\xff\x41\x3f\x73\xb5\x9b\x98\x83\xc9\x3c\x93\xe2\x56\xfe\x9e\x67\xf9\x86\x27\xe6\x9b\x82\x36\xb8\x8f\x68\x2d\xd1\x16\x27\x57\xb5\xc2\x6e\xd5\xd6\x17\x07\x95\xc1\xc0\xc2\x53\xff\xdf\x37\x4c\xc9\xc4\x0f\x5f\x50\x07\x8c\xd3\x0d\x50\x4b\x44\x77\x6e\xb9\x38\x95\xce\xe5\x8e\xa5\xf5\x85\x8b\x79\x67\x3b\xab\x50\x60\xb6\xfb\xb9\x7a\xd1\xb2\xa3\x1f\x1b\xd3\x6e\x0a\x3f\x98\x03\xea\x85\xd5\x6f\xb7\xc7\x82\x53\xd6\xc2\x9e\x85\x40\x34\xae\x56\x45\x39\x6a\x6d\xf6\xa1\x3b\xf0\x02\xb2\x2a\x30\x3b\x5f\x1c\xbf\xa0\x44\x21\x5f\x45\x95\x48\x7e\xfe\xc5\x4a\xeb\xe9\x92\x67\xd0\xba\x5f\x8e\x77\xd3\xbf\xce\xbf\xc0\xef\x41\xe3\x03\x0d\x23\x28\x7c\xfe\x05\xfc\x0a\xd3\x61\xae\xfe\x70\xfd\xe1\x62\xae\xbe\xf9\xe6\x9b\x6f\xb0\xb7\xcc\xbf\x5b\x62\x2f\xe6\xb8\x82\xed\x16\xed\x94\x32\xb7\x92\x92\x62\x5d\x26\x3c\x9b\xab\xf6\x70\x4d\x2c\xfc\xa6\x39\xf1\xc1\x1b\x9a\x67\x13\xab\x6e\x01\x22\x65\x76\x8f\x43\xdf\xe4\xc7\xff\xdf\x34\xf9\x23\x99\x88\x6e\x93\x0f\xbb\x60\x6a\x27\xf3\x1b\x3b\x55\x4d\x67\x9b\xf9\xeb\xed\xac\x95\x4c\x04\x2d\x5c\x3b\xb9\x2f\x45\x96\x6b\xe5\xe7\x0c\x5d\x08\x80\xdb\x0c\x02\x00\xec\x1b\xf6\xfa\x3f\x6b\xbf\x9a\x71\xb0\x3f\x7e\x55\xd9\x09\x18\xf3\x45\xcd\xbf\x80\x56\xcf\xbf\x78\xc3\xe6\x5f\xb4\xcd\x9b\x6a\xc3\xa6\xd8\x94\xf9\x17\x13\x5f\x00\x34\xe3\x82\x6f\xb1\x90\xf2\xcb\x2f\x7f\x1f\x61\x13\x30\x75\x2d\x78\xd2\x34\xa9\xfb\xc1\xa0\x89\x67\xb5\xd0\x99\xed\x08\x9b\x02\xf9\x20\x92\xe4\xe8\x4e\xe9\x07\x54\xfa\x86\x38\x11\x65\x29\x33\x9c\x1e\xd5\xc1\x25\x6d\xb2\xda\x88\xdb\xa4\x4d\x57\x8d\x93\xb7\x83\x01\x9d\xab\x8f\x30\x75\xec\x88\x12\x1d\x11\xd0\x81\xba\x9a\xe0\x52\x43\x33\xc1\xe6\x58\xd0\x44\x98\x2b\x28\xc6\x8d\x39\x7b\x09\xc0\x2f\xfa\x94\x86\x65\x6d\x2f\x4f\x7f\xf9\xf3\x5f\x5e\xbd\x39\x64\x9c\xaa\xc5\x55\x86\x0a\xbe\x07\xcb\x78\x3d\xfd\xea\xf5\x57\xf9\xfc\x0b\xea\xf5\xf6\x2b\xf6\xb9\xcc\x8b\x1f\x6b\x16\xd8\x23\xe4\xc6\x8d\xe1\xf0\x5c\xc1\x0b\xdb\x54\x6c\xe6\xd0\xa0\xc5\x55\x35\xac\xa0\x57\xd6\xad\x03\x97\x33\x2b\xc4\x6e\xda\x3d\xca\xbc\x73\xfd\x85\x97\x2d\xf6\x90\xf1\x34\x15\x99\xf5\x95\x37\xc2\x19\xa0\x6a\x0e\xb5\xd8\xad\xbf\x6d\x33\x33\xd3\xa6\x56\x34\x3c\x06\x5d\x37\x6d\x1f\xb9\x8b\x32\x49\x3a\x47\x6e\xbf\x58\xf2\xc5\xed\xf9\xf9\xe2\xc7\xd9\xf9\xed\xa9\xfd\xfc\x56\xf1\xe1\xe0\xb1\xce\x3e\x71\x2d\xa1\x3e\x41\x5c\x55\x01\x58\xaa\x72\x2b\x32\xcb\x14\xe6\xbf\x1a\x71\x24\x65\x92\x54\x85\xa9\xe7\xea\x23\x95\x03\xdb\x40\xa9\xa4\x35\x53\x7a\x3b\xae\x5a\x3f\x3c\xf6\xd1\x14\xfe\x11\xdf\x3d\x62\xfe\x23\xde\xb0\x0b\x57\x6b\x47\xbf\x12\xe1\xc4\x01\xcb\x01\xf3\x6d\xbb\x96\xc3\x53\x4b\xef\x3f\x6e\x79\xdc\x2a\x10\xfd\x32\x3b\x2f\x2a\xe6\x3f\xc9\xea\xc0\xbe\xfb\x58\x85\x82\x3b\x77\x69\x8c\x51\x43\x28\x77\x82\x82\xe9\x79\x41\x9c\xc5\xd8\x67\x73\x85\x1b\xb1\x69\x53\xa1\xbb\xdb\xc4\xce\x28\x82\x94\x70\xb5\x2e\xf9\x5a\xe4\x13\x66\x2b\x9f\x2b\x7b\x3b\xb5\x77\x1d\x07\xcc\x01\x46\xd6\xda\x14\xaa\xa5\x00\x4b\x35\x57\xf4\x4d\x70\xc2\x52\xf1\x98\x8e\xfa\x87\x6b\xf7\x39\x94\xf7\x8d\x05\x91\xe6\xbb\x9a\x2b\x1c\x5c\xf4\x8d\x59\xb0\x21\x98\x1d\xcd\xb3\x89\x03\x3c\x18\xef\x75\x31\x2b\xf4\x1a\x60\x8f\x73\xe5\x58\xb0\x10\x9c\x61\xef\x6b\x5e\x1b\x14\x9b\xb4\x7f\x3f\xb1\x83\x61\xd7\x04\xb5\xad\x7d\xd6\x1f\x7c\x06\x98\x05\xb7\x68\xbd\xcb\xf7\x4f\x5b\xbf\x8d\x0d\x04\xe4\xf0\x60\xe3\xe8\xa2\x46\x04\xea\xb3\xf6\xd6\xd8\xef\xc2\x67\x3a\xb3\x47\x75\xb9\x4c\x46\x34\x09\x9f\xef\x6d\x14\x6e\xc9\xfd\x8d\x1a\xe0\x91\xbe\xaa\x2d\x2d\x33\x4d\xfb\xaa\x5d\x6a\xdd\x31\x2e\x4f\x88\xd9\xad\x34\x8a\x5e\xd8\xd7\x19\x65\x54\x3c\x66\xbe\x0c\xe0\x03\xaa\x77\x91\xdd\x7d\xfa\x1a\x94\xc8\xfc\x51\xcd\xf1\xf6\xd3\xe0\x16\x39\x0b\x81\x0e\xbb\x51\x3b\x2c\x9d\x73\x95\x0d\xb6\x63\x9b\xb4\xd7\x14\x4c\x6f\x11\x12\xb7\x17\xb3\x78\x26\xb0\x88\xcc\xfc\x9f\xb8\x49\x34\xf1\x23\x37\x81\x46\x46\x65\x96\x9b\xed\x92\xf6\x3b\xda\xb5\x75\xc6\xf8\x5c\x59\x36\x18\xbb\x1d\xcf\xac\x3f\x38\x73\x7f\x45\x8e\xa5\x14\x25\xeb\x20\x28\x54\x80\x97\x9c\x76\xc3\xb9\xba\xe7\x99\xe4\x0a\x30\xcd\xcb\x1c\xf4\x86\xe1\x4a\xb7\x63\xf4\x83\x23\xe0\xc8\x43\x27\xf3\x9e\x3d\xaf\x66\x06\x54\xce\xf9\xdf\x99\xff\xfb\xc7\xef\xfe\x6f\x00\x00\x00\xff\xff\xc9\x3e\x62\x12\xfa\xdf\x04\x00") +var _adminSwaggerJson = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\xbd\x7b\x73\xe3\xb8\x95\x37\xfc\xff\x7e\x0a\x3c\xbd\x4f\xd5\xcc\x24\xb2\x3d\x49\x76\xf3\xa6\xbc\xf5\xd4\xfb\xaa\x6d\x75\x8f\x9e\x71\xdb\x8e\x2f\x33\x3b\xb5\x4a\x69\x20\x12\x92\x10\x93\x00\x03\x80\x76\x2b\xa9\xf9\xee\x6f\xe1\xe0\x42\x90\x22\x25\xea\x62\x5b\xee\xe6\x6e\x55\xc6\x2d\x92\xb8\x1e\x1c\x9c\xeb\xef\xfc\xeb\xdf\x10\x7a\x27\x9f\xf0\x6c\x46\xc4\xbb\x53\xf4\xee\x8f\xc7\xdf\xbf\xeb\xe9\xdf\x28\x9b\xf2\x77\xa7\x48\x3f\x47\xe8\x9d\xa2\x2a\x21\xfa\xf9\x34\x59\x28\x42\xe3\xe4\x44\x12\xf1\x48\x23\x72\x82\xe3\x94\xb2\xe3\x4c\x70\xc5\xe1\x43\x84\xde\x3d\x12\x21\x29\x67\xfa\x75\xfb\x27\x62\x5c\x21\x49\xd4\xbb\x7f\x43\xe8\x37\x68\x5e\x46\x73\x92\x12\xf9\xee\x14\xfd\x8f\xf9\x68\xae\x54\xe6\x1a\xd0\x7f\x4b\xfd\xee\xdf\xe0\xdd\x88\x33\x99\x97\x5e\xc6\x59\x96\xd0\x08\x2b\xca\xd9\xc9\xdf\x25\x67\xc5\xbb\x99\xe0\x71\x1e\xb5\x7c\x17\xab\xb9\x2c\xe6\x78\x82\x33\x7a\xf2\xf8\x87\x13\x1c\x29\xfa\x48\xc6\x09\xce\x59\x34\x1f\x67\x09\x66\xf2\xe4\x5f\x34\xd6\x73\xfc\x3b\x89\xd4\x6f\xf0\x8f\x98\xa7\x98\x32\xf3\x37\xc3\x29\xf9\xcd\xb7\x83\xd0\xbb\x19\x51\xc1\x3f\xf5\x6c\xf3\x34\xc5\x62\xa1\x57\xe4\x03\x51\xd1\x1c\xa9\x39\x41\xa6\x1f\xe4\x96\x88\x4f\x11\x46\xa7\x82\x4c\x4f\x7f\x15\x64\x3a\x76\x0b\x7d\x6c\x16\xf8\x02\x46\x73\x9d\x60\xf6\xeb\xb1\x5d\x26\x68\x99\x67\x44\xc0\xdc\x86\xb1\x6e\xfd\x23\x51\x7d\x68\xb6\x78\x3f\x7c\x5b\x10\x99\x71\x26\x89\x2c\x0d\x0f\xa1\x77\x7f\xfc\xfe\xfb\xca\x4f\x08\xbd\x8b\x89\x8c\x04\xcd\x94\xdd\xcb\x3e\x92\x79\x14\x11\x29\xa7\x79\x82\x5c\x4b\xe1\x60\xcc\x54\xf5\xc6\xe2\xa5\xc6\x10\x7a\xf7\xbf\x05\x99\xea\x76\xfe\xfd\x24\x26\x53\xca\xa8\x6e\x57\x1a\xfa\x09\x46\x5b\xfa\xea\xb7\x7f\xab\xfb\xfb\xb7\x60\x46\x19\x16\x38\x25\x8a\x88\x62\xc7\xcd\xff\x55\xe6\xa2\xf7\x48\x77\x5e\xec\x63\x75\xe0\x95\xd9\x5e\xe2\x94\xe8\x3d\xd1\x3b\x65\xbf\x80\xbf\x05\x91\x3c\x17\x11\x41\x13\x92\x70\x36\x93\x48\xf1\xa5\x35\xa0\xd0\x82\x26\xaf\xea\x13\x41\xfe\x91\x53\x41\xf4\x5e\x29\x91\x93\xca\x53\xb5\xc8\x60\x90\x52\x09\xca\x66\xe1\x52\xfc\xd6\x6b\x35\x35\x43\x95\x1b\xcc\xcc\x7c\xd0\x38\xb1\x11\xeb\xbb\x57\x22\xcc\xd0\x84\x20\x7d\x16\x69\x4c\x04\x89\x11\x96\x08\x23\x99\x4f\x24\x51\xe8\x89\xaa\x39\x65\xfa\xdf\x19\x89\xe8\x94\x46\x6e\xcd\x0e\x67\x6d\xe0\xcf\xd5\x2b\x73\x2f\x89\xd0\x03\x7f\xa4\x31\x89\xd1\x23\x4e\x72\x82\xa6\x5c\x94\x96\xe7\x78\xc4\xee\xe6\x7a\x1d\xd2\x09\x65\x70\xf2\xf4\x5a\x3a\x0a\xf9\xbd\x5b\xae\xdf\x23\xdd\x1f\xca\x19\xfd\x47\x4e\x92\x05\xa2\x31\x61\x8a\x4e\x29\x91\xd5\xd6\x7e\xcf\xa1\x7f\x9c\xa0\x23\xa4\xd7\x99\x08\x05\xeb\xcd\x99\x22\x9f\x95\x44\x47\x28\xa1\x0f\x04\x7d\x73\x41\xa5\x42\xfd\xeb\xe1\x37\x3d\xf4\x8d\x39\x2f\x08\x78\xd3\x37\x2f\xb0\xc2\xfe\xef\xbf\x05\x47\x4f\xe1\x59\xf5\xd0\xbd\xeb\xeb\xd3\x7c\x6b\xae\x86\xa2\x85\xbf\xfd\x5b\xd8\x8e\xdd\xaf\xd5\xfc\xb6\x60\xb6\x96\xd3\xb6\xe5\xaf\xb0\x4c\x65\xd6\x2a\xf5\x0e\xed\xca\x59\x75\xbb\x55\xd6\x2a\xdf\x16\x6f\xd5\x53\x78\x6e\xfe\xba\x0b\x73\xc5\x0a\xa8\x1e\x53\x66\x0e\x89\x3f\x33\x42\xea\x73\xe2\xa8\xf7\x40\x58\xca\x2e\xbc\x36\x98\x59\xc0\x6e\x1d\x17\x0d\x56\xe5\x00\xe7\x9d\xd0\x94\xae\xdb\xdf\x21\x8b\xb5\xc8\x65\x99\x1d\xcb\xd3\x09\x11\x7a\x19\x1c\xdb\x83\xd9\x4e\x34\x1b\x54\xb9\x60\x24\x6e\x31\xcd\x7f\xe4\x44\x2c\x56\xcc\x73\x8a\x13\xd9\x34\x51\xca\x14\xd1\xf2\x6d\xe5\xf1\x94\x8b\x14\x2b\xfb\xc2\x9f\xff\x63\xd3\x85\x50\xfc\x81\xac\xdb\xff\xa1\xd9\xcd\x08\x4b\x20\x83\x34\x4f\x14\xcd\x12\x82\x32\x3c\x23\xd2\xae\x48\x9e\x28\xd9\x83\xd7\xb4\x4c\x4d\xc4\x91\xbf\x81\xa0\x07\x77\xf3\xe6\x12\x7e\x41\x53\x2f\x40\x32\xf2\x59\x41\x4b\x23\x06\x77\x2f\x2c\x51\x78\xa3\x3c\xc3\x52\x6e\x47\x33\x92\x0b\x35\x9e\x2c\x8e\x1f\xc8\x52\xbf\x8d\x94\x83\x19\xc2\x4a\x09\x3a\xc9\x15\xd1\xf3\xd6\x6d\xb8\xbb\x13\xd8\xa3\xb9\xa0\xdb\xb0\x86\xd7\x9b\x70\x4c\x05\x89\x60\x6e\x9b\x1c\x18\xff\x95\x9e\xb7\xd6\x5f\x16\x66\xf6\x0f\x64\x01\xf2\x48\xcd\x0a\xf8\x2d\x1f\xb1\x11\x43\x47\xe8\x7c\x70\x7b\x36\xb8\x3c\x1f\x5e\x7e\x3c\x45\xef\x17\x28\x26\x53\x9c\x27\xaa\x87\xa6\x94\x24\xb1\x44\x58\x10\x68\x92\xc4\x5a\xe6\xd0\x83\x21\x2c\xa6\x6c\x86\xb8\x88\x89\x78\xbe\x65\xac\x3c\x25\x2c\x4f\x2b\xf7\x0a\xfc\x5e\x8c\xbe\xf2\x85\x16\x31\xfc\xa3\xd2\x93\xbf\x2d\x2d\x30\xcc\x58\xf7\x1d\xb4\xf6\x62\x42\x4d\x34\xa7\x49\x2c\x08\x3b\x51\x58\x3e\x8c\xc9\x67\x12\xe5\xe6\x4e\xfe\x57\xf9\x87\xb1\x96\x4c\x79\x4c\xca\xbf\x94\xfe\x51\x88\x42\x1b\x7f\xea\xb5\xd4\x8d\xbf\x04\x9d\xb6\xdd\x77\xf0\x0b\x8d\x6b\xdf\x86\x5f\xd6\xcc\xc1\xbd\xb3\x62\xb0\xee\x95\xc6\x51\xb9\x17\xac\xc4\x57\xfb\x8e\x20\x4a\x2c\xc6\x58\x29\x92\x66\x6a\x43\x7d\x1d\xa3\x44\xcb\x95\xab\xe4\xc8\x4b\x1e\x93\x81\xeb\xef\x57\x64\xc4\x59\x12\xa3\xc9\xc2\x72\xad\x29\x11\x84\x45\xa4\xb9\x85\x3b\x2c\x1f\x8a\x16\xd6\x09\xa3\xa5\xfe\xe4\x07\x2e\xf4\xe7\x6f\x41\x20\x2d\x0d\xfc\x25\x64\xd2\x6d\x4f\xdc\x17\x67\x21\xd8\x92\x7f\x74\xf6\x84\xdd\x57\xb2\xad\xf5\x81\x0b\x24\x17\x52\x91\x74\xad\x1d\xe2\xed\x2c\x84\xbd\x20\x0e\x75\xc0\x95\x3b\xea\x2b\x38\xf5\xe5\x1b\xb7\x3b\xde\x1b\x2c\xd9\xbe\xac\x88\x87\x3e\x4f\xe7\xc3\x59\x3d\xd5\x5b\xb7\x7d\x81\x13\xe3\x4d\x4c\xb3\x24\x0b\xee\x7b\x90\xcf\x64\x6e\x68\xdc\x2b\xb7\xda\x63\x18\xc0\x1a\x45\xb3\x6c\x87\xf6\xe7\x4f\x7f\x1a\x5a\x68\x8c\x39\x4e\xcd\xa9\x0c\x8c\x55\x28\xe2\xc2\xc8\x82\xb1\x3d\xef\x46\xd7\xec\xdf\xf5\x6f\x07\x77\xa7\xa8\x8f\x62\xac\xb0\x3e\xe0\x82\x64\x82\x48\xc2\x14\xe8\xf1\xfa\x7b\xb5\x40\x29\x8f\x49\x62\x34\xce\x0f\x5a\xf2\x45\xe7\x58\xe1\x33\xac\x70\xc2\x67\xc7\xa8\x0f\xff\xd4\x1f\x53\x89\x70\x22\x39\xc2\x8e\xac\x48\xec\x9a\xc0\x2c\x76\xac\x05\xa3\x88\xa7\x19\x4d\xbc\x0d\xde\x1b\x57\x28\x8b\xe9\x23\x8d\x73\x9c\x20\x3e\xd1\x5c\x45\x6b\xc8\x83\x47\xc2\x54\x8e\x93\x64\x81\x70\x92\x20\xdb\xad\x7b\x01\xc9\x39\xcf\x93\x58\xb7\xeb\x46\x29\x69\x4a\x13\x2c\xb4\x0a\x6e\x46\x7b\x65\xdb\x42\x77\x73\xe2\xc7\x0a\xe3\xd2\xab\x99\xe2\x07\x22\x11\x55\x28\xe3\x52\xd2\x49\x52\x9c\xf9\xfb\x21\x82\x71\x9f\x5d\x0c\x41\x9f\x8f\x14\xe2\x86\x87\xba\xce\xad\xfd\xc6\xf5\x98\x62\xc6\x08\x74\xcc\xd5\x9c\x08\xdb\xbd\x7d\xf9\xb5\x55\xf3\xfb\xcb\xdb\xeb\xc1\xd9\xf0\xc3\x70\x70\xbe\xac\x9b\xdf\xf5\x6f\x7f\x5c\xfe\xf5\xe7\xab\x9b\x1f\x3f\x5c\x5c\xfd\xbc\xfc\xe4\xa2\x7f\x7f\x79\xf6\xc3\xf8\xfa\xa2\x7f\xb9\xfc\xd0\x92\x55\x6b\x35\x3f\x1c\xd9\x86\x67\xab\xb3\x69\x3e\x97\x4d\xb3\xf7\xe5\x1a\x35\xa7\x34\x01\x1d\xb4\xb5\x41\xd3\xdb\x10\xec\x97\x28\xc3\x52\x1a\xc9\xc8\x8c\xe0\x78\xc4\x3e\x71\xa1\x19\xd8\x94\x6b\x1e\xa1\xa5\x27\x25\xf2\x48\x51\x36\xf3\x1f\x9d\xa2\x51\xfe\xfd\xf7\x7f\x8a\x2e\x28\x7b\x80\xbf\xc8\x21\x2e\x4e\x67\xf1\xed\x2c\xbe\x5f\x97\xc5\x57\x8b\x3e\x27\xa1\xa1\x77\xbf\x21\x43\x5a\xb8\x60\x59\xae\x40\x94\xe0\xb9\xd2\x7f\xea\x2e\x81\x3c\x56\x04\x0e\xb5\x33\x28\x7e\x24\xca\xbf\xa8\x45\x9b\xb7\x60\x47\xfc\x99\x8b\x87\x69\xc2\x9f\xfc\xc0\x3f\x12\xa5\xc7\x7e\x63\x7b\xe9\x42\x89\xba\x50\xa2\xd7\x0d\x25\x3a\x28\x63\xde\xf3\x33\xbf\xb2\xe5\xcf\x70\xc0\x06\x4f\x56\xa3\xa3\xaa\xc1\x0f\x15\xb8\x99\x5e\x84\x6b\x96\x9d\x39\x6b\x38\x67\xe9\xe5\xb7\xc2\x3d\x4b\x83\x7e\x79\xce\xf9\x55\xf8\x5b\x3a\x77\xca\x96\x0b\xf5\x26\x19\x6c\xcb\xbb\xe3\xc5\x9c\x21\xcf\xcf\xf0\x97\x62\x1b\x36\x09\x66\xd8\x20\x7a\xa1\x75\xb8\xc2\x9a\xf8\x84\xda\x80\x84\xba\x08\x84\xe5\x90\x83\xda\x18\x83\xdd\x82\x0a\xb6\xbd\x9b\xda\x87\x09\x7c\x24\xaa\xf4\xf2\x5b\xb9\x9b\x4a\x83\x7e\xf9\xbb\xe9\x2b\x8d\x0e\xe8\xc2\x01\x9e\x71\xe9\xbe\xf4\x1b\xed\x70\x1d\xfe\x5f\x81\x87\xbf\x73\xe9\x6f\xb4\x46\x5f\x96\x0f\xff\x4b\x75\xda\xbf\x4d\x2f\x7d\xe7\x96\xef\xdc\xf2\xaf\xe1\x3f\x79\x7b\x6e\xf9\xe7\x55\x4f\x8b\xe3\x35\x76\xb4\x60\xf5\xb5\xe0\x50\xfe\xd6\xc2\x49\x03\x7f\x39\x95\x6f\xd3\xa0\xf1\x46\x1d\xee\xbc\x18\xdf\x00\x8e\xd0\xaf\x96\x90\xd6\xa8\x73\x4b\xdf\xbd\x05\x75\x6e\x79\xd0\xcf\xaf\xc3\xbd\x1a\xf3\x7d\xa6\xcb\xf3\x8d\xb0\x81\xcd\x6f\xcb\x2f\x58\x26\xef\x64\xf1\xe7\xcf\xc6\x3f\x98\x09\xbd\x1d\xd9\xfb\x15\x2e\xde\x96\xb7\xee\xde\x73\xb2\x6a\xae\xd9\xe0\x76\x5a\x97\x61\x55\xfd\x9a\x12\xf9\xc7\x37\x79\xdf\xbe\x44\x92\x55\x77\xe1\x76\x17\xae\x6d\xaa\xbb\x70\xbf\xe0\x0b\xf7\xe0\xe0\x6f\x0e\x26\x02\xb4\x0b\x22\xef\x80\x31\xba\x18\xf2\x3d\x2e\x4e\x17\x43\xde\xc5\x90\x7f\x65\x31\xe4\xbb\x68\x4f\xdb\x62\x51\xbe\x86\x1e\xd5\xa9\x51\x9d\x1a\x15\xfe\xde\xa9\x51\x9d\x1a\xd5\xa9\x51\x5f\x38\x8a\x68\xa7\x43\xb5\x5f\x88\x4e\x87\x6a\xbd\x54\x9d\x0e\xb5\x62\x71\x3a\x1d\xaa\xd3\xa1\xbe\x32\x1d\x6a\xc1\x70\x4a\xa3\x31\x04\xa1\x3e\xd9\x1c\xd1\x03\xc9\x45\x5b\x15\x11\x62\x86\x7d\xc9\x63\xe2\x12\x5b\x5d\xc8\xfb\xba\x18\xff\x9a\x4f\xdf\x84\x7e\xd5\x3c\xe3\x2e\x01\xcd\x3d\xed\x12\xd0\x5e\x65\xa1\xbe\xf4\x70\xfd\xb7\x9f\x80\x46\x1e\x09\x53\x12\x72\x8e\x43\xc6\xf6\x2e\xe3\xb2\x99\x0f\x87\x42\x60\x0d\x27\x86\x36\xcb\xb9\xbf\x10\x9f\xfa\x2b\x9a\x63\x89\x78\x14\xe5\xa2\x22\xea\x54\xb9\xf1\x99\x20\x58\x11\x68\x41\x7f\xf8\x16\xd8\xf0\xf2\x74\x5f\x8a\x0b\x4f\x78\xbc\x24\xd4\x18\x32\xac\x7b\xb2\x9a\x0c\xf7\x36\xf5\x7f\xe4\xa4\x9d\x95\xef\x19\x89\x5a\x61\xf9\xb0\x67\xa2\x2e\xa5\xd4\x6d\x45\xd4\xd0\xc2\x5b\x21\xea\xe5\xe9\x7e\x35\x44\x5d\x37\xf5\x43\x20\x6a\x27\x8a\xef\x99\xb0\x97\x50\x60\xb6\x22\x6e\xdf\xca\x5b\x21\xf0\xfa\x69\x7f\x35\x44\xde\x34\xfd\xd7\x25\x74\x9f\x09\xdf\x9a\xc4\xef\x04\x9d\xcd\x88\x30\xc6\x87\x48\x93\xe2\xfa\x52\x70\x45\xee\xf7\x5a\xb2\xf6\xaf\xbe\x05\x92\xf6\x83\x35\x63\xff\x6a\x68\x79\x69\xde\x07\x42\xc4\x27\x82\x44\xfc\x11\xca\x42\xb6\x23\xe6\x1b\x02\x14\x0c\xfc\x3a\x13\xe4\x91\xf2\x5c\x26\x8b\x23\x91\x33\xe4\x98\x3f\xf2\xcd\x1b\xa7\xe4\x13\x4d\x12\xc4\x59\xb2\x40\x52\x61\xa1\xdc\x63\x36\x43\x53\xc1\x53\x38\x15\x09\x96\x0a\x3d\x30\xfe\xc4\xd0\x14\xd3\x24\x17\x04\x65\x9c\x32\x75\x3c\x62\x43\x86\x6e\xcc\x18\x21\x3d\xac\x87\x72\xa9\xcf\x52\x84\x19\xe3\x0a\x45\x73\xcc\x66\x04\x61\xb6\xb0\x38\x0b\x05\x65\x68\xbd\x2d\xcf\x62\xac\x08\x74\x51\x09\xc6\xf6\x63\x04\x2f\x0d\x95\x88\x4a\x44\x3e\x2b\x41\x52\x92\x2c\x74\x1f\x9a\xf6\x15\x47\x76\x7d\xcc\x50\xad\x1a\x48\x84\xe0\x42\x42\x62\xd9\x64\xf1\x4f\xcc\x14\x65\x04\x81\x3d\x4c\x1a\x0f\xcc\x11\xba\xe0\x12\xac\xf3\x3f\xfe\x45\xa2\x28\xc9\xa5\x22\xa2\x87\x26\xf9\x4c\x22\xca\x50\x96\x60\x35\xe5\x22\xd5\x23\xa4\x4c\x2a\x3c\xa1\x09\x55\x8b\x1e\x4a\x71\x34\x37\x6d\xc1\x1a\xc8\xde\x88\xc5\xfc\x89\x49\x25\x08\xf6\xbd\xbb\x87\xe8\xdb\xf0\x99\x21\x00\xf9\x5d\x0f\xd4\x55\x9a\x66\xc9\x22\x1c\x7e\xb1\xe3\x66\x4f\x74\x23\x24\x46\x13\x12\xe1\x5c\x5a\x47\xb2\x12\x0b\x44\x3e\xcf\x71\x2e\x61\xef\xf4\xf4\x6c\x6a\x5e\xc4\xd3\x2c\x21\x8a\x20\x3a\x45\x4a\x50\xad\xf7\xcf\x30\xd5\x4b\x77\x4b\x56\xd4\xba\xf0\x44\x6f\x37\xd0\x52\xfd\xaf\xa0\x38\xa7\x5c\x10\x14\x13\x85\x69\xb2\x32\xb8\xc0\x7e\xdb\x71\xb9\xb7\xc4\xe5\xca\x1b\x7e\x10\x6c\xce\xd4\x6a\xd9\xc3\xa5\xcd\xac\x87\x36\xc2\xc9\x8e\xf7\xf7\x8d\x1d\x54\x47\xdb\x6f\x8b\xb6\xcd\xae\x1d\x0e\x71\xbf\x58\xaa\x4d\xfb\xc2\x45\x45\xd1\xa2\x37\x45\xd3\x2f\x11\xfd\xf5\x65\xbb\x22\x3a\xef\xc3\x57\x18\x57\x74\x30\x81\x01\x5d\x68\xd1\x33\x85\x16\x51\xd9\xc5\x16\x75\xb1\x45\x6d\x17\xa8\x8b\x2d\xea\x62\x8b\xde\x6c\x6c\xd1\xb3\xc2\xfb\xef\x15\xc4\xff\x4d\x89\xd6\x9d\x58\xdd\x89\xd5\x1d\x52\xbf\x9f\xda\xbe\x58\x98\xfb\xfa\x5d\x4c\x12\xa2\x48\xb3\x3d\x8b\x88\x54\x6b\x0b\xe6\x7a\xa6\x4c\xcb\x71\x33\x41\xa4\xdc\x95\x21\xf9\x86\xdf\x26\x5b\xf2\xc3\xef\x2a\x8a\x74\x7c\xaa\xe3\x53\xdb\x4c\xed\x70\x4c\xb3\xc1\x61\x7e\x29\xdb\xac\xe7\xbf\x59\xde\x2c\xfd\xdd\x1b\x37\x64\xe1\x17\x35\x14\xae\xa5\x76\xc5\xfd\xe1\xb6\x74\xbe\x23\x3f\x36\x7d\xbd\x4d\x66\x6c\xc6\xde\x71\xe2\x8e\x13\x77\x9c\xf8\x6d\x73\x62\x77\x92\x5f\xd5\x45\x66\xfc\x74\xe3\x2c\xc1\x6c\x4c\x63\x79\xf2\xaf\x42\x97\x7f\x2e\x0f\x99\x3e\x50\xb1\x41\x12\xf0\x99\xfb\xe2\x57\xfd\x49\x52\x18\xcc\x3d\x34\xf2\x1a\x27\x9a\xb1\xb1\x5f\x27\x98\x0d\xe3\x37\xe1\x47\xab\x9d\xfd\x4b\xf8\xd4\x76\xe1\xe3\x58\x81\xa7\x03\x53\x66\x4c\x78\x05\x7c\x42\xc9\x40\x79\x18\x27\x7c\x17\xae\x1e\x4c\x2c\x60\xec\x8e\x5f\x07\x8b\x72\x78\xd3\xee\xfc\x3a\x5d\xca\x78\xe7\xb9\x68\x39\xe1\xce\x73\x71\xb8\x9e\x8b\xd7\x72\x47\xbe\xf0\xf1\x7c\x29\xb1\xae\x7d\x10\xbe\x89\x56\x83\xa0\xd6\x3c\x4b\x38\x8e\x57\xb9\x62\x0a\xc1\x2b\xc4\xc0\x5a\x1b\x89\x5f\x7c\xf6\x16\x84\xb5\x62\xb4\x5f\x59\x24\xdf\xf2\xc4\x0f\x45\x4b\x79\xc1\x50\xbe\x7a\x12\xdf\x40\x25\x79\x1b\x30\xd9\xc5\x78\xbb\xd0\xbe\xce\xa2\xf4\xfa\x16\xa5\x2e\xb4\xaf\x53\x01\x0f\x4c\x05\xec\x42\xfb\xba\xd0\xbe\x4e\x41\x5e\x3d\xed\x4e\x41\xfe\x22\x42\xfb\x5a\x89\xda\xcf\x08\xb1\xbc\xbb\xd0\xdd\xc9\xdc\xee\xbd\x4e\xe6\xee\x64\xee\x2f\x54\xe6\x3e\x8c\x15\xee\x04\xee\x4e\xe0\xee\x04\xee\x4e\xe0\xee\x04\xee\xbd\x2f\x63\x27\x70\xbf\x64\x1d\xe6\x7a\xa9\x7b\x4d\x92\xcd\x5b\xf5\xe5\x74\xe2\x76\x27\x6e\x1f\xb6\xb8\x7d\x30\x13\x7a\x3b\xd5\x7c\xdb\xcd\xe7\xd5\xca\x0a\xb9\xcb\xd6\x54\xdd\x39\x45\x7d\x14\x63\x85\x35\x59\x0b\x92\x09\x22\x09\x53\x20\xc8\x40\xb5\xab\x05\xc0\x78\x25\xe6\xca\xfd\xa0\x39\x35\x3a\xc7\x0a\x9f\x61\x85\x13\x3e\x3b\x46\x7d\xf8\xa7\xfe\x98\x4a\x84\x13\xc9\x11\x76\x4b\x4f\x62\xd7\x04\x66\xb1\x3b\x50\x18\xd0\xa9\x68\xe2\x35\x37\x2f\x7b\x53\x16\xd3\x47\x1a\xe7\x38\xf1\x01\x97\x23\x83\x21\x98\xe3\x24\x59\x20\x9c\x24\xc8\x76\xeb\x5e\x70\x80\x57\x13\xe2\x47\x29\x69\x4a\x13\x2c\xb4\x0c\x62\x46\x7b\x65\xdb\x42\x5a\x6b\x74\x63\x75\x85\xbc\x50\x8a\x1f\x88\x44\x54\xa1\x8c\x4b\x49\x27\x49\x71\x00\xee\x87\x08\xc6\x7d\x76\x31\x04\x81\x26\x52\x88\x1b\xce\xe1\x3a\xb7\xd2\xbd\xeb\x31\xc5\x8c\x11\xe8\x98\xab\x39\x11\xb6\x7b\xfb\xf2\x6b\xcb\x26\xaf\x5d\xcc\xa9\x59\xce\x09\x47\xf6\x1c\x82\x8e\xfb\xba\x45\xc6\x87\x3d\x5c\x0a\xab\x5c\x1a\xc0\x47\x41\x66\x54\x2a\x60\xff\x6d\xe4\x95\xf5\x89\x1e\x6f\x55\x4e\xe9\x52\x3d\xfc\xd3\x4e\x6a\xe9\xa4\x96\xaf\x54\x6a\x39\xa0\x58\xb0\x83\xc8\x58\x49\xb1\x8a\xe6\x78\x92\x90\xb1\x37\xfa\xc8\xb6\x7a\xf0\x05\x95\x4a\xa2\x28\x97\x8a\xa7\xcd\x97\xcb\x27\xd7\x43\xdf\x77\x70\xc6\xd9\x94\xce\x72\x73\xb7\x18\x70\xce\xe0\x44\x17\x92\xe0\x22\x23\xeb\x3c\x55\x35\xad\xbf\x89\x6b\xa9\x7e\xe8\x2f\x75\x3b\x6d\x22\xb8\x17\x46\x3e\x2b\x75\x6b\x59\x6b\x7c\x33\xb8\xbd\xba\xbf\x39\x1b\x9c\xa2\x7e\x96\x25\xd4\xd8\xdd\x0d\x29\xd0\x7f\xea\x49\x21\x85\xe5\x43\xb1\x97\xc2\x90\xb9\xc1\xb0\x05\x43\xbf\x96\x8d\xd1\x11\x3a\xbb\xb8\xbf\xbd\x1b\xdc\x34\x34\x68\x09\x05\xf2\x56\x49\x9a\x25\x58\x91\x18\x3d\xe4\x13\x22\x18\xd1\xd2\x8e\x45\xba\x2d\xcc\xff\xa6\xd1\xc1\x7f\x0f\xce\xee\xef\x86\x57\x97\xe3\xbf\xde\x0f\xee\x07\xa7\xc8\x51\x9c\x6e\x56\x8f\x4b\x8f\xc2\x96\x74\x32\x3f\x14\x99\xb2\xff\xc8\x49\x4e\x10\x96\x92\xce\x58\x4a\x00\x11\xb8\xd4\xa2\x1b\xf0\x45\xff\xfd\xe0\xa2\xdc\xf2\x9c\x84\xf0\xbb\x28\xc1\x13\x92\x58\x7f\x04\x98\xd8\x35\xa1\x07\x50\xc5\xc6\x51\x91\x9b\x55\xfd\xeb\x7d\xff\x62\x78\xf7\xcb\xf8\xea\xc3\xf8\x76\x70\xf3\xd3\xf0\x6c\x30\xb6\x52\xe5\x59\x5f\xf7\x5b\xea\xc9\x0a\x9f\xe8\x1f\x39\x4e\xb4\x76\xc2\xa7\x0e\x8f\x17\x3d\xcd\x09\x43\x39\x03\x8a\x33\x2a\x8f\xd6\x83\x7c\xa7\xfa\x94\x99\x19\x5d\x5f\xdc\x7f\x1c\x5e\x8e\xaf\x7e\x1a\xdc\xdc\x0c\xcf\x07\xa7\xe8\x96\x24\xa0\x14\xb8\x45\x87\x5d\xcc\x92\x7c\x46\x19\xa2\x69\x96\x10\xbd\x1a\xd8\x66\x13\xcf\xf1\x23\xe5\xc2\x1e\xdd\x19\x7d\x24\xcc\xac\x23\x9c\x59\x68\xdf\x09\xdf\xe3\x60\xe9\xae\x2e\x3f\x0c\x3f\x9e\xa2\x7e\x1c\xfb\x39\x48\x68\xa3\x44\x39\x0e\xd6\xf9\xa8\x3c\x6c\xcd\x1c\xa0\x7b\x43\x44\xfc\x91\x08\x41\x63\x52\xa1\xa3\xfe\xed\xed\xf0\xe3\xe5\xa7\xc1\xe5\x1d\xac\x98\x12\x3c\x91\x68\xce\x9f\xc0\x94\x0d\x33\x04\x0b\xf7\x23\xa6\x09\x74\xe6\x36\x8b\x33\xf4\x34\xa7\xe0\xfe\x00\x60\x66\xdf\xb3\xd1\xcf\x44\xce\x5e\xdd\x3a\x5b\x3a\x78\xcb\x6a\x4b\xf5\x24\x2d\xbf\x51\x39\x16\xab\x5e\x28\x51\xf9\xf2\x8b\xeb\xa8\x75\xf9\x8b\x0a\xb9\x35\x2b\x6b\x4b\xf4\xd2\x3c\xd3\x62\xaf\x5b\xeb\x6a\xe5\x35\x7c\xb9\x6b\x96\x28\x41\x23\xf9\xbc\x50\x4f\x22\x67\x8a\xa6\x04\xd9\xce\xec\xe1\xdc\x23\xfc\xd3\x27\xd3\xf0\x5b\xb8\x60\x97\x4a\x39\x7c\x24\xca\x0e\xbf\x53\x01\x3b\x15\xf0\x30\x54\xc0\xb7\x96\xed\x1f\x93\x6c\xb9\xc3\xca\xc4\xe0\x1d\xe3\xf5\x5a\x0a\xd2\x30\xf6\x44\x6b\x51\x4d\xc8\x23\x49\x40\xca\x53\x02\x6b\xa5\xd1\xca\x2e\x13\x41\xf0\x83\x16\xf8\x62\xfe\x14\x4a\x2e\x35\xc8\xfd\x68\x3f\xb7\x70\x9b\x20\x8e\x3f\xfd\xf1\xe5\x2e\x0b\xbd\xdc\xf1\xd8\x19\x78\x4f\xfe\x55\x92\xd6\x7f\xdb\xe3\xc5\x71\x03\x41\x32\x2b\x31\x02\x83\x04\xfb\x5f\xad\x25\x78\xcd\x6d\x11\x7c\xf1\x16\x2e\x8a\x70\xb8\x07\xa4\x75\xdd\x84\x4a\xb0\x63\xa1\x29\x51\x38\xc6\x0a\xeb\x43\x33\x23\xea\x18\x5d\x31\x78\x76\x87\xe5\x43\x0f\xb9\x2b\x4f\xb3\x95\xc2\xca\xf0\x02\xa9\xf5\x6f\xc4\x80\xbf\x39\x1f\xef\xae\xef\xee\xfa\xae\x5f\x99\x2e\xcc\xb3\x61\x85\xf7\x75\x31\x6e\xe4\xf3\xda\xdf\xfd\x65\x5a\x7c\xbb\x57\xd8\xcb\x3a\xb9\xf6\x7a\xa1\x99\xca\x59\xdd\x6d\x65\xfe\xaf\xbb\xad\xba\xdb\xaa\xbb\xad\x0e\x60\x85\x5f\xdd\x61\x58\xc3\xdd\x5f\xd5\x63\xb8\x4e\x3b\xdd\x1a\xf2\xae\xd0\x46\x37\x01\xbd\xfb\xb5\x2d\xb6\x5d\xf1\x0d\x7d\x1b\x3e\xc2\x60\x92\x2f\x91\xd6\xb6\xd7\xcb\xdc\xe4\x8b\x74\xfa\xe9\x33\xde\xf8\x1d\x02\xe1\x5e\x11\x08\x0f\x63\xae\xcf\x92\x02\xf7\x3a\x16\xd3\xd7\x4f\x7b\xeb\xa0\x06\xbb\xc4\xae\x2e\xb1\x0b\x7e\xef\xa0\x06\xf7\x47\xad\xcf\x2b\x5d\xf3\x98\x8c\x2b\x51\x02\xfe\x9f\xe3\xaa\xe7\xa7\xf4\x24\x74\x03\x95\x1e\x14\x99\x6e\xd0\x3a\x8d\xf7\x59\x44\xea\x92\xc7\xa4\x75\x24\x41\xe9\xe5\x03\x97\xc1\xdd\x3c\x8d\x2c\x5e\x1a\xf8\x33\x4b\xe2\x0d\x5b\xfe\x25\x1a\x76\x6a\x08\xb8\xb3\xf2\xac\x5d\xa8\x2f\x35\xbe\xa0\xe0\x50\x6f\xc8\x53\xd1\x8e\x8d\xbb\x98\xc6\x71\x03\x33\xaf\x7f\xee\x59\x7a\xfd\xe3\xe7\xc1\x0c\x6a\xcf\xd1\xc1\xac\x12\xbe\xfd\x36\xec\x2a\xe1\x88\x5f\xc2\xb2\xb2\x72\xef\xbf\x38\xae\xbe\x8a\x92\x3b\xde\xde\x72\xb9\xbe\x54\x0e\xdf\x41\xfc\xac\xb2\x75\x74\x18\x3a\x9d\xa9\xe5\x70\x26\xdc\x99\x5a\xde\xb4\xa9\xc5\xb8\x68\xc7\x19\x16\x84\xa9\x1a\x91\xba\x7a\x9d\xc0\xeb\x21\xe6\x82\x93\x3a\xa0\x01\xa4\x25\x5a\x64\x2f\x64\x7f\x55\x7d\x59\xb6\x17\x2b\x18\x04\x99\x90\x27\xff\x2a\xfe\xf6\xc2\x7a\xa9\x02\xc4\x8a\xe8\x24\x83\xf5\x2f\xf5\x1d\x9d\xdb\x40\xa5\xdd\x73\x25\xb1\x2a\x89\x82\x10\x44\xbd\x36\x9e\xe9\xda\xbc\xfd\xb6\x52\x24\x97\x06\xfd\xb2\xb1\x4d\xcb\x1b\xdf\xee\x00\xb9\x9d\xa1\x26\xdd\x2f\xc8\x29\xd3\xd2\x28\x9f\x16\x17\x83\x44\x4f\x34\x49\x00\x51\x04\x32\x1e\x9b\x6e\x80\xaf\x2e\xe2\xa1\x71\xe7\x5f\x35\xee\xa1\x8e\x3b\xd4\xb1\x84\x36\xf6\xd4\x7d\xe5\x4c\x3b\x62\x83\x74\x56\xd0\x86\xd6\x18\x60\xbf\x0c\x4e\xf0\x91\xa8\x97\x62\x03\xdb\x9e\xfd\x95\xe7\x5e\x90\x29\x11\x84\x45\xe4\x00\xbd\xed\x9b\x84\x81\xfc\x6c\x26\x69\x63\x40\x3c\x94\x40\x38\x55\xc5\xad\x9e\x56\x12\x75\xbb\x4c\xf2\x2e\x93\xbc\xcb\x24\xaf\x1e\xf5\x2e\x93\xbc\xcb\x24\xaf\xcd\x81\x88\x49\x42\x14\x69\x94\x2a\xce\xe1\xf1\x6b\x49\x15\xa6\xf7\x2f\x43\xb0\x30\x73\xe9\x64\x8b\xaf\x46\xb3\x70\x1b\x7e\x10\x9a\x85\x39\x6b\xeb\xcc\x0f\xa5\x1f\x6b\x42\xac\x5f\xdc\x24\xb1\x0d\xd3\x28\xd9\x25\xce\xe1\xf5\x37\xc9\x3a\xaa\x43\xef\x6c\x14\x28\xd8\xba\xe7\xe3\x24\x4b\x47\xa0\xdd\xc4\xad\xc7\xf0\xed\xce\xfb\x50\x38\x68\x13\xdd\x1f\x2a\x1f\xdd\x3a\x29\xe5\x50\x2c\x36\x5f\x10\x8f\xec\xac\x37\xaf\x9c\x2b\xb1\xc4\x0c\xdf\xec\x74\x3b\x63\x55\x67\xac\xea\x8c\x55\x9d\xb1\xaa\x33\x56\xa1\xce\x58\xb5\xb1\xb1\xea\x0b\x92\xa9\x3a\xc3\x55\x27\x56\xed\x6f\xba\x87\xaa\x65\x1e\x92\xb5\xae\x35\x4a\x7a\x91\x43\xb5\x36\xf2\xde\x4e\xfb\xd7\x35\x21\xf7\xd7\x6e\x04\x6f\x87\x5f\xc9\xe7\x66\x49\xbb\x04\x16\xbb\x1d\xfd\x62\xe3\x8a\xbb\xd2\xa1\xb5\x6b\xd5\x85\x3d\xaf\x58\x9c\x2e\xec\xb9\x0b\x7b\x3e\xb8\xb0\xe7\xbd\x2b\x2b\x19\x97\xab\x00\x89\x4c\xe9\xac\x95\xf9\xcf\xee\xce\x86\x44\x23\x20\x05\x83\x72\x1c\x93\x2c\xe1\x0b\xb0\xa4\xac\xb8\xce\x5d\x17\xd7\x4b\x12\xf5\xa1\xdf\xe8\x6e\xe4\x2f\xa5\x73\x1c\x8a\x4c\x5a\xcc\xfb\x20\xa4\xd0\x93\x7f\x55\xd2\xf9\x5b\xe1\x65\x32\x44\x3e\x53\x09\xb7\xd2\x7a\xc2\x1e\xb1\xfa\x27\x41\xe9\x42\x7b\x0f\x4e\x72\x15\xe4\xee\x49\x2d\x58\x65\x44\xa8\x45\xf0\x26\x49\x33\xb5\xf8\xaf\x11\xa3\xca\x7b\xd8\xe8\x8c\x71\x61\xb8\x9a\xfe\x78\x8e\x59\x9c\x10\xa1\x2f\x55\xd7\x4e\x84\x19\xe3\x0a\xc4\x0d\x98\x41\x8c\x1e\x29\x36\xc2\x49\xff\x7a\xd8\xda\xcf\xfc\x86\x4e\xd7\x4b\x17\xab\x5b\x73\xd7\x7d\x4c\xf8\x04\x2a\x58\xe6\x65\x9d\x5e\x37\xd0\x79\x46\x4b\x3b\xf7\x5a\x0c\x41\x61\xf9\x50\x05\x0e\x29\x67\xa1\x8f\x57\x42\x89\xac\x79\xb7\x84\x31\xbf\xfa\xd5\x0a\xdc\x48\xf9\x99\x05\x20\x81\xc7\x30\xe4\xea\x38\xdc\x8f\x61\x87\xee\xb7\xa2\x65\xf7\x8b\x2b\xdd\x0d\x3f\x0a\xa2\xc4\x62\x8c\x95\xd2\x4c\x66\x9f\x18\x27\x77\x58\x3e\xb4\xc6\x38\x29\xbd\x7c\xe0\x2c\xa7\x84\x71\x52\x1e\xf8\xb3\xb3\x9c\x96\xd4\xb9\x86\x33\xbd\xbd\xfc\xf8\xb6\x67\x6d\x83\x89\x7f\x2d\xb9\xf2\xed\x78\xcf\x3a\x33\xed\x5b\xcc\x9b\x5f\xc5\x4c\x0f\x66\x84\x15\x7e\xfe\x25\x9e\xdc\xf2\xed\xd4\x1d\xd1\x55\x6b\xf4\xc5\x15\xc2\xad\x08\x1d\x6b\xe6\xf6\x46\x0a\xe2\x56\xe5\xa6\x7d\x8f\xea\x79\xcc\xdc\xc1\x6e\x6c\x12\x03\x34\x2c\xa3\x95\xfb\x33\xe4\xa2\x82\x8a\xd2\xb3\x73\x48\xb4\xa6\x32\x4c\x88\x8f\xb8\x30\x92\x57\x6c\xcf\xac\x31\xdb\x19\x30\xdf\x53\xd4\x47\xb1\xad\xcd\x2f\x48\x26\x88\x24\x4c\x19\x55\xdb\xd4\xbb\x72\xe5\xfd\x29\xb3\x16\xa2\x73\xac\xf0\x19\x56\x38\xe1\xb3\x63\xd4\xf7\x85\xfd\xa9\x44\x38\x91\x1c\x61\x47\x38\x24\x76\x4d\x60\x16\x3b\xf6\x80\x51\xc4\xd3\x8c\x26\x1e\xa9\xdd\x5b\xf1\x29\x8b\xe9\x23\x8d\x73\x9c\x78\x64\xec\x11\x1b\x3c\x12\xa6\x72\x50\xe1\x70\x92\x20\xdb\xad\x7b\x21\xd0\xcf\xdd\x28\x25\x4d\x69\x82\x05\x52\xdc\x8e\xf6\xca\xb6\x85\xee\xe6\xc4\x8f\xd5\xa1\x80\xa3\x14\x3f\x10\x89\xa8\x42\x19\x97\x92\x4e\x92\xe2\x18\xdf\x0f\x11\x8c\xfb\xec\x62\x08\xa6\xd1\x48\x21\x6e\xf8\xa0\xeb\xdc\xfa\x09\x5c\x8f\x29\x66\x8c\x40\xc7\x5c\xcd\x89\xb0\xdd\xdb\x97\x5f\xdb\xca\xf9\xda\x18\xd1\xcd\x16\xd3\x70\x64\xaf\xa7\x74\xb6\xd6\x38\xdb\xaa\x9b\xed\x74\xcd\x66\x45\xf3\x19\xbc\xb4\xed\xb5\xc1\x0b\x2a\xcb\xea\xe0\x9b\x70\xd9\x96\x46\xfc\x12\xf8\x68\x5f\xa9\x22\xd8\x69\x81\xcf\xb2\x6e\x5f\xaa\x0a\x78\xe0\xfa\x5f\x87\xec\xd6\xa1\xd8\x77\x01\x18\x7b\x5c\x9c\x2e\x00\xa3\x0b\xc0\xf8\x62\x03\x30\x9a\xb5\x09\x1a\xef\x9c\xae\xb7\x61\x05\x29\x6f\x14\x10\xbf\x82\x28\x85\xe5\x43\xdb\x9a\x52\x5a\x54\x1e\xc6\x6f\x42\xaa\xaf\x9d\xf0\x4b\x48\xf7\x5d\x9d\xa2\xbd\xd6\x29\x3a\xb8\x69\x77\x82\x5f\x27\xf8\x75\xb2\x4d\xcb\x09\x77\xb2\xcd\xe1\xca\x36\xaf\xa5\xb0\x7c\x49\x10\xba\x5a\x78\x2a\x65\xc6\xac\x0c\xb0\x35\x70\x34\xe0\x1e\xc8\xb3\x84\xe3\x78\x5d\x10\xce\xaf\xa8\x90\x6b\x56\x88\x66\xa6\x5d\xfd\xc1\x81\x4b\x66\x4b\xf1\x37\x66\xe4\x5f\x43\x4c\x6d\xe3\xd4\x5f\x35\xac\x16\xe8\x17\x82\xc9\x4a\x41\x69\xcf\xa5\x85\x54\x69\xba\x95\xc2\x21\xff\x78\xe0\x54\xed\xb7\xf4\x25\xd4\x8b\x2f\xd8\x41\xd0\x39\x01\xbe\xce\xc2\xe7\x07\x23\xb5\x76\xaa\x5d\x97\x55\xd9\x19\xf5\x3b\xc5\xb7\x53\x7c\xf7\xbe\x8c\x87\xa4\xf8\xbe\xa2\x44\x6d\xd2\x44\x9e\xa5\x8c\xe1\x76\xb2\x75\x27\x5a\x77\xa2\x75\x27\x5a\x7f\xb1\xa2\xf5\x61\xac\x70\x27\x57\x77\x72\x75\x27\x57\x77\x72\x75\x27\x57\xef\x7d\x19\x3b\xb9\xba\x22\x57\xc3\x5f\x2e\x4d\x7a\x53\x21\xbb\xb5\x70\xdd\x22\x27\xfa\xad\x48\xd6\x9d\x54\xdd\x49\xd5\x87\x2d\x55\x1f\xcc\x84\xbe\xbc\x44\xc8\x2e\x95\xb0\x4b\x25\xec\x52\x09\x5f\x23\x95\xd0\xf1\x92\x55\x12\xca\xb2\x60\xf1\xd3\x12\x07\x3a\x58\xd9\xa2\x18\xed\xb6\xe1\x1d\xfb\x5a\x6a\x07\x34\xbf\x4d\xa5\xa9\xd2\x6f\xae\xa1\x03\xaa\x3f\xd5\x73\xd2\x82\x66\x14\x6e\x7c\xeb\x11\xc2\x7e\xb6\x6f\xbe\x2d\x30\xf0\xe5\x51\x77\xf5\xa7\x50\xb0\x6b\x5d\xfd\xa9\x67\x9c\xb7\x3b\x5c\x6b\x66\xee\x68\xd4\xd8\x78\xdf\xe8\xb4\x5f\x1d\x5c\xae\xf9\xa4\xbf\x6a\xb8\x5c\xed\x4d\xb2\x94\xbc\x73\xf2\xaf\xda\x8b\xe2\x15\xca\x6e\x6d\x7c\x3b\x7c\x24\xea\x4b\xb9\x1a\xba\xb2\x5b\x5d\x7d\x88\x3d\x4d\x77\x2b\xd6\xff\x66\x67\xdb\x15\x19\xeb\x8a\x8c\x75\x45\xc6\xba\x22\x63\x5d\x91\x31\xf4\x95\x17\x19\xdb\x58\x7c\x34\xe3\xf8\x52\x24\xc8\xae\xc8\x58\x27\x44\xee\x6f\xba\x5f\x97\x10\x79\x80\x16\x84\x83\xa8\xa6\xe6\x2d\x08\xaf\x8e\xfb\xe1\x46\xd2\x16\xfb\xc3\x2d\x68\x87\xff\x61\xff\xaf\xc3\xff\xe8\xf0\x3f\x1a\x66\xdd\x05\xb3\x76\xf8\x1f\xa8\x0b\xd7\xec\xc2\x35\x0f\x39\x5c\xb3\xc5\x36\x76\xf8\x1f\x2d\xc5\xb9\x67\xc2\x00\x71\x32\xd7\x46\x38\x20\x3f\x2f\x2b\x1a\x07\x2b\xa5\xb9\xb1\x7e\x3d\x38\x20\xb5\xd3\x3e\x08\x95\xe4\x05\x71\x40\xea\xe8\xba\xb5\x02\xf2\x36\xf0\x40\xdc\x68\xbb\xc4\xc5\x2e\xc4\xfa\xf0\x43\xac\x0f\x2e\x71\xf1\x60\x24\xd9\x4e\xdd\xeb\x72\x17\xbb\xdc\xc5\x4e\x19\xee\x94\xe1\xbd\x2f\xe3\x21\x29\xc3\xaf\x2c\x61\x3f\x23\x2e\xc8\x6e\xb2\x76\x27\x6a\x9b\xf7\x3a\x51\xbb\x13\xb5\xbf\x50\x51\xfb\x30\x56\xb8\x93\xb3\x3b\x39\xbb\x93\xb3\x3b\x39\xbb\x93\xb3\xf7\xbe\x8c\x9d\x9c\xfd\x62\x38\x21\x75\xc2\x76\xcb\x7c\x9b\xb7\x24\x69\x77\x52\x76\x27\x65\x1f\xb6\x94\x7d\x30\x13\xea\x30\x43\x3a\xcc\x90\x0e\x33\xa4\xc3\x0c\xd9\x4a\xbe\xf9\x37\x7b\x2c\xdf\x05\x37\xb1\xbf\xb2\xdf\xbd\x4f\xf8\xe4\x6e\x91\x11\xfd\xdf\x73\x9a\x12\x26\x41\x1a\xa5\x6a\x11\xca\x33\x0d\x2b\xbf\xbc\xe6\xef\x6e\x87\x97\x1f\x2f\xc2\x6c\x9a\x77\x9f\xee\x2f\xee\x86\xd7\xfd\x1b\xbf\x2e\x7e\x56\xe1\x5a\xd8\xef\x4a\x22\x99\x25\xf9\x1b\xa2\x75\x4f\x38\x35\xb7\x0a\xab\x5c\x6e\x37\xb2\x9b\xc1\xed\xe0\xe6\x27\xc8\x06\x1a\x9f\x0f\x6f\xfb\xef\x2f\x4a\x04\x51\x7a\xde\x3f\xfb\xeb\xfd\xf0\xa6\xf9\xf9\xe0\xbf\x87\xb7\x77\xb7\x4d\x4f\x6f\x06\x17\x83\xfe\x6d\xf3\xd7\x1f\xfa\xc3\x8b\xfb\x9b\xc1\xca\xf5\x58\x39\xda\xd5\x4a\x88\x84\x45\x82\x38\x7f\x14\x59\xae\x21\x8a\x35\x44\x5e\x7c\x74\xec\xb0\xae\xaf\x53\x74\x6f\x75\x7a\x6a\x1b\x37\x0c\x36\x68\xc8\x28\x23\x31\x95\x78\x92\x90\x78\xa9\x25\xb7\x86\x4d\x2d\xe1\xd2\xa0\x9e\xb4\xf6\xec\x45\x4e\xcd\xf3\x22\xc3\x0b\x10\xe4\x28\x2a\xc2\xe2\x9a\x3e\xcc\x3e\x34\xf6\xc0\x34\xef\xa2\x8f\xa4\xd4\x53\x94\x0b\x41\x98\x4a\x16\x88\x7c\xa6\x52\xc9\xa5\x46\xdd\xf6\x35\x35\x6b\xef\x54\xdf\xe0\x1c\x4b\x34\x21\x84\x95\xc7\x2f\x48\x42\xb0\xac\x19\xb3\xdd\xfd\x76\xcb\xe2\xf7\xca\x5a\x63\xcc\x65\x34\xc5\x34\xc9\x05\xa9\x9c\x16\x9e\x66\x58\x50\xc9\xd9\xe0\xb3\xbe\xcb\xf4\x41\xbe\x82\xcf\xb9\xd8\xee\xc4\x0c\xfe\x1a\x52\xf0\x65\xf9\x9f\x1f\xef\xca\xff\x2a\x9d\xf9\x8b\xbb\xf2\xbf\x56\xd3\x7a\xd0\x70\x95\xb2\x8f\xd0\xc7\xbb\x53\xf4\x11\x42\x9c\x04\xba\x9b\x63\x43\xb1\x17\x77\xa7\xe8\x82\x48\x09\xbf\x14\x1f\x2b\xaa\x12\x98\xdb\x7b\xca\xb0\x58\x20\x37\x7d\x93\xe8\x8a\xa3\x39\x22\x7e\x69\xaa\x8b\xc7\xfe\x9e\x33\x50\xdd\x8b\xd5\xbb\xe0\x33\x1a\xe1\x64\xb7\x45\xec\x5f\x96\xf8\xc0\xd5\xcd\xca\xa5\x08\xdf\x5e\x5e\x8b\xfe\xe5\x39\x24\x91\xba\xa1\xd6\xcc\xfc\x92\x48\x4d\x24\x11\x67\xb1\xf5\xd2\xe8\xdb\x7f\x11\x08\xf5\x7f\xe7\x90\x88\x9b\x4b\xca\x66\xba\x45\x74\x82\xae\x6e\x46\xec\x4a\xc4\xc6\x10\x4a\xb4\x34\x6c\x68\x8e\x4a\xc4\xb8\x42\x34\xcd\xb8\x50\x98\x29\xad\x08\x80\x18\x60\x57\xc4\x70\x80\x33\x9e\xa6\xb9\xc2\xfa\xa0\x2d\x2d\x2a\x33\xe6\x90\x5b\xa2\x86\x31\xb8\x56\x6a\xd6\xd0\xc8\x09\xc5\x5c\x32\xa1\xdb\xd7\x32\x4a\x59\x87\xa6\xf1\x92\x2a\xeb\x9a\xc0\x42\xe0\xb2\x34\xf1\x8e\x2a\x92\x56\xdf\x6f\x19\xe4\xf9\x5b\xad\x81\xe0\xcc\x24\x55\x10\xd1\x17\xd1\x9c\x2a\x12\x29\x7d\x04\xb7\xa2\x89\xfb\xcb\x1f\x2f\xaf\x7e\x0e\x25\x88\x77\xfd\x4f\xe7\x7f\xfe\x8f\xd2\x0f\x37\x9f\x96\x7e\x18\xff\xf4\xe7\xa5\x5f\xfe\x9f\x95\xf4\x54\xed\x69\x49\xcf\x0f\xe6\x72\x04\x22\x35\xd8\x84\xdd\x54\x11\x4d\xf1\x8c\x20\x99\x67\x9a\x02\xe4\x71\x79\x7f\xb5\x48\x79\xc1\x71\x4c\xd9\xcc\x64\x80\x5e\x50\x45\x04\x4e\x3e\xe1\xec\x83\xb3\x5f\x6f\xb1\x3a\xff\xf7\xb6\x94\xaf\xfb\xee\x97\xfe\xa7\x30\xe3\xf7\xdd\xf5\xcd\xd5\xdd\xd5\xca\x59\x97\x5a\x58\x3e\x46\xfa\xf1\x29\xfc\x2f\x3a\x41\xba\x75\x2f\xf9\xa6\x44\x61\xad\x11\xa0\x6f\x4d\xd2\x9c\x4f\xa4\xa1\x2c\x81\x53\x93\x09\x9a\x52\xb8\x52\x8c\x05\xef\x3b\x23\x5c\x7b\xed\xc1\x9f\x1b\xf3\x01\x68\xcb\xee\x52\x66\x31\x16\x31\xfa\xbb\xac\xa6\x8f\x83\xe1\xd8\xfc\x40\x62\x74\x84\xe6\x4a\x65\xf2\xf4\xe4\xe4\xe9\xe9\xe9\x58\xbf\x7d\xcc\xc5\xec\x44\xff\x71\x44\xd8\xf1\x5c\xa5\x89\x49\x97\xd7\xab\x70\x8a\xae\x05\xd7\x57\x08\x28\xe8\x44\x50\x9c\xd0\x7f\x92\x18\x4d\x0c\xff\xe3\x53\xf4\x6b\xc4\x05\x39\x2e\x36\xc6\x1a\x95\xec\x3d\x62\x0d\x4f\x27\xfa\xa5\x1a\x66\x52\xdd\x4f\x14\x93\x88\xc6\x56\xcc\x20\x2c\xe2\x60\x79\x34\xbe\x0a\xdd\x9e\xcb\x34\xd4\x1a\x4d\x96\xab\x62\x39\x03\x65\x05\xc7\x24\xc8\x76\x57\xbc\x4c\x70\x5a\xf1\x19\x1a\xb5\x35\xd7\x2a\xba\xbe\x5b\x31\xdc\xaa\xee\xd5\x4c\x4f\x38\xe2\x09\x9a\xe4\xd3\x29\x11\xa1\x43\xba\xa7\xb5\x19\x2a\x91\x20\x11\x4f\x53\x90\x18\xf4\x57\xb9\x34\x54\x0d\x2b\x66\x47\x7b\x3c\x62\xb0\xff\x5a\xcd\x01\x0a\x88\x39\xb0\x3a\x46\x48\x8c\x30\x5b\x98\x6e\x26\xf9\x34\x6c\xdf\xc0\x50\xe0\x18\x51\x35\x62\xfd\x24\x41\x82\xa4\x5c\x91\x20\x87\x12\x9c\x67\xe5\x05\x07\x16\x29\x48\x96\xe0\x88\xc4\x86\x1e\x12\x1e\xe1\x04\x4d\x69\x42\xe4\x42\x2a\x92\x86\x0d\x7c\x0b\xb6\x1a\xbd\x66\x54\xa2\x98\x3f\xb1\x84\x63\x3b\x8f\xea\x67\xdf\x95\x4f\xe3\xc0\x41\x04\x0c\x84\xe0\x02\xfe\xe7\x47\xca\xe2\xbd\x71\xa8\xfb\xdb\xc1\x4d\xf8\xef\xdb\x5f\x6e\xef\x06\x9f\x36\xe3\x3e\x9e\xb2\x60\x78\xa0\xc3\x9f\xa2\x5b\xb3\x08\x5c\x68\x89\x48\x34\x4c\xea\x93\x25\xa5\xe2\x07\x1e\x6f\xc9\x7d\x3f\xf5\x2f\xef\xfb\x25\x8e\x72\x7b\xf6\xc3\xe0\xfc\xbe\xa2\x0f\xd8\xf9\x95\x64\x78\xa3\xfe\x85\xbf\x9d\xfd\x30\xbc\x38\x1f\xd7\x28\x8c\xef\x6e\x06\x67\x57\x3f\x0d\x6e\x0a\xdd\xae\x76\x89\x2a\x83\xa9\x32\xab\x3b\xc3\x94\xe6\x3c\x46\x93\x45\x3d\x20\x84\x96\x9c\x13\xf0\xc5\x16\x90\x28\xa6\xd5\x53\xe0\x4d\x0e\x9b\xa3\xf8\x22\xe5\x31\xe9\xd9\x77\x00\x49\xc3\x18\x57\x8c\xc4\x5c\xdf\xb0\xee\x1d\xb3\xc0\x50\x61\x40\x2e\xfc\xc2\x9d\xa2\x3e\x92\xfa\xc5\x5c\x1f\x6a\x41\x67\x33\x30\x1c\x56\x86\x6a\x5a\xb3\x9f\xc2\xf2\xc2\x77\x66\xff\x33\xc1\xe1\x9c\xeb\x6e\xad\xc5\xd9\x5b\x25\xcc\x87\x80\xba\x52\x6e\x51\x60\x30\x38\xd4\x0c\xcd\x6d\x96\x5e\x84\xc6\xf5\x32\xe7\xd1\xd8\x8b\xf4\xe1\x02\xb6\x25\x8d\xbd\x33\x13\xe4\x91\xf2\x3c\xf8\xd4\x02\x7b\x94\x76\xbc\xb6\xf9\x62\x01\x60\xd9\x8c\x51\xa4\xd2\x8c\x27\x8f\xda\x16\x34\x0b\x7b\x84\x16\xa6\x82\xa7\x35\x6d\x94\x8f\xc9\xf0\xea\x56\x09\xac\xc8\x6c\x71\x6e\x59\xc6\xf6\xc7\xe3\xfc\xea\xe7\xcb\x8b\xab\xfe\xf9\x78\xd0\xff\x58\x3e\xf1\xfe\xc9\xed\xdd\xcd\xa0\xff\xa9\xfc\x68\x7c\x79\x75\x37\x76\x6f\xac\x24\xf9\x86\x0e\x96\xef\xe9\xf2\x8b\xa7\x48\xb3\x5c\x60\x8d\x0e\xf0\x2e\xe0\x8f\x13\x32\xe5\xc2\xf0\xf9\xd4\x85\x2e\x58\x11\xc6\xad\xad\xd5\xc5\x2a\xb3\x38\x05\xcb\x58\x5d\x93\xc6\xea\xad\x04\xc1\x29\xdc\x13\x98\xa1\x01\x8b\x8f\xae\xa6\x47\xb7\xe6\xc7\x14\x8b\x07\x22\xfc\xa7\x4f\x82\x2a\x45\x58\x49\xa5\xc3\x6e\xc8\x5e\x49\x2c\x3a\x38\x46\x37\x9a\xef\xeb\xf7\xfd\xa5\xa6\x89\x3d\x26\x0a\xd3\x44\xda\xc1\x96\xd6\xf5\x14\x5d\x60\x31\x2b\xec\x70\xdf\xf2\xe9\xd4\x34\xf6\x9d\x19\x86\xbe\xc3\x4a\xb3\xa8\xe1\xbd\x9a\x34\xdc\xbd\x08\xfd\xd9\x97\xbd\x3c\xbc\x4c\x55\xf7\xd9\x6e\x34\x75\x7f\x0d\x2b\x6e\x34\xf6\x92\x6e\x68\x9f\xd4\xd0\x1a\x4c\xdc\x3c\x5e\x7d\xc9\xd4\xb7\xbd\x4c\x4e\xe5\x17\x6b\xc8\xc9\xe4\x52\xe9\x9d\x9f\x6a\x6d\xb3\x86\x96\xc8\x67\x6a\x0d\x06\xe1\xb8\x2b\x24\x54\x34\x03\xe6\x55\x9c\x65\x04\x0b\x59\xb7\xdb\x65\x31\xb0\x61\xef\x4d\x4f\x61\x1f\x76\x93\x5d\x3f\x3d\xc4\x19\x18\x1c\xbc\x10\x51\xa1\xc8\x16\x34\x60\xda\x5a\xa2\x80\x6b\x40\x5b\xba\xb2\xc8\x46\x9f\xa8\xd4\x4a\xa3\xf9\xf1\xbd\x85\x5c\xda\x8e\x20\x3e\xf4\x87\x17\x15\xe1\x62\x7c\x3e\xf8\xd0\xbf\xbf\x58\x6d\x26\x2c\x7d\x57\xdd\x62\x74\x84\xf4\xf3\xb2\xdf\x9c\x4e\xcd\x9d\xe1\x80\xa3\x8c\x4a\x4b\x18\x18\xad\x2c\x54\x8d\xb1\x57\xc7\x24\x4b\xf8\x22\x25\x0c\x4c\x3c\xa5\x9b\x50\xaf\xe7\x14\x53\x7b\xb5\x04\x83\x05\x2b\x8e\x35\xbb\xc1\x35\x76\xe4\xd0\xaa\x48\xec\x6f\xde\x32\x58\x55\x85\x75\x5f\x1b\xef\x99\xfd\xcf\xad\xc2\x6a\xcb\x33\xd6\x3f\xbb\x1b\xfe\x34\x28\xeb\x87\x67\x3f\x0c\x7f\xaa\x93\x6a\xc6\x1f\x07\x97\x83\x9b\xfe\xdd\x1a\xe1\xa4\xd2\x64\x9d\x70\x22\xf5\x80\xab\xde\x53\x2a\x7d\x44\x50\x64\x20\xaf\x10\x55\x12\x3d\x52\x49\x27\x14\x00\xc2\xac\x27\xf2\x7e\x08\x9c\xf5\x11\x27\x34\xa6\x6a\xe1\xc4\x17\xd3\x6f\x79\x1f\x35\x27\xb5\xed\x1b\xb3\x43\xe8\x9f\x04\x2b\x9f\xd9\x1c\x37\xe9\x53\x04\xba\xed\x23\x28\x6d\xc1\x67\x4c\x0b\xd2\x6c\x46\x84\x19\x0e\x78\x5f\xc2\xb1\x04\xcf\xf5\xa8\x42\x61\xa5\x58\x35\x2f\xb4\xce\x08\x23\x02\x40\xe0\x7c\x27\x46\x90\x12\x84\x7d\xa3\x65\xae\x2c\xa1\x11\x55\xc9\x02\x45\x60\xc3\x02\x73\x66\x8a\x19\x9e\x59\xe1\x00\xd4\x9c\x0a\x49\xfc\xd5\xa0\xa8\x5d\x4d\xad\x69\xff\x8e\x92\x2d\x8f\xd9\xfd\xe5\xf9\xe0\xc3\xf0\xb2\x4c\x02\x3f\x0c\x3f\x96\x44\xd8\x4f\x83\xf3\xe1\x7d\xe9\x36\xd7\x92\xec\x6a\xb9\xbe\xda\x6c\xcd\x51\xf4\x2f\x9d\xa2\x73\xf3\xe9\xa9\x5e\xdc\x1a\x88\x38\xaf\xfc\x56\xd6\xe1\xc6\x85\xe4\xb9\x3f\x06\x4c\x89\x5a\xbf\x44\x5b\x13\x92\xf5\x41\x96\x6c\x48\xf5\xa1\x0a\x4b\x7d\x5f\x56\x9d\xca\xd5\x29\xbb\x17\x21\xe8\xf2\xb8\xb0\x2c\x85\x31\x0c\x60\x34\x68\x32\x62\xd5\xb8\xb5\x0a\x86\xfd\x13\xb8\xa8\xd3\x5c\x2a\xe3\x4a\x04\xe2\x44\x0f\x7f\x91\x7a\x41\xc1\xd5\x78\x8c\x6e\x09\x19\x31\x67\x3d\x98\x51\x35\xcf\x27\xc7\x11\x4f\x4f\x0a\x7c\xc2\x13\x9c\xd1\x14\x6b\x49\x9a\x88\xc5\xc9\x24\xe1\x93\x93\x14\x4b\x45\xc4\x49\xf6\x30\x83\x08\x18\xe7\x4e\x3d\xf1\xcd\xce\xf8\xbf\x5f\xfc\xe9\xfb\xa3\x8b\xbf\x7c\xff\x6e\xd9\x42\xd6\xb4\xff\x03\x16\xe1\x4c\xe6\x89\x8d\x98\x13\xe1\xda\xb8\x23\x9f\x93\x75\xfb\x7d\x59\xde\xae\xdd\xf4\xd7\xb3\xeb\xfb\x92\xc5\xba\xfc\xcf\x4f\x83\x4f\x57\x37\xbf\x94\x38\xe5\xdd\xd5\x4d\xff\x63\x89\xa1\x0e\xae\x7f\x18\x7c\x1a\xdc\xf4\x2f\xc6\xee\xe1\x2e\xb6\xb7\x1f\x19\x7f\x62\xe5\xa5\x91\x8e\x03\x2e\xf5\x74\x8a\x3e\x70\x81\x7e\xf4\x3b\x79\x34\xc1\x12\xae\x18\x77\x67\xc9\x1e\xca\x78\x0c\x8c\x17\x91\x6c\x4e\x52\x22\x70\x62\x6d\x06\x52\x71\x81\x67\xe6\xa6\x97\x91\xc0\x2a\x9a\x23\x99\xe1\x88\xf4\x50\x04\xd4\x30\xeb\xc1\xa6\x80\xaa\xc5\x67\x55\x3b\xdf\x4d\xce\x14\x4d\x89\x53\xc1\xed\x3f\xef\xcc\x66\x6c\xb1\x39\x57\x77\x3f\x94\x85\xbd\x0f\x17\xbf\xdc\x0d\xc6\xb7\xe7\x3f\xae\x5c\x4f\xf3\x59\x69\x64\xb7\x10\x80\x74\xc6\x93\x3c\x65\xe1\xdf\xdb\x8f\x6d\x78\x79\x37\xf8\x58\x1d\xdd\x55\xff\xae\x4c\x19\x37\xe5\x00\xb7\x77\xef\xaf\xae\x2e\x06\x25\x97\xf0\xbb\xf3\xfe\xdd\xe0\x6e\xf8\xa9\x44\x3f\xe7\xf7\x37\x06\x8d\x70\xd5\x34\xdd\x08\x6a\x26\xaa\xa7\x15\x4e\x73\xdf\xac\xb0\x15\x27\xea\xdb\x80\x72\x73\x96\x8f\x02\xb8\x1d\x13\x0e\x06\x56\x9d\x23\x6f\x52\x8d\xcc\x48\x6b\xd9\xa1\x2a\x6f\x13\x6a\x66\xc7\x2b\x37\x7a\x15\x57\xbe\xf3\x43\x30\x50\xa0\x46\xd9\xc6\x49\xc2\x9f\x4c\x28\x6f\x4a\xf5\xad\x6c\x81\xd1\xf4\x2b\xb2\xf0\x10\x1e\xd7\x70\xbc\xf2\xb6\x90\x48\x10\xf5\x89\xe7\x4c\x6d\x4f\x72\xfd\xcb\x12\xdf\x19\x5c\xfe\x34\xfe\xa9\x5f\xa6\xc0\xe1\xc5\x6a\x56\x13\x36\x51\x73\x15\xf7\x2f\x7f\xf1\x97\x30\x04\x7c\xf7\xbc\x86\x6a\x64\xd7\x28\xa1\x5a\xec\x8d\xb0\xd6\x5e\x13\x90\x68\x10\xa1\x60\x72\x48\xf5\xe4\x20\xc0\x34\x33\xfe\x24\xc3\x9f\xcc\x20\x4f\xdd\x1f\x95\xf6\x24\xac\x0b\x58\x53\x5d\x3c\x3d\xb4\x63\xb5\x6a\x86\x08\x7b\xa4\x82\x03\x9e\x2d\x7a\xc4\x82\x6a\x69\xdc\xb4\xac\xe7\x7a\x0a\xff\xbb\x59\x9b\x60\x18\xad\x30\xae\x5b\x2e\xd4\xb9\x0f\xe4\xdd\xce\x1a\x52\x17\xd0\xba\x1c\xca\x5a\x6f\xe8\x58\xfe\xb6\x66\x73\x76\x0c\xf8\x2d\x4f\xf8\x1f\xc9\x39\xc5\x89\x66\x00\xfb\x93\x17\xfb\x97\xb7\xc3\xb2\xfc\x58\x56\x33\x02\xbe\xbc\xb5\xbc\x08\x86\x4a\x33\x72\xa7\x4c\xdc\xfe\xf5\xc2\x68\x17\x00\x7a\x6c\xce\x6d\xa0\x58\x80\x00\xe4\x50\x50\x32\x2c\x64\xe5\x0b\x89\x00\x08\xad\x08\xb8\xd2\x77\x16\x84\x33\x3d\x72\x1a\x8f\x18\xf9\x9c\x11\x26\x21\x38\xc0\xdc\x67\x85\xaf\x5d\x1e\xa3\xe1\x14\x58\x82\x7e\x9d\xa1\x9c\x59\x07\x98\xbe\x70\xcd\x20\x7b\x5a\x94\xb5\x43\xf0\x1a\x22\x18\x5e\x18\x71\xc1\x52\xc5\xe0\x47\xec\x67\xef\x44\x83\x47\x53\xae\x19\x90\xde\x45\xdb\xde\x29\xc2\x4c\xd2\x1e\xd2\x0a\x4b\x75\x4f\x21\x75\x40\x2b\x94\x36\x84\x4b\x73\x1a\xfb\xe7\xcb\x5f\x03\x4b\x71\xc2\xe1\x65\x50\x7f\x17\x54\xae\x82\x06\xd1\x38\x31\x1e\x93\x71\xfb\x3b\x21\xe2\x82\x58\x3f\xcb\xc6\xd7\xc0\x3a\xc6\x7e\x87\xe5\xc3\x92\xef\x61\xc8\xa4\xc2\x2c\x22\x67\x09\x96\x5b\x06\x21\x39\x1b\x47\xaf\x2c\x71\xdc\xdc\xdc\x5f\xdf\x0d\xdf\xaf\xe1\xf2\xd5\x8f\x97\xc3\x80\xa2\x24\x77\xee\xb9\x89\xe0\x38\x46\x9a\x7d\xce\xb8\x71\x05\x5a\xc1\xbf\x80\xfe\x36\x79\x3d\x3e\xa0\xb2\x04\x3b\x5e\xa4\x23\x58\x3b\x47\xe8\x4a\xa0\x76\x21\x50\xa4\x57\x02\x05\x26\x0f\xb7\xd5\xe0\x59\x34\x05\x49\xac\x75\x2b\x4b\xb0\x9a\x72\x91\x1a\x2e\x5f\x9a\xb4\x69\x7c\x75\xa3\x94\x29\x22\x44\x9e\x29\xea\xb0\xdc\xab\x52\x2a\x54\x78\xe7\xb3\x4f\x44\x4a\x3c\x23\xbb\x38\xa0\xeb\x94\x87\xdb\x9f\xc2\x7f\x82\x83\xb9\x8d\xec\x5f\x1a\xa1\x8b\x7c\x77\xf4\x74\xc5\x3e\x98\x40\x9e\x6b\x9e\xd0\x68\xcb\x80\xbb\x0f\xfd\xe1\xc5\x78\xf8\x49\x2b\xf1\xfd\xbb\xc1\x45\x49\x94\x80\x67\xfd\x0f\x77\x83\x1b\x0b\x62\xdd\x7f\x7f\x31\x18\x5f\x5e\x9d\x0f\x6e\xc7\x67\x57\x9f\xae\x2f\x06\x6b\x22\x73\x1a\x1b\x5f\xb6\xae\x56\x5f\x3d\x5d\xfa\x05\x76\x58\xf3\xb2\xd0\x5e\x06\x59\x63\x98\x26\xe0\x04\xe7\xc6\x19\x8e\x11\xe3\x31\x81\x9f\xa5\xb3\xce\x78\xe4\x68\x34\x54\xdf\x24\x09\xc2\xb9\xe2\x29\x06\xaf\x4d\xb2\x18\x31\x3c\xd1\xac\x15\x27\x49\x10\xde\x25\x72\xc6\x34\x8b\xd5\x8d\x19\x88\xf6\x28\x21\x9a\x9d\x67\x41\xb2\x9f\xf5\x1b\x4c\x29\x83\x48\xdb\x14\x8b\x07\xe3\x66\x2a\xba\x2c\x0e\x85\x44\x58\x8e\x98\x1e\x17\xb1\x86\xa1\x36\x2b\x7c\xda\xea\xad\xc6\xd5\x49\xf1\x03\xd1\xab\x92\xe6\xd1\x1c\x65\x82\xcf\x04\x91\xd2\xda\x96\x23\xcc\x4c\x00\x82\x7d\x5d\x5f\x43\x23\xc6\xb8\x5e\x0a\x67\xc2\x8e\x49\x46\x58\x4c\x58\x44\x4d\x5a\x1f\xf8\xee\xbd\x69\x73\x26\x70\x36\x47\x92\x83\xd3\x1b\x96\x1d\xec\x57\xe6\x23\x77\x93\x99\x19\x9b\xc7\xa1\x05\x5a\xe4\x9a\x4f\x5c\x81\x9c\x68\x56\x19\x3e\x76\x97\xa1\x73\xbb\x18\x3b\x60\x9a\x25\x44\x19\xb0\x7e\x58\x72\xd8\x0c\xbd\xd6\xa5\xfd\xd0\xdb\x54\xb7\x09\xfa\xc2\x76\x63\xc6\xd2\x8e\xe8\xb8\xc6\xb2\x6d\x8f\x14\xfa\x01\xb3\x38\xd1\xad\x38\x1f\x46\xf9\x2c\x42\x2a\x4a\x5f\x53\x8d\x3b\x8d\xbb\xdc\xa2\x11\xce\xe5\x2e\xd7\x68\x25\x17\xd3\x58\x05\x8f\x8a\xa0\x10\x20\x6f\x9b\x88\x09\xab\x9b\x69\x16\x89\x13\x6e\x57\xc9\xbc\x9e\x9b\xfa\x4f\x08\x46\xd3\x70\xcd\x66\x82\xb2\x88\x66\x38\xd9\x4a\xf7\xab\x04\xe3\xdb\x18\xf7\x6f\xe9\x54\x93\xcf\x77\x4b\x6e\x5b\x45\x44\x0a\x09\xca\x76\x98\x7e\x0b\x37\xb0\x24\xd9\xac\x06\x22\x8b\x68\x12\x2c\x78\x6e\xfc\x71\xb0\x2e\x24\xae\x39\xaa\xc7\x75\xdb\xad\x4f\x06\x2e\x07\x40\x6f\xb1\xd9\x26\xf2\xa7\x69\xfd\x2a\xad\xd8\xde\x4d\x30\x1e\x4e\xae\xeb\xdb\xac\xdb\x81\xe0\xe1\x6f\xab\x68\xe7\x13\xce\x34\xcd\x58\xd8\x7e\x5c\xcc\xd1\x2a\x49\xb6\x2a\x98\x8b\x9f\x09\x7c\xe7\x3e\x2f\xa4\xfd\x6e\x14\x4b\x68\x03\xa0\x96\x3b\x29\xc5\x10\x04\x39\xe6\x96\xc6\xa7\xb9\x96\x65\x11\x86\x28\x04\xf4\x2d\x39\x9e\x1d\x23\x57\x84\xa1\x87\xfa\xd7\xd7\x83\xcb\xf3\x1e\x22\x2a\xfa\xce\xc5\x2c\xda\x80\xa5\x11\x53\xdc\x4a\x2b\x0b\x57\x40\x23\x25\x62\x46\x4a\x73\x76\xd1\x4d\x10\xaa\x3c\xa3\x52\xd9\xf0\x59\xcd\x57\x82\x52\x27\x34\xad\x8a\xd9\x86\x42\x72\x35\xdf\x85\x34\xb0\x94\x79\xaa\x75\xd9\x31\xc5\xe9\x58\xf0\x64\x17\xa6\x70\x0e\x53\x01\x75\xd9\xa7\xe7\x53\x9c\x22\xdd\xac\x0d\x05\xf1\x2e\x47\x2f\xd2\x69\xc1\x48\xf3\x65\x7d\x6f\x06\xf7\x96\xf3\x3e\xd8\x78\x34\xea\x42\x20\x20\x7d\xbf\x81\x55\x14\x66\xe3\xb1\xb5\xd4\x8f\x71\x14\x69\x95\x7b\xcf\x93\x0a\xea\xe7\x38\x97\x80\xed\xe8\xd9\xa6\xb9\x8e\xce\xdd\x30\x33\xcd\xc1\x20\x18\x58\x5f\xb9\x92\x47\xb4\x68\xbf\xa6\xdf\xc9\x62\xa9\x57\x57\xe1\xe6\x5e\x7a\x93\x8a\xb9\x84\x25\x81\x9d\x94\xa6\x42\x8e\x9a\x93\x05\x9a\xe3\x47\x52\xea\xd2\x25\xc4\xe8\x86\x17\x3c\x17\x75\x8c\x6e\xc4\xce\x49\x26\x88\x96\xf4\xab\x0e\x14\x4f\xd3\x37\x65\x4a\xec\xe8\xba\xa3\xeb\x37\x4f\xd7\x67\xa6\x50\x52\xdf\x17\xc6\xda\x49\x80\x33\x8d\x8d\x33\xce\x93\x71\x0b\x9b\x48\xfb\x15\x2f\x79\xc2\x2a\x65\xa3\x00\x12\x80\xe7\x20\x1f\x95\xae\x4d\xae\xef\xba\x20\xc5\xd6\x0e\x6f\xc5\x32\x38\x97\x59\x50\x2f\x67\x97\xf3\x5e\xd7\xca\xaa\x96\xd0\xb3\x8b\x39\x67\x46\xbe\xf1\xee\xb2\xb0\xfe\x69\xe9\x30\x39\x51\x84\xb2\xa5\x6a\x6c\x86\x9e\xf5\x02\x1b\xb9\xe3\x1f\x39\x57\x58\x7e\x77\x3c\x62\x5a\x88\x7a\x20\x0b\x63\x6e\xd5\x62\xca\xef\xb4\x2c\x7e\x24\x09\x93\x10\xee\xfd\x3b\xe3\x9e\xd3\x24\xee\xcc\xd5\x46\x35\x35\x45\xe0\x20\xe8\xda\xf7\x02\x21\xba\xb6\x51\x2b\x25\x15\x01\xd0\x20\xe7\x9b\xb9\xd8\x67\x66\xf8\x33\xa2\x20\xc5\x5a\x51\x05\x3a\x53\x6c\xaa\xcc\x2d\x0d\x7d\xad\xe9\xca\x50\x85\xe0\xe0\x27\x89\xf3\xdd\x18\xbf\x5c\x6e\x63\x2d\x67\xf4\xda\xc2\xad\x8d\x79\x3f\x71\x76\xa3\x48\xf0\xa5\xd2\x6d\x58\x22\xb3\xd3\x13\xc3\x0e\x9c\xff\x9a\xb0\xe3\x27\xfa\x40\x33\x12\x53\x0c\x11\xf0\xfa\x5f\x27\x7a\x5e\xff\x7e\x76\x73\x75\x39\x2e\x32\x79\xfe\x6b\xc4\xfa\x89\xe4\x3e\x4b\x01\x31\xce\x7c\xb8\x7d\x26\x88\x13\x09\xed\x5c\xc0\xea\x5a\x98\x11\x47\xac\x69\x04\x31\x8f\xe4\x31\x7e\x92\xc7\x38\xc5\xff\xe4\x0c\x5c\xe9\x7d\xf8\xf3\x2c\xe1\x79\xfc\x33\x56\xd1\xfc\x04\xce\xb5\x3a\x21\x8f\x84\x29\xe3\xa6\xd2\xcb\x15\x43\xf2\xae\x84\x68\xfd\x7f\xd7\x63\x2e\x92\x8a\xa4\xd6\x64\x23\x92\x29\xf4\xff\x09\x32\xe1\x5c\xd5\x5f\x52\x7c\x3a\x95\x64\xa3\x0b\xa9\x50\xd2\x6e\xaf\xd0\x5f\xfe\xfc\xfd\x1f\x34\x09\x6d\xb3\xc6\xc3\xdb\xab\xb1\xfe\xfe\xdf\xcf\xed\xf7\x72\x03\x76\x77\x95\x15\xac\xcd\x11\x8f\x09\x9c\xcf\x19\xdc\x7e\x02\x9c\x17\xc0\xde\x80\x1c\x8a\x7d\xac\xe3\x6e\xe7\xa5\xd6\x77\x53\xd9\xb6\x5a\x4c\x50\xb1\x83\x39\xa2\x23\xc4\x38\x4a\x4d\xac\x29\x66\xe8\x3f\x7e\x7c\x5f\xbf\x81\xb9\xa0\x5b\x75\x48\x2d\x5c\x43\xd0\xa5\xa4\xff\x24\x12\x69\xaa\xd1\x54\xcc\x53\xdd\xb5\x20\x72\xce\x93\x18\x3d\x11\x50\x93\x6c\x1c\xa8\xd7\xca\x05\x19\xb1\xb0\x09\x08\x39\x44\x38\x51\x7c\x46\xe0\xae\x76\x8a\x9a\x22\x42\x8b\x2a\x26\x4b\x43\x71\x41\x7a\x06\xea\xeb\xf6\x4f\x2e\xb6\x1a\xa6\x09\x8f\x5c\x52\x8b\x35\xc9\xc5\x93\xfa\x99\x4f\xab\xa6\x57\xd4\x6c\xc3\xaf\x6e\xb2\x35\xdb\xd6\x2f\x8d\x4d\x42\xb1\x36\xac\xea\xce\xd4\x0f\x86\x46\x9c\x8d\x13\xca\x1e\xb6\xda\x8c\x2b\x27\xca\xe9\x16\xec\x9a\xe9\x16\xbd\x9d\xdb\x58\x40\x36\x38\x1f\x1f\xf2\x24\x31\xa9\x2d\xe1\xf6\x80\xdc\x65\xd6\x0d\x84\x81\xcc\xe4\x80\x92\xd8\xfa\xbd\xac\x26\x2c\x08\x83\x80\xb7\x11\x9b\x2c\xac\xcf\x56\xf6\x90\xcc\xa3\xb9\xcb\xcc\x8b\x38\x93\x5a\x8c\xe6\x02\x45\x3c\x4d\x4d\x71\x53\x46\x90\xe2\x3c\x91\x36\xda\x9d\x1d\x29\x1c\xa9\x11\x2b\xfa\x5b\x73\xf2\x4c\x05\xa4\xdd\x52\xf7\xda\xbb\x74\x8a\x4a\x4b\x2b\x05\x6e\x1a\x87\x98\x0d\x60\x04\x33\x9e\xa8\x00\xfd\x81\x2f\x9f\x25\xb3\x61\x0d\x9a\x81\x9c\x73\xa1\xc6\x71\x2d\xcf\x59\x4b\x34\x55\x46\xc8\xc8\x51\x02\x41\xc3\xfc\x51\x0b\xff\xe4\xc9\x1b\x5f\x57\x0d\x41\x53\xf5\xaa\x11\xb4\x3b\x46\x2b\x47\xb6\x29\x09\x36\xac\x95\x41\xf0\x88\xca\x31\xe1\xeb\xc6\x78\x0b\x5f\x9d\xe9\x8f\x56\x2e\x5e\xf5\xdc\x39\x21\x88\xc7\x05\xd8\x9c\xb9\xd7\x6d\x46\xc8\xaa\x35\xb5\xd0\x09\xcf\x97\x39\xba\x6a\x2a\xf7\x65\x4b\xae\x1e\x0b\x98\xec\x25\x01\x59\x13\x8b\x09\x55\x02\x8b\x12\x52\x88\xd7\x07\x25\xc1\x02\xe2\xb3\x46\xcc\xe0\xc6\x19\x4d\x21\x46\x31\x95\x90\x20\x02\x77\x69\xe0\x0c\x43\xed\x94\xc0\xca\xd1\x2e\xf2\x1c\x4d\xfc\x39\x04\x96\x15\xa4\xe1\x98\x9d\xee\xc8\xe3\x63\x69\xfd\x8c\x47\x79\x21\xc8\x45\x20\xe1\x5a\x4c\x1d\x44\x99\xa4\xb3\xb9\x42\x94\x59\xbb\x23\x4e\x66\x5c\x50\x35\x4f\x65\x0f\x4d\x72\xa9\xb5\x50\x13\xac\x66\xe2\x51\x88\x8a\x5a\x71\xa1\x5d\x93\x88\xe3\x4a\x83\xcb\x2a\xca\x16\xa4\xd1\xee\x50\x0e\x2a\x77\xc5\x1a\xc2\xe9\x7b\x9c\xc1\x6a\x1b\x14\xea\x36\x1a\x78\x4a\x64\xe2\x00\xb9\x43\x76\x82\x2a\x20\x4d\xe7\x00\x50\x21\xf7\xe6\xa5\x78\x89\x42\x5c\xc8\x24\x83\x0a\xe2\x62\xb7\x41\xf2\x2a\x23\x53\x1a\xf4\x26\xef\x74\x4a\x33\x55\x1b\xb8\xb5\xec\x2a\xba\x09\x30\x7f\xda\x2d\x36\x24\x63\x01\x35\x03\x52\xdb\x88\xdd\x12\xd2\x0c\xe4\xb6\xb4\xf7\xa6\x34\x2e\x4c\xc1\x26\x7a\xac\x26\xf9\x5d\x9c\xd8\xe7\x83\xdb\xb3\x9b\xe1\xb5\x81\x9c\xb8\xba\xf9\xd4\xbf\x1b\xd7\xf8\xb5\x6b\xde\xfa\xd4\xbf\xf9\xf1\x7c\xfd\x6b\x3f\xdc\x95\xb3\xb2\x6b\x5e\xb9\xb9\x5d\x9d\xcc\xd1\x62\x88\x35\x49\x61\xb5\xfd\x9c\xa2\x6c\xa1\xe6\x9c\xf9\x10\x85\xb8\xc4\x9b\x8e\x90\xc9\x08\x56\x10\x42\x24\xa4\xaa\x71\x1c\xde\x41\x5c\xce\x7a\x09\xb3\xbc\x59\x06\x86\x6d\xaf\xa2\xd1\x06\x27\xf2\x63\xc2\x27\xe0\xb7\xce\x4b\x25\x6e\x57\x44\xa0\xef\x18\xef\x73\x4e\x65\x96\xe0\xc5\x52\x0f\xeb\xae\x9c\x4b\x9c\x12\x88\x38\x2e\xf0\xe3\x5c\xb2\x88\xde\x19\x48\x60\xf2\xf7\x3a\x9d\x42\x26\x93\xa2\x58\x11\x34\x21\xea\x09\xf2\xe6\xdc\xaf\xde\x96\xea\x02\x46\xe4\xf1\x88\x81\x39\x67\xa4\x17\x39\xce\x21\xda\x6f\xf4\xae\x87\x46\xef\x62\xf2\x48\x12\x9e\xe9\x9d\xd7\x3f\x34\x5d\x32\xa6\xf0\xfe\x25\x8f\x7d\xdd\x2b\x5f\x45\x6a\x17\x9b\x22\x04\x9f\x91\x78\xec\xab\xf6\xb6\x96\x81\xcf\xec\xa7\xbe\xc6\x53\xc2\xa5\x07\x7c\x41\xab\x4d\x3f\x83\x14\xd3\xe4\x92\x2b\x6f\x67\xdc\x65\x0e\x82\x44\x34\x03\x3d\x63\x4c\x74\xbb\x2f\x27\x46\x95\xce\xa5\x63\xce\x30\x06\x84\xe3\x58\x10\x29\x81\x31\xbb\xe1\x15\x01\x4d\x2c\x98\x7a\xa9\xf2\xe7\x26\x02\x92\x37\xe6\x9b\x1e\xc3\x36\xcb\x46\xdc\x3a\x7a\x1a\xb0\xc7\x67\x74\x30\xef\x2a\x96\x68\xfa\xfa\x91\x2c\x20\xa1\xe4\x1a\x53\xb1\xa5\xa3\xb9\x2e\x82\xf7\x59\x5c\xce\x83\x9a\x8e\x0e\xc8\xf9\x5c\xbf\x0e\xbb\xb9\xa1\x7d\xe4\xe1\x4b\xe9\xdc\x8e\xcf\xf8\x8e\x5b\x2a\xe1\xf7\x4d\x2a\x77\x63\x40\x06\xaa\xaa\x91\x19\x89\x36\xd0\x1f\xfd\x00\x6f\xf5\x77\x6b\xf5\x2e\x2f\x7c\xba\x68\xc2\x62\x17\x6c\xaa\x7f\x15\x5d\x80\xac\x1d\x71\x64\x79\xf1\x16\x83\x76\x6c\x7c\xd5\xb8\x07\x21\xf9\x6a\x29\x77\xa3\xf0\x8c\x9a\x85\xaf\x40\x5b\x9a\x5b\x53\x59\x7f\x9f\x7d\xbb\x87\x28\xc4\x8e\x82\x7a\x99\x14\x38\x08\x2c\x46\x85\x53\x67\xc4\x8a\x08\x1c\x89\x9e\x48\x02\x41\x7b\xfa\x96\x03\x87\x85\x1d\xae\x6d\x89\xc4\x26\xfe\xb9\x87\x78\xae\x74\x63\x26\xc3\xc8\x99\xa4\x6d\xfa\x52\xe1\xc4\x31\x9e\x44\x1b\xca\xef\x61\xb2\x0d\xad\x1b\xc9\x80\x32\xf4\x91\x28\x68\x05\xca\x10\x84\x13\x04\xad\xa7\x1a\x10\x5a\xbf\xf6\x3b\x9c\x28\x3b\x93\x0d\x76\xbe\x80\x81\x79\x9f\xf0\xc9\x6a\x93\x07\x34\x8e\xee\x6f\x86\xce\xbe\x5a\x44\x83\x05\x58\xcc\x25\xff\xe8\xe0\xfa\x66\x70\xd6\xbf\x1b\x9c\x1f\xa3\x7b\x49\xf4\xf2\xf8\xe9\x42\xb6\xb8\x57\xb0\xcc\xc8\x2d\xae\x0c\x93\x8a\xe0\x26\xb3\x0e\x11\xa2\x94\xd3\xbd\x86\x71\x94\x41\x67\x56\x13\x36\x40\xbe\x50\x6b\x76\x04\x98\xa4\xea\x3c\x6d\x9c\xe1\xba\x13\x08\x51\x5f\xe3\xb7\x13\x73\x67\xc6\x9b\x2e\xc7\x19\xae\x23\x9f\x72\x7c\xe2\x73\x4f\x06\x8e\x96\x9a\x13\x2a\x50\xab\x69\x19\xa2\x1a\xb7\x9f\x53\x10\xb0\xff\x09\x67\xab\x93\x69\xf1\x53\x89\x68\x8d\x60\x1f\x44\x22\x3c\xf7\x39\x70\x6c\x6d\x6c\x58\xe1\xee\x13\x2c\xdc\x73\x86\xb7\x7a\xbe\x69\xf2\x57\xa4\x33\xf9\x85\x13\xab\x0c\xc2\x46\xe5\x4a\x04\x67\x07\x7e\xa1\x0c\x95\xae\xc4\x1e\x9a\xd2\xcf\xb6\xd1\x22\x5a\xdf\xbd\x1a\x84\x6f\x34\x44\x87\xce\xf1\xf2\x99\xda\x40\x6c\xb8\x86\xef\x57\x0a\x91\x5c\x6a\x91\x28\xd2\xe2\x92\x20\x11\x17\xfa\xa6\x80\x6e\x0b\x9f\xca\x3a\x91\x41\x61\xa1\x17\x65\xd9\xc7\xb4\xea\xf4\x17\x15\x55\x62\xac\xc8\x91\x16\xbd\xd6\xa4\x73\xdb\x8c\x1f\xc8\x0d\xc2\x2a\x00\x37\x2b\x6e\x9e\x09\x99\x61\xe6\x02\xcd\x1b\x86\xeb\xae\xbc\x1d\x58\x95\x56\x81\x30\x24\xbb\x81\x7c\x05\x89\x4c\xa5\x71\xc8\x0c\xd6\x73\xe5\x38\x6c\x2c\xcf\x21\x2c\xdb\x13\xf6\xa1\x45\x0d\x83\xcd\xb3\xf8\x90\x06\x9b\x60\xa9\x90\x1d\x53\x93\x61\x25\x50\x11\x9f\xd7\xa4\x5c\xd2\xed\xdb\x2a\x6f\x9a\x84\xca\x5a\x2c\x01\x3f\x8f\x74\x28\x30\x06\xf3\x46\xeb\x34\x4e\x10\x36\x85\xa5\xfd\xd9\xb6\x15\xa6\xdd\x2d\x11\x32\x13\x48\x39\x58\x6e\xfa\x18\xf5\xd9\x12\xfa\x97\x8b\x32\x2b\xad\x97\xb9\x93\x70\xf2\x84\x17\x12\x65\xc2\x00\xe5\x98\x3c\x04\x37\x79\xd0\xc0\xca\x1f\xf9\xc0\x0e\xe5\x12\x41\x10\x58\x96\xd6\x87\x00\x3a\xb9\x77\xfc\x0c\x8e\xc9\x4a\x8c\xbc\x17\xc8\x8b\xe6\x0a\x5b\x45\x0b\x56\xa7\xc8\x38\x9a\x63\x36\x23\x63\x67\x32\xde\x46\x5b\xd2\xed\x9c\x41\x33\xe7\xb6\x95\xfa\xcb\xe9\xda\x28\x4c\xb6\x9a\x8d\x79\xd5\x9b\x43\xf5\x21\x90\x0a\xcf\x08\x32\x23\x6a\x65\x64\x2f\xc5\xbf\x59\xe8\x64\xd0\x13\x6c\xab\x83\x72\x4e\x40\x93\xf0\x0e\x81\x5c\x17\x78\x42\x92\xd7\x89\x03\x81\xae\xad\xab\x01\x7c\x8f\x26\xb7\x81\xa0\x27\xf0\x4e\x54\x58\x86\xf5\x45\x88\xbc\x2e\xd3\x61\xd5\x3c\x4b\xb5\xdc\x77\x98\xa8\xab\x7c\xb2\xcd\x54\x9b\xea\xa1\x84\xd7\x5e\x50\x37\xa4\xce\xc0\x16\x5e\x7f\x55\x0b\xf9\x76\x03\x09\xca\x97\x34\x8c\x63\xe7\xfa\x25\x6b\xa7\xb2\x35\x64\x42\xcb\x9a\x7e\xc3\x29\x62\x9c\x11\x44\x65\xf1\xb2\x2a\x27\x77\x79\xc0\x21\x2d\xe2\x1b\xe3\x8b\xaf\x39\xe6\x4b\x49\x3d\xb7\xa5\xa5\x80\x82\xf0\xb6\x01\x97\xad\xce\x88\x56\x54\xb1\x58\x00\x60\xa9\xe1\xc3\x65\x99\x6e\xed\x38\xf7\x2e\x70\xdf\x39\x3c\xda\x20\xee\x58\x71\x04\x62\x64\x65\x70\xc8\xa0\xba\xda\x97\xec\x47\x16\x74\x67\xc4\xbc\x65\x03\x08\x91\x4a\x94\xe2\x0c\x3c\x94\x8c\xab\xe2\x2b\x03\x22\xa5\xfc\x16\xf6\x9c\x20\x2e\x4d\x45\xb0\x86\x15\x58\x67\xda\x71\xd7\x6f\xb1\xae\x65\xb0\x4e\x07\x34\x3c\xa3\x8f\x84\x39\x9a\xee\xb9\x33\xa1\x07\xe5\x3a\x4d\x16\x47\x18\x82\xa6\x49\x1c\xfa\x71\x56\x73\xa4\xdd\xdd\x21\xfb\xb2\x47\xb6\x5f\xb2\xbb\xda\xa0\x20\x03\xf9\x56\xc2\xea\x77\x61\xee\x21\x95\x5a\x14\x62\x93\xd7\x8e\x25\xfa\x1d\xe3\xea\x77\x01\x4e\xb3\x33\x5e\xc0\xa7\xce\x04\xd5\x5b\x2a\x40\x03\x87\xd6\x12\x0e\xc2\x01\x5e\xd8\xda\x95\xdf\x35\xd2\xa1\x08\xe3\x7f\x56\x69\x74\xb0\x9c\xd3\xd7\x54\xc1\xab\x8b\x3f\x40\xd5\x6b\xa1\x6a\xf0\x34\x45\x02\x8b\x93\x5e\x32\x74\xca\x75\x01\x07\x7e\x2f\x5a\x05\x1a\x2c\xe1\x1b\xec\x42\x6d\x69\xeb\x38\xb0\x35\x90\xce\xf5\x76\x89\x6d\xb2\x56\x9b\xe4\x72\x51\x0e\xc4\xb3\x45\x3d\x1a\x30\x8b\x8f\x47\xec\x03\x17\xf6\x0a\x96\xb6\x6a\xc2\x04\x47\x0f\x47\x84\xc5\x08\xe7\x6a\x6e\xb0\x83\xad\x5f\x61\x61\xa9\x41\x4b\x1a\x40\x36\x1e\x18\x84\xca\x08\x8b\xd8\xd5\xef\x78\xe4\x6e\x14\x23\x16\x34\x02\x75\x19\xa0\x6c\x15\x14\xde\x6d\x52\x35\x89\xd4\xfa\x55\xd3\x5a\xd4\x95\x94\x5d\x2a\x28\xbb\xfa\x9c\x95\x4a\xe4\x42\x45\x09\x08\xd7\xe2\xd3\xe5\xd5\x19\x3a\x6b\xa3\xd3\xef\x34\x3d\x2f\x7b\x21\x7a\x56\xa3\x30\x26\x29\x3b\x03\x2d\xe9\x7c\xef\x78\x6d\x09\x03\x79\x9a\x0b\x08\x3e\xae\x6b\xf3\xdb\x68\x4e\x93\xc2\x77\xf1\x5d\xcf\x0f\x53\x37\x99\x90\x47\x92\x18\x04\xfe\x48\x40\x9e\x81\xb1\x1a\x7e\x8f\xfe\x8f\x29\xb3\x8a\xfe\x30\x62\x1f\x81\x0d\x27\xc9\x02\xf0\x41\x7d\xcb\x58\x55\x9a\x79\xa8\x1d\x80\xb2\x89\x4d\xa8\x3c\x10\xb3\xd7\x73\xfc\x48\x46\xcc\x35\xf3\x7f\xd0\x03\xfa\x3d\xfa\x43\x93\x7a\xe7\xd2\x05\x9e\xd9\xce\xf1\x21\x08\xc6\x0f\x6e\x39\xcb\x28\x2d\xbf\x71\x66\x90\x92\x11\xb2\x06\x27\xc4\xc3\x7c\x53\xf6\xc8\xa3\xa5\x9c\x94\xf0\xd4\x62\x41\x98\x1a\x33\x1e\x93\x31\xa9\x71\x69\xae\x60\x12\x5a\x08\xb8\xe4\x31\x59\xeb\x90\xf4\xcc\xf4\x67\x30\xdd\xc8\x7c\xe2\xb7\x03\xe0\x0a\x7c\x6e\xba\xb7\x3e\x94\x29\xad\x7e\xe4\x1e\x4b\x77\x9b\x71\x6f\xeb\x4c\x75\x41\xaf\x3d\xb8\x10\xec\x00\xea\x1d\x7a\x09\x56\xce\xbd\x5e\x3d\x8e\x55\x47\x80\x7e\x59\xcf\xdc\x5e\x56\x01\x4a\x30\x54\x72\x11\x74\x46\xb5\xfc\xde\xde\x61\x0b\x9c\x70\x1b\x6f\x86\x81\x4c\x6d\xe5\xce\x28\x96\xc2\xc1\xc6\x1c\x79\xfa\x2b\x9c\x90\x13\x9e\x57\x05\x78\xbb\x00\x54\x86\xee\x7e\x2b\xab\x2f\x34\x1f\x9e\x99\x7c\x46\x32\xa7\x06\x41\xa0\x7f\x76\x81\xf4\xe9\xe0\xa9\x81\xd9\x82\x45\xcb\xd5\x9c\x0b\xfa\xcf\x55\xb4\x8d\x85\xa2\x53\x1c\xa9\xf1\x5e\xaa\xd2\x34\x13\x53\xdf\xf6\x33\x3c\x6f\x6d\xea\xbb\xc5\x8f\x24\x08\x68\x84\x70\x45\xdb\x8a\xf4\xae\xd4\x2a\xbf\xe5\x02\x31\xfe\x54\xc0\x6c\xb9\xef\x01\x59\x3a\x48\x04\xc1\x5a\xe9\xc9\x20\x22\x59\x52\xa0\x4f\x00\xbd\xfa\x46\x99\x24\x4f\x00\x4c\x37\x70\x55\x9a\x3c\xe7\x98\xc5\x89\xbb\x42\x10\x37\x31\x35\x8b\x27\xbc\xd8\xc8\xab\x1d\xc6\x69\x16\x59\x7f\x66\xfb\xcb\x4a\x10\xf0\x00\x23\xa9\xa9\x92\xb2\x57\xa7\x8a\xa2\x49\x0e\x40\xbd\x7a\x4d\xa6\x79\x62\xaa\x7b\x44\x5c\xc4\xa6\xbc\xbe\x2c\xe5\x18\x42\xac\xb6\xd3\x9a\xb0\xf2\x0d\x52\x8b\x67\x6a\xeb\x87\x18\xc3\xd8\x4a\xb9\xfe\xaf\x39\xc9\xf7\x94\xa6\xf9\xaa\x81\xed\x77\x78\x26\x8b\x48\x75\xb3\x36\xfa\xca\x2b\xd6\xf7\x1f\x7a\xa6\x32\x48\x6c\x76\x06\x5b\x8f\x13\x66\x2c\x1d\xa6\x7a\xec\x46\x86\xb2\x1b\x53\x1f\x61\x0f\x96\xb2\x97\x08\x93\x59\x16\x3d\x6b\xb8\xba\x25\xbf\x47\x9f\xe6\x8b\x5e\xc6\xfc\xe4\x0a\x4d\x54\x84\xba\x67\xb4\x44\x6d\x71\x77\x2c\xeb\x2a\x2b\x43\xe7\x0b\xbb\x94\xbf\x2d\x6a\x32\xee\x15\x87\xdc\x9c\x27\x41\x01\x46\x70\x51\xbc\xec\x0b\x25\xbb\x5b\x38\xe4\x31\x5a\xf8\x33\xda\x02\x84\xcb\xb8\x25\x5c\xd4\x5f\x9d\x1b\xd8\x75\x6c\x43\xe5\xae\x97\xc3\x21\x9a\x4e\x84\x61\x49\x87\x7a\x24\x96\x31\x84\xd6\x1e\x06\x5f\x2e\xe6\x75\xec\xb2\x5e\x62\x7c\xb9\x93\xe1\xc9\x71\x1c\xe1\x68\xde\x38\xa9\x09\xe7\x09\xc1\xac\x49\x29\xa8\x7d\x5c\x3d\x22\x06\x01\x17\x58\x77\x92\x00\x0c\xb4\x5b\x02\x5b\x3a\xb4\xd0\x8a\x58\x0c\xf0\xfd\x86\x87\x9b\x90\x4b\x37\x50\x45\x98\x33\xa8\x51\x36\x4b\x48\x75\xad\x6c\x9d\x85\x9e\xed\x24\x89\xf2\x24\xa8\x1d\x9a\x11\xa1\x47\xad\x97\xf8\x91\x30\xad\x8a\xd9\x71\x38\x1f\xd1\x93\xcb\x9a\xf7\x15\xc3\x7a\xbe\x6b\xe7\xa6\x84\xd4\xd4\x78\xc4\xe0\xe0\xf2\xf2\x61\xd5\xb4\x2a\xb5\xf6\x16\x9a\xfb\xb6\x3e\x9d\x81\x10\xb1\xf1\xf1\xbc\x2d\x5b\xdf\x37\x3e\x93\xa6\xef\x31\x84\x6e\xec\xec\xb1\x0c\xbc\x5a\x05\x9e\x87\xd9\x58\x87\xd9\xf6\x42\xb6\x79\x08\x86\x29\x47\xf3\x06\xb1\x30\x4d\x98\x61\xcf\x7a\x97\x14\x35\x52\xdc\x6d\xd0\x72\x28\x2b\x23\x00\x5a\xfa\xf3\xc1\xe8\xbb\xea\xdc\x5e\x58\xa9\xbe\xec\x09\xf7\x49\x60\x45\xf4\xa8\xad\x02\xac\x04\x06\x08\x0b\x00\x1e\xf8\xd9\x18\x2e\xa8\x34\xc2\xbd\xab\x85\x92\x66\x6a\x61\x4b\xe7\xc1\xbd\x58\x92\xf7\x01\x16\xb0\xce\xeb\x5e\xbd\x23\xe3\x92\xdf\xbd\xae\x33\xe8\xc8\x5a\x6b\x6a\x9b\x74\x0b\x1d\xc2\xcc\x54\x60\x3d\x9a\x82\x6c\x4c\x15\xe2\x31\x4e\x1a\x4d\x84\x7b\x60\x9a\xa0\x1c\x15\x50\x1e\x16\x21\x58\x89\x9c\x68\xde\x85\x93\xa4\x32\x2f\x0c\x39\xf3\xca\x57\x22\x9c\x14\xe5\x92\xdb\xc7\x00\x24\x78\x42\x36\xf2\xfa\x5f\x98\x0f\x56\x52\x11\xbc\x02\x01\xf3\x59\x96\x2c\xda\x05\xea\x87\xda\x6f\x2d\x92\xde\xba\x81\x85\xf8\x7b\x2b\xef\xa6\x32\x86\xdd\x76\x43\x94\x24\xca\x05\x55\x8b\xb1\xb5\xa5\xb6\x67\x5a\xb7\xf6\xcb\x33\xfb\x61\x1b\x43\xc5\x29\x72\xfd\x39\xdb\x2d\xdc\x53\x82\x9a\x32\x4b\x76\x0a\x6d\xb6\x1b\xe7\x6a\x5e\x8b\xb0\xb5\x6a\x61\x1d\xc4\x57\xbb\xa1\xea\x2e\xb6\x1d\x9e\x2d\xdf\x32\xe6\x53\x07\x9e\xd5\x7e\x61\xab\x75\x6d\x36\x30\x42\x3b\x8c\xee\x4c\x50\x2e\x6c\xf9\x98\x36\xb1\x82\x29\xfe\x3c\xce\xb0\xc0\x49\x42\x12\x2a\xd3\xed\x4d\xe6\x7f\xfa\xe3\xca\xd1\x9e\x99\x32\x47\xd2\x16\x0d\xfb\x4c\xd3\x3c\x45\x2c\x4f\x27\x56\xca\xc5\xf2\x21\x44\x48\x75\x78\x0e\x06\xe8\xcb\x0d\xb0\x84\x2a\x21\x02\xcc\xdb\x11\x0b\xd0\xcf\xad\xa9\x02\x47\x73\x4a\x1e\x01\x9b\x55\x30\x22\xe5\x31\xba\xe4\x8a\x9c\xa2\x4f\x38\xbb\x03\x41\xcd\xd4\x1d\x9d\x19\xa7\x03\x96\x48\x4b\xad\x39\xa3\xaa\x37\x62\x16\x32\xdd\xad\xca\x49\xc4\x99\x81\xcd\x8d\x60\x61\x7d\x13\x60\x45\x77\xf8\xb1\xca\x65\xbf\x52\xd9\xb0\xd8\x02\x3f\x8d\x83\xa0\xe0\xb1\x49\xba\xd8\x80\x8e\x6f\xf0\x93\x09\x83\x3f\xc7\x0a\x9b\x92\xc2\xab\x24\x77\x1b\x67\x66\xcb\x4c\x19\xb4\x68\x17\x8f\xc3\x2d\x64\x89\x2f\x90\x67\x82\x7e\xbf\xa5\xc7\xe4\x18\xbd\x4f\xf8\x44\xf6\x0a\x53\x95\x79\x28\x89\x92\x3d\xe3\xf7\x83\x7f\x9b\x7c\xc1\xef\xdc\xea\x17\x7c\x1f\x6a\x43\x4e\xe9\x67\x83\x94\x22\xff\x74\x7a\x72\x92\x2e\x8e\x26\x79\xf4\x40\x94\xfe\x0b\x64\x8a\xda\x15\x72\x30\x63\xb8\x0e\xb4\x6c\xdd\xea\x2c\x03\x9e\xb5\xa2\x48\x9b\xad\x24\x09\x80\xeb\xeb\x2b\xdd\x57\xdf\x75\xf8\x58\x9c\xd5\x97\x16\xb5\x53\x16\x79\xd3\xf1\x2a\xa1\x72\xbf\x8c\xb6\x62\xaa\x0b\x87\x60\xe0\xd3\x04\xcf\x2a\x2a\xcb\x06\x4a\xca\x55\x4a\x2d\x15\xe9\xb9\x43\x18\x8b\x3e\x65\xe5\xe0\xbd\x6f\x9c\x97\x17\xbc\xb5\xd6\x8b\x75\x3c\x62\x7d\x89\x9e\x88\x29\x1a\x0c\x89\xab\xe0\xf4\xc9\xa9\x9c\xfb\xb4\x55\x30\x43\x43\xa3\x06\x33\xd9\x40\x6b\x58\xc5\xd1\x69\x56\xce\x2d\x66\x35\x50\x9c\x48\xd2\xd3\x0d\x83\x49\xd5\xc5\x67\xa2\x27\x81\xb3\x8c\x88\x11\xb3\xf8\xb7\x80\xf2\xce\xb9\x8d\xbd\x69\x0a\xd2\xef\x34\xca\x97\xd5\x28\x83\xb5\x27\xe5\x3c\xd0\x75\xe7\x1b\xd2\x46\x57\xad\x70\x5d\x26\xa4\x5b\x3e\x2d\x8b\xb6\x0d\xa0\x7f\x7d\xb3\x71\xcb\x31\xaf\xd3\xce\xfb\x95\xec\x07\xa8\x49\x9e\x82\x02\x29\x8b\xd2\xab\xce\xd6\xe7\xd5\xf7\x92\x98\x03\xf0\xe9\xf0\x71\xcc\x89\x0c\x8c\xf8\xc8\xdb\xe2\x12\x3a\x25\x5a\xfa\x18\x31\x4d\xc6\xa1\xc3\xc1\xa0\xb0\x3b\x50\x76\xdd\x69\x24\xb8\x94\x36\xa1\xc1\xb4\xb3\x3a\x2d\x6d\x87\x82\x8f\x06\x4a\x7e\x78\x75\x39\x5e\x2e\xfd\x18\x3c\x73\x45\x20\xed\xc3\x5a\x24\x86\xc6\xa6\xd6\x96\x7c\x2c\xd6\x62\x83\xa2\x8f\x27\x67\x17\x43\x5f\xe9\xac\xd2\xf5\x72\xd5\xc7\x10\x7e\xbf\xb9\xee\xe3\xf2\x8c\x83\x0a\x90\x95\x26\x56\xd4\x80\x5c\xbf\x59\xe5\x30\xea\x5d\xb0\x15\x2b\x5b\xbf\x96\x3f\x94\x69\x66\x5d\xb4\xff\x9e\xb6\xa9\xe1\x5a\x89\x40\x60\x7c\xee\xc0\x05\x10\xbc\xf4\x5b\x52\xe1\x34\x0b\x33\x59\x1d\xb8\xac\x9d\xa6\x39\x6a\x4d\x97\xe0\x8b\x82\xde\x47\xd8\x04\x09\x55\x07\xb7\xb4\x15\x9b\x79\xbc\xee\x2c\x96\xfe\x3e\xa2\xc3\x5f\x2e\x35\x3c\x59\x14\xc1\x90\xd2\xca\x6e\xae\x4e\x7b\x83\xdd\x7f\x42\x7c\xdd\x80\xc6\x0d\xdd\x35\xf7\xd3\xe3\x8b\x09\x82\xa5\x75\x7f\x43\x8a\x64\x25\x7d\x6a\x03\xf3\xb0\x1f\xb3\x49\xb2\x3e\xf2\x95\x3a\x82\xab\xc6\x16\x9f\x8b\xdc\x41\xa4\x42\x90\x47\x22\x80\x76\x6c\x28\x15\x2b\x1f\x55\x9c\x08\x82\xe3\x45\xb0\x22\x3e\x8e\xc3\xf4\x0c\xe6\x31\x49\x53\xad\xc0\x83\x6a\xc2\xf8\x11\xcf\x9c\xce\x52\x7a\x0b\xca\xac\xd0\xa9\xbe\xb1\x82\x28\x10\xfd\x05\x3b\x22\x9f\xa9\x54\x5a\xae\xa8\x09\x81\x75\x8d\x80\xc4\x03\xc5\xd7\xe6\xc4\xde\x70\xa3\x77\xfd\xf7\x57\x37\x77\x83\xf3\xd1\xbb\x22\xe9\xc1\x65\xf5\x79\xd8\x30\x57\x05\x82\xb3\x11\xf3\x71\xca\x1e\x25\x1b\xf6\x12\xe1\x38\x2e\x00\x23\xac\x12\x69\x64\xb6\x95\x1c\x39\x38\x15\x6b\x23\x94\x57\x34\x73\x0f\xa9\x5d\x87\x7a\xb2\x56\xb8\xce\x4a\x27\xc7\x24\xa8\xad\xc8\x24\xda\xd3\x65\x13\x02\xfc\x2a\xa3\x6b\x13\xe5\x10\x28\x19\x79\x72\xba\x12\xdc\xce\x27\xd8\x5c\xc2\x9b\x71\x3b\xb7\x21\x5b\x6c\xea\x07\xfa\x99\xc4\x37\x0d\x52\xd5\x5e\x12\x85\x5a\x05\x58\xd6\xee\x42\xce\xe8\x26\x1a\xbf\x9f\xca\xbd\xfe\xae\x3d\x5b\xba\x2a\x70\xfb\x0a\x0c\x5e\x00\xe0\x55\x08\xa3\x88\x08\x85\x29\x43\x53\x38\xd8\x2c\x5a\x20\xc0\x41\x21\xe0\xc3\xfe\x23\x4a\x29\x03\x40\x86\x55\x4b\x7b\x5f\x9e\xc7\x06\x42\xeb\xa7\xe1\xe5\xfd\x5d\x49\x54\xfd\xe1\xea\xbe\x5c\xf9\xbf\xff\xcb\x4a\x59\xb5\xd2\xc2\xaa\x60\xa1\x60\x8a\x45\x72\xa7\x85\x22\xf6\x2b\x53\x3b\xd1\x64\xa1\xc8\xfd\xcd\xc5\x4e\xf2\x5d\xbd\xb3\xac\x11\x48\x3e\x94\xae\xea\x81\x26\xda\x7c\x1a\x93\x68\x1d\xd4\x6d\x7b\x3a\x32\x51\x50\x7a\x1d\xac\x35\xd1\xc2\xe0\x61\x89\x32\x2c\xac\x1f\x2a\x36\x01\x50\xe5\xf2\x71\x46\xf3\x5a\x05\xcc\xf1\x91\xa8\x9f\xf4\xd5\xc7\xd9\x7e\xb0\xb6\x40\x94\x05\xff\x28\x19\x3f\x9a\x86\x37\x38\x69\x76\x28\x2b\x32\x88\x9c\xb0\x0c\x3d\x20\xdb\x43\x08\x67\x71\x8c\x80\x6a\xfa\xba\x39\x58\x11\x17\xa6\xa9\x55\x52\xce\x34\x45\x1a\xcc\x5d\x07\xd4\x1b\x34\xc7\xa7\xe6\xe3\x96\xb0\x85\x41\xb2\x80\x6e\xab\x58\x4a\xd4\xbf\x1e\xd6\xac\xf5\x45\xd5\x85\xf4\x65\xd5\x3c\x4a\xbc\x37\x6b\xdf\xd8\x53\x41\xd6\xe7\x41\x80\x4d\xd9\x99\xee\x86\x2e\x65\x9c\xfe\xd7\xe5\x48\x82\x43\x80\x74\xae\x53\x19\x4a\xd9\xdc\x6b\xd0\x9b\x37\x4b\x70\x2c\x96\x61\x43\x2c\xa9\x70\x40\x36\xbb\x26\xc4\x4f\x5a\x0e\xdd\xee\x85\x78\x4a\xdc\x54\x55\xb6\xb1\x05\x7b\xc3\x98\x2a\x66\xd3\x06\x64\xea\x27\x43\xd1\x1e\x83\x04\x50\x55\x5c\xd5\x4e\x17\x72\x6d\x21\x01\xc2\xe9\x86\xd4\xb6\x19\x2e\x55\x31\x3e\x67\xfe\xb6\x80\xe5\x38\xc3\xd6\xee\x00\x4a\x94\x2b\xa7\x51\x57\x7d\xf1\x78\xc4\x82\x80\x15\x69\xd4\x1e\x7d\x46\x5c\x05\x1b\x28\x8b\xcc\x00\xfd\x1c\x72\x9f\xbc\xf0\x53\xda\x81\x2a\xf2\x80\x9a\x97\x6b\xd0\x2c\xf5\x63\x4f\xa7\x9c\x63\x97\xdf\xe9\x2c\x28\x36\x0e\x30\xb4\x2f\x41\x7b\x41\xd5\x09\xdb\x31\x98\xa3\xc1\x68\x81\x83\x9a\x86\x01\x26\x40\xcc\x89\x64\xdf\x28\x9f\x41\x4b\x93\x85\x0b\xa9\xae\xb8\x07\xb4\x54\x87\xa9\x6d\x79\xf5\x01\xdf\x03\xe8\xd5\xa6\x8a\x43\x70\xac\xd6\x9a\xa9\x9c\x8f\x17\x28\x21\x8c\x45\x82\x4e\x9b\xac\xea\x9f\x33\x12\x6d\x83\xcc\x73\x8d\x05\x4e\x89\x22\x62\x55\x38\x52\xb9\xe2\x38\x88\x38\x6e\x07\x6d\xbf\x66\x17\x4d\x39\x96\x6a\xdd\x1e\xaf\xdd\x5e\xac\x43\xda\xf1\xb3\xd8\x08\x54\x4c\x4f\xe3\x27\x6b\xf9\xdf\x70\x16\xb6\x9f\x62\x1a\x36\xda\x2a\x00\x56\xda\x75\x4e\x2f\x83\x30\x73\xb7\x84\xd5\x52\x0a\x17\x3a\x10\x68\x99\xf5\xa3\x6c\xc2\x94\x59\xc7\x4b\xf7\xc2\xbb\x5d\x86\x83\xcb\x4c\xae\x1c\xaa\x52\xee\x04\x50\x09\xa8\x54\x06\x5e\xa5\x1e\x17\x06\x84\x96\xba\x08\xc9\xc0\xed\x67\x51\x03\x0b\x83\xae\x95\xac\xaa\x15\xc8\x2a\xcb\xb5\x86\xc7\xed\x0b\x33\xa3\x93\x68\xf6\x2d\xd1\xac\x23\xe5\x52\x74\xad\xa6\x4e\x22\x2a\xf0\x3d\xb6\x32\xb8\xc5\x5d\x28\x4f\x10\x52\xba\xec\x15\x69\xcb\x0b\xc3\xd5\x4f\x99\xff\x57\x99\x83\x3b\xa2\x0e\x49\xb5\x2e\x57\xf5\x38\x70\x41\x81\x07\x2a\x09\xa5\x01\x1b\x57\x03\xa3\x35\x61\x90\xc6\xca\x3f\xbc\x34\x0e\x2c\xc8\x19\x5f\xf0\x1c\x3d\x51\x39\x47\x8a\x8f\x18\xc4\x09\x7a\x6f\x80\xe2\xc8\xbc\xd8\x83\xb7\x00\x5d\x42\xe6\x93\x94\x2a\x84\x83\x19\x96\x4c\x92\x3d\x7b\x9e\xf5\x07\x30\xe3\x5a\xf8\x82\x3a\xe4\xa3\x35\x87\x66\x0b\xfb\x5a\xd1\xc8\xae\x08\x05\x41\x4c\xf3\xf3\x62\x14\x04\x1a\x4f\xa8\x61\xd6\x9e\xb9\x0e\xa4\x00\xd5\x5b\x1b\x2c\x16\x2b\x00\xe6\x52\xa9\x2a\x77\x8b\x35\xf4\xac\x01\x28\x28\x36\xa2\x15\x42\x41\xf1\xfa\x3e\x20\x0a\x9a\x6a\xd9\xad\x4a\x59\x75\x9f\x34\xd8\xbf\x5d\x2a\xb4\xe2\x2e\x70\x3e\x94\x94\xae\x1b\x25\xa5\x43\x03\x8b\x2b\x12\x02\xb6\x0f\x2f\x6f\x8a\x5e\x86\x33\x1e\x71\x16\xd3\x0d\xe2\x85\xa1\x5e\xd9\x24\x9f\xf6\xd9\x62\x3d\xf6\x50\x1a\x06\xea\x5b\x7b\x49\x20\x89\xd4\xa3\x5e\xae\x55\x59\x8b\xf6\x43\x4a\x0f\x52\x42\xcb\x70\x40\xa4\x7a\x3b\x31\xae\x20\xef\x27\x52\xc9\xa2\x26\x17\x75\xc4\xea\xa5\xa4\xd5\x7c\x7b\xd7\x34\x92\xbd\x02\xdf\x05\x3c\xc2\xcd\xc2\x5a\xdd\x7e\xf6\x81\x78\x46\xa1\x27\x16\x64\xa3\x22\x06\x17\x6e\xc8\xa6\x00\x2a\x2d\x1c\x6d\x93\x6b\x5e\xc3\x39\xea\x87\xbe\x94\xe4\xb1\xf6\xec\x5a\xc1\x60\x8f\xea\xe7\xd2\x0d\xd2\x3a\x27\xc6\xcb\xf1\xf6\xc6\xb0\x41\xdd\xb1\xb7\x35\x54\xdc\xc9\xdb\x94\x4b\x06\x40\xd9\xbd\xc1\xe0\x56\x91\x29\x74\xe3\x3d\x70\x41\xdb\xb1\x63\x13\x8e\xe3\xc1\xd9\x2b\x7b\x52\x9a\xb1\x09\xa9\x7c\x96\x59\x6f\x5a\xe3\x3a\xf0\x89\x0a\x1b\x93\x4c\x43\xeb\x06\x14\xb7\xb6\xa1\x9c\x95\xdb\xc2\x0b\xa0\x39\x8b\x89\x60\x04\xab\xf9\xcb\x65\x82\x9c\xed\x6a\x42\x0f\xc6\xf7\xbc\x59\x21\x76\xa4\xb8\x9c\x1c\xb2\xcb\x70\xcb\xc5\xfe\xd7\x8e\x53\xbf\xde\xc6\x9a\x65\x03\x24\x7c\xb9\xeb\x25\xf5\xb6\xc6\xb4\x19\xe0\x0f\x6d\x42\xa5\x3b\x25\x8b\xd4\xab\x9c\xcf\x93\x36\x53\x63\x9b\x5a\x4a\x98\xd1\xa7\x3d\x2c\x12\xbe\x66\x49\xbe\x88\xfc\x94\xe7\x4f\x99\x58\x55\x8e\x3c\x0f\xb2\x28\xa0\x26\xbc\xc2\x94\x59\xee\xb5\x2a\x71\x42\xcb\xbd\x29\xae\xcb\x95\x38\xf8\x2c\x9c\x2f\x3e\x09\xa7\x4b\xc9\xe8\x52\x32\x6a\xf6\xa8\x4b\xc9\x40\xe8\xd0\x52\x32\xd6\xa9\xa0\xab\x8c\xb4\xde\x6f\x08\x65\x63\x4b\xd5\x8d\xcc\xfe\xae\xd1\x23\xb7\x4f\x3b\x70\x76\xce\x30\x66\xcb\xfe\x62\x7f\xa8\x0d\xdb\x5a\xfa\xac\x3a\xdb\xd0\xe6\xca\x16\x55\xd7\x05\x16\x71\x62\x21\x08\x6d\x50\x75\xd9\x46\xb6\xca\x9c\x3b\x62\x3f\xf0\x27\xf2\x48\x44\x0f\x61\x85\x52\x0e\xb8\x56\x45\x0c\x0f\x1c\x84\x12\x9a\xbd\x89\xd5\xc0\xe8\x12\xa7\x24\x36\xa5\x3b\x83\xd0\x4b\x6b\x54\xb6\xee\xe0\x3a\xa4\x5d\x00\x8d\x35\xdb\xe0\x62\x3b\x46\xcc\x84\x43\x9a\x10\x3c\x90\x15\xa8\x9b\x18\x10\xcc\xef\xbc\xb3\xfa\x77\xc7\xe8\x4e\xdf\x4f\x54\x96\xc7\x1b\x00\xef\x35\x8d\x6d\xc4\x66\x82\xe7\x99\xb7\xf3\xf1\x89\xa9\xe1\x6c\x22\xb4\x96\x9d\xd5\x30\x18\xe7\xa9\x8e\x70\xac\x75\xf1\xd5\x84\xf3\x2a\x91\xb2\x5b\xc1\x2c\x85\x04\xa4\x8f\xa1\x0f\xff\xb3\xe1\xf8\xc6\xc7\x1c\x80\xcb\xac\xc2\xe0\x7f\x26\x07\xf8\x39\x91\x60\x15\xf2\x9e\x81\x52\xae\x7b\x19\x4f\xa1\x76\x9c\xab\xec\xb6\xde\xb7\xe2\xfc\x0f\xf5\x50\x0d\x45\xe7\x36\x2e\xcd\x24\xd2\xda\x7b\xe2\xd9\x2c\xba\xad\x23\x7c\x9b\xf8\xc5\x75\x2e\x32\x0e\x92\x58\xb2\x70\xd0\x12\x16\xe4\x2f\xe3\x59\x6e\x62\xef\x68\x18\x8a\x55\x4b\xd9\x54\xaa\x4f\x58\x45\x73\xcd\xb9\x0b\x54\xb6\x3d\xc5\x24\x16\x5c\xf9\x79\xad\xbc\x35\x33\x38\x0b\x7b\x6f\x70\x7b\xac\xa2\x9e\x20\xc6\xd0\x07\x72\x7a\x49\x22\xd5\xfd\x19\xd7\xa0\xad\xcc\x1e\xd8\x45\xdd\x27\xf6\x89\x9e\xe8\x3a\x2a\x5a\x37\xfe\x76\xb4\x55\x2e\xb6\xb6\xf7\x68\xc7\x1d\x60\x6e\xce\x2d\xa8\x58\xf1\xa2\x2d\x35\xdc\x10\xa2\x20\xe8\x76\x99\x4a\xb6\x40\xc2\xa3\x16\x47\xbc\xc5\x35\xc5\x99\x56\x22\x14\xd7\xb7\xa4\x98\x19\x39\xd6\xc4\xf2\x22\x8c\x72\x41\xdd\xd9\xaf\xe4\xad\x37\x53\x07\x58\x28\x4f\xc2\x62\x5a\x11\x0e\xea\x0c\x9a\xa0\x04\x1c\xa9\x1c\xfb\xe0\x49\xa0\x09\x57\xcd\xdf\xe4\xe8\x3b\xe7\xbf\x70\xe2\x5d\xcd\x9e\xae\x25\xec\x1d\x76\x19\xd7\x61\x30\xb6\x3a\x69\x94\xcd\x02\x00\xc7\x7a\x2b\x71\x9b\xb2\x17\xb5\x5f\xb6\x2b\xdd\x51\xfb\x69\x53\xa1\xe1\x36\xdf\xae\x00\x98\xda\x3a\x7e\xbc\x14\x8b\x6f\x83\x75\xad\xf4\x14\x42\x6b\x5a\xfb\x1d\x00\x0f\x53\x08\x26\xc0\x56\x9a\xfa\x2f\xff\x97\x29\x93\x66\x96\xe6\xbf\x10\x17\x23\x66\x7e\xef\xf9\x12\x25\xfa\x85\x02\xfb\x17\xa7\xa4\x80\xf1\x14\x65\xc0\x3f\x80\x3d\xb1\x80\x6d\x06\xe7\xd9\x57\x68\xd0\x63\x78\xc8\x27\x44\x30\xa2\x87\xe6\x00\x12\x3c\x33\x4b\x31\xc3\x33\x40\x95\xee\x41\xf4\x1e\x88\xab\x85\x2a\x62\x48\xda\x94\xba\x04\x6e\xa5\x99\xa5\xcd\x09\x2e\x0a\x58\x43\x9f\x46\x94\xb5\xa0\xb6\x45\x08\x48\x3d\xf5\xdf\xd8\xfe\xb7\x93\xd8\xef\xfa\xb7\x3f\x8e\x6f\x06\xb7\x57\xf7\x37\x67\x25\xb1\xfd\xec\xe2\xfe\xf6\x6e\x70\x53\xfb\xac\xc8\xa7\xfd\xeb\xfd\xe0\xbe\xe1\x91\x6b\xe0\xa2\xff\x7e\x50\xaa\x06\xff\xd7\xfb\xfe\xc5\xf0\xee\x97\xf1\xd5\x87\xf1\xed\xe0\xe6\xa7\xe1\xd9\x60\x7c\x7b\x3d\x38\x1b\x7e\x18\x9e\xf5\xf5\x97\xe1\xbb\xd7\x17\xf7\x1f\x87\x97\x63\x17\x1a\x1d\x3e\xfa\xf9\xea\xe6\xc7\x0f\x17\x57\x3f\x8f\x83\x2e\xaf\x2e\x3f\x0c\x3f\xd6\xcd\xa2\x7f\x7b\x3b\xfc\x78\xf9\x69\x70\xb9\xba\xea\x7c\xfd\x6a\x34\x96\x80\x0e\x2e\xb2\xc0\x68\x14\x88\x49\x93\x85\x25\x6d\xfa\x4f\xf0\x5d\x5c\x1b\x7a\x3c\xea\xb9\xbf\x4c\x8d\xf8\x23\xcd\x02\x9d\x5f\xac\xe0\x1e\x23\xe6\x9d\xab\xfe\x52\x55\x78\x26\x5d\x7a\x74\x69\xb4\xa7\xa8\x0f\x67\x05\x14\x86\x52\xa7\x90\x7d\xe1\x47\xea\xdc\xf1\x40\x87\x09\x4d\x29\x78\xe6\xd1\x11\xaa\x6e\x78\xb9\x41\x3b\x27\x18\x82\xf5\xdb\xc5\xab\x4e\x83\xac\x66\x5e\x03\xa5\x9c\x22\xc7\xa1\x89\x31\x27\x18\x7c\x5c\x53\x63\xbd\x9a\x26\x02\x10\xb1\xa8\x80\x43\xa9\xb6\x58\x22\xb0\x72\xcb\x73\x82\x7e\xfc\x4b\x31\x28\xf0\x60\x58\xcd\x3b\x5f\x2a\xa6\x68\x1f\x88\xdc\xac\xea\x3a\xf2\x2c\xf5\xe4\x8e\xb9\x35\x2d\xc3\xb9\xb5\x25\xe8\xc1\xdd\x94\xb3\x00\x12\xad\xe4\x7b\xd2\xc7\xdb\xcc\xa8\x42\xe3\xa7\xe8\x16\xe0\x58\x64\xa1\xba\xeb\x5d\xcc\x92\x7c\x46\x19\xa2\x69\x96\x00\x8f\x31\xfa\xfc\x84\xcc\xf1\x23\xe5\xae\x72\x89\x29\xf0\x02\xeb\x68\x45\x2b\x74\x84\x1a\x0f\xca\x29\xea\xc7\xb1\x2c\x33\xb8\x12\xe5\x38\x96\x79\x54\x1e\x76\x88\x62\xc6\x62\xcf\x36\x2b\x74\x54\x1c\x39\x58\xb1\xfd\x03\xce\x2c\xb3\xc3\xf2\xdd\xbb\xc3\xf5\xaf\x57\x70\xec\x48\x79\xbc\x95\x30\x70\x87\xe5\x83\x63\xcd\xeb\x04\x02\x07\xfd\xb3\x5b\x8f\x16\x03\xa8\x6d\xa7\x7e\x65\xc7\x70\xd0\xb6\xeb\xb3\x11\xb9\x7a\x4d\x97\x6e\xc6\x49\xa5\x6a\x5b\xeb\xfe\x4a\x55\xdf\x6a\x3b\xdb\xab\xb7\xa7\x5e\x1a\x83\x23\x39\xf6\xf4\xbf\xc1\x3c\xae\xe1\xd3\x2b\xff\xe5\x4a\x91\x6d\x1c\xac\xdb\xa6\x3e\xa0\xa5\x44\x62\xeb\x07\x5a\x49\x87\x7b\x82\xa0\x6a\x2f\x0c\x42\xcd\x0d\x1a\x81\xbb\x0f\x53\x66\x2b\x31\x11\xef\x8f\x72\xb5\xc7\xf5\x39\xf6\xd5\x01\xf1\x84\x3f\x96\x94\xcb\x94\x48\x89\x1b\x40\x55\x02\x93\xd8\x2e\x8c\xc1\x9f\x50\xfb\x61\x4b\x7a\x72\x67\xf2\x4e\x7f\xb5\xca\xe8\x73\x13\x6a\xc6\x6e\xa2\x5a\x60\x8d\x5d\x34\x30\xba\x32\x39\x81\x9a\xbf\xf4\x8a\x60\x1a\x2e\x82\x18\xa3\x26\xf7\x4f\x4b\xb3\x5a\x75\xc1\x6a\x0b\x6c\x85\x2e\xbc\xcd\x63\x70\x82\xd6\xb7\x46\xed\xb6\x7e\x15\x5c\x5e\x9f\x0d\xa8\xae\xe4\xef\x0c\x8b\x8f\x47\x3c\x4d\x8d\x5c\x50\xb2\xa5\xf6\x10\x36\xa9\x98\x85\x34\x25\xf3\x68\x6e\xbc\x4c\xfa\xca\xe8\x8d\xd8\x53\xb0\x21\xa5\x60\xe5\x7e\xd8\x12\x20\x9e\x7e\xd6\xc7\x8d\x3e\x96\x42\xc0\x41\x64\xa4\x10\x8f\x1c\x10\x82\x71\x08\x16\x95\xc3\xd6\x10\x78\xb0\x5f\x3b\x90\xfa\x16\x65\x22\x2b\xeb\xdb\x54\x2c\xd2\xcf\x2d\xa8\xd1\xb8\x83\xa6\xdc\x76\x08\x41\x99\xc8\xba\x11\xec\xa1\x4a\xe4\x8b\x42\x90\xfb\x94\x52\x93\x81\x9c\x4e\x2c\x8e\x86\x9e\xae\x5b\xed\xdf\xbb\x19\xfd\xde\xf8\x1d\xf2\x06\xe0\x95\xa0\x35\x8f\x42\x8e\x8e\xb4\xcc\xea\x00\x01\x6c\x20\x86\x44\x47\x06\xd9\xf0\x1b\x88\x06\xed\x5f\x0f\xbf\xe9\xa1\x6f\xc2\x8c\xb8\x6f\xb6\x3a\x80\x76\xdc\xb6\x52\x24\x68\x53\xa5\xb4\x88\xf2\xb1\x83\xbd\xaa\x9c\x44\xbb\x67\xf6\x20\xa2\xa6\x73\xa8\xbf\x2c\x7d\x03\xce\x69\xa8\x7c\x68\xfc\xb7\x3e\x28\xdb\xba\x80\x8c\x8c\x4b\x65\xcd\xda\xc5\x23\x36\x59\x54\x9d\x3c\x3d\xef\xe5\x69\x7d\x4a\x77\xae\xe6\xa7\xdb\x5b\x4e\xa1\xde\x73\xb0\xf0\xea\xfb\x60\x4d\x52\x76\xdf\x97\x9c\x29\xb8\x58\x53\x94\x42\x17\x65\x5f\x37\xab\x92\xbd\xcc\x2d\x66\xed\xa6\xac\x93\x7f\xde\x1a\xb9\xb5\x08\x4d\xef\xd7\xad\x88\xcd\x4a\x68\x10\xae\x3b\x2a\x7b\x5e\x2a\xdb\x47\x56\x46\x79\x70\x9b\x5f\xa0\x67\x46\x8e\x0b\x9a\x71\x06\x57\xad\x4c\x78\x06\x5f\x2a\xf9\xb8\xbe\x56\xf2\x86\x3e\xdf\x60\x4d\xd6\x3b\x7d\x6f\x4d\xe0\x80\x71\xbb\x2e\x8f\xb5\x3a\xd4\xbe\xb2\x85\x92\x38\x35\x19\x98\x8a\xa6\xa4\x67\x2a\x73\x15\xc1\x0e\xf6\xbc\x02\xb9\x99\x18\xa5\x39\xa1\xc2\x75\x62\x71\x10\x37\x4a\xd9\xdf\x50\x1a\x6f\xa2\x91\x1d\x22\x4d\x2e\xfb\x9f\x06\xe7\xe3\xc1\xe5\xdd\xf0\xee\x97\x1a\x8c\xcb\xf2\x63\x07\x73\x19\xbc\x70\xfb\xcb\xed\xdd\xe0\xd3\xf8\xe3\xe0\x72\x70\xd3\xbf\x5b\x03\x81\xb9\xaa\xb3\x26\x78\xc5\x5c\xd6\xa9\x6f\x9b\x40\x2c\x3a\x33\x6f\x4d\xef\xcb\x40\x98\x41\x27\x94\x34\x80\x61\x1a\x78\x02\x16\x13\x81\x62\xf2\x48\x12\x9e\x15\x66\xd5\xda\x05\x0b\x50\x32\x6b\xda\x5f\x85\x94\x09\x6d\x56\xd7\xf8\x14\x99\x32\x7f\x41\xa5\x63\xdf\x20\x88\x7c\x58\x10\xf6\x8d\x42\xe4\x73\x96\xd0\x88\xaa\x20\x7d\x91\x0b\xeb\x5e\x31\xee\x43\x88\x4e\x5d\x43\x5c\x7b\x8b\x46\xd9\xbb\xce\x1f\x7a\xd2\x97\xb5\x7d\x7f\xa2\x3c\x6a\xdb\xda\x22\x47\x7b\x50\xec\x1b\x9c\xc6\x4b\xa0\x72\x5b\x8c\xee\x39\xcc\x03\xcb\x39\x3a\x36\x05\xb1\x01\x70\xae\x7e\x90\xeb\x6f\xc3\x55\x71\x32\xa5\x73\xbd\x3a\x50\xa6\x1d\xa5\xbe\x72\xb8\x4b\xa9\xa6\xea\x1e\xd0\x41\x6c\xec\xfa\x86\x01\x0b\x4b\x35\x6d\x98\x89\x39\xc5\x48\x90\x94\x2b\xad\x80\x99\x88\x80\x9e\x16\xaa\x28\x4e\xe8\x3f\x01\x47\x4b\x90\xe3\x20\x82\xc2\xa1\x8f\x15\xee\x03\x8b\x71\x71\x3c\x62\xe7\x83\xeb\x9b\xc1\x99\x66\x48\xc7\xe8\x5e\x02\x44\x56\x69\xea\xe7\x96\xbc\x8d\x38\x16\x46\x32\x50\x26\x15\xc1\x4d\xc1\x60\x44\x08\x2e\xda\xf3\x07\xdf\xdf\x00\xbe\xab\x27\x6f\x78\x56\xb2\x4d\x39\x03\xc0\x65\x63\x41\xec\x20\x67\x60\xef\x39\x59\x37\xf8\xa9\xb4\x22\x21\x44\x08\x48\x22\xe5\x55\x7f\xc6\xd5\x06\x90\xd1\xf6\xf3\x2b\xf5\x79\x0d\xdf\xae\x9a\xe7\x1d\x84\xd8\x49\x55\x20\x96\x1a\x50\x53\x5f\x99\xa7\x32\xcf\x46\x51\x51\xbc\x06\x9c\x48\x85\xf4\x27\x64\x86\x19\x12\x39\x63\x15\x08\xdb\xd0\xd2\xb6\x1c\x34\xb3\xe9\x51\xd5\x6b\x86\x53\x9e\x33\x53\x5a\x56\x8f\xaa\x66\x30\x32\x23\x4c\xad\x19\xcc\x6b\x81\xc5\x54\x86\x7a\xb8\x78\x31\x35\x03\x6d\x82\x8c\xa9\xf3\x27\x41\xd5\xed\xcd\xae\x65\x17\x94\x57\x72\x2a\xe9\x43\xe5\xef\xe7\x7a\x2d\x1b\xcb\x87\x9d\xbb\xbb\xc3\xf2\x61\x7d\x57\x31\x89\x1e\x36\xbd\x6c\xaa\x99\x99\x89\x2d\x5a\xbe\x64\xec\x5b\xe8\xa7\xb6\x7c\x0c\xd4\xaa\x8f\x1e\xd0\x0f\x77\x9f\x2e\xd0\x94\x6a\xb9\x57\x5f\x2b\x97\x58\xcb\xd8\xf7\x22\x71\x76\x61\x6b\x5b\xcd\x45\xe2\xef\x5e\xd8\x78\x27\x4a\x05\x52\x82\xbe\xd1\xf0\x8c\x38\x63\xaf\xb0\x88\x80\x95\xf2\x31\x02\xb3\x98\xa7\x66\x1e\x27\x32\x9f\x4e\xe9\xe7\x63\x85\xc5\x77\x0d\xeb\x61\xa2\x2a\xc6\x7f\xe7\x93\xb1\x1e\xd1\x8e\x17\x71\x5d\x73\xc8\xd6\xd2\xf6\xcb\x66\x67\x76\x6e\xde\xfd\xbf\x7c\x02\xd9\xee\x90\xb0\xef\xbc\x73\x36\x52\xc1\xbe\xe2\x28\xa9\x28\x2e\x5d\x02\x62\x89\xb8\x10\xc4\x26\xc9\x9b\xfa\xa7\x19\x16\x8a\x82\xb5\xd6\x01\xb9\x94\x10\xfc\x8b\x2d\x0a\xab\xbd\xcf\x71\x81\x96\x3d\x21\x04\x1c\x3c\x19\x4d\x36\x53\x7a\xcf\x4a\xbe\xc9\xca\x09\xb4\x91\xa7\x16\xdb\x13\x0c\x32\x6b\x45\xac\xc1\x23\x61\x6a\x2f\xfa\x09\x34\x51\x93\xb6\xdf\xce\xcb\x60\xca\x90\x0e\xcf\x8b\xcb\xcd\x85\xf4\x86\x51\x4d\x4a\x60\xb8\xe7\x6d\xa2\x94\x75\xa9\x37\x39\xfa\x1f\x5b\xfb\x8e\xe1\xd5\xe5\x75\x59\x13\x1a\x6f\x57\xbb\xa8\xf2\x5e\x84\xb5\xba\xf2\x03\x5b\x82\x0d\x49\x62\xac\x18\x01\xc8\x85\x55\x4e\xab\x7b\x6e\xfa\xd4\xb4\x55\xe9\x72\xed\x96\x6f\x81\xac\x53\x6a\xe6\x23\x81\x94\xce\x7d\x04\xa2\x6f\x92\xbb\x0f\x03\xb9\x17\x09\x84\x50\xaf\xb4\x62\x99\x52\xe8\x9a\xf3\x79\xc9\x0e\xb7\x90\xd1\xcd\x60\xb4\xd0\x48\x32\x41\x22\x7d\x95\x9d\xa2\xeb\x84\x68\xc9\x2b\xd7\xd2\x57\x9e\x24\x0e\x85\x6c\xb5\x74\xb8\x11\x72\xde\xb3\xcf\x2b\xd0\x3d\x56\x4c\xcc\xa1\xf0\xad\x9e\x59\xb0\x06\xfb\x47\x5c\x08\xd6\x17\x4c\xc8\x60\x48\x2c\x6b\x91\xc0\xe1\x17\x26\x6e\x16\x4c\x49\xb8\x74\x91\xd1\x7f\x6a\xf6\x2b\x88\x9c\xf3\xc6\x24\xc7\x70\xb6\xcf\x33\x07\xb7\x94\xcf\x38\x09\x77\x1f\x36\xc5\x55\xb7\x90\x6b\x2a\x77\x60\x49\xc4\x59\x35\x45\x5f\xa1\xc2\x47\x7f\x58\x4c\x58\x7b\xb7\xda\xa1\xc1\x2d\x59\x98\xda\x42\x7c\xb6\xc2\x75\x51\x28\x33\x0b\xe3\x7b\xf5\x9f\x17\x06\xe4\x22\x25\x80\x2a\x59\x54\xc6\x43\xfa\xae\x6d\xda\x62\x3d\xcf\x71\x2e\x36\x82\xa4\x28\x90\xd5\x37\xe1\xdc\x36\x19\xa5\x18\x96\x5e\x84\x7a\x76\x69\x0b\x5e\x80\x18\x6d\x43\x8d\x64\x09\xad\xce\x92\x8d\x59\xc6\x5a\x15\xaf\x99\x29\xef\xea\x56\x03\x29\xb9\x10\x65\x9e\xcb\xbb\x56\xa2\xc0\xd2\x04\x3a\xfc\xb3\xcd\xf1\xcf\x6c\xf5\x13\x4f\x7b\x80\x56\xa8\x04\x24\xfe\x17\x0e\xb4\xaa\xe0\x60\x8d\xde\xeb\x32\x9f\x4a\xbb\xd3\x2a\xcd\xa9\xf4\x85\xe6\x25\xe7\x3b\x7a\xe0\xf4\x64\x16\x63\x48\x1c\xdd\x25\x0a\xa7\x34\x7f\xe3\x3d\x80\x36\x49\x8c\x0c\x7a\x81\x41\x67\xb6\x6b\xe7\x3d\x27\x19\x16\x84\xa9\x11\xbb\xd1\xa3\x30\x5f\x14\x91\x18\x2e\x0e\xc7\x21\xe6\x43\x5d\xdd\x29\xc2\xf6\x2b\x58\xf4\xa6\x40\x38\x39\x36\x2f\x81\x6a\xfa\x8c\x49\xf6\xef\xcd\x3b\x06\xf3\xc0\x62\xfe\xe8\xa9\xd2\x69\xa1\xc6\x6b\x01\x32\x9a\x53\x80\x1c\x88\x89\xb4\x17\x12\x55\x16\x53\xc2\x8b\xdf\x39\x71\x18\xd1\xf0\x99\xe7\x5f\x75\x0c\xdb\x19\x0a\x98\x33\xd0\xc9\x11\x0b\xfa\x58\x01\x29\x6a\x94\xf5\x2d\x55\x09\xd8\x67\x1a\x7b\xc7\x17\xfc\xd3\xec\x10\x17\x74\x46\x59\x50\xd8\xc9\x4e\x2f\xc5\x19\x98\x77\xcd\x19\xe4\x53\x7f\xa7\xdd\xd9\x2c\x83\x63\x18\xf1\xff\xfc\xf7\xdf\x8e\x69\x93\xf7\x43\x8e\xed\x0a\x1c\xc2\x4e\x6e\xb6\x2d\xe1\xce\x07\x28\x22\x0d\xe8\x14\x81\x4e\x2b\x4b\x99\x13\xc5\xaf\xf6\x72\xd3\x44\xc3\xd5\xdc\xb8\x7b\xcb\xe4\x0e\xbe\x11\x91\xaf\x38\x1b\xe6\x8a\x79\xdd\xb5\xa4\x12\xb2\x03\xf4\x48\xcc\x49\xf6\x06\x82\xb0\x68\xfa\x92\x99\x66\xc4\x8a\x4f\xa4\xc1\x43\x31\x10\xb4\xe6\x87\x62\x75\x5a\x2e\xcc\x2a\xde\x5f\x44\x4a\x14\xee\xf0\x20\x1a\xd9\x95\xf8\x30\x51\xa4\xba\xfd\xca\x4d\x5b\xe1\xdc\x01\x16\xe3\x2e\x51\x9b\x73\x2c\x9f\x2f\x34\xa7\xb6\x34\x95\xb1\xa6\x87\xc2\xc3\xba\x20\x1d\x33\x48\x93\xed\xa9\x37\x24\x97\x44\x18\x4e\xe7\xe1\xb0\x2c\x25\x84\x48\x93\x10\xa3\xb9\xc6\xd7\x48\x52\x4c\x37\xca\x27\xd0\xef\xd7\xe3\x60\x96\x9c\x0d\x78\x46\xc4\x38\xce\xd5\xd2\xb1\x58\x15\xe3\xaf\x3f\x3a\xcf\xd5\x62\x7d\xfb\x32\xc1\xcb\xa5\x79\x56\x61\x8f\xea\xf7\x1b\x9a\x5d\x2f\x31\x07\x21\x3e\x65\xa9\xb9\x01\xd9\x93\x54\x90\x3d\x6d\xcc\x69\xc9\x44\x02\x37\x30\x53\x00\xa9\x57\x68\x52\xf6\x8a\x36\xf8\xe3\x30\x72\x34\xc9\x0b\x93\x92\xaf\xe8\x10\x1f\x8f\xd8\x07\x53\x12\x05\xb4\x3c\x33\x80\x08\x12\x7e\xc8\xe7\x8c\x4b\x52\xca\x40\xab\xa9\xd2\x60\x33\x48\xed\x30\xea\x85\xf5\xe2\xa3\xdd\x65\xf5\x57\xc7\x68\x5d\xde\xf0\xe5\x29\xd7\x53\xe0\x4e\xe2\x60\x44\x33\xaa\x69\x67\x5c\x7b\xd2\x9e\xaf\x52\x70\x11\xd3\x05\x38\x58\x2a\x59\xf4\x90\x9f\x5e\x85\x20\x12\xf2\x48\xc0\x9c\x0e\x63\x0c\x6b\x71\x94\xed\x7a\x0d\xec\x64\xdd\x01\x2a\xd2\x3f\x81\x2d\xa0\xb8\x3a\x82\x72\x92\x5c\x1d\x2d\x96\xd3\x7f\x76\xce\x54\xab\x0b\x4c\xd9\x40\x3c\xef\x87\x35\x49\x16\x44\x21\xf2\x59\x11\x5b\xb5\xf4\xce\xe5\x12\x2e\xa7\x1f\xa0\xfa\x74\xa8\x66\xd9\xf1\xd9\xeb\x47\xf7\x5d\x06\xb9\x4b\x96\x8c\xdd\x95\x6f\x93\x07\xe7\x98\xc5\x36\x23\xd6\x2a\x19\x5a\xd8\x82\xd9\x19\xa3\x9b\xcf\x15\xb0\x79\x9d\x01\x98\xbb\x69\xd3\xa0\xce\xc3\x45\xe6\x14\x46\xad\xb2\x40\x78\x05\x17\x5a\x72\xcf\x99\xa2\x89\x26\x0e\x3b\x06\x89\xa6\x10\x19\x67\x81\x0a\x21\xb2\xbd\x09\x0b\x8f\x4a\x49\xd9\x6c\x6c\x57\xd2\x25\x77\xb6\xbb\x18\xca\x34\xf5\xc9\x34\x65\x7e\x7c\xef\x1a\x5a\x6d\x54\x37\x64\x0d\x38\x65\x2e\xad\x14\x34\x0e\xc6\xdd\x64\x2c\xc0\x9c\xcb\x46\x1d\xd3\xd8\x2c\x05\x35\xc5\xb1\x61\xa2\x9b\xd8\xdd\x41\xa6\x5b\xc6\x71\x28\xae\x10\x69\x53\x45\x4d\x02\x18\x44\xea\xab\x86\x5c\x58\xd9\x98\x03\x3b\x64\x5e\x44\xb3\xa5\xb9\x7c\xa6\x7f\x25\x9d\x16\xbb\xee\x6c\x3a\x02\x4e\x92\x09\x8e\x1e\xbc\x16\xe6\x6d\x11\x5c\xb8\xd2\x06\x5a\xae\x84\xda\x6d\x86\xb8\xf4\x40\x23\x90\x6e\x42\x6f\xa1\x41\xf2\xb1\xc3\x2e\x3a\x37\xab\x66\x21\xd2\x0c\x74\x93\x19\xbd\xc9\x6d\x88\x49\x96\xf0\x45\xda\x70\x9f\x55\x53\x08\x77\x89\xd4\x69\xca\x60\xdc\xeb\x55\x56\x61\x7a\x1b\x5f\x66\x4b\xf9\x48\x7b\xc0\x95\xda\x80\x4b\x7e\x4c\xf8\x04\x4c\xaa\xd6\xfc\xe0\x72\x6c\x82\x54\x8f\xea\x79\xde\x34\xf3\xa7\x7a\x22\xa9\xcc\x12\xad\xcc\x34\xf7\x60\x72\x4e\x9e\x77\xdf\x0c\x46\xc1\x7a\xeb\x60\xfb\x68\xed\xda\xcf\x9f\x03\xc1\xf8\xc2\x49\x02\xe6\x5d\xc3\xbf\x2a\x56\x36\x93\xec\x77\x6c\x9c\xd4\x8a\x8f\x98\xc2\x33\xb7\xb9\x56\xb8\xe4\x4f\x8c\x08\x39\xa7\x59\xa9\xa6\xe3\xce\xe1\xe1\x96\xa2\xed\x7f\x4c\x30\xf4\x06\xbc\x93\x67\x47\x06\xa1\x44\xd3\x87\xcc\x70\x54\x58\x45\xa3\x04\x4b\x49\xa7\x8b\x00\x58\xc4\x47\xda\x42\xfa\x56\xd9\x8c\x10\x94\x51\xab\x63\x34\x66\x7c\xfb\xc9\xac\xdf\x3d\xab\xf0\xbe\x7c\xfc\x68\x1c\x22\xb8\xe9\xfb\x64\x19\x45\xc6\xdd\xd4\x16\x4d\xa6\x11\x89\xd6\x40\x08\x6c\x97\x09\xbf\x12\xfc\xa7\xd9\x8c\x50\x08\x93\x76\xd8\x56\x91\xf1\x80\x1f\x21\x18\x8e\x2a\xa5\x52\xc2\xe6\x6b\xc5\xc9\xd9\x85\x35\x71\x7a\xb0\x10\xc0\x54\x28\x3e\xee\x21\xb9\x13\xc8\x56\x1b\xba\x38\x27\x09\xd9\x4b\xc4\xf5\x16\x44\x52\x0d\x67\x08\xc8\x63\x25\x69\x14\x65\x06\xd6\x1b\x17\xb6\x08\x04\x6f\x80\xea\xa9\x1f\xfa\xcf\x66\xa0\x36\x16\xbc\x6e\x17\xc1\x30\x08\xab\xdc\x56\x77\xa9\xc3\xfc\x33\x2d\x58\x92\x2b\xba\x29\xd1\x55\xd1\xa9\x97\x57\x0e\x91\xd4\x5e\x39\x64\x7a\x69\x5c\x1f\x49\x9b\xf0\x8e\xb5\x07\x60\x2b\x0e\xb4\xcc\xa7\xdb\xd1\x85\x75\xa0\x2a\x8e\x66\x04\x30\x59\x28\x8b\xe9\x23\x8d\x73\x9c\xbc\x29\x9a\xd8\x5b\xc2\xc7\x9e\x56\xbf\xfe\x90\x6f\x76\x6a\x6f\x89\x92\xee\x4a\x58\x82\x51\xb4\x9b\x73\x80\x5b\x70\x18\xc7\xd2\x08\xae\x5f\xbc\xdc\xb2\x33\x48\x82\x1d\x99\x85\x0a\xf8\x8a\x04\x2a\x33\xc7\xd8\x7e\xe1\x61\x01\x4a\x80\x58\xb8\x04\x22\x68\xd6\xe8\xf5\xb9\x5e\x95\xb4\xbf\x74\xd1\x6b\x73\x1a\xaf\x8e\xaa\xa0\xee\x4e\x1e\xdc\x4c\x1e\x74\x20\x9b\x07\x78\xf9\x37\x1d\x83\xc3\xbc\x7f\x0e\x40\x38\x5c\xba\x12\xf7\x27\x22\xbe\x21\x32\x39\x08\x49\x71\x69\x2b\x5e\x4a\x5e\x3c\x72\x28\x47\x05\x66\xd0\xe1\x6e\xd1\x61\x9c\xe4\x1b\xeb\x06\x7a\xbe\x0b\x76\x3d\xbd\xec\x85\x3e\x00\xf0\x13\x43\x5e\x74\x6e\x2b\x88\xc0\xe1\x0d\x62\xe9\x96\x7c\x0f\x6b\xa2\x14\xed\xf0\x5a\xc5\x27\x2e\x2d\xe7\x73\x6c\xaf\x4d\x82\x6b\xbd\xb9\xcf\x49\x6a\x9b\x8e\x65\x1f\x3a\xca\x33\x7b\x71\x2c\x35\x06\x1f\x74\xc1\xc2\xed\x6e\xd1\x1a\x68\x1d\xb7\x65\xfb\x3c\x64\x75\x65\xdf\x76\x4f\xe3\x77\x39\x7e\xe3\x4c\x90\x29\xfd\xbc\x95\x28\x7e\x0d\x9f\x5a\xf5\x52\x2f\x73\xa5\x90\x1c\xb8\x67\xa0\xf0\x5c\x10\xd0\x68\x57\xda\x16\x9b\x1a\xb1\x22\x33\xd2\xa6\x45\x3e\x90\x05\xe2\xa2\xf4\xd3\xb6\x20\x90\xfb\x2f\x7a\x67\xf6\x75\xae\x54\x26\x4f\x4f\x4e\x66\x54\xcd\xf3\xc9\x71\xc4\x53\x13\x87\xcf\xc5\xcc\xfc\x71\x42\xa5\xcc\x89\x3c\xf9\xe3\x1f\xfe\x50\x6c\xf1\x04\x47\x0f\x33\x03\xab\xb3\xec\x77\x2a\x6f\x39\xc1\x72\xb7\xc8\x1e\x97\xc2\xf6\xcc\xa9\xcc\x41\x37\x2e\x79\x54\x7f\x23\x15\x4e\xb3\x30\x14\xd4\x94\x8d\x93\x0a\x17\xc5\x2a\x20\x2f\x51\x4f\x13\xcd\x71\x96\x11\xd6\x6c\x76\x30\x89\xa6\x3b\xb0\x1e\x97\xaa\x6a\x47\x48\x3e\x67\x09\x66\x65\xf8\x05\xa8\xbc\x24\x48\x44\x98\xb2\xd0\x00\x45\xb9\x6b\xa0\x46\x03\x01\x64\xf8\xff\x66\xa9\x88\x30\x47\x2a\x8b\x92\x6a\x6e\x38\xb6\xbc\xa9\x2b\x7a\x89\x83\xa5\xab\x96\x94\x2d\xd6\x8e\xb8\x55\x5b\x95\xa4\x78\xbb\x5c\xfe\x7c\xf3\x92\x36\x82\xb3\x31\xf9\xac\x99\x9c\xdc\x16\xb0\xeb\x5e\x12\x89\xfa\x3f\xdf\x22\xb9\x60\x0a\x7f\x3e\x45\x9f\x28\x03\x01\xf6\x07\x9e\x0b\x89\xce\xf1\xe2\x88\x4f\x8f\x52\xce\xd4\x1c\x7d\x82\xff\xb5\x3f\x3d\x11\xf2\x80\x7e\x21\x58\x58\xfe\x60\x4b\xd2\xf9\x1a\xec\x9a\x84\x44\xce\x24\x22\x8f\xfa\x84\xfe\xe1\x3f\x51\x6a\x5a\x3e\x45\xdf\x9f\xfc\xe1\x3f\xd1\xef\xe0\xff\xff\x5f\xf4\xbb\x06\x4d\x7f\x33\xc8\x2f\xa8\x5c\x7c\x53\x76\xe7\xf6\x2a\x2b\xb5\x45\xc5\xf9\x33\xc1\x8b\x9d\xaa\x6d\xf9\x81\x46\x0f\x7c\x3a\x1d\x6b\xc2\x30\x89\x7c\x63\x2c\x96\xe0\xa2\xb7\xc4\x4f\xa5\xb6\xf6\xb4\xa9\x64\x57\xd4\x90\xb1\x9d\x1a\xc4\x07\xc7\xae\x65\x5e\x54\xde\x85\x20\xa2\x52\x35\x63\x2a\xe1\x2b\x12\x6b\xae\xba\xc9\xe9\x70\xd6\x3d\x97\xfc\xed\x2c\x38\x21\x42\x4a\x58\x4f\xdd\x07\xfe\x85\x51\xac\x26\xd0\xc7\x2e\x64\xed\x71\x58\x0a\xaf\xfd\x62\x62\x26\x61\x6a\xaf\x15\x2f\x29\x97\x3a\x5f\x1f\x2a\x79\xcb\xc5\x4e\xfa\xd6\x03\x69\x4c\x65\x58\x53\x2f\xc9\xd5\xf0\x0d\x2b\xfb\x43\x86\x38\x17\x1e\xc7\xd8\xd8\x45\x6c\x55\xc5\xf5\x56\x4c\x2a\x4c\x70\x59\xbb\x43\xaf\xa7\x7e\xee\x3f\x59\x37\x4c\x88\x34\x73\x6f\x17\xf5\xe2\x60\xb4\x5a\x44\xd2\x2c\xb1\x66\xc4\x35\x60\x87\xeb\x36\xf4\xd6\xe3\x5b\x40\xe3\x10\xf6\x08\xf9\x1b\xcc\x49\xb6\x16\x40\xa0\x7e\x3f\x73\x11\x91\x33\xbe\x5b\xd8\x6b\x42\xd9\x52\xbc\x7c\xfb\x52\x44\x7e\xf5\x2e\x6c\xd1\x29\x87\x07\xcc\xe3\x42\x59\x30\x6e\x01\x5b\x85\x22\x00\x22\x2d\xcf\x06\x00\xed\xf6\x81\x75\xb9\x54\x1b\x61\x07\xae\x6d\x0c\xc7\x05\xc3\x73\xa5\x35\x2a\x15\x35\x04\xd6\xbc\x70\x45\xec\x1a\x04\x15\xed\x3c\x8e\xa0\x4a\x4c\x11\xa9\x54\xa9\xc6\x8e\x4d\xa9\x14\xb1\x25\x56\xa9\x29\xd8\xd4\x43\x02\x43\x50\xa6\x9a\xeb\xf6\x24\x11\x47\x53\x1c\x51\x36\xeb\x05\x30\x95\x00\x19\x11\x5e\x07\x75\x44\x7a\x87\xe5\xc3\x7e\x03\x0d\x77\x2e\x60\x49\xe3\xa2\x88\x9a\x05\x96\x31\x8e\x0d\xba\x84\xd1\xa7\xb0\x7c\x68\x42\x56\x5a\x82\x75\x5b\x31\x3a\xbf\x14\x0e\x0c\x6e\xd5\xf8\x5c\x0a\x3a\x09\xf5\x29\xa8\xd9\xe0\x4a\x2a\x5b\x90\x47\x97\xf1\x87\x3d\x0a\x4b\x15\xdd\x74\xc5\xf8\xe5\x9c\x0b\x35\xde\x12\x17\xb6\x9a\x46\xcf\xc8\x51\x02\x80\x2e\xfc\x91\x88\x47\x4a\x9e\xca\xf0\xaa\x9b\xd0\xa2\x31\x9a\x05\x51\x75\x80\xbf\x99\x66\x1c\x52\x68\xa6\x28\xc5\x6c\x61\x18\xa5\x66\x2e\x58\x3e\x48\x5f\xc8\x15\xc9\x14\x27\x49\x0f\x09\x92\x4b\x53\xe0\x58\x92\x64\x7a\xe4\x4a\x61\xc4\x28\xe1\x33\x1a\xe1\x04\x4d\x12\x1e\x3d\x48\x93\xe1\xc6\x66\x86\x49\x65\x82\x47\x44\xca\x40\xb2\x2a\xb2\xd9\x6d\x8e\x21\x54\x71\x55\x44\xa4\x94\x51\xa9\x68\xe4\x44\xa6\x02\x94\xc2\xd4\x12\x8f\x30\x98\x84\x21\x63\x13\x86\xab\x25\x3d\x62\xc0\x39\x73\x66\x8b\x26\xc1\x75\x6d\x31\xf7\x5c\x90\x78\xd3\x01\xda\x03\x84\xa0\xa3\x90\xb1\x2a\x1f\xc8\x35\x47\xea\xcc\x7e\x06\xc7\x78\x15\x09\xdc\x94\x4f\x94\x27\x48\x7f\xd2\x4a\xb0\x46\x10\x53\xee\x43\xe0\x4b\x92\x8b\x8f\x0c\x3f\x30\x44\x33\x18\x72\x03\x8e\xd9\x3a\x9a\xd6\xab\x08\x22\x0f\xd4\xe9\xaa\x7a\xcd\x29\x8b\x92\x3c\xf6\x95\x1a\xb5\x08\xf0\xa8\x89\xc4\x2d\x8f\x5e\x7b\x2d\x28\xf4\x10\x96\xe8\x89\x24\x89\xfe\xaf\x89\x80\x3f\xf2\x85\x13\x34\x4b\x36\xc5\x2d\xa0\x13\xc7\xa5\x9b\x28\xea\xe0\xd0\x29\xaf\xb1\x9a\x9b\x9c\xff\x94\x2b\x53\x24\xd3\xa0\x53\x3a\xfb\x96\x81\x33\x9c\x24\x7c\x02\x27\x1d\x80\x2b\x5d\x9e\x6b\x90\x56\x97\x47\x11\x21\x31\x89\xd1\xb7\xc1\xc1\xf5\x78\x14\xdf\xd5\xc3\x28\x96\x56\xe4\x00\x40\x2b\xab\x86\xb5\x46\xe8\xca\x72\x9d\xb7\x63\x74\x5d\x01\x66\x09\xeb\xb7\xe3\x2a\x4c\x57\x6f\x69\x0b\x5f\x07\xe8\xb2\x32\x89\xe7\xdb\xa1\x0d\x81\x2e\x4b\x7d\xee\x01\xe8\xb2\x32\xcf\x86\xd8\x7d\x3e\x7b\xd6\x9c\x63\x3d\xa9\x0b\xde\x3e\x11\xcc\x00\x84\x99\xbb\xb3\x44\x82\xee\x40\x2e\xea\x08\xf1\xb0\x40\x3c\x2b\xd5\x10\x5f\x17\xc4\xb3\x32\x98\x43\x06\xf1\xac\x0c\xf5\x70\x41\x3c\x6b\x06\xda\x02\xc4\xd3\x38\xf7\xc7\x9a\xa8\xdb\x31\x05\x48\x6c\x99\xe4\xd3\x5b\x48\xf5\x5e\x39\xc6\x33\x13\x38\x60\xae\x31\x77\x47\x5b\x4c\x6b\x18\xad\xcd\x81\x6c\x0a\x87\xaa\x38\x21\x36\xa5\x3d\xef\x7d\x33\xe0\x0f\x9b\x9a\xdd\x7b\xa1\xb5\x1b\xec\x90\x11\xce\x6c\x4e\x79\x53\xa9\x99\xc3\xc9\x9e\xdd\x0e\x1f\x15\x30\x08\x4b\x2c\xbf\x15\x82\xd8\xa7\x4a\xd5\x86\x39\x7f\xb2\x95\x93\x80\x0c\x0d\x51\x36\x92\x20\x74\x3a\xb6\x4a\x5b\xd3\xca\x51\xa6\xc8\xac\xaa\xd3\x16\x87\x86\x32\xf5\xa7\x3f\xae\xe5\x44\x06\x62\xd1\xa9\x87\x41\xed\x04\xef\xec\xb0\xcf\x48\x8c\xa2\xb9\xd6\x8a\xa4\x56\x5f\xf4\x74\xcc\xcd\x2a\x51\x8a\xa9\x53\xa4\x72\x69\x5c\x4b\x54\x8e\x58\x09\x93\xf4\x18\x7d\x80\x82\xb0\x38\xcd\xb4\xfe\xe5\xe7\x47\x35\x25\x8d\xf2\xef\xbf\xff\x13\x41\xdf\xa3\x94\x60\x56\xd2\x61\x41\x6d\xd2\x57\x1f\x60\xf8\xa9\x39\x19\xb1\xda\xad\x40\x83\xcf\xa6\xc6\x94\x8b\xf7\x1b\xb2\x29\x77\x3a\x31\x14\x3a\xc4\xd1\x1c\xc9\x7c\x62\x2a\xf5\x06\x36\x0c\x27\x48\x5f\xf0\x19\x38\xaa\xe1\x46\x76\x83\x5e\x75\x0a\x9f\x37\x06\xc0\xba\x1b\xdb\xde\xc6\x7d\xb8\x47\x8e\x24\x29\x61\x3b\xd5\x38\xcd\x0c\xe7\x0b\x0f\xbe\x34\xb8\x2f\x3d\xe3\x43\xd0\xfa\x19\xb6\x96\x7d\x2d\x4b\x43\x38\x2f\x78\xc9\xf2\x04\x0b\x7b\xf4\x47\x4c\x2b\x1a\x82\x3c\x52\x9e\xcb\x64\x81\x62\xce\x48\x0f\x28\x21\x8f\xe6\xc6\xb1\xaa\x75\x16\x6c\x0b\x56\x3c\x52\x99\x6b\x85\x16\xda\x72\xf5\x31\xa4\xc2\x06\x93\x6a\x4e\xa1\x1f\xad\x7e\x13\xf8\x2a\xcc\x92\x43\xed\xb4\xa8\x10\x36\xb6\xc2\xf3\x5b\xc2\xc6\x96\xa8\xaa\x83\x8d\xf5\xb0\xb1\xcb\xeb\x72\x88\xb0\xb1\x95\x3d\x6f\x07\x1b\x5b\xb7\xe5\x5b\xc0\xc6\x96\x9a\xf9\x62\x60\x63\x2b\x2b\xfa\xc5\xc0\xc6\x56\xe6\xd5\xc1\xc6\x7e\x79\xb0\xb1\x3b\x02\xa3\xd6\xf3\x62\x83\xaf\xa4\x28\x5b\x6c\x4c\x64\xdf\x48\x34\xbc\xd2\x04\x16\x3d\x94\x83\xda\xfc\x75\xb5\x3b\x18\x6b\x3d\x13\xda\x0c\x8c\xb5\x56\x55\x6f\x66\x75\xbb\x02\x3c\x81\x62\xf0\xc2\x60\xac\xa5\x09\x74\xf1\x95\x9b\xc7\x57\xd6\x12\x9f\xed\x5b\x0f\xcf\x05\x5d\x56\x2f\xe4\x96\x70\xac\xa5\xfd\x69\x15\x89\x09\xa2\xfb\x1e\x28\xf1\x79\xa5\xf9\xbb\xd2\x21\x5f\x2b\xcb\x87\xab\x28\x2d\x30\xb4\x96\xf0\x1c\x5a\x9c\x51\xc2\x43\xff\x7f\x47\xb9\x5b\x44\x06\x57\x96\xd7\xfb\x55\x0c\x2d\xb6\x20\xd5\xd6\x14\xea\xb4\xd2\xfd\x24\xca\xba\xe4\xc9\x0d\x5d\xcc\x6e\x10\xb7\x19\x89\x1a\x6c\xcc\x34\xa5\xfb\x6a\x76\xdd\x45\xe6\xb1\xb0\x40\x21\x5f\xca\x0b\xd5\xd7\x93\x19\x8e\x91\xf1\x2b\xe9\xb0\x00\xd4\x61\xbe\x9c\x51\xa9\x44\x63\x6c\xd3\xd2\x08\x77\x71\x95\x66\x79\xeb\x80\x98\x60\x55\x67\xdb\x7d\x96\x92\x94\x8b\x75\x81\x55\xb5\x5f\xda\x52\x37\xdb\x7c\x4a\xb2\x39\x49\xb5\x24\x33\xde\xb4\x91\xb6\xfb\xed\x93\x86\x6d\xee\x9a\x09\x74\x2c\x11\x41\xe0\x08\xd5\xef\xc6\x06\x91\xb2\xf5\x76\xef\xba\xcd\x16\x33\x73\x43\x87\x90\x03\x53\x5e\x6d\x70\xb3\x2f\x95\xdc\xdd\x40\xdf\xb5\x31\x1d\x3e\xa4\x66\x7d\xd4\xc6\x8a\x78\x8d\x55\xb8\x53\xc5\x57\xb6\x10\xf4\x06\xae\xfc\xb2\x77\x5e\x73\xc2\xb0\x0a\xf0\xe6\x01\x1e\x0d\xa8\xa9\xcb\xcb\x03\x91\x39\x92\x88\xa3\x50\x33\x28\x0d\x66\x79\xbd\x4a\x54\xe2\x34\xca\x1d\x88\x24\x17\x8d\x51\xa6\x6d\x0c\xda\x91\xca\x71\x02\x9a\x44\x58\xbd\xb2\xba\xa9\x93\x45\x4d\xda\x63\x3b\x8f\x09\x65\xea\xcf\xff\xb1\xd1\x6e\x6a\xd5\xca\xae\x1b\x54\xdc\xc2\x51\x44\xa4\xb1\xb1\xdb\x28\x64\x3c\xe1\x8f\x50\x6c\x6b\x97\x5d\xd5\x47\x59\xcf\x5b\x33\x78\x0f\x45\x1c\x17\xa4\x6e\xc4\x85\xb9\xe0\xf9\x6c\xee\x6c\x48\xfa\xcc\xe8\xa9\xd5\xed\xe5\x4f\x4b\x36\xf2\x8d\xf7\xf2\x7d\x4e\x93\xed\x2c\x74\xb7\xa5\x32\x64\x1f\x87\x77\x48\xce\xfd\x69\x9d\x40\xb3\xb5\x1b\xbb\x3c\xe8\xf6\x7d\xda\x6f\xbd\xbf\x06\xba\xe9\x39\xf8\xcd\x29\x4f\x12\xf0\x34\x48\x92\x3e\x12\x51\xdf\x3d\x4c\xf8\x8e\x6e\x86\x9c\xe7\x07\x00\x5f\x17\x89\x11\xad\xe4\xaf\x6b\x23\x1a\x4a\xe4\x46\x5f\x0d\x5a\x30\xa1\x6a\x9c\x11\x56\x67\x63\xfb\x79\xb9\x02\xcc\x1b\x0b\x18\x74\xd1\x63\x7b\x0b\x1a\x74\x4b\xf2\xc2\x81\x83\x6b\xe6\x71\xa8\xc1\x83\x15\x66\xe7\x63\xf9\x8a\x6b\xc6\x05\x0e\x19\xc5\xa7\xaf\x97\x78\xc4\xfa\xa5\x7c\x0a\x57\x29\x7b\xb2\x28\x02\xb2\x8d\x0e\x11\x32\x33\xa8\xb3\x61\x0d\x2b\xe0\x46\xd3\x7f\x81\xa6\x63\xc0\x6b\x4d\x48\xa1\x0b\x1b\x84\x68\x72\x12\x1f\xe1\x68\x11\x25\x34\x0a\x74\xe6\x99\xc0\xd9\xbc\x8e\xe3\xb9\x9d\xef\x50\x77\x5e\x0b\x75\xa7\xa9\x20\xd5\x26\x71\xdb\x8e\xae\x18\x4e\x49\x87\x06\x54\x87\x06\xd4\xf3\x78\x17\xac\x28\xad\xf5\x8a\x30\x0a\xcb\xe7\xae\x83\x04\x7a\x05\x48\xa0\x6d\x0e\x5f\x81\xf7\x53\x3a\x76\x1d\x4c\xd1\xbb\x56\x30\x45\xfe\x12\x3c\x28\xe4\x99\xe6\xf3\xf8\xca\x88\x26\xcb\x03\x7b\x4d\x58\xa2\x1a\x71\x61\x13\xb9\x69\x15\x2e\xd1\x2a\xba\x68\xb5\x2e\xaf\x8b\x12\xb4\xd9\xca\x6c\x04\x00\x54\x7b\x77\x1d\x08\x1c\x50\xf3\x36\x1c\xc8\xb9\xd9\x67\x56\xcb\x66\xb5\x43\xc3\xcc\x96\x4d\x14\xac\xcd\x92\x5c\x3c\x3d\xbc\xad\x44\x97\xa2\xc8\xda\x76\xc9\x2e\x7d\xe7\x83\x26\x02\xcd\x79\x12\x3b\x10\x0a\xbf\x5a\xbe\x03\x9f\x09\xe0\x17\xc8\x6d\x06\x14\x3b\x07\x6d\xab\x28\x08\xb6\x2a\xa5\xc5\x6f\x22\x0c\x77\x0f\x8c\x66\x1f\x56\x04\xcf\x49\xb6\xb1\x1f\xac\x95\x45\x64\xd9\xfc\xbd\x62\x8c\xa5\x15\x02\xab\x79\xfd\x30\xd7\xda\x7d\xd7\x0c\x6e\x95\xe8\x11\x18\x07\x45\x5d\xa9\x4f\x43\x67\xf0\xf4\x91\x3a\x43\x04\x0e\x7b\x5c\xe9\xa5\x73\xb3\x6b\xe5\xa9\xab\x12\xcb\x16\xc1\x60\x4b\x95\xdb\x76\x07\x07\x4a\xf1\xe7\x71\x86\x05\x4e\x12\x92\x50\x99\x3e\x5b\x30\xf0\x59\xd9\x5d\xab\xcf\xaa\xe0\xc6\x44\xc4\xf2\x74\x62\x48\xd1\x0d\xc4\x16\xfb\x53\x1c\x89\x9c\x85\xd0\x66\x7e\x63\x7c\x31\xc1\x1c\xee\x05\xb0\x2a\x45\x73\xa8\xda\x3a\xc5\x54\x30\x22\x1b\x6b\x64\x92\x28\x17\x54\x2d\xc6\xb6\xe4\x68\xfb\x03\x77\x6b\xbf\x3c\xb3\x1f\xae\xf6\x70\xbb\xac\x7e\xd7\x9f\x2f\x71\x9a\x11\x01\x65\x82\x5c\xc1\x9b\xa0\xac\xaa\x45\x6d\x20\xbe\xd6\x10\x84\x3f\x2f\x5d\xdb\x4d\x81\xc3\xf8\x69\x1c\x64\x54\x8d\xa3\x2a\x71\xac\x3b\xac\x75\xb8\x53\xab\x26\xf9\xcc\xc8\x4b\x0d\x5e\xe4\x67\xa8\x32\x62\xd3\x26\x4c\xd3\x7a\xc0\x81\x2b\x18\xec\x95\xc5\xc6\x04\x29\xef\x56\xa9\x6a\x18\xa7\xc5\xfa\xa9\x0b\x3e\x5a\x31\xd8\x7e\xf0\x55\x8b\x11\x07\x9d\xec\x69\xd8\xfa\xa0\x0b\x91\x67\x8a\x4e\x96\xa1\x6d\xd4\xfe\x4a\x88\xf6\x13\x48\xb3\x76\x6e\x86\x52\xb7\xa6\xae\x68\x89\x13\xdb\xd9\x69\xf9\xdf\xe2\x88\x39\x84\x20\x83\xb0\x14\xe6\xf1\x5d\xa5\x54\x29\x97\x28\x60\x0c\xd0\x9a\x3a\xcb\xb6\xd9\x6f\x5c\xb8\x07\x86\x4a\xaf\xc6\x44\x74\x3c\x62\x7d\x89\x9e\x08\x62\xc4\x42\x48\xd4\xd4\x70\xf5\x56\x6d\xa8\xfd\x34\x21\xba\x27\x1f\x9b\xa2\x85\x07\xaa\xa4\x2f\x3f\x66\xfa\x98\xe2\x44\x92\x9e\x6e\x18\xaa\x96\x2a\x0e\xc1\x9f\x18\x3d\x09\x9c\x65\x44\x8c\x98\xcd\xe2\x00\x87\x0b\xe7\x89\x69\xbf\x29\xc4\xd5\xae\x01\x19\x47\x38\x9a\xbf\xd0\x1e\x61\x48\xc6\x89\xe6\x24\x76\xf9\xc2\xe5\xed\x71\xf3\x36\x06\xeb\x0d\x36\x6b\x38\x75\xe5\xb3\x7a\xb6\x93\x24\xd2\x1c\xc5\x97\x99\xce\x88\xd0\xa3\xd6\x34\xfc\x48\x18\xa2\x53\x37\x0e\x1b\xbb\x83\x9e\xc0\x33\xa5\x49\xff\x11\xd3\xc4\x24\xe0\xbb\xae\x9d\x10\x68\xcc\xef\x23\x66\xdc\xdd\x2c\x2a\x65\xa8\x52\x46\xe5\x5c\x73\xea\x1c\x7c\x92\xa0\x66\x34\x25\xce\xb0\xc7\x4d\x4e\xf3\x40\xbf\xbe\x9a\x83\x3e\x52\xc1\x59\x0a\x49\x32\x16\x97\xc9\x2d\x9f\x24\xca\x1f\x8f\xda\x14\xc7\xb5\x12\x71\x1c\xcb\xb2\xf1\xd3\xa8\x95\xf4\x9f\x25\xb3\xcb\x51\x29\x2b\x30\x0a\x60\x85\x20\x88\xd3\x55\x16\x5b\x25\xff\x76\xa9\x0d\xcb\xa9\x0d\xf5\x6b\x73\x88\xe9\x0d\xfe\x10\x6f\x9a\xe2\xd0\xb4\xfd\xfb\x90\x6c\xf7\x98\xea\xf0\xca\x39\x01\xcf\x93\x0e\xf0\xba\xf9\x1b\xcf\x91\xba\xd1\x25\x38\xbc\x62\x82\x43\x6b\x4b\x6d\x39\x36\xbb\xf9\xd8\x6e\x94\x1c\xb0\x06\xcc\xa9\xae\x97\x4f\x44\x09\x1a\xc9\x7d\xf0\x07\x99\xe1\x96\x51\x6d\xa0\x05\x66\x6b\xa4\x26\xfd\x82\x77\x42\x42\x9c\x98\xaf\xf3\x37\x11\x04\x3f\xc4\xfc\x69\xc9\x56\x27\x43\x34\x8d\x4f\x5c\x8b\x3d\x82\x44\x54\x92\x52\x24\x0b\x95\x88\x11\x69\x8d\x9d\x78\xc4\xe6\x94\x08\x2c\xa2\x39\x64\x37\x16\x1b\x63\xb2\x64\x0d\xa0\x91\x89\x65\x08\xbd\x4d\x1b\x6c\x7a\x8b\x75\xaf\x5a\x98\x3c\x3e\x9d\xdd\x73\x3d\x92\xd4\x7c\xe2\x85\x19\x2b\x65\x84\x26\xb9\x56\xdb\xbf\x6b\x20\xbe\x5f\xec\x67\x0d\xc6\xf7\xc1\x44\xc1\x17\x2d\x03\xf2\x0b\x6a\xe8\x82\xf2\x9f\x29\x28\xbf\x66\x89\x37\x0b\xcc\xdf\xca\xe4\xf7\xf2\x31\xc3\xae\xe7\x97\x88\x1b\x5e\x17\xb4\x95\x4f\xc6\xcf\x7e\xf4\x6a\xe7\xdc\xf6\x04\xfe\xec\x89\xc2\x48\xc4\x42\xd3\xd9\x84\xc4\x31\x70\x5a\xc5\x6d\xa5\xe8\x82\x76\x9c\x79\x40\xdf\xbd\x58\x6a\x62\xc7\x09\x67\x33\x49\x63\x03\xb6\x92\x61\xa8\xd8\x1a\x1a\x2f\x00\x5c\x00\xf6\x37\x49\x88\x70\x5e\x09\x81\xbe\x95\x94\x59\x34\x45\xff\x5b\xcc\x89\x64\xdf\x28\x63\x2c\xc0\x6c\x81\x1e\x18\x7f\x4a\x48\x3c\x83\x1d\xaa\x0e\xe6\x08\x51\xd2\x43\x54\xf9\xcf\x04\xa0\x11\xf0\x5c\x8d\xf4\xd8\x21\xd6\xcc\x68\x00\xc4\x7e\x1b\xd4\x44\xf7\xcd\x7c\x77\x8c\xd0\x90\xa1\x29\x8e\x54\x0f\xc9\x7c\x52\xb4\x1f\x73\x53\xe4\x5a\x6b\xdf\xc1\xc4\x8b\x46\xba\x98\xf1\x9a\xce\xeb\xcf\x86\xe3\x0e\x9a\x5c\xfb\x09\xc5\x3b\xc5\xd6\x3d\xe2\x5d\x20\x46\x3f\xe5\xd2\x06\x61\x20\xce\xfc\xd1\xb7\xf0\x4a\x1e\x23\x1a\xf0\x3e\x0d\xde\x32\xe3\x71\xa3\xad\xb3\x32\x95\x4d\xc7\x52\x04\x42\x5a\x41\xc9\x3a\xaa\xa0\x5d\xb3\xdc\x5a\x6a\x92\x4a\x10\x9c\x5a\xe7\x80\xbe\x6a\x40\xac\x31\x61\x90\x7a\xf4\x54\x18\x09\x73\x93\x2d\xbe\xa0\xec\x41\xef\x6e\x81\x8a\x0d\xf5\xe5\xa1\xe7\xba\x4d\xcb\xf4\x8d\x47\xce\x38\x33\x0e\xc2\x9d\xe4\x4e\x3a\x63\x38\xd9\xd0\xc6\xb1\xb4\x72\xcb\x3e\x3d\x27\x67\x59\x71\x41\x4b\x11\xc6\xd8\x87\x4c\x8f\x1b\xd9\x90\x2a\xf3\x0d\xe5\x3d\x8c\x62\x92\x11\x16\x13\x16\x2d\x80\x44\x18\x20\xe7\x08\x86\x13\x84\xe1\x3b\x9c\x1c\xa3\x73\x93\x5f\xe3\x25\x3c\x7b\xad\xc3\x85\x9e\x62\x46\xa7\x5a\x4f\x00\x23\xac\x1d\xe5\x88\x99\x61\x3a\x1f\x48\x50\xb4\xdf\xaf\x58\xdd\xce\xe8\x1b\xe4\x72\x47\x54\x62\x56\xfe\x1e\xad\xbe\x70\xa0\xb7\x55\xbb\xa3\x9b\x73\x35\x08\x64\x3e\x39\x82\x7f\x97\x12\xce\x1c\x50\x4f\x81\x22\x43\x12\x02\xe6\x40\xeb\xf1\x82\x8b\xb1\x09\x58\x6e\x1f\x7e\xbb\x35\x79\x1c\x41\x1f\x25\xa5\x26\xa5\x8c\xa6\x79\x1a\x38\xef\x4c\xc5\x82\xc8\xda\x2f\x4d\x26\x46\xa6\xf5\x80\xc8\x81\x97\x23\x7d\xb9\xb2\x05\x9a\xd1\x47\xc2\x46\x2c\xe3\x94\xa9\x63\x74\xc9\x15\x09\x4a\x44\x18\xe8\x28\x9e\x29\x9a\x1a\xb4\x53\x41\xf4\x39\x30\xa0\xd8\x00\x34\x39\xc7\xaa\x87\xe2\x1c\x8e\x2a\x23\x4a\xb3\x0e\x7d\xe3\x2a\xd8\x19\x88\x8f\x16\x23\x66\x6e\xba\x29\xa6\x49\x2e\x88\x95\x59\xb1\xc9\x8b\x29\x86\x5c\x8c\xcc\x22\xa1\x05\x93\x48\xe9\x6c\xae\xf4\x16\x69\x19\xcf\xfa\x1b\xe7\x9a\x1b\xf1\x11\x9b\x10\x84\x51\xc6\x25\x55\xf4\xd1\xfb\x2f\xe9\x14\x61\x29\xc1\x82\x72\x8c\xce\x4b\xf6\x7f\x2a\x41\xf5\x6e\x8a\xab\xa5\x6c\x6c\x6d\xcf\xcd\xf9\x38\x3b\x6f\x64\xa9\x17\xbb\xca\x78\x22\x79\x92\xab\xd0\x05\x5b\xbf\xb7\x85\x69\xdc\x01\xf7\x83\x81\x98\x4f\x47\xcc\xd1\xb5\x3c\x46\x7d\x89\x24\xd7\xbb\x24\xcd\x56\x46\x82\x2a\x22\xa8\x41\x71\x22\xca\x6c\x82\x3f\xa7\xfe\x0c\xa4\x58\x3c\x68\x11\x2a\xb4\xc0\x1b\x4c\xd1\x92\xb5\x63\x62\x24\x24\x80\xb5\x0a\xb7\x03\x4c\xff\x88\x71\x76\xc4\xc8\x0c\xaf\xdb\x91\x11\x2b\x6d\x09\xfa\x96\x4e\x0b\x85\xb4\xc9\xe7\x18\xac\xdd\x18\x22\x9f\x9a\x76\xc9\x74\xdc\xb4\x49\xd3\x84\xe3\x35\x6e\xe3\x69\x71\xe8\xd1\xdf\xf9\xc4\x8c\x51\xeb\xfd\x5c\x81\x14\xa8\xd5\xab\x29\x17\x64\x8e\x59\xdc\x73\x9b\x55\x1e\x1b\xdc\x8c\xd6\xd4\xe6\x94\x31\x90\x04\x1d\x88\x30\x31\x58\x4c\x98\x05\x7b\x61\x15\x37\xbb\x15\xc5\x3e\x6c\x74\x57\xf8\xd6\xa0\xf6\x89\x31\x40\x18\x96\xb7\xc8\xec\x11\x97\x34\xcd\x92\x22\xa7\x29\xb0\x8d\x4e\xb5\x88\xe5\x78\x24\x7f\x04\xd3\x95\xd3\xda\xe0\x56\xb7\x3b\xa7\xe9\xac\x66\xe4\x9e\x91\xc2\xad\xe1\x6c\x5e\xa6\x0c\x66\xc0\xc2\xbe\x95\x44\xff\x53\x91\x42\xed\x33\xc2\xfa\x88\x39\x11\xe4\x3b\xe0\x32\xb6\xd9\xc0\x78\xa6\x45\x68\x03\xf3\x6a\xd7\x0f\x45\xc6\xc9\x5d\x3a\x27\xf6\x30\xb8\x57\x6b\x2f\x2a\x45\xb5\x98\xfd\x9e\x02\x42\xd5\xf9\x8e\xb0\xf3\x94\xc5\xa4\xb1\x98\x53\x2b\xae\xd1\x74\xb7\x18\x86\x3a\xde\xb6\xfe\xc2\xdd\x9c\x48\x82\xd4\x93\x07\x4a\xd3\x7a\x15\x98\x2c\x05\x49\xc8\x23\x2e\xee\x38\xdf\x97\x65\x97\x11\x96\x0d\xe5\x51\x00\x6d\x4c\x8f\x7f\xfb\xc4\x61\x3f\xbe\x2b\x3d\x94\x47\x9c\xd8\xc4\x0d\xeb\x2b\x97\xcd\x1b\x36\x3c\xdf\x29\x86\xd4\xb6\x52\xb7\x9e\xcd\x22\x86\xeb\xfb\x47\xb2\xa8\x5f\x91\x35\x20\x7e\xab\xb2\xb1\xfd\xb2\x6f\x60\xab\xbe\x2e\xbe\x59\x5e\xe3\xc6\x95\xfb\xb1\x34\xe5\x57\x48\x22\xba\x5e\xaa\x00\x0d\x7f\xca\x7c\x3a\xa5\x9f\x41\xab\x75\x37\x89\xd3\x3c\x22\xc1\xa5\xe6\x62\x20\xab\x20\xb7\x79\xc6\x91\xbc\x4b\x42\x51\xed\x97\x5a\xcb\xda\x98\xa2\x1b\x57\xfb\xaf\x39\x11\x3b\xad\xb7\x27\xd5\x4d\xc2\x11\x83\x53\x52\xaf\x23\xba\x46\x15\x6e\x19\x93\x14\xb6\x7a\x87\x1b\x96\x6e\x3d\xfc\x77\xed\x67\x13\xc3\x7c\x37\x1f\x48\xc8\xb5\x57\xda\xd4\x8a\xf8\x34\x1f\x9b\xec\x8a\xf2\x68\xfe\xd6\xb3\x00\xe3\xd8\x06\x4e\xf9\x54\x5f\xec\x62\x46\x8c\x63\xc4\xd4\x6c\x52\xb6\xd2\x40\xa0\xa9\xdb\xc6\x28\x9b\x8d\x98\x5b\x5b\xd9\x43\x26\x4c\xbc\xc2\x50\x4b\xd8\xee\x38\xf8\xd4\x13\x76\x3b\x93\xaa\xf1\xab\x33\x22\xa5\xbe\x18\xa5\x12\x98\x32\xeb\xc3\x71\xeb\x23\x47\x0c\x1d\x55\xe3\xd4\x7b\x60\x47\xe8\xb9\x6c\xcf\x5e\x31\x40\x39\x62\x57\xc6\x3a\xf3\x47\xf4\xad\xc2\x33\x73\x4b\x00\x7a\x23\x4e\x00\xf7\x11\xb4\x04\xab\x95\x07\xc9\x01\xfe\x44\xd2\xf8\xbb\xd3\x55\x7d\x1a\x1b\xc2\xb7\xd0\x0c\x1c\x72\xbd\x86\xc5\x02\xd1\x69\xf1\x0f\x12\x7f\xb7\xaa\xa5\xe2\xa3\x07\xb2\xe8\x55\x17\xb9\xf9\xde\xb8\xc3\x3b\x45\x68\x3e\xd7\xc5\x01\x83\x6e\xef\xa4\xc4\x13\x92\xfc\x54\x4c\x14\xad\x64\x45\xef\x29\xc3\xbb\xf1\xa0\xda\xe1\xb5\x8b\x40\x9f\x2c\x9a\xea\xb6\xd5\xb0\x9e\xad\x11\x47\xfa\x46\x96\x25\x48\x77\x67\x25\x76\x57\xd5\x0f\x43\xd4\xe3\x9c\x24\x19\x8a\xe9\x14\x5c\x6f\x0a\xe8\xc5\x83\xa7\x9a\x7a\x37\x5a\xa1\x49\x73\x66\x80\x70\x4d\xd4\xc7\x93\x3d\xe9\x96\x65\x14\x8d\x1f\x8f\xd8\x50\x7d\x23\x91\x54\x82\xb3\x99\x56\xa6\xe3\x47\x2a\x8b\x42\x6e\xfa\x40\xe6\x29\x11\xb6\x0b\x2a\x8d\xd4\x6d\x8b\x20\x61\x77\xb1\xe9\xb1\xe9\xab\x0f\x04\x1f\x57\x6c\x50\xff\x68\xf4\x0a\x3d\x4a\xe9\xa2\xa6\x6a\xc2\xde\xed\xe6\x56\x78\xe7\x0b\x9b\x2e\x7f\x0a\xad\x93\x28\x2d\x0c\x99\x8e\x5f\x9e\x54\xcd\x98\x76\xd5\x57\x98\x30\x37\xbe\x10\xda\x5e\x04\xae\x6a\x40\x6e\xd2\x9c\x74\x3f\xce\xb1\x65\x06\xb7\x91\x8a\x55\x99\xa0\x1d\xb5\xd1\x9e\x42\x13\x26\xa1\x60\xff\x90\x0a\x2b\x1a\xd9\x5b\x80\x0b\x6b\xc5\xb5\x7a\x75\xf3\xd6\xee\xaa\x93\xc8\x08\x27\xcb\x3b\xbc\xc2\xa7\x6e\xde\x5f\x6d\xe8\xb4\xc7\xcd\xb4\xbd\x12\xd8\x24\xe2\x49\xb2\x49\x99\xb6\xca\xcc\xcf\x8a\xcf\x57\x8f\xa8\xe8\x47\x6f\x80\xdb\x0b\x38\x35\xc6\x40\x81\x13\xeb\x2e\x92\xca\xee\x52\xf8\x92\xb9\xd4\x16\x56\x7d\x1c\x31\x3e\x85\x42\x7e\x49\x53\xe4\x7a\x26\x78\x4a\x37\xa9\x24\x61\x82\xb9\x6f\x9c\xef\x7f\x8d\x27\xc5\x45\x08\x80\xf9\xcd\x90\x97\xed\x11\x30\x09\xb0\x35\xa9\xad\x38\x43\x29\xce\xb6\x5a\xf0\x75\x91\x2f\x7d\x94\x9a\xb0\x23\xbb\x7a\x80\x29\x4d\xa0\x26\x1e\x2c\xf2\x13\x5e\x14\xf0\x2f\x4d\x35\x02\xd8\x46\xe4\x70\xaf\x5f\x1f\xb2\x29\xdf\xe0\x70\x16\x70\x2d\xf6\xf4\x61\x47\xb3\xc1\xf9\xf3\x91\x18\x66\xf7\xcd\x9a\xb6\x39\x8f\x67\x75\x44\xbd\xf1\xc9\x74\x2b\xf8\x9c\x7e\xd8\x90\x89\x04\xdf\xfc\xb6\xc9\xdd\x5a\x3e\x5a\x41\x8b\x08\x86\xb3\x7a\xa9\x3e\x95\xe8\x70\xef\x6b\x54\x69\x07\x9e\x15\x09\x63\xd7\xf5\xad\xbe\xc0\x9a\xd9\x43\xd2\x6a\xb1\x76\xc4\xa7\xda\xac\xd6\x81\xeb\xd1\x57\x36\xd8\x59\x93\x5b\xb7\x18\xc0\xcd\xa4\xd5\x1a\x8a\xec\x13\x9b\x86\x3f\xa5\x09\x91\xc7\x68\x58\xe3\xc4\x75\x49\xf0\x3e\x68\xdc\xa4\x03\x3a\xe9\x29\x17\x34\x28\x7e\xee\x64\x24\x44\xa1\x08\x5b\x18\xc8\x12\x38\x2d\xc0\x7d\x3a\xe7\x4f\x26\x03\x4f\x50\xcd\xb3\x8c\xb0\xaa\xc0\xa5\xa5\x79\x01\xb5\x1e\x21\xe3\x50\xf3\x1f\x70\x93\x17\xa1\xd5\x1c\xef\x0c\x0b\x2d\x10\xd5\x2d\xdd\x47\x19\xcb\xf6\x18\x03\xae\xd7\x3b\xfd\x45\x1b\xa5\xc0\xbd\xbb\xc3\xe8\xbc\x94\xbf\xb9\x3d\xf2\x03\x7c\xea\x0c\xbb\x18\x4d\x05\x01\x2d\x3b\xf5\xb8\x61\xa6\x70\x00\xe7\x70\xdf\xdd\x9e\xff\x78\x72\x3f\x44\x44\x45\x28\xa1\x0f\x64\xc4\x22\xf9\x08\x4a\xdf\x3f\x72\xa2\xf4\xcf\x0d\x46\x20\x9a\x12\x26\x81\x13\x50\xd5\x52\x5f\x73\x0b\xa3\xff\x7b\x5e\xfe\xbe\x8d\x56\xee\xb1\x2e\x35\xed\xba\x9a\x7e\x40\xa6\x50\xb6\xcc\x2c\x6d\x8d\x5d\xf3\xbd\xf1\xb7\x0e\xea\x2a\x7e\x6f\x91\x12\xcd\xfe\x9e\xb3\x0d\x85\xae\xb3\xe2\xa3\x60\x14\x0d\x32\x5d\x9a\x61\xa8\xe7\xb1\x59\xae\xb5\xf9\xa6\xb6\xf5\x75\x4c\xa4\x80\x9e\x71\xfe\xf3\xa2\x38\x3a\x52\x82\x10\x60\x21\x9e\x9e\xec\x5d\x6f\xd1\xc6\xfc\xc4\x82\x8f\x8e\x47\xec\x93\x8b\xaa\x2b\x7e\x95\x85\xaf\x21\x9d\x04\x65\x4e\xca\xad\x40\xb3\x31\x95\xfe\x07\x28\x5a\x27\xf3\x44\x99\xaa\xbd\x53\xca\x70\xe2\x07\x6a\x9e\xd4\x71\x09\x81\x59\x34\xdf\xd5\x4d\x4e\xa7\x63\x92\x6c\x22\x89\x0e\xa7\x83\x44\x6a\xfa\x8e\x1e\x1a\x4e\xe7\x36\x75\xa9\x8b\xc9\xd8\x6a\xfb\xa6\xb6\x25\x2a\xdc\xec\x38\x31\x55\x73\x09\x82\x38\xac\x6a\x86\xbc\x01\xc1\xd2\xbb\x68\x25\x75\x13\x86\x65\x52\x53\x7d\xda\x19\xf4\x82\xb0\x1a\x31\x91\x33\x28\xa8\xe5\xa3\x32\x31\x2a\x6a\xa2\x44\x2e\x46\xc2\x46\xac\xcc\x34\x9b\x30\x25\x47\xcc\xcb\x5a\x3f\xe3\xb9\x04\x7f\x54\x4a\x94\xbe\xa0\xbe\x85\x5a\xf7\x26\x2c\xba\x87\x32\x41\x53\x70\x29\xcb\xef\x6a\xb6\xee\x0c\x2b\x9c\xf0\xd9\xbe\xad\x4a\x5b\xa6\xd8\xb8\x61\xa0\xe1\xb9\x5e\xfc\x19\x61\x44\xc0\x44\xc1\x96\x5d\x7b\x84\x5b\x58\xb9\x1b\x38\x37\x78\x12\xad\xf3\x57\x7a\x8b\x05\xce\x15\x4f\xb5\x7e\x8b\x93\x64\xd1\x33\x5e\x67\x82\xe6\x58\xce\xdd\x46\x1b\x87\x61\x9b\xbb\xc9\x2e\xee\x19\x8e\xe6\xe4\x56\x61\x95\xd7\x46\x66\x55\x46\xf9\x8e\xb0\x3c\x7d\x77\x8a\xfe\xa7\x98\xe3\x59\xff\xec\x87\xc1\xf8\x7c\x78\xdb\x7f\x7f\x31\x38\x0f\xe6\x63\x9f\x7c\x1a\xde\xde\x2e\xff\xfa\xc3\xf0\x6e\xf9\xc7\xeb\xab\xeb\xfb\x8b\xfe\x5d\x5d\x2b\x17\x57\x57\x3f\xde\x5f\x8f\x3f\xf4\x87\x17\xf7\x37\x83\x9a\x4f\xef\xef\x9a\x1f\xde\xfe\x38\xbc\xbe\xae\x6b\x75\xf0\xd3\xf0\x4c\x77\x67\x7f\xff\x5b\x70\xec\xc0\x75\xae\x57\xa0\x61\x7e\xd5\x93\x79\x84\xca\x2f\x9e\xa2\xfb\x6a\xdd\x27\x9b\x88\x65\x40\xbc\x9e\xb0\xd4\xcc\x0d\xf2\x00\xc1\x04\x5b\xac\x56\xd3\xa7\x26\x56\x39\x9a\x13\x94\x70\xfe\x90\x67\x96\xe7\x19\x6b\x3b\xe3\xc6\x22\x44\x64\xd0\xda\x0f\xc3\xbb\xd3\xe5\xfa\x53\xbe\xb1\x00\x2e\xd4\x1b\x97\x9f\xb0\x81\x0e\x00\x3e\x0b\x46\x16\x57\x97\xa8\x70\x5d\x07\x3d\xf8\x2d\x5b\xd5\x8f\x69\x0d\x33\x55\xe9\x26\x36\x61\xd4\xc5\xc4\x82\x86\xcb\x1b\xbe\x6a\x35\xfd\x72\x98\xc2\x9b\x68\x42\x22\x9c\x9b\x88\x6e\x7d\x81\x09\xc1\x45\x38\xe0\x82\x50\xf6\xd7\xa8\x25\xb0\xda\x06\x2b\x7b\xa6\x27\x2e\x1f\x68\x96\x95\xb6\xdd\x12\xe2\xfa\x9d\x87\x52\x67\x8f\x34\x52\x24\x7e\xb7\x2c\x17\x95\x2b\xeb\x4b\x38\xd5\x7a\xc8\xc1\x59\xa7\x6c\x66\x6c\x09\xae\xe8\xdc\x7c\xe1\xa3\x90\x20\xe8\xb5\x08\x03\x86\x22\x18\xfa\xae\xf1\x45\xc1\x28\x84\x15\x61\x85\x9e\x08\xc0\xd1\xe4\xb6\xea\xa6\xd1\xe9\x35\xcf\x80\xee\x4c\x3c\x80\xab\xa1\x5b\x82\xa9\x69\x64\xf2\xfb\x10\xe4\xf5\xf7\x92\x6c\xe6\xc4\x5b\x8b\x29\x72\x6e\x1a\x05\xae\xef\xf2\x05\x60\xc4\xfb\x74\xfa\xd5\xdc\x74\x6b\x2e\x21\x7d\x1d\xb4\x19\x8f\xc3\x51\x2b\x15\x07\x69\x3f\xb0\x52\x01\x89\xb5\x6b\x75\xc7\x63\xbc\xd0\xc4\x01\x41\x0f\x32\xcf\x32\x2e\x14\x6a\x68\xc3\x84\x40\x9a\xf1\xc1\x5d\x66\xe7\xe1\x59\x24\x34\xa2\x25\x17\x59\x53\x87\xac\x1d\xb4\x94\x5d\xd7\xc0\x77\x16\x24\x17\x81\x82\xe9\x6b\x46\xa6\x25\x55\xbd\x44\xa1\x75\x42\xf5\x2e\xd9\x99\x99\x16\x1c\xda\x96\x30\xae\xeb\xfd\xca\xb5\x50\xbb\xe5\x09\x99\xaa\xf1\x86\xce\x2e\x68\x91\x35\xa1\xf1\xd1\xd9\x7c\x0f\x2d\xb6\xd7\x3e\xfe\x68\x83\xa2\xb5\xca\x11\x58\x1e\x04\xe7\xca\xc8\xbd\x85\x6e\x84\xdc\x6a\x82\xd9\xc2\x76\x6a\xf3\xe8\xbd\x70\xa9\x75\x09\x13\x4b\xe6\x53\xce\x8f\x47\x6c\x00\xc1\xa7\x85\x82\xe3\xd2\xeb\x41\xbb\x58\xab\x57\x94\x0a\xb6\xbf\x68\xa6\x4b\x33\x3a\x7e\x41\xf7\x26\x64\x91\x24\x0b\x54\x14\xe5\x2f\x7d\xd7\xe6\xf4\x18\x6b\xba\x13\x2d\xcd\x84\xcd\xd1\x91\x8a\x64\xd6\xe2\x6f\xe6\x59\x44\x49\x83\xb7\x59\x77\x75\x8c\x7e\x76\x16\x25\x48\x1a\xf2\x49\x34\x2e\xee\x35\xc1\x0b\x07\xa8\x5d\xb7\xb0\xfb\xc0\xa8\xde\x77\x1a\xd1\xea\x05\xf6\x60\x98\x35\xab\x5c\x52\xec\x19\x33\x96\xde\x0d\xc2\x90\xce\xfc\x47\xb7\x64\x75\x44\xe5\x07\x28\x61\x6e\xa3\xd2\x41\x66\x61\xc9\xe2\x7f\x99\xcd\x32\x28\x1e\x2e\x48\xc3\x96\x94\xb6\x9e\x59\x7d\x7e\xc0\xb3\x68\x40\x3e\xd0\x94\x26\x09\xc8\x01\xc7\xa8\xcf\x16\x0e\x04\x43\x5f\x85\x2e\x38\x95\xce\x18\x5f\x97\x9f\xdf\x40\x4c\x51\x40\x4c\xb7\xcd\xc4\x64\xe2\x3f\x0a\x0c\xa4\xfd\x50\xd4\x1e\xf0\xf0\x34\x6f\xc1\xcb\xd5\x44\xda\xa3\xe0\x6d\x60\x14\x08\x6f\xf3\x97\xca\x2c\x5b\x1a\x6e\xf0\xe1\x6f\xf5\x43\xff\x98\x63\x81\x99\x82\x7c\x29\x2b\xb4\x0a\x12\xa4\x6d\x93\xcf\x10\xdb\xca\x8c\x81\x19\x7e\x0a\x37\xd7\x85\x12\x98\xf0\x33\x1a\xf7\x10\x3d\x26\xc7\x50\xd9\x56\x68\x59\x62\x52\xbc\x39\xd7\x92\xc3\x88\x2d\xe5\x81\x1c\xa3\x7e\x22\xb9\xfd\x82\xb0\x28\xe1\x12\x42\x7b\x27\x21\xe8\x38\x50\xbe\x75\x57\x4d\x16\xa0\xdf\xc0\x56\x16\xcd\x73\xfb\x20\xf8\x10\x0a\xb4\x82\xaf\x3d\x81\x93\x5e\xfc\xfe\x7b\x9e\x19\x2f\x48\x53\xfc\xc5\x33\x96\xc2\x5a\xba\x86\x9e\x6d\x93\x4c\x99\xe5\x55\x1b\x04\x6f\xc0\xc6\x14\xf9\x39\x01\x7a\x1d\xfa\x16\x2b\x94\x10\x2c\x15\xfa\xc3\x77\x1b\xc5\x9c\xb8\x09\x16\xdc\xd5\x1e\xdf\x22\xc9\xde\xa5\x69\x86\xc2\x9d\xef\x18\xea\xee\x62\xa1\x10\x46\x8c\x3c\x85\x59\x39\x1c\x12\xa9\x5c\x31\x5d\x12\xe0\x82\x98\x58\x7c\x83\x6a\x04\x99\xae\x46\x65\x6a\xe0\x23\xae\x54\x84\x75\xcb\xda\x61\xd5\x50\x56\xcf\x47\xb5\x41\x18\xbb\x7e\xa9\x48\x98\x9c\x63\x35\x62\x96\xb3\xba\x70\x94\x20\x45\xbe\x9f\x24\xe5\x24\x45\x0c\x79\xb8\x4c\x4f\x58\x8f\x3e\x3e\xf6\x0b\x74\x09\xea\x97\xcf\x14\x2b\xd9\xff\x8a\xc3\x62\x72\x19\x3c\x56\x64\xd8\x76\xad\xb4\x53\x67\xb7\x7e\x41\x21\xb8\xa6\xfb\x0b\x3e\xa3\x11\x4e\x5a\x08\xc3\xa4\x6e\xc8\x6b\x0e\xd6\xb2\xaf\x60\x85\x6c\xbc\xef\x0e\xda\x8b\xca\xf5\x76\x77\xb8\x66\x9f\x78\x8d\x19\xbf\x61\x73\x03\xd9\x62\x17\x05\xdc\xa7\x2c\xbe\x94\x27\xb9\x34\xf4\x61\x0c\x80\x09\xeb\xb9\x60\x01\x40\xe0\x58\x87\xc9\x5b\x8b\x83\x7c\xe8\x20\xfd\xd2\x06\x91\x1a\xc6\x67\xdf\x6c\xf0\xe8\x66\x6f\x7b\xfa\xbd\x62\xfe\x6e\x2a\x3e\xb8\x6e\x79\xe2\xcd\xc2\x5e\x3f\xfe\x3b\x8e\x20\x4b\x12\x7a\x72\xf9\x99\xcb\x60\x96\xae\x04\x08\x06\x27\x41\xad\x78\x98\x09\x1e\x11\x29\x8f\xd1\x00\x2e\x1a\xfb\x4f\x84\xa7\xce\xd1\x11\xbc\x3c\x62\x5a\x33\x71\xd8\x77\x41\xfb\x65\x12\xaf\x3b\x01\x06\x48\x77\x27\x1f\x51\xba\xbe\xbe\x5b\x93\x36\xe1\x70\x7c\xa1\x0d\x28\x09\x85\x06\xb3\x53\x14\xf3\xe8\x81\x88\x13\x41\x62\x2a\x4f\xc1\x67\xaf\x1a\x9d\x85\xa9\xd6\xb6\x77\x96\x34\x9a\x02\x10\xd6\x00\x0a\x9c\x99\xfe\x6d\x4a\x81\x4b\x4d\xea\x21\x3a\x05\x75\xc2\xe5\xb3\x9a\x04\x2e\x07\x15\x48\x98\x12\x0b\x13\xed\xec\x4c\x59\x95\x85\x70\x9a\x86\x16\xda\x9a\x32\xb1\xc5\x3e\x62\x7b\xb6\x9c\xb6\xc9\xf8\xb1\x81\x0c\x66\x52\x8a\xdb\x3c\x30\xc3\x2e\x32\xac\xe6\x12\x60\x3f\xca\x6b\x60\x95\x2e\xf8\x54\xaf\x10\xce\x20\x0e\xc2\x58\x29\x8a\x8f\x3c\x38\x85\x54\x34\x49\x46\xcc\x24\x6e\x00\x42\xc7\x37\xb5\xe8\x42\xfa\xd3\x1e\xc2\x71\x8c\xfe\xf7\xb7\x1f\x2e\x7e\xb9\x1b\x8c\x87\x97\x60\xf3\x1e\x5e\x0c\xbe\xeb\xf9\x1f\xaf\xee\xef\xfc\xaf\xc6\xc2\xf2\x48\x04\x4a\xf1\x03\xa8\x78\x4c\x12\x9b\x78\x4a\x46\x2c\x1c\xa9\xc3\x5d\xd2\x4f\x24\x71\x11\xb4\x56\x4c\xf1\xf0\xd3\x76\x0f\x9b\x40\x5b\x2d\x1c\xe7\x06\xca\xef\x8d\xff\x64\x35\x0d\x3a\xe2\xf1\x5d\x38\x31\x10\xf2\x8b\xb1\x0c\x80\x78\xac\xee\x5b\x10\x1c\x61\x33\xca\x9a\xe2\xfc\x08\x7b\x7c\x4e\x21\xfe\x47\xb2\x80\x40\xf3\x6b\x4c\x45\x6b\xda\xab\x47\x52\x74\x27\x46\xeb\xe9\x58\x56\x0f\x95\x34\xb2\xb0\xc9\x54\x6e\x8c\x25\xad\x03\xd1\x7d\xf5\xe9\x5a\x68\x4e\xf2\x59\x09\x87\xf0\xe5\x73\x61\x1d\x0c\xa6\xbf\x68\x0a\x1a\x1c\xb1\xbb\xab\xf3\xab\x53\x44\x12\x3c\xe1\x90\x06\x69\x43\x8d\x5c\x13\x76\xc1\x22\x9e\x06\x0d\x95\xd0\xdd\x7a\x28\x2b\xd0\xdd\x42\x23\xda\xb1\x69\x63\x0d\xca\x5b\xc6\xc5\x32\x36\xda\x7e\x55\x40\x3b\xd9\x6b\x2e\xda\x5c\xff\xfa\x35\x93\x17\x92\x69\x45\xae\xc2\x79\xed\xdd\x3c\x25\x18\x90\x3f\xac\x5b\xc8\xda\xf2\x6d\x60\x6c\x92\x94\x6a\x51\xeb\x83\x23\x8f\xad\x6b\xbf\x78\x93\x33\xf4\xe3\x5f\x24\x9a\xe4\x6a\xc4\xca\x6d\x70\x86\xfa\x3f\xdf\xa2\xf7\x58\x45\xf3\xef\x46\x0c\xf2\x12\x7f\xfc\x4b\x03\x0c\xe5\xc6\xc8\xce\x7a\x4d\xce\xb1\xc2\x17\x1c\xc7\x94\xcd\xea\x60\x9d\x8b\xda\x7b\x83\xbb\xfe\x29\xba\xb2\x3a\x7c\x91\x45\xab\x1c\x9c\x4a\xd0\x10\x30\x64\x98\x88\xe3\x22\xc0\xca\x59\x19\xfa\xd6\x68\x66\x70\x61\x8d\xd8\x9d\xc1\xb3\xd6\x5c\x95\x2a\x94\x71\x5b\xff\x51\x6b\x65\x06\xe9\x1b\xbb\xec\x72\x92\x2c\x90\x5e\x1d\x20\x63\xbf\x19\x56\x1e\x03\x79\x66\x99\xd9\x8f\x18\x28\xe8\x3e\xaf\x37\xe1\x11\x4e\x20\xd6\xef\x28\xb0\xe9\x69\xb5\x9d\xe7\x80\xad\x03\x41\x36\x6c\x51\x0e\xc9\xf5\x70\x4f\x5e\x28\x0b\x37\x0a\x0c\x00\xb0\x8f\xd6\x0f\x99\x72\xcd\x71\x0c\x8e\x2d\x18\xdf\x12\xb3\x3a\xfa\x43\x8f\x6b\x6b\x96\x45\x3f\xf5\x29\xef\x3c\x67\x0e\xc7\x2d\x02\xf3\x3d\x5b\x40\x58\x38\x14\x6c\xe3\x10\x52\x52\x70\x67\x4b\x94\x4b\xbb\xe8\xef\xc4\xe0\xb3\x11\x33\x11\x88\xa5\x7d\x09\x91\x0f\x83\xde\x39\x83\x00\xc9\xe5\x3c\xfb\x3c\xb3\x01\x93\x56\xd6\xcf\x04\x39\xf2\xd9\xe3\x71\x69\x4d\xf5\x0d\x7b\x8c\x6e\x42\xf5\x3a\xe6\x51\x9e\xba\xaa\x14\x90\x79\x6e\x23\xeb\xec\x25\xea\x29\xc4\x5c\xec\xeb\x28\x1e\x10\xee\x14\x01\xe8\x9d\xd6\xfa\xb1\x21\x98\x7e\xf8\xe9\xb2\xa4\xde\x2c\xf8\x02\xef\xd8\x2d\x1a\xce\x34\x34\xce\xca\x2d\x95\x5a\xdb\x19\xd3\xe1\xb2\x40\xce\xe7\x02\x84\x2d\xf2\x39\xe3\x60\xe4\x36\x89\xd5\x3c\xfe\x46\xa2\xe1\xb5\x96\x80\xb4\xc6\xeb\xcf\x60\x2e\x95\x09\x5a\x33\xf9\xcf\xf0\xb5\x49\x43\xe8\xa1\xef\xd1\x28\xff\xfe\xfb\x3f\x45\xe8\xb3\xfb\xe3\xcf\xff\xf9\x9f\x7f\xfa\xf3\x26\x69\x2a\x4e\x21\x87\x76\x8b\x35\xf2\xa5\x38\xcb\x22\x51\xb8\x03\xcb\x9c\x6a\x87\x5d\xb0\x07\xb0\x69\xf9\xb7\x41\xc8\x0e\x62\x92\xf0\xcc\x9e\x70\x19\x9e\x4c\x54\x3a\x9a\x45\x24\x81\x24\xaa\x57\xe6\x10\x5e\xd8\xb5\x12\xfd\xff\x5a\x01\xf4\x3a\xd6\x47\x65\xbb\xd8\x29\x9a\x78\xf1\x5a\x37\x82\xbe\xb5\xf6\x3f\x05\x0e\xc4\xef\xdc\x05\xc7\x93\x98\x08\x33\x26\x6f\xb2\xf3\x86\x44\x60\x0e\xe4\x73\x96\xf0\xd8\x41\xcb\x17\x38\x0a\x14\x04\x84\xc1\x67\xac\x39\x77\xcf\x42\x90\xda\xbc\x55\xf0\xbc\x4c\x71\x44\x6c\x8e\xf5\xb7\x9f\x4f\xf5\x6f\x3d\xb4\x38\x85\xe0\xd4\x1e\xfa\xe7\xa9\x45\x1a\xc4\x42\x8d\xf5\x4f\xdf\x39\x59\xdb\x36\x01\x83\xa6\x12\x7d\x73\xf2\x88\xc5\x09\xb0\xe7\x13\x33\xa2\x6f\x2c\x67\xf5\x35\x85\x43\xd9\x3c\xe1\xfc\xc1\x06\xee\x2e\x7d\x78\xe2\x40\x6b\x81\xbc\xbd\xdf\xc4\x6c\xbd\x07\x35\x52\xe8\x08\x5e\x20\xe8\x38\x9b\xa0\xe3\xbf\x4b\xce\xd0\xf1\x02\xa7\x89\xfd\xd5\x3d\xb5\x71\xc5\x58\xda\x5c\xbb\xd8\xc7\x08\x25\x0b\x63\x29\x7d\x9f\xf0\x09\xcc\xea\x93\x9b\xa9\x89\xcc\x85\x81\x16\xb7\x4f\x71\x61\xd9\x89\x38\x10\x0f\xc0\x5e\x4c\xb9\x32\xaf\xd8\xb4\xd9\xe5\x59\x7d\xf6\x43\xfa\x6f\xe3\x17\xfe\xff\xd9\x7b\xd7\xee\x36\x6e\x2c\x5d\xf8\x7b\xff\x0a\xbc\x99\x0f\xb6\xcf\x50\x54\x9c\x3e\x33\x2b\xe3\x59\x59\xeb\x65\x64\x39\x51\x47\x96\xd5\xba\x24\x3d\xa7\xd9\x8b\x06\xab\x40\x12\xa3\x22\x50\xa9\x8b\x64\xf6\xe5\xbf\x9f\x85\xbd\x37\x2e\x75\x65\x95\x28\x39\x99\x3e\xf9\x30\xd3\xb1\x58\x05\xa0\x70\xdd\xd8\xfb\xd9\xcf\x03\x9d\x62\x93\x03\xd1\x39\xec\x50\x71\xa6\xd0\x4f\xec\x25\x6d\x41\xaf\xcc\x19\x43\x30\x68\xec\x86\xb6\x0a\x76\xae\x82\xff\x0a\x2a\x90\x8a\x61\xba\x67\xcf\x9b\x7f\x3d\x9e\x4e\xa7\xee\x6d\x60\xfc\xf9\x3f\x4c\x16\xb9\x48\x56\x58\x92\x3d\xc1\x76\x73\xf5\xde\x8a\x56\x59\xe7\xb5\xa7\xc3\x4e\x33\x5d\xe8\x48\x27\xec\xc8\x3b\x74\x63\x1d\xe5\xec\x5f\x8c\x59\x1b\x74\x25\xfc\xd1\xdc\xe3\x3a\x28\xf4\x51\x25\xe3\x33\x2d\x2a\x72\x88\xd7\x97\x55\xc8\x80\xeb\x2e\xb6\x3c\x0f\x93\x9c\x61\x2e\x98\x99\x73\x4c\x2c\xb9\x59\x66\x1e\x16\x9f\x0a\xf8\xa9\x83\x84\xb8\x15\x22\xdf\x7e\x52\x36\xb6\x5b\xcf\x45\x8c\xd3\xba\xa3\x03\x88\x2b\x94\x76\x06\xfc\xce\x49\x18\x3e\x31\x87\x8b\x0a\x65\x94\xf2\x72\xbb\xe5\xd9\xee\xd8\xaf\xb6\xe6\xe4\xf4\x2c\xb5\xb0\xc7\x24\xb6\x03\x20\x84\x9b\xd0\xd2\x22\x14\x03\x99\x97\xf6\x44\x73\x6b\x37\x02\x1d\xe8\x80\xed\x49\xa8\x48\xc7\x34\xaf\x7d\x56\x6b\xd5\x62\x71\xcf\x34\x6d\x15\x8b\x88\xc9\xbd\x33\x4e\x15\x48\x7f\x46\x4f\xd8\x97\x3b\xb6\x6f\xbd\xc8\x0b\xb3\x51\xae\x47\x84\x47\xcf\x3e\x5c\xdb\x77\x86\x1f\xba\xd0\x0f\x55\x93\x9d\x27\x21\xb7\xb0\x5a\xb3\x8c\x3f\xf8\xe3\x17\xb0\x1d\xe8\x9d\x29\x5d\xce\x2f\xfe\xfb\x44\x5f\xca\xc4\x9c\x5a\x30\xc7\xa7\x73\x55\xf9\xf3\x84\x89\x44\x6e\xa5\x72\xd8\x3a\xdc\xdc\xf5\x0a\xad\xe7\x3b\x59\x98\x21\xcb\xe3\x3b\xb3\x83\x59\x4e\xcc\xe0\x4a\x35\x53\x3b\x3b\x75\x5c\x60\x8a\x3c\x10\x65\x6e\xda\xe5\xef\xe8\xc0\x06\x20\x63\x71\x44\x06\xa9\x0c\x26\x1e\xac\xdf\xb9\x32\xa5\xd9\xb5\xe4\x61\xc8\x41\x79\x41\x71\x47\x56\x4c\x28\xd8\x01\xa0\x8e\x0a\x96\xd8\xd9\xbf\x2d\x06\xca\xa9\x2a\xb7\x87\x26\xb1\x10\x2c\xf9\x97\x72\xd3\x5d\x66\xc2\x9e\x54\x94\x10\x25\x54\xb9\xb5\x0b\x6a\xc4\x8c\x3b\x25\xf3\x27\x16\x51\xc2\x91\xe5\xcf\x14\x04\xc8\xc7\x09\x06\x48\xd3\xa0\x2e\x3c\x5e\xb0\x1a\xd4\x27\x4c\x84\x7a\x89\xff\x7e\xc5\xe8\x6c\xf8\x72\x42\xe7\x79\x96\x3b\xf6\x34\x1c\x73\xd0\xb7\x16\x31\xfa\xd0\x41\xd1\x61\xcd\xb3\x18\xbd\xe5\xe1\xad\x02\x33\x83\x8d\xfd\xb5\xd3\x25\x7b\x90\xf9\x66\xae\x6e\xb4\x75\x38\x32\xa5\x9d\x26\xc6\x04\x2e\xa3\x8d\xfa\x78\x0e\x9b\x00\xb4\xba\x6d\x06\x98\x4d\xf8\xa0\x1c\x26\x00\xd1\x2e\x94\x8e\xc5\x61\xe4\x8f\x37\x3e\x56\x61\xe3\xd7\x99\xc0\x3c\x33\x38\x29\xba\xd2\x74\x45\x9e\x8f\xf4\xcd\xd7\x07\x1e\xce\x21\x2a\xc7\xd4\xaa\x1f\x46\x29\x93\x84\xbc\xaa\xee\x54\x83\x52\xec\x8d\x33\xc8\x32\xae\xf4\xbd\x53\x9a\x38\x74\x10\xa2\x16\xa6\xc7\x41\x67\x3f\x7e\x7b\x04\xdd\xee\x00\xc6\x9c\xad\x33\x5d\xa6\x2e\x15\xdf\xa6\x11\xe2\x30\x90\x4d\x73\xa6\x56\xfa\x0d\xdd\xa9\xce\xa5\xba\xc3\x19\xff\x5c\x63\x84\x62\x22\x22\xae\x50\xe0\x5a\x85\x7b\xf8\x86\x23\x26\x55\x94\x94\x70\xf0\xe5\x05\x8f\xee\x50\x10\xa5\xcb\xe9\x6b\xde\x59\xec\x4f\xd2\xec\xb0\x98\xca\x24\xa1\x6a\xfd\x01\x0a\x24\x73\xe0\x02\xba\x97\x9c\x71\x76\x7b\x75\xd6\x5e\xf7\x9d\x6c\x06\x73\xda\x4f\xcf\xea\x04\x81\xff\xf7\x83\x1c\x85\xbb\xac\x51\x0a\x8b\xca\x54\x77\xce\xa5\x2e\xc2\x7a\x9c\xa4\x85\xb9\x40\xc4\x57\x2d\xae\xfd\xd1\xf3\x74\x9d\x96\x0b\xd3\x51\xc9\x18\x80\x80\x69\xc5\x77\x97\xb7\xb3\xe0\xbd\xbe\xa9\xf2\xdd\xe5\x2d\x0b\xea\x40\xb2\xe8\x44\x44\x85\x43\x1a\x4f\xd9\x89\xd7\x70\xa8\x5b\xe6\xb1\xb8\x97\x11\xa6\xce\x4e\x8c\x55\x34\x57\x40\x8d\x6e\xee\x3a\x47\x96\x4f\x93\x7d\x77\x79\x4b\x2c\x9c\x9e\x37\x07\xe5\x28\x80\x1a\x63\xdc\xb1\x53\x23\x25\x57\x5a\x1d\x21\x65\x50\x16\xfb\x68\xc7\x04\x2e\xd7\x11\x4f\x8b\x92\x0c\x8c\xfb\xd7\x53\x3b\x26\x57\x3e\x12\x62\x9a\xa5\xe7\xca\xd8\x4a\x98\x63\x00\xca\x69\xe6\xa3\x9b\x43\x5b\xeb\xd4\x43\xc0\x01\xd0\x69\x07\x6d\xfe\xd2\x65\x0e\x72\xb5\x63\x3c\x5b\xca\x22\x33\xd7\x30\x7c\x79\x82\x0c\x67\x1b\xab\x8e\x85\xe3\xe6\x2d\x23\x12\xbb\x83\x01\x96\xaa\xc8\xe7\x2a\x48\x80\x71\xd9\xc6\x98\xbc\x20\x15\x03\x2a\x61\xc0\xde\x58\x6a\xd3\x28\xd1\x65\x6c\x8f\xd5\xcc\x89\xe7\xed\x52\x34\xa2\xe6\x0a\x18\x4f\xcc\xd9\xaa\x8d\x19\xea\xcf\xfe\x37\xec\xa3\xba\x97\xb1\xe4\x47\x85\xc8\x13\x7e\x54\xfc\xef\x8f\x93\xda\x9f\xf8\xeb\x2f\xbf\xfc\x88\x3a\x80\x5d\x74\x0e\x01\x6b\xd3\x81\x0e\x9e\xf6\x38\x85\xe3\x3f\x34\xb3\xf4\x80\x71\x3a\x97\x77\x82\x7d\xc4\xe1\xfe\x48\xe4\xc7\x8f\x1b\xb6\xb9\x6a\x1b\x37\xf6\x98\x61\x03\x2a\xfa\xf6\x71\x63\x3d\xc3\xf6\x7a\x3d\xfd\xb7\xf5\xd2\x8c\xd6\x57\xeb\xe9\xeb\x2f\xe1\x3f\x6b\x63\xb4\x6f\xf1\xba\xec\x99\xb6\x66\xb7\x6c\x44\x2d\xcb\xd2\xed\x45\x73\xb5\x7f\x33\x62\xe3\xf6\x22\x98\xb5\x6d\x0b\x9f\x17\xe2\xd0\xac\x59\xe4\xc4\x1e\x81\xbe\x6e\x90\x8d\xf7\x46\x04\x0f\x64\xea\xf6\x2c\xdb\x00\xf7\xec\xa6\x0c\x0f\x01\xb8\xf0\xe3\x08\x9e\x1f\x78\x7e\xd8\xf7\xd4\x9e\xdd\xf3\x39\xfd\xcd\x4c\x84\x18\xc1\x4c\x73\x6d\x1e\x1f\xd8\xc8\xca\xa3\x7d\x6d\x7c\xe0\xa8\x46\xd8\x14\xc1\x89\xe9\xb6\x3e\x66\x15\xd9\xe9\x88\x2e\x93\xdc\xa5\x0d\xba\x96\x58\x68\xa5\xbb\x5f\xdb\x7a\xd7\xb4\x96\x42\xb1\x43\x17\x75\x6b\x99\xf8\x81\x2b\xe2\x40\x28\x9c\xb9\x52\x2f\xb6\x83\x09\xd6\x7d\xc5\x6f\xe9\xe5\xf7\x0d\xba\x75\x67\x5e\xbe\x87\x8c\x6f\x47\xb2\xb5\xe5\xca\x58\x6b\xb6\xd6\x8e\xc0\x12\xde\xf2\x1f\xd5\xa4\xdb\xf4\x51\x0d\xc2\x1a\x87\x25\x6b\xd9\xaa\x6c\x29\x0f\x18\x5b\xe5\x09\xc6\x0e\x8a\x0d\xb8\x95\xbd\x7e\xae\xdd\xe6\xbc\x7b\x19\xb5\x76\x13\x9e\xad\xd1\xe9\x95\x8b\x22\x7f\xd5\x32\xc2\x3e\x8f\xed\x80\x11\xb6\x66\xd7\x62\x1c\x7f\x88\xb5\xc7\xc0\xa5\xd2\xb7\xd2\x5c\x2b\xab\x62\x1b\xee\xa6\x65\xeb\x0f\x99\xe4\x7d\x72\x5d\xa4\x33\x54\xa6\x02\x9e\xd7\x6e\x7e\xad\x03\x69\x66\x2f\xf8\xd6\xb1\xc7\x50\x69\x36\xe5\x17\x1b\xb7\x14\xa0\x13\xd3\xdd\x86\x41\x1c\xb2\x43\x9b\x40\x4c\xb7\x5d\x2d\x98\xab\x99\x7d\xc4\xb3\x5d\xe7\x12\xbd\x2c\x98\x8e\x58\x2e\x31\xc3\x05\x7c\x66\xdc\xf7\x3a\x7d\x5c\xc7\x47\x8c\x4d\xf4\xaf\x7d\xc2\x6d\x2e\x32\x7f\x1a\x79\x36\xd4\xf0\x3b\x3a\x6a\x1e\xc6\x86\xdc\xbb\xa3\xdb\x4f\xa4\xa2\x6c\x5f\xb6\x55\x3c\xfc\xa2\x42\x05\x11\x11\x36\xa2\x18\x20\x2f\x20\xd9\xf9\x69\xea\x49\xd3\x6b\x95\x35\x57\x6b\x71\xd0\x6e\x2c\xf9\x76\x91\xe9\x6e\x79\xe7\x01\xdd\x64\x8b\xa8\xf8\xec\x37\x28\xf7\xb8\x63\x3f\x97\x3c\xc1\xc3\x4d\xd1\x74\xb4\xcd\x06\xf7\xc7\x57\xff\xce\x66\x70\xfa\xb0\xf7\xb0\x2f\x02\x68\x0b\x4a\x2b\x34\x93\xdb\x54\x64\xb9\x56\xbc\x53\xe7\xfc\xee\xeb\x7c\x41\x5a\xad\xe6\x6a\xac\xcb\xa6\x2e\xeb\x88\x2f\x69\x29\x2d\xfc\x28\xce\xee\xca\xa5\xc8\x94\x40\x2d\x77\x78\x8e\xd9\xe7\x06\x35\x57\xf3\xb2\xd8\x7c\xb5\x88\x12\x39\x58\x40\x16\x32\x46\x67\xe6\xb5\x13\x7c\xab\xef\x03\x2a\xe5\x57\x9a\xae\x18\xfe\xc6\xf0\xb7\x29\xfb\x96\x47\x77\x42\xc5\x2c\x4d\xca\xb5\x24\xe2\x19\x34\xf7\x65\xf5\x62\x5f\xfd\x30\xb4\x2d\xb0\x7c\x73\x0c\xcd\xd5\x96\xdf\xa1\xa8\x0b\x19\x91\xe6\xe6\xd0\x45\x5b\xe8\x5c\x25\x0b\xd9\x9c\xbb\x7b\x47\xcb\x9d\x87\xcd\x62\xea\x73\x2f\x2f\x31\x5f\xee\x61\xa3\x09\x65\x54\xf1\xd4\x8c\x58\xb8\x6e\xb6\x36\xf8\xc1\x2c\x87\x8b\x53\xf5\xa7\xc6\xe0\xea\x85\x10\x1e\x08\x13\x95\x8a\x71\xa0\x18\x7b\x91\xb3\x32\xb5\xf6\x19\xc4\x96\x12\x40\xfa\xe0\x10\x98\x1f\x52\x19\xdd\x21\xb6\x14\xb2\x27\x98\xfb\xbc\x86\xf8\x33\x13\x1e\xe4\xd8\xb6\x35\xac\x90\x60\xe7\x30\xdc\x4a\x43\xd7\x68\xcf\x3c\x1d\x98\x19\x52\x6c\x84\x5a\x3c\x42\x5e\x67\xf8\xa0\x55\xb2\x40\xc8\x0c\x76\x31\x3a\xd7\x85\xa5\x92\x44\xa7\xed\xef\xd8\x4e\x3b\x42\xae\x6a\x66\xb4\xcc\x59\xce\x0b\x99\x9b\xbd\xac\xb5\xc7\x3d\xad\xd1\x21\xbd\xce\xc7\x71\x29\xb5\xf0\x28\xd5\xfa\xc2\x65\x9a\x4d\xd9\x3b\x88\x6c\x04\x37\x03\xed\x58\x89\xba\x36\xac\x62\x23\x3a\xe9\x79\x9f\x02\xa2\x69\xbf\x20\x78\xbe\x37\x60\xe5\xb2\x0a\xa7\x6c\xe6\x23\xca\xc8\xcb\x84\xb1\xe2\x3d\x5f\x24\x92\x5c\x3c\x66\xf2\x0d\x0a\xbe\x00\xea\x0a\x26\x10\x03\x4b\x2a\x37\x7f\xf7\x3c\xed\xae\x99\x0f\x90\xb8\xcf\xef\x84\xea\xf3\xb0\x0f\x6f\x21\x86\x40\x7a\x5d\x02\x2e\xb6\xa2\x31\xbc\xf2\x98\x06\x0e\x5f\x76\x9e\x0a\x4b\xae\x8e\x4d\x97\x9b\x6b\x48\x74\x47\xe9\x82\x18\x61\x23\x32\xad\x87\x8d\xce\xc3\x75\x66\xc7\x0f\x6f\xb2\x59\xe9\x54\xb3\x20\xdd\xd2\x75\x30\xe2\x2c\x95\x0e\xb9\xb6\xa0\xd5\x6e\x91\xa2\x5b\xc7\x8d\x37\xb3\x5b\x28\x74\x03\x20\x13\x6c\x51\x2d\xab\x59\xa5\xe5\x53\xa9\xb2\xec\x27\xb8\x6e\xf6\x70\xa3\x41\x3f\x7c\x9d\x7f\x80\xfa\x9e\x82\x0e\x06\xfd\x7c\x4f\x9f\x8a\xf5\xc8\x20\xb4\x03\x19\x5b\xff\xa3\x86\x34\x0d\x3a\x28\x53\x1d\x33\x3f\xdf\xbb\x72\x5d\x94\xd2\x08\x32\xfd\x15\x7e\x56\xd0\xb8\xc1\xdf\xb6\x6f\xa9\xbd\x0f\x90\x6a\x6c\x59\xca\x24\x46\x9e\xc0\xc0\x42\xd5\xd6\x04\x02\x81\x22\xb0\x47\x64\xee\x0e\xb8\x96\x49\xff\xc3\xd7\xf9\xa5\x8e\x0f\x99\x58\xe3\xb9\x60\x9b\xf3\x7a\x40\x22\x4b\x1e\xa2\x89\xb6\xfb\x7b\x22\xd5\xdd\x29\x08\xf1\x22\xaf\x2a\xf2\xf6\x34\x18\x30\x67\xcb\x72\x75\x0d\xf2\x9f\x5d\xb4\x48\x81\x32\x9e\xcd\x73\x36\xe3\x6c\xaa\x71\x59\x77\x5d\x83\x42\x10\x26\x6f\x8f\x70\xf6\x87\xeb\x0f\x17\x47\x5b\x9e\xe5\x1b\x0e\xb4\x13\xb6\xac\x89\x55\x54\xc7\xfb\xba\x85\x56\x48\x35\x57\x47\x6c\xad\x27\x08\xe4\x79\xc3\x36\x45\x91\xe6\x6f\x8e\x8f\xd7\xb2\xd8\x94\xcb\x69\xa4\xb7\xc7\xbe\x6b\x8e\x79\x2a\x8f\x97\x89\x5e\x1e\x67\x02\x52\x39\x8e\x5e\x4f\xbf\x7a\x0d\x23\x73\x7c\xff\xfa\x18\xe0\x1b\xd3\xb5\xfe\x97\xf3\xaf\xfe\xe3\xf7\xff\x6e\x0a\x4e\x77\xc5\x46\xab\x37\x84\x12\xea\x2d\xfb\x08\xaf\x09\xc7\xf8\x4a\xad\x96\xff\x98\x7e\x19\x36\x83\x1e\xdd\xea\x58\x24\xf9\xf1\xfd\xeb\x85\x1d\x98\x69\xda\xa1\x59\xf1\x5b\xf2\xc3\x67\x48\x7e\xb8\x93\xc5\x6f\xc9\x0f\xbf\x68\xf2\xc3\x70\x93\xcb\xed\x31\xc0\x52\xed\xf7\x47\xf3\x77\xb7\x47\xda\x58\xc0\xbe\x7d\xa8\xe5\x70\x08\x53\xd3\x0e\x38\x22\x46\x4a\xc8\xd5\x3e\xd7\xdd\x65\x3a\x7c\x7e\x63\x95\x62\x3a\x6f\x17\xa3\x98\x38\x00\x6a\x28\x23\x50\x21\x40\x1f\x65\xca\x65\x5b\x4a\x43\xa0\x9c\x73\x40\x17\xa2\x92\x47\x3b\xed\xd8\x10\xc1\x2b\xd2\x7c\x12\xf1\xe2\x49\xa4\xaf\x5a\xeb\x40\x54\xe6\xe8\xf2\x1b\x76\xf7\x00\xd3\x98\x70\xca\x07\xf5\xe8\x33\x8a\x94\x3c\xb5\x3a\x09\x7d\xee\x23\x95\x49\x12\x7c\xdb\xa2\xaa\xf5\x83\x55\x24\x79\x0a\x1d\x0f\x8f\x18\x1f\xa6\xe1\x81\x93\x14\xda\x62\xdb\xd5\xd1\x8c\x0d\xcf\x1f\x07\xcf\x9f\x21\x09\xb0\x8b\xc6\x22\xb6\x59\xe6\xb6\x42\x7b\x1a\x5b\xfe\x23\x73\xb8\x5b\x9a\xc5\xb4\xcc\x52\x9d\x8b\x7c\xca\xde\xe9\x0c\x89\xb5\x88\xf5\xc6\xa7\x1c\x5c\xbd\x3b\x61\xaf\xbf\xfe\x8f\xdf\xcf\xd5\xcb\x16\x63\x08\x0e\x51\x9d\xad\x29\x03\x02\x4c\xa0\x2d\xcf\x0b\x91\x1d\x67\xab\xe8\x18\x8f\x8e\x63\xf3\xfe\x11\x55\x7a\xa4\x57\x47\x4e\xa4\xe0\x88\xf8\xda\xa7\xdb\xf8\x55\x17\x36\xb0\xdd\xe0\xfe\xc5\x2e\x3d\xb3\x0e\xc3\xbc\x6d\x7c\xf7\x6f\xac\x95\x25\x84\x86\x08\x59\x21\x39\x58\x2c\x48\x86\xa8\x57\x4e\x56\x07\x33\x6d\x51\x81\x4b\xaf\x5a\xfe\xe3\xdb\x44\x2f\xf3\x57\x8e\x82\x95\xe7\xb6\x0e\xcf\x89\xd8\xb6\x6f\x37\xd6\xdc\x21\xb7\x6f\xea\x8a\xe7\x74\xab\xd9\x3d\x31\x1c\xb6\x31\x1d\xdf\xbe\x69\x78\x5b\x10\x19\xa1\x78\xa6\x4b\x65\x75\x2b\xb4\x12\x7a\x05\x40\x23\xb8\x26\x59\x9c\x24\x44\x16\x00\x7d\xe7\xd8\x9f\x32\x91\xa2\xf5\x01\x31\xb0\xee\xee\x3e\x50\xbb\x65\x5f\x3f\x3f\x87\x76\xcb\xa1\xfd\x4e\x1b\xe3\x2f\xd4\xe1\x87\x26\x33\xe0\x52\x1a\x83\x01\x32\xcf\xef\x8d\xf7\xbb\x7d\xc0\x6b\x47\x7b\x99\x84\x94\x67\x60\xc1\x8b\xa3\x42\x1f\x01\x6d\x1e\x90\xb1\xa1\x9a\x52\x17\x08\x08\x70\x12\x63\x8e\x7b\xf3\xfc\x80\x76\xe2\xad\xed\x53\xd0\x50\x32\x58\x73\xe4\x20\x27\x50\xb8\x54\x4a\x64\x14\x01\xde\x6b\x19\x8c\x44\x51\x84\x43\xd9\x8f\x09\xf7\x6e\x8a\x50\xe9\xc6\x65\x04\xf2\x60\x13\x98\x32\xb8\x9a\x6c\xf4\x56\x1b\x5b\x57\x97\x79\xf0\x23\x5e\x6d\xc1\x98\xe8\x34\xcc\xb7\x3c\x45\x7b\xf5\x97\xfb\x1a\xb3\xb4\xcc\x4f\xe8\x82\x0e\x1f\x1a\x25\x1e\xb6\xac\xca\x25\xed\x69\xbf\xd3\xb9\xe9\x9f\x37\x80\xd1\xd9\x42\xc8\x6f\xc3\xef\x85\x55\xaf\x90\x7f\x35\x97\x5e\x33\xa5\xdc\x35\xd2\x59\x20\x08\x29\x43\x36\xe8\x10\x40\x69\x4f\xdd\x4e\xbe\x96\x72\x3b\x72\x0c\x5c\x9a\xd3\x90\x01\xe0\x0a\x13\x7f\x6c\xc6\xcf\x51\x6b\xca\x4f\xd7\xba\x04\xbf\x5a\x69\x6e\x26\x96\xb1\x7c\x5c\x53\xaf\x5d\x01\x44\x4e\xde\x6c\xb7\x27\x7c\x84\xfc\x30\xec\x63\xdc\x10\xac\x6d\xd1\x05\x33\x1e\xbf\x18\x41\x3a\x6e\x4c\xdf\x41\x25\x38\x39\x1b\x3d\x18\xac\x85\xae\x0e\x1c\xe7\x7f\xed\x73\x67\xb6\x21\xcc\x91\x23\xd7\xe7\x0f\x9b\x56\x36\x3c\x0b\xee\xc5\x7b\x2f\x4f\x0c\x00\xdc\x65\x09\xbf\x5f\x7c\xb8\x09\xb1\x45\x12\xbf\xf6\x28\xda\x88\xe8\x0e\xbc\x69\x78\xe4\xe1\x62\xa0\x74\x78\x00\x3c\x7b\x51\xd3\x42\x5b\xa0\xcc\xce\xe9\xbc\x38\xad\x23\x9d\xb1\x58\xe6\x69\xc2\x77\x00\x49\x50\x98\x29\xe8\xe1\x0c\x2e\xc5\xd6\x6c\x05\xfb\x82\x09\xc3\x47\xda\x8c\xca\xcc\xbf\x37\xb6\x2f\x3d\xf4\xdb\x77\x66\x73\x3f\x60\xb9\xd8\x72\x55\xc8\x68\xae\xb6\x82\xab\x10\x43\x4a\x90\x0c\xd3\xc9\xb1\x16\xa4\x58\xb0\x5a\x89\xa8\xf0\x94\xc7\x70\x09\x71\x3d\xb5\x6f\x0d\x8e\xfb\x76\xb7\xf2\x7a\x3f\xfd\x7b\x2b\xbc\x2c\xb7\x80\x50\xa6\x39\x44\x47\xe3\x23\x43\x8d\x20\x82\x4b\x47\xae\xbd\xd4\xc2\xbf\xec\x9c\x62\x4b\x51\x3c\x08\x60\xf4\x21\x0a\x82\x36\x1b\xff\x60\x21\xa4\x43\xd2\xf7\x66\x8e\x01\x90\x08\xde\x1b\x14\xbe\xb4\xc0\x42\xe8\xa3\xa3\x1e\x54\x35\x0e\xc1\x17\x44\x8a\x00\xae\xc0\x17\xe4\xd4\x7c\x01\xc7\xb4\xb9\x05\x67\xf7\x22\x9e\xab\x2a\xb1\x23\xd9\x8c\x7e\xc1\x31\x2f\xf1\xf9\x34\xbb\x8d\xed\xe3\x41\x81\x9e\x53\x20\xb3\xf2\x34\xd6\x2e\xed\xbf\x47\x72\x14\x3f\xfa\x39\x6f\x55\x56\xed\x78\xe8\x65\xd8\xab\x80\x92\x84\x1f\x29\xfe\x56\xd0\x3f\x6e\x52\x3a\xda\x3a\xe4\xb4\x75\x70\x6d\x72\x5a\x37\xdc\xe0\x6d\x65\xcc\x95\xe5\x73\x59\x95\x09\xf2\x94\x77\x65\xcd\x10\x8b\xa5\xcd\x3d\xfd\xe5\x72\x90\x9d\xd3\x95\x05\xaa\xa9\x0e\xa4\x13\x40\xe7\x71\xaf\xb3\xb3\x5e\xa8\xbc\x04\x93\xc2\x0a\x26\x42\x54\x62\x2d\x0a\x38\xcd\xe3\x32\x41\x7a\x12\x08\xa7\x00\x23\x26\x4f\x12\x26\x8b\x7c\xae\x1c\x81\x27\xa6\xc6\xc0\x0e\x6b\xe3\x2d\x31\x5d\xb9\xa0\x0a\x28\x16\x7e\xe6\x0a\xec\x30\x19\xc9\xa2\x91\x70\xb0\x0b\x45\xc6\xd2\x54\x70\xcc\xa6\xc7\x61\x9b\xab\xf0\xce\x55\x1f\x04\x4a\x3d\x07\x5d\xfa\xa7\xc8\x02\xef\x71\xdc\x9a\x2a\x1e\x85\xb2\xc1\xaf\x33\x17\x2e\xab\x1f\x8e\xad\x25\x06\x1f\xc2\x05\x9b\x5b\x4d\x91\xdb\x00\x8a\xbf\xb7\x42\x56\x4d\x54\x26\x3c\xc3\x74\xa2\x55\x99\x30\xb9\x0a\xa4\xd0\x61\x0c\x90\xbe\xd1\x0c\x57\xa4\xe1\xac\xb6\x21\x94\x9c\x6f\x45\xc0\x1c\x43\xee\x9d\x24\x40\xfc\xa0\x26\x05\x42\x49\x4c\x59\xaf\xa6\xec\xad\x27\xa8\xc5\x11\x86\x35\x11\xd0\x3e\xcb\x1c\xb7\x3f\xd7\xde\x80\xf4\x00\xbe\xce\x34\x51\x2b\xb3\x22\xdd\xaa\xeb\x18\x41\x90\x8f\x19\x07\x27\xb2\xe2\x41\xfd\x18\xf7\x56\xd2\x13\xf3\x6a\x0d\x64\xe4\x16\x44\x47\x03\xed\xa9\x30\xb2\x91\x21\x65\xf6\x23\x1a\xea\x28\xc9\x5b\x1a\xbb\xed\x51\x5e\x87\x71\x1c\xd9\xd4\x40\xc7\x70\x7c\x43\x83\x99\x13\x82\xc7\x86\xf4\xec\x9a\x17\x63\x91\x64\x2e\x75\x6c\x7c\x43\x5b\x51\x7b\x43\x9a\x09\xbb\xc7\xc8\x76\xce\xcc\x3b\x8f\x6c\x68\x5e\x2e\x8f\x70\x83\x76\x8a\x44\xb0\x55\x08\x1e\x6d\xaa\x2c\x0e\x96\x6b\xd9\x7d\x01\x64\xf1\xc1\x7a\x1c\x4f\x40\x31\xf3\x73\x0e\xa4\x1c\x99\x69\xfe\x94\x7d\x50\x02\x71\x9e\x7a\x15\x1c\x2a\xd4\x00\xd2\x7c\x04\xb9\x1b\xb7\xcb\x2d\x4d\xc3\xd4\x9d\x25\xb7\x32\x4b\x6e\xc2\xb8\x2f\x1d\x76\x3d\x9c\x36\xb8\x8b\x74\xd8\x92\x6d\xe2\x50\x07\x98\x97\xc3\x28\x22\xda\xef\xfc\x01\x5c\x7a\xfc\x0e\xd0\xf6\x1d\xc3\x87\xa5\x37\xef\xc1\xdd\xe2\x6c\xb2\x43\x75\xde\x30\x04\x3f\xef\xeb\xdf\xcb\x4d\x15\x33\x3b\x42\xa2\xf1\xf6\xe2\xed\xe9\xbb\xb3\x8b\xaa\x02\xe2\x1f\x6f\x4f\x6f\xab\x7f\xb9\xba\xbd\xb8\x38\xbb\xf8\x2e\xfc\xd3\xf5\xed\xc9\xc9\xe9\xe9\xdb\xea\x73\xef\x66\x67\xe7\xb5\xe7\xcc\x9f\xaa\x0f\xcd\xbe\xfd\x70\x55\x53\x72\x6c\x91\x61\xbc\x39\x7b\x7f\xfa\x76\xf1\xe1\xb6\x22\x06\xf9\xf6\xbf\x2e\x66\xef\xcf\x4e\x16\x2d\xed\xb9\x3a\x3d\xf9\xf0\xe3\xe9\xd5\x1e\xc9\x46\xff\xbd\xad\x5d\xfa\x14\xd8\xc2\x47\x2b\x7b\xce\xd8\x2a\x93\x42\xc5\xc9\x0e\x33\x45\xec\xcd\xb6\x06\xfd\x0e\xcf\x5e\xb9\x15\xba\x3c\x24\xe1\xe3\x66\x23\x98\xbe\x17\x19\xf0\x70\x61\x69\x44\xda\xe1\x73\xfe\xeb\xb5\x66\xa2\xc8\x9a\x51\x81\xde\xbc\xb6\x22\xdb\xb9\xcc\xc9\xbe\xe6\x78\x0e\x47\xaa\x84\xa5\x22\xeb\x6b\x0b\x58\x46\x59\x99\x16\x72\xd9\x9d\xc2\x33\x3a\xf5\x7d\xe8\xdd\x1b\x19\x87\xdb\xe9\xd9\x2e\xda\x37\xc6\x4a\x26\xcb\x21\x30\x79\x28\xe1\xb1\x82\xb5\xee\x6d\x0b\x2d\x4e\xcb\x65\x22\x23\x26\xe3\xba\x3f\x85\x18\x29\xc0\x65\x5c\x27\x26\x4f\x45\x06\xa6\xaa\xb9\x01\xa4\x99\x38\xe2\x65\xb1\x41\x12\x4d\x4a\x9c\x21\x19\x99\xb9\xca\x45\x94\x09\x8c\x05\x88\x1c\x9c\xb4\x28\x48\x1a\xd4\x04\x8d\x21\x0e\x99\x18\xe8\xea\xa6\x81\x48\x4c\x47\x8c\x00\xdf\xc4\xd2\x47\x38\x49\xf1\xf9\xde\xae\xa1\x16\x4b\x94\x3c\x0d\x60\x61\x70\xc2\xe3\x8f\x56\xd6\xd4\x7c\xb7\xd9\xa9\x9d\xac\x27\x0e\xb2\xcd\x34\x6a\xff\x8c\x7d\x73\x2c\x9c\x28\xd5\xd4\x1b\x2a\x9d\x7e\x3a\xc9\x04\x1c\x22\x04\x69\xb0\xfe\x0b\xc0\x35\x51\x66\x12\x24\x24\x99\xab\xda\x52\x6c\x78\xb2\x42\x8b\xc3\x0c\x4d\x3b\xaf\x07\x96\x7f\xa3\xef\x84\xba\xc2\x01\xfb\x45\xb6\x43\x85\x37\x1f\xcf\x2a\xe4\x3c\x42\xde\x85\x69\xda\x68\x67\x95\xcd\xcc\x04\x63\xaa\xc0\x7b\x42\xf0\x33\x26\x20\x79\xcd\x00\x9b\xd4\xb9\x5a\xc9\x4f\xa6\xc0\xb9\x12\xad\xac\xe9\x00\x26\xb3\xfc\x8e\x6e\x5f\x06\xe0\x1c\x92\xe4\xdd\x09\x05\x8a\xa6\x40\xcf\xb7\x7f\xce\x8e\xf3\x9f\x37\xc7\xa2\xc7\xa1\x0f\x3e\x3f\x59\x11\x7a\x0d\xa3\x3c\xb6\x9f\x0a\xcc\x08\x73\x2c\x18\x30\x6f\x4e\xce\xcf\x4e\x2f\x6e\x16\x27\x57\xa7\x6f\x4f\x2f\x6e\xce\x66\xe7\xd7\x43\x97\xdf\x53\x64\xf1\xd5\x56\x5f\x3d\x99\xcd\xed\x10\xc7\xb4\xf2\x7c\x32\xb9\xfb\x28\xbf\xec\x60\x48\xf6\xb7\x5e\xc6\xe9\x22\x96\x79\x64\x8e\xbf\xdd\x42\xa8\x18\xe4\x26\x1e\x35\x55\xdb\x8b\xaa\x7f\x85\x7b\x82\xb9\x27\xec\x0e\x82\xa7\xdd\xbd\x9d\xd1\xee\x77\x80\x64\x82\x1b\x32\x13\x66\xf1\xc7\x15\x96\x8f\xe9\x7e\x8d\x31\x53\xdc\x61\xdf\x56\x2d\xa2\xfe\x4d\xd8\x5e\x99\xe7\x25\x90\x89\xd8\xc7\x00\x8f\xda\xd1\x2b\xc4\x01\x1c\x6a\x5e\xc8\x40\x07\x9e\xc9\x7c\xae\xb6\x5c\xc5\xbc\xd0\xd9\xae\xe3\x13\x87\x6d\x9e\xe1\xb2\xa9\x6e\xa1\xe1\x91\xad\x84\x88\xed\x28\xe0\xa3\x5c\xd5\xa7\x12\x2a\x63\xdc\x7c\xf8\xe1\xf4\xe2\x7a\x71\x7a\xf1\xe3\xe2\xf2\xea\xf4\xdd\xd9\x9f\x1c\x4c\x36\xe5\x79\x9b\xbc\x73\x9a\x09\xb3\xbb\x58\xa2\xb1\xd6\xfd\x05\x45\x93\x6d\x39\x24\x94\x29\x57\x73\x65\x77\x96\xcc\x17\xbf\xc9\x74\xb9\xde\xb4\x17\x54\x6f\xe5\xe5\xec\xe6\xfb\x47\x35\x13\x68\x20\x51\x59\x15\x57\x5b\x13\x2e\x2c\x57\xb4\xef\x21\xc6\xb8\xd6\x3c\x20\x33\x85\x47\xdb\xa2\x0c\x1d\x3b\xda\xa3\x6e\x2f\xcd\x4d\xab\xd7\xf8\x6f\x79\xbc\x6b\x02\xdd\x04\xfb\x66\xe5\x18\x01\xf8\x3a\xca\x73\x37\x4a\x7b\xd3\xf2\xb7\xca\x09\xf6\xd5\x51\x22\xd6\x6b\x11\xe3\xf4\xaa\x17\x4c\x3e\x38\xda\x02\x23\x7f\xae\xb7\xf5\x22\x49\xe8\x1e\x70\x30\x3b\xbc\xd7\xf0\x0d\xfc\xd2\xbd\xd2\xbe\x57\x9c\x10\x95\x13\xc4\x37\x0b\xae\x3a\x02\xc9\xfb\xf3\xc1\xda\x8b\xff\x90\x31\x97\xaa\x47\x0e\x13\x1b\x32\xf0\xeb\xa0\x0b\xf0\x72\x38\xbe\xd5\xb5\xe3\x4a\xa4\x09\x8f\x84\x4b\x70\x41\x0e\x5e\xb8\xd7\x3f\x26\x80\x47\x42\xc5\x8a\xfc\x2d\x81\x80\xb1\xd7\x66\x6b\x9b\x02\xe0\xb9\xbd\xb2\xfb\xf1\xf3\xbb\x56\x7a\x2f\x6e\xc4\xbc\x09\x8e\x66\x54\x8a\xa4\xbc\x08\xf4\x45\x81\xfc\x6a\x27\x66\x7d\xd4\x74\xa8\xd5\xfc\x23\x0d\x3c\xde\x99\xab\x8e\x6e\x6e\xb9\x6d\xdd\xf4\x70\xa6\x63\x9f\xbf\xb0\x28\xb2\x5e\x3a\xec\xa7\x08\x47\x5c\x66\x7a\x2b\x73\x31\x2b\x8a\x4c\x2e\xcb\x50\x0f\x78\x24\x60\xae\x72\x39\xf1\x1f\x9c\x66\x3a\x2e\x23\x4b\x60\x05\x5f\xeb\x61\x3f\xe4\xe5\xb3\x56\x47\xcc\x8e\xcc\xec\xa3\x9b\x9b\x88\x8f\x20\xdb\x03\x19\xd6\xda\x62\x6c\x76\x63\xec\xf0\xfd\x5d\xda\xa3\xfc\x89\x73\x46\xbb\x3b\xd3\xce\x81\x61\x69\xe0\xcc\x3e\x0e\x16\x70\x07\x6a\x8a\xa6\xcb\x92\x63\x00\xbd\x6a\xa3\x74\xf1\xd5\xb8\xa3\x66\x1c\xb8\x6b\x18\x36\xa6\x9a\x4e\x85\x76\xc3\x86\xe7\x68\xce\x17\xd1\xa6\xda\x70\xf8\x9a\x2a\x6f\x6f\xbd\xb9\xce\x3c\x3e\xcc\x6d\x32\x28\x8c\x36\x41\x47\x83\x24\xc7\x76\x45\x83\xd5\x09\x4a\x77\xfa\xef\x31\xe5\x62\xf1\x73\x29\xc6\xe8\x2a\xdb\x54\x8d\x3f\xc2\x6b\x7b\x01\x29\x12\xb1\x5b\xce\xf7\x5a\xc8\xad\xb1\x80\x78\x16\x6d\xd8\x92\xe7\x44\x08\x18\xb2\x25\xa0\x00\x3c\x93\xe6\x2d\x1e\x15\x24\x88\x6b\xab\xb5\xa2\xb8\x37\x16\x0a\x69\xcc\x5a\xef\xf5\x68\x9b\x6e\xfb\x3a\x60\x8c\xf7\xda\x36\xe3\xec\xed\xa8\x18\x42\x68\x87\xbb\x7b\x32\x1e\xb1\x70\x3a\x25\xbc\x54\xd1\x86\xa5\x09\x47\x42\x89\x0d\xcf\x71\xa3\xb0\x08\x1d\xbe\x94\x89\x2c\x80\xa9\x0b\x03\xc7\xb5\x79\x6b\x2e\xcf\x3c\xbb\xb3\x82\x07\xdc\xd3\xb2\xf5\x6d\x25\x07\x22\xa1\xdd\x57\x7d\x56\x2c\xb4\xdf\x08\xc3\xcd\x7d\xd8\x62\x27\x1c\xb4\x1f\x0e\x73\xbc\xc1\x62\xf7\xdf\x32\x2e\x3a\x44\x25\x5e\xd6\x5f\xaf\xf5\x37\x52\x40\x1e\x44\xd3\xdb\x9b\x97\xf5\x2c\xa0\x73\x9f\x55\xd6\x7f\x8c\x36\x3f\xb8\xc5\x08\x1e\x0f\x7c\x22\xe9\xa2\x11\x46\x4c\x5d\xd8\xa8\x75\xdd\xaf\x12\xcd\x8b\xfe\x2c\x37\xd4\x29\xea\x2a\x3b\xd6\xe5\xb2\x4b\x19\x03\x5b\xf5\xf8\x1c\x3a\xbb\xfd\x3f\x95\xcf\x3d\x3c\x47\x79\x21\xcc\xee\xfb\xb8\x0e\x35\x6f\x1f\xc1\xeb\xed\x85\x53\x16\xf3\x68\x46\x0a\x37\x0d\xbc\x5a\x9e\xb3\xfd\x01\x92\xda\xb2\x9c\xea\x46\xde\x41\x39\x8f\x87\x8d\x97\x54\x7b\xa6\xd2\x7e\x01\xae\xdf\x7f\x35\x24\x1b\xf1\x8f\x25\x37\x07\xc0\x87\xd5\x35\x12\x84\x1d\xf2\xd1\x85\x6c\x2e\xab\xf6\x6d\xa0\x5e\xeb\x4d\x35\x4a\x1b\x4e\xfc\xc1\x6c\x07\x6d\x5f\x73\x6d\xde\x1e\xbe\xed\x9e\x55\xbc\xb1\x69\x26\x35\x10\x65\xe9\x55\xc5\xd6\x68\xd9\x89\x5b\xeb\x3d\xa0\x27\x7f\x2e\x45\x29\xcc\x04\x5a\x96\xf1\xba\x19\x2c\x19\x71\xe1\xf2\x9f\xb4\xd1\x0f\x6c\x5b\x46\x1b\x66\x0b\x67\xb1\x48\xf8\xae\x6a\x46\x99\xbb\x46\xa1\x81\xc4\x78\x14\x5f\x60\x40\x3d\x1f\x95\x79\xa1\xb7\x80\x53\xf7\xe5\x66\xa5\x82\x55\xce\xb8\x5d\x5d\x6d\x07\x5a\x85\x52\xf3\x91\x11\xf2\xeb\xcb\xd3\x93\xb3\x77\x67\xb5\xf0\xf4\xec\xfa\x87\xf0\xdf\x3f\x7d\xb8\xfa\xe1\xdd\xf9\x87\x9f\xc2\xbf\x9d\xcf\x6e\x2f\x4e\xbe\x5f\x5c\x9e\xcf\x2e\x2a\x41\xec\xd9\xcd\xec\xfa\xf4\x66\x4f\x9c\xba\x59\x6b\xf7\x40\xf0\x80\xf1\xd3\x22\xe7\xad\x9c\x8d\x75\x57\x51\xad\x6f\xd8\xcc\xf2\x9f\x56\x18\x7a\x2d\xd6\x00\xc0\x49\x09\x62\x2c\x11\x92\xf0\x96\x17\xfc\x84\x17\x3c\xd1\xeb\x29\x9b\x31\xca\x2b\xc0\x7c\x91\xdc\x98\x84\x44\x0e\x69\x46\x07\x8b\x30\x76\x61\xe4\x5d\x41\x5e\xaf\x5b\xaf\x88\x96\x35\x11\xa1\xb2\x93\x4d\xf2\x9c\xab\xd3\x7b\xa1\x8a\x12\x0c\x6d\x9e\x24\x8c\xaa\xb5\x0f\x04\xac\x20\xb6\x95\xb9\xdc\xca\x84\x67\x5e\x5a\xf9\x03\x95\x05\x97\x5d\xdb\x56\xc7\x4a\xd7\xa4\x9c\xb0\xfe\x80\xdb\x33\x06\xed\x3e\x39\x3f\x03\x43\x37\x2a\xac\x6e\xa0\xad\x7c\xae\x90\xf6\x93\x6a\xdc\x72\xc8\x61\x2a\x34\x39\xe8\xb1\x7a\x7a\xb8\x7b\x22\x1e\x64\x58\xd9\x50\xd6\x73\x39\x26\x5c\x23\xed\x7f\x9c\xaa\x22\xdb\x0d\xb6\x5e\x6f\x80\xd1\x21\x87\x7b\x1d\x41\x22\xab\x72\xcb\xe8\x3f\x65\xb6\xf4\x0b\x30\x69\x2d\x5e\x97\xc2\x7b\x2e\x8a\x87\xf0\xa8\x8e\x2b\x51\x62\x4e\xde\x5f\x6b\x3f\x84\x2c\x60\xd0\x0b\x4b\x5d\xaa\x38\x27\xf0\xe6\x56\xaa\xe3\x2d\xff\xf4\xca\x7e\x29\x92\xd8\x38\xd1\x33\x60\x4c\x14\x89\xb9\x0f\xee\xcc\x26\xd7\xdf\x5d\x73\xd5\xd3\x5f\xfb\xef\x04\x76\x67\x05\x97\x81\xf7\xef\x20\x0c\xf5\x5e\xec\xda\xc6\xaf\x21\x5c\xc9\x42\xf5\x05\x28\x24\xcd\x84\x79\xd0\x61\x5c\x13\x84\x2e\xbb\x7f\x43\x2e\x4b\x45\x5c\xbb\x7d\xef\x0e\x61\x23\x07\x2d\x9b\x56\xc0\xca\x70\xc3\x67\xb0\xf2\x28\xd5\x64\xc6\x0c\xe1\x2b\x36\x72\x42\xb9\x3b\x14\x97\x37\x83\xf5\xdf\x7a\xc9\x56\x90\xc8\x46\x7e\x82\x4c\x40\xa4\x0c\x86\xc2\x4a\xe5\x00\xaf\x5e\x03\x13\x63\xa7\x40\x22\x72\x88\x1f\x29\x73\xa9\x16\x3f\x97\x04\x01\x78\xfd\xe5\xb8\x73\xb6\x40\xbd\x05\x24\xd8\xae\x2b\x11\xb8\xb3\x1c\xda\x55\x2a\xd9\x46\xb6\x79\x55\x2a\x73\x14\x3f\x05\x7a\x6a\x78\x78\xbc\x56\x29\xfd\x73\x6f\xae\x99\x8d\xec\x64\xf8\xfc\xb3\x71\x27\xff\x58\xa3\x4c\xa6\xea\x20\xb3\x81\x4a\x0f\x0f\xb4\x25\x8f\xee\x1e\x78\x16\xa3\xfb\x1f\xe0\x4c\x53\xf6\xbd\x7e\x10\xf7\x22\x9b\xb0\x48\x64\x05\x27\xbe\xc2\x1c\xf0\x1c\xb0\xa0\xa8\x9c\xb9\x82\x44\x1f\x24\x7f\x54\x79\x99\x09\x56\xc8\xf5\xa6\x10\x59\x88\xc6\xd1\x99\xd9\x8e\x0a\xa4\xaa\x4d\x45\x44\x84\x6c\x1d\x1d\xb0\x4a\xf8\x7d\x93\x80\xf1\x31\x4c\x32\xec\xcc\x65\x2b\xdb\x70\xb7\x95\x1f\xeb\xc3\x4f\x51\x87\xd1\xa6\x89\x14\x5a\x13\xb6\xd6\x09\x57\xeb\xe9\x74\x0a\x52\x1b\xaf\x46\x4d\x74\x2a\x30\x0c\xa0\x3b\x94\x7e\xa2\x75\x2e\x92\x9d\x23\x11\x73\x79\x54\x00\xdc\xfd\x54\x08\x95\x4b\x74\x6c\xb5\x4c\xff\xeb\x7a\x70\xe9\xf3\xc6\xe2\xda\xaf\xe7\xa3\xb3\x74\x3b\xca\x01\x35\xd3\x11\x25\xe1\xf3\xed\x37\xaf\x47\x65\x9d\xb7\x97\xa5\xb4\x1a\x9b\x4a\xfd\xa3\x96\x1d\x50\x90\x47\x91\x8d\xb6\x96\x44\x44\x48\x8f\x4a\x3f\x6d\xef\xb3\x46\x46\xf0\x01\xc9\xc0\x3d\x79\xbd\x23\x53\x7a\x87\x38\x02\xae\xeb\xc3\x3d\x7a\x59\xec\x17\x58\x6b\xfd\xa0\x91\x29\xd3\x9e\xdb\x60\x8c\xe9\x84\x59\x97\xc9\x0e\x6e\x5c\x2e\x81\x1a\xc2\x03\x71\x10\x55\xaa\x04\xcd\x20\x95\xcf\x47\xdd\x1c\x41\x5d\x10\x64\xcb\x0b\x9d\xf1\xb5\x60\x5b\x11\xcb\x72\xdb\xba\xd9\xb8\xe6\x1e\x02\x1f\xd5\x49\xb9\xed\xa6\x0a\x3d\xd4\x80\xf6\x8d\xc4\xff\x3a\x81\xea\x86\x73\xe8\xb8\xcc\x08\xab\x73\x49\xed\xc5\x10\x12\xf5\xb5\x39\x29\x33\x99\x03\xcb\xee\x63\x32\x67\x5d\x31\x58\x34\x04\xe0\x77\x29\x3a\xd9\x2b\xa3\x7b\x64\x23\xa3\xf4\x4a\x8e\xa3\x0a\x51\xfb\xee\x43\xa1\x0e\x4a\x1d\xaf\x76\x97\xe9\xb2\xc1\x3d\x35\x08\x28\x01\x66\x63\xa0\x7d\x41\xa8\x39\x28\x90\xa0\x3d\x85\x66\x2b\x9b\x8b\x79\x27\x02\xea\xc3\x18\x54\x31\x1e\x90\xf2\xe9\x87\xaf\x73\x0b\x02\x22\x9c\x96\xb7\x58\x0a\x5f\x09\x46\x80\xee\x5f\x5b\x78\x1e\x7e\x21\x16\x01\x04\x85\x31\x57\x45\x6b\x01\x1e\xbd\x0a\x65\xe1\x2b\x3f\xf2\x32\x69\x7f\x9c\xca\x87\x47\x51\x35\x75\xf6\xd3\x35\xc3\xae\x26\xfd\x84\xac\xaf\xa1\x41\x21\xfb\x01\x82\xd0\x5d\x8b\x47\x58\x82\x95\x71\xc0\x4e\xb7\x02\x1a\xa6\xdb\x45\x11\x6d\xbc\xe5\x01\x04\x8d\x8e\x58\x92\x24\xb1\xe9\x3b\xb7\x5e\x11\x02\xb1\xd7\x21\x88\x55\xae\x95\x0e\xc5\x8c\xb4\x12\x10\x8a\x33\x1b\x90\x0e\x8b\x65\xb2\xd8\x8f\x14\x1c\xc9\x4a\xb8\x6f\xaa\x15\x1a\x11\x60\xf4\x9d\x95\x38\x35\x5c\x29\x24\xd2\x55\x59\x98\x35\xde\x89\x48\x61\xb9\xae\x14\x50\x25\x00\x99\xab\x6a\x55\x8d\x4e\xb2\x50\x3e\x99\x09\x24\xf8\xce\x8d\xf5\x56\xc8\x7b\xb3\x50\x9b\xd3\xda\x4d\x50\xd8\x01\x9a\x73\x8f\xc2\xb6\x2c\x60\x09\xbf\x13\xbb\x3c\x94\x73\xa6\x19\xc5\xba\x26\xa4\x34\xdf\x43\xe3\xb5\x7f\x28\xa0\xe3\x16\x99\x17\x65\x1c\x76\x96\x61\xa5\xef\xcd\xcb\x3d\x18\xe1\x46\xe1\x66\x0e\xfa\x64\x57\xef\x53\xa4\x6d\xc2\xf7\x33\x8d\xa1\x87\x01\x02\xc8\x33\x84\x71\x86\x99\x4b\x70\xf1\x35\xf7\xdb\xb9\x22\x21\x81\xe0\x90\x33\x1b\x4e\x73\xd8\x28\x03\x1f\xe9\xcb\x77\x15\xf6\x20\xa0\x56\xb5\x34\xb3\xd5\x2a\x6d\x74\x19\x94\xf1\x60\x7a\x40\xd5\x98\xa3\x6c\x7d\x78\xad\x15\x3e\x12\x5b\x4a\x83\xdb\x89\x27\x0d\x12\x01\xf1\x49\x62\x17\x45\x5d\x70\xbc\xfd\x44\xc2\x74\xdf\x4c\xb5\x42\x39\x2d\x90\xf3\xfa\xf4\xe4\xea\xf4\xe6\xb3\xe1\x4d\x2d\xd8\x73\x34\xe0\xd4\xb6\xf3\xed\xe9\xbb\xd9\xed\xf9\xcd\xe2\xed\xd9\xd5\x73\x20\x4e\xe9\xa7\x47\x40\x4e\xaf\x49\x9f\xe4\x44\xab\x42\x7c\x3a\xe8\x4c\xce\x4a\xb5\xe0\x23\x52\x9f\x9c\x42\x51\x9f\xb9\x83\x85\x36\xf5\x55\x9c\xf8\x09\x71\xdb\x12\xea\xc4\xca\xa9\xac\xbc\xd3\x70\x25\x93\x04\x32\xc1\x9d\x7b\x9d\xb2\x0c\x4d\xa7\xc2\xfe\x63\xe9\x7c\x69\x4f\x9d\xab\x65\x45\xfe\x06\x5c\x7e\x1b\x73\x09\xc6\x1c\xf0\xd4\x74\x40\x26\x21\xc3\xb6\x4f\x82\x65\x2d\x95\xf0\xcd\x80\x51\x33\xed\xeb\xa4\xa9\xa7\x41\x7c\x4e\x64\x1d\x19\x5e\x43\x6d\x4d\x3b\xe3\x2a\xf3\xd3\x9a\x9f\xf6\x47\xf7\x85\xb8\x88\xa5\x42\xc3\xb4\xb2\x9a\xaf\xdb\xa7\xee\xb1\x5f\x02\xd0\xef\x66\x24\x39\xc4\x20\xf2\x82\x67\x85\x1f\x48\x1a\x08\x94\x66\xf3\xc1\x89\x3b\x89\x08\x34\xbd\xaa\xf5\xb3\xd9\x0a\x4d\x5f\x4b\x88\x54\x70\x22\xb7\x89\x92\x32\x2f\x44\x46\x6e\x93\xd9\x4f\xd7\x73\xf5\xad\x39\xbe\x5e\xd1\x29\x44\xf2\x5d\x58\x05\x22\x75\x74\xa5\x7e\x6b\xa1\x84\x3b\xd8\x4b\xf4\x51\x6f\x05\x57\x39\x83\xa5\x91\x24\x22\xf3\x33\x03\xdb\x23\x44\x4c\x32\xd6\x40\xf5\xec\xdf\x7f\xc5\x08\xdc\x6a\xba\xc2\xb4\x97\x7e\xcd\xc4\x56\x17\xcd\xf9\xd4\x45\x34\x00\x88\xf3\xe7\x9c\x39\x2d\x89\x4f\x43\x67\x11\x81\xf5\x5b\x27\x51\x35\x0d\x69\xd0\x5c\xba\xc1\xe2\x7e\x9b\x4a\x4f\x38\x95\x06\x9c\xeb\xe1\x29\xc1\x36\xda\x6c\xa0\x4e\xdb\xca\x87\x99\x1d\xd1\x49\x02\x28\x37\xd3\x8d\xad\xa7\x4e\x4d\xdf\xf5\x10\xec\x07\x14\x75\x18\x42\x7b\xd6\xc2\xa8\xe4\x85\x04\x6d\x6c\xa7\x57\x3a\xf6\x79\x98\x0b\x67\x16\xab\xaa\x74\x61\x39\x48\x1c\x3c\x94\xb0\xae\xe6\x01\x47\x7e\xd3\xdb\x46\x22\x94\xb1\x56\xca\xe2\x40\xf9\xc5\x9b\x10\x53\x5b\xc9\xca\xc6\x56\x84\x7c\x0e\x96\xc3\xc1\x71\xc0\x8c\x99\x7c\x8f\x17\xf8\xad\xce\x39\xc7\x27\xfa\x28\xb0\xc3\xc5\x87\x8b\xd3\x10\xaa\x70\x76\x71\x73\xfa\xdd\xe9\x55\x25\x9f\xff\xfc\xc3\xac\x92\x93\x7f\x7d\x73\x55\x4b\xc5\xff\xf6\xc3\x87\xf3\xd3\x06\xe6\xe1\xf4\xe6\xec\x7d\xa5\xf0\xb7\xb7\x57\xb3\x9b\xb3\x0f\x95\xe7\xbe\x3d\xbb\x98\x5d\xfd\x57\xf8\x97\xd3\xab\xab\x0f\x57\xb5\xfa\x6e\x4f\xfa\xd1\x13\x95\xcf\x68\x77\xff\xf8\xe0\x6c\x40\xad\xda\xba\x8c\xab\x02\xc8\x07\xac\xe2\x81\xc8\xb3\x7d\xd3\xd1\xa6\xeb\xc7\xa1\x1c\x07\x2e\x0c\xd3\xd4\x51\xb3\xee\xe9\x15\x9b\x2b\x5d\x97\xf2\xc3\xb6\x3d\x73\xaa\x2d\x9e\x02\x09\xd8\x6b\x00\xba\x5a\x6a\x8e\x5b\x12\x48\xc7\xae\x4d\x21\x82\xb5\xe6\x9d\x7a\x65\x2a\x7e\xf6\x96\xda\x3a\xf6\xb5\xd3\x53\x79\xed\x61\x44\x7a\x2a\x36\x94\xbe\x46\x07\x95\x59\xb2\x01\x19\x5b\x43\xc1\xfe\x18\xc2\xee\xcd\x67\x98\x99\x13\x4c\xc7\x2e\x69\xdd\xf6\xb4\xa5\x7e\xf6\xbd\xb1\xed\xa7\x4a\x9a\x6d\xaf\x51\xb5\x8c\x68\x37\x50\x66\x8d\x69\xf7\x0d\xcf\xef\xc6\xb6\x9b\x2a\x69\xb6\x1b\xcc\xbe\x47\xb5\x1b\x1c\xde\x45\x3b\x8d\xce\x88\x4d\x2c\x2c\xa6\xda\x3c\x97\xe3\xef\x1e\x09\x14\xac\x87\xb5\xd1\x2c\x80\xe7\xbd\x5e\xa6\x7c\x78\x20\x03\x5a\xe3\x96\x2b\xaf\xb1\xca\x5f\xc3\xaf\xf0\x85\xcb\x4c\xf0\xbb\x58\x3f\xd0\x78\xd4\x91\xa1\x6c\xd0\x6e\x5e\xed\x20\xb3\x87\xdb\x23\xa2\xc8\x28\x02\x85\x28\x35\x5f\x3c\xc0\xe4\x24\xf1\xa2\xa3\x0d\x16\x48\x2f\xd7\x89\x88\x80\xfa\x49\xf9\xd1\x99\x2b\xb4\xe6\xdb\xe4\x9b\xcd\xa8\x9a\x16\x11\x75\x08\x7c\xaa\xb3\xa1\x31\xb8\x9e\x07\x03\x4b\x79\x40\x65\x06\x60\xba\x65\x06\x77\x26\xe8\x10\xa9\xc0\x99\x9c\x99\x0b\x4f\x26\x22\x99\x8b\x40\x31\xae\xf5\xc4\xfe\xf9\x30\x29\x94\x82\x17\xad\x6e\xd7\xc1\xfe\x70\x1e\x15\x25\x4f\x18\xa4\x2b\x11\x03\x23\xfa\x2a\xf1\x2f\x11\x57\x98\x1a\x53\x88\x6d\x0a\x59\xfd\x61\x4e\xc7\x5c\xfd\x04\x40\x09\x1c\x82\x17\x39\xfb\x0e\x20\x0f\xf6\x61\x3a\x84\xb7\xbc\x80\xb3\xf8\x8f\x58\x87\xfb\x6d\x3a\x57\x15\x05\xa6\xe0\xad\x8a\x18\xd3\x74\xae\xac\x5a\x47\xac\xa3\x7c\x0a\x37\xbe\xa9\xce\xd6\xc7\xa4\x66\x6e\x26\xbb\xbe\x5b\x6a\x7d\x77\x2c\xd4\x31\xf8\xa4\x8a\x63\x5e\x16\xfa\x18\xe0\x52\x38\xfe\xf9\xb1\x15\x3d\xb6\xaa\xd1\xf9\xf1\x46\xde\x0b\xf8\x7f\xd3\x4d\xb1\x4d\xfe\x25\x4f\x37\x9f\x8e\xd6\x49\x76\x64\xde\x3d\x0a\xdf\x3d\xb2\xef\x1e\xd9\x77\x8f\xcc\x6b\xf8\xff\xd2\x1d\x86\x77\xc4\x27\x6e\xce\xb2\xc9\x5c\x49\x95\x8b\xac\x00\xeb\xe7\x21\x93\x85\x97\xba\xda\xb1\x17\x7f\xfb\x1b\x9b\x66\xfc\x01\x33\x62\xdf\xf2\x82\x5f\xa2\x7f\xf1\x1f\xff\x78\x01\x01\x55\xcc\x62\x4a\x79\xf6\x73\x29\x8a\xb9\xca\x85\x59\x84\xec\x7f\xcd\x15\x44\x60\xb7\xbb\x45\x81\x7e\x57\xf4\x41\xc6\x39\xfb\x06\xcb\x3c\x43\x36\xd2\x38\x37\x25\x75\xa4\x13\x48\x9e\xb4\xe8\xe4\x77\xb8\xe8\x7f\x4e\xde\xd2\xf3\x23\x96\xf5\xcf\x49\x75\x55\x5b\xb1\xa5\xfc\xe7\x04\x0e\xd0\x44\x73\x0b\xd6\x62\x6e\xf2\xc2\x3d\x99\x1a\xd7\xb6\x46\x1a\xd0\x80\x67\x0d\xd3\xb7\xaf\x95\x6b\x64\x44\xb7\x9e\xfb\xc6\x36\x02\xb1\x02\x1f\x87\x80\xe8\xb9\x34\x2b\xe4\x1a\x3d\xa1\x60\xb9\xe1\x97\x83\x4d\x4a\xa1\x73\x57\x1e\x3a\x2e\xf2\xdf\xbf\x39\x3e\x9e\xb0\x75\x0e\xff\xb3\xfc\x19\xfe\x07\xd0\x43\x4f\x45\xea\xdb\xe8\x4c\x07\x84\x6b\x8e\xf2\xfe\x91\x78\x0a\x14\xdd\xe7\xe0\x91\xaf\x4d\xd3\x6f\x4b\x15\x27\xc2\xa7\x36\x56\x42\x22\x89\x36\x23\x69\x07\xaa\xa9\x3c\x04\x63\xbc\x14\x11\x37\x1b\x5f\xa3\x6e\x04\x97\xea\x55\x21\x14\x7a\xc3\x32\xaf\xf6\xc8\xd1\x73\x05\x66\x31\x40\x21\x79\x41\x90\x73\x01\x7f\x84\x4a\x80\x98\x7d\x52\xff\x89\xed\x74\x49\x1c\xe3\xc0\x9c\x1b\x8b\x28\x01\x21\x07\xcb\x1e\xc4\x32\x51\x94\x99\x62\x9c\xa5\x5c\xc5\x3c\x87\x19\xb8\xca\x20\xda\x99\x31\xde\x6c\xe8\x04\xe1\xb8\xba\x2c\x80\x13\x0b\x91\x05\x61\x4f\x20\x09\x7c\xd0\xe6\x49\xd0\x08\x3c\x13\x80\x8b\xba\xf1\xe2\x74\xae\xac\x1e\x21\x61\xe1\xd0\x53\x16\xe9\x74\x47\x8c\x47\xf5\x4e\x97\xd6\x73\x46\xdd\x3d\xf1\x78\x93\xfa\xb3\x13\x26\xab\xa1\x35\xe0\x9b\x2f\x02\x89\x77\x2b\x92\xff\x52\xa8\x48\xc7\x22\xcb\x5f\x99\x65\x28\xdd\xbd\x03\xed\x07\x99\xfb\xc1\x80\x5d\xca\x1c\x6e\xe4\x2d\x34\xc5\x3b\x81\x29\xd3\x3b\x15\x86\xf2\x36\x3b\x67\xff\x52\xf9\xb5\xa3\x60\xda\xda\x4b\xff\xf9\x59\x11\x31\x21\xae\xd3\xde\x39\x1f\xef\x82\xc0\x25\x1b\xee\xb8\x58\x28\xda\x38\x64\x9c\x58\x3d\x6d\x59\x80\x42\x66\x26\xf2\x62\xae\xe8\x04\x9e\xb0\x95\xe0\xc6\xce\x9b\xb0\x28\xbf\xc7\xcd\x18\x8f\xfb\xe2\x41\x7b\x0c\x8e\x95\xb7\x01\x30\x6c\xa5\x70\xef\x24\xc6\xc7\x38\x65\x60\x23\xc0\xa0\xeb\x86\xee\x4c\x15\xe8\xac\xd6\x0d\xf1\x11\xfd\x60\xd5\x52\xea\x0a\x6b\xa1\x58\x0f\xf4\xc4\x0e\x03\xc5\xac\xde\x0e\xfc\xc1\x6c\x3c\xf8\x75\x08\x03\x09\x36\x47\xb0\xb8\x09\x4b\x8b\xeb\xcc\xc7\x70\x43\xca\x7a\xf0\xcd\x74\x2d\xaa\x9e\x8e\x80\x06\x3c\xce\x6f\x61\x5e\xdd\xeb\xb0\xca\x45\x66\xa5\x5c\xf0\x5b\x91\x60\x72\x23\xb3\xf8\x28\xe5\x59\xb1\xb3\xd3\x37\x91\x4b\x50\x80\x48\xe4\x9d\x60\xb3\x2c\xd3\x0f\x4f\xdd\x0b\x9d\x5b\x4b\xd7\x0d\xfb\x10\x24\xfb\xd8\x5b\x7e\x2b\xbd\x6c\xdd\xdd\xf1\x38\x2a\xdb\x2e\xc7\x47\x6b\x3d\x99\x28\xb2\xdd\xc2\x4c\xc4\x6d\xda\xb9\x53\x0c\x4a\x9a\x18\x6e\xe4\x8e\x63\xc9\xad\xb9\x30\x3a\x59\x72\x2b\xa3\xfa\xeb\x61\xc9\x6d\x21\xc0\x6d\xb2\xe4\x9e\x5d\x9c\xdd\x9c\xcd\xce\xcf\xfe\x4f\xad\xc4\x9f\x66\x67\x37\x67\x17\xdf\x2d\xde\x7d\xb8\x5a\x5c\x9d\x5e\x7f\xb8\xbd\x3a\x39\xed\xa7\xbd\x6a\xb6\xde\x9b\xe0\x47\x2c\xac\xe7\x0d\xbb\x09\x80\x1a\x98\x6c\x40\xf6\x37\xe9\xe3\xc2\xac\x32\x8b\x59\xaa\xf5\x04\x16\xea\x1b\x76\x9a\x65\x67\x5b\xbe\x16\x97\x65\x92\x00\x9c\x0a\x33\x7b\x4e\x32\x01\x17\xcf\x09\xbb\xd4\xf1\x59\xf0\x1e\xa4\x23\xb6\x7e\x06\xd4\xcf\xe3\x38\x13\x79\x8e\xd5\x4f\xa8\xfe\x00\x3c\xe4\x52\x1d\x09\x3c\xc7\xef\xb9\x4c\xcc\xfd\xed\x0d\xfb\x96\x47\x77\x7a\xb5\xc2\xf4\x99\x89\x4b\x9c\x62\x3f\x97\xba\xe0\x4c\x7c\x8a\x80\xea\xad\x7d\x9e\x9c\xeb\xf5\x2f\x00\x55\x1e\x10\x9e\xea\xb8\xa4\x80\xd4\xdd\xa2\xfd\x38\x6f\xdf\x08\xe8\x2b\xdf\xe3\xab\xef\xf0\xcd\x76\x07\x65\x91\x3c\x41\x7a\xfc\xb9\x5e\xb7\x0b\x0f\x81\x75\x4d\x6a\x49\x14\x48\x88\x88\x5d\x44\xaf\x59\x2e\xd5\xdd\x5c\xfd\xb4\x11\x8a\xe9\x32\xc3\x3f\xc1\x35\xdf\x98\x99\x49\x99\x6f\x04\xc8\x54\x4f\xd8\x83\x60\x5b\xbe\x43\xb3\x19\xee\x04\x4e\x2d\x05\xa6\x0c\x9c\x22\xe6\xed\x44\x2a\xb3\x5b\xa4\xd2\xe6\x25\xd4\x87\xfe\x29\x6e\x5c\x96\xe8\x90\x1f\xce\x43\xdc\x77\x9e\x56\xf0\x79\xe0\x2a\xf3\xb8\x49\x0b\x10\xa2\x9d\x1b\x44\x65\xb5\xbe\x2b\x53\x4f\x89\xfa\xc2\x06\x27\xa1\xbb\xef\xb5\x8c\x59\x5c\xa6\x89\x8c\xdc\xbe\xfb\xa0\xb3\x4e\xde\x67\x4c\xa0\x19\x7e\xea\xd4\xd3\xc2\xfa\x3e\xac\x25\x3b\x27\x40\xd2\xf5\x30\x40\x3f\x33\x07\x36\x93\x2a\x4a\x4a\x90\x99\x2b\x73\x91\x1d\x39\xe9\x68\x97\xeb\xf7\xeb\x27\xc9\xf6\x24\x9c\x87\xa7\xb5\x85\x49\xe7\x89\x5e\xcb\x88\x27\x21\xb8\xd9\xa3\x22\x1c\x0b\xaf\x5d\xf6\x24\x26\x0c\x79\x10\xb6\x41\x9d\x44\x5a\x69\x26\x80\x08\x7a\x01\x5b\xf9\x82\xb6\xbb\x43\xda\xbd\x62\xe6\x82\x8e\xed\x0a\x39\x72\x6d\x78\xc1\x9e\x70\xbe\x6e\xab\xc4\x06\x26\x26\x4a\xf8\x33\xfd\xa0\x44\x06\x16\x2c\xc0\x3e\xcc\x97\x2a\x0d\xb6\x89\x53\x67\x73\xf8\x64\xab\x4e\xb8\x72\x40\x6c\xcc\x9c\x5d\xcb\x7b\xa1\x3e\x3f\xa9\x79\x50\x41\xc4\xa3\x8d\x58\x58\xbb\xfc\xa9\xb7\x2c\x77\x00\x8c\xdc\xac\xac\x4c\x4a\xb8\x95\xba\xf0\x26\x5c\x9d\xb0\xc5\xcd\xbd\x0b\x03\x89\x3d\x19\x59\xa6\x11\x8b\x58\x44\x77\x9f\x7d\x6b\xf6\x20\x2b\xdb\x10\xc6\xd9\x5b\x11\xdd\xb1\xdb\xab\x33\xcc\x06\x96\x05\x33\x5b\x41\xbe\xf1\xb2\x4f\x9d\x77\xb7\x82\xaf\x9f\x81\xc2\x6a\xa8\x6e\x95\x97\x2a\x70\x6a\x7d\xa6\x41\x04\x88\x82\x7c\x49\xb3\x49\x52\x2e\x0d\x00\xc1\x78\x61\xd5\x8c\xc0\x11\xcf\xf2\x2d\x88\x17\x95\x45\xa0\xf8\x97\xf0\xa5\x48\x3a\x88\x3b\x53\x1d\x2f\x6c\x9c\xe4\x50\x30\x4f\xa3\x2c\xeb\xc7\xa0\xa8\xa3\xcd\x63\xe0\xc6\x62\xbd\xa1\x07\xd9\xdd\xd7\x79\x40\xaf\xa1\x43\xfe\x70\xb8\xd7\xf3\x1c\xd2\xbb\x57\x72\x6d\xa3\x6d\x72\x45\x12\x4b\x98\xd0\x6f\xec\x60\xd8\x2f\x4d\x49\x97\x3a\x26\x98\x9e\xe3\xc2\x33\x56\x90\x20\xef\x89\xc7\x55\x84\x4d\xb0\x38\x40\xa8\xd7\xac\x08\xc1\x63\xa6\x57\xe4\x4d\x4c\xd3\x44\x02\x33\x74\x8c\x24\xf4\xc0\x9e\x91\x57\xd1\xf1\x61\x69\xb6\xb1\x01\xc9\xc7\xa5\x05\xe2\x75\x89\xf1\xc2\x86\x81\x19\x0c\x0b\x60\x83\x5b\xdc\xf3\x6e\x32\xb5\x67\x57\x4c\xeb\x68\x8f\x8b\x26\x57\x29\x61\x2b\xa4\x7d\xe4\x2b\xc0\x63\xdd\x26\xe4\x47\x3c\x89\x4a\x8a\x93\x81\x5c\xbe\x55\xc1\xef\x47\x10\xfa\xa8\x9f\x19\xe8\xaa\xd7\xbf\x6e\x64\x1e\xaa\xae\xe8\x12\xb4\x1e\xeb\x53\xe8\x77\x2f\xae\x13\xbd\x84\x99\xd3\x8d\x12\xec\x39\xb1\xcc\x76\x9d\xc9\x78\x8c\xbd\x63\xfb\xe4\x83\x7b\xb5\xaf\x81\x1f\xac\xeb\xc7\xd5\x64\xe7\x3d\x23\x21\x83\x1a\x73\xe3\x38\x0a\x84\x15\xa9\xaa\x56\xaf\x27\x05\xc9\x78\xc0\xb4\x72\xe7\x53\x87\x9f\xa1\xfa\x2d\x07\x0d\x74\x93\x29\x66\x4f\x5f\x7a\x72\x99\xfe\x41\x3e\x80\xee\x03\xb7\x32\xc7\xf9\xd1\xed\x59\x54\xb1\x88\x17\x8f\xf8\x86\x53\x7a\x77\xd8\xb7\xb8\x9e\xc6\xe6\x81\x0f\x50\x1d\x19\x53\x21\xe6\x59\xec\xbf\x63\x02\xeb\x3d\xe2\x29\xb8\xe1\x21\xac\x71\xff\x7a\x6a\xeb\xb8\xf2\xd9\x45\x66\xbf\xc4\x9c\x7f\xc4\x6f\xeb\x16\x0d\x9c\x7d\xf3\xc8\x4d\x52\x84\x77\x9b\x99\xe3\xa7\x6b\x25\xef\x66\xd0\xdc\xad\xcf\x30\xbb\x81\x1f\x32\xb9\x9e\x63\xef\x28\x0b\xed\xa3\x3d\xf0\x3d\x67\x40\x3b\x1c\x66\xf4\xc1\x06\x79\x16\x77\x20\x45\xac\xf9\x6d\x37\xa1\x11\xf8\xe3\x51\x08\xe8\x34\x13\x36\x6e\xb8\x13\x85\xe3\x75\x48\xac\xae\x20\x84\xc5\xdc\x57\x57\x89\x6d\x2c\x77\x85\x23\x23\x83\x20\x16\x99\xfa\x91\xde\xa6\x5a\x01\x2c\x09\xb3\xd4\xe6\x8a\x0a\xb7\xea\xf0\x2e\xb2\x56\x49\x75\x9c\x90\x43\x13\x13\x67\x44\xae\x93\x7b\x0a\xa1\x06\x22\x26\xa0\x2b\x69\x1a\x78\x62\xee\x86\x3a\x43\x82\x2d\x7b\xb2\x43\x26\x40\x4d\x22\x3d\x13\x6b\x99\x17\x22\xcc\x0e\x0d\xdf\x7f\x32\x35\xdb\x8a\xf3\xa4\xaf\xeb\x3b\xd5\x6c\xf7\xdd\x82\xcc\xfe\x34\xa2\x3d\xbb\x54\xc4\x67\xee\xbd\xfe\xc9\x50\x4b\xe0\xf7\xdb\x61\xe5\xbc\xc3\x39\x80\xb7\xbf\x1c\xa9\xbe\x72\x27\x3f\xe2\x06\x89\x48\x98\xb8\x07\x34\x9a\x21\x5a\x97\x3c\xe3\xaa\x10\x22\x9f\x2b\x0a\x3c\x23\x65\x5d\xc8\xca\x52\x03\x42\xba\xbb\x4d\xa4\xf3\x02\x19\xa0\xe0\x95\x15\x97\x49\x99\x75\xba\x1b\x70\x56\x3e\x8a\x76\xa2\xaf\x97\x4e\xa0\x58\xd6\x36\x68\x2e\x81\x39\x58\x45\x8e\x35\xa5\x1e\x36\xae\xe6\xf7\x76\x7c\x82\x3d\x5c\x86\x8f\xb7\xf3\x35\x77\xe4\x34\x7f\x9d\x2f\x52\x3d\x62\xc7\xfb\xe1\xeb\xfc\x52\x77\x64\x83\xe7\x3f\x37\x7c\xa2\x3d\xf0\x89\x9f\xbb\x04\x59\x78\x7e\x07\x91\xc7\x7d\xae\x98\x41\x6c\x9c\x7b\xe3\x93\x9d\x7b\x17\xcc\xda\x0d\x57\x71\x62\x4c\x5e\x5e\xd4\x79\xaf\x1d\xce\xdb\x5c\x89\x0a\xbb\x39\x76\x27\xf5\x41\x8e\xcc\x22\x6a\x24\x58\xee\xeb\xa7\x5a\x66\x66\x2f\x96\xb2\x56\x4b\x35\x5f\xb2\x2d\x4f\xc7\xdb\x30\x24\x83\xec\x16\xec\x2f\x6e\xbf\x9c\x86\x6d\xff\x4c\xe6\x4b\x75\xad\xad\xe4\xfa\x57\xe0\x48\x78\xdf\x3c\x12\x22\xda\x73\xe8\xa0\x76\xd9\x0d\x07\xee\x3a\x90\x48\x66\x76\xed\x90\x71\x7c\xae\x48\x0e\x1e\xd1\x05\x10\x56\x46\xbe\xb5\x9c\xbd\x76\xd9\xc5\xaf\xff\xcd\xb2\x6d\xed\xd8\x0a\x26\x15\x50\xda\xe9\x28\x2a\x33\x08\xfd\x93\x7b\x92\x09\x3c\x84\xf3\x51\x44\x32\x60\x7a\x38\xc0\x16\xda\x89\x6d\x66\x92\xf3\x47\x57\x3e\xea\x06\xdc\x90\x28\x6c\xef\x0e\x7d\xd2\x2b\xcb\xf2\x82\xe5\x85\x48\x5b\xb7\xdf\x8a\x75\xb9\x4b\xc5\x4c\x29\x5d\xd4\xf3\x53\x46\xdb\x97\xdc\x95\x32\x70\xe9\x8c\x38\x8c\x66\x81\xcb\xe8\x0f\xd7\x1f\x2e\x58\xca\x77\x80\x7d\x2c\x34\xc3\x47\x81\x70\xb4\xbe\x51\xed\x1b\x81\xea\xc7\x57\x77\x15\xec\x53\x0b\xa2\x6e\x8f\x4f\x50\x8d\x4d\x63\x11\xe6\x0c\x4d\x49\xb3\x67\x65\x3a\x39\x4a\x13\xae\x02\x78\x7b\x3e\x65\xb5\xea\x43\x3c\x83\x8b\x6c\x12\x62\x0c\x1a\x00\xfe\x0a\x9a\x0b\x59\xd9\x0a\x80\x06\xde\x1d\x3b\xa1\x0e\x83\x30\x74\xee\x11\xbd\xc0\xce\xf7\xa8\x02\x83\x9a\x08\xc8\x9e\x61\x61\x19\x0e\xd9\xc3\x73\x00\xdd\x76\x32\x80\xf3\x28\xe1\x79\xde\x8b\xd2\x79\x16\x2a\xf9\x20\x6b\x71\xff\xf6\x55\x6d\x27\xc2\x08\x81\xdb\x04\xef\xa5\xee\x67\x60\x4b\xb0\x5b\x97\x17\x7d\x0b\xec\xfd\x40\x0d\x82\xa0\x0f\xc4\x17\x05\xef\x23\x13\xe4\x9d\xd8\x59\x0f\x17\x6d\x55\x7c\x2b\x26\xce\xd9\xea\xbc\x89\x01\xe8\xaf\x59\xf0\x5c\x01\x2a\xf6\x5d\xd8\x3c\xf6\x4e\xeb\x09\xe2\x33\xa9\x72\x8e\xc5\xf2\x10\xe1\x34\x57\xef\xb4\x9e\x72\x77\x89\xa5\xf6\xd3\x76\x53\xaf\x90\x50\x51\x80\x39\xac\x0d\xe7\xf0\xb5\xf9\xbd\x54\x28\x4f\x28\xb7\xe6\x02\x45\xfd\x04\x33\x0a\x1a\x64\xd5\xf0\xf5\x43\xce\x62\xa4\x94\x29\x65\xbe\x81\xb0\x0b\xc6\x39\xa1\x7e\x3a\x52\x10\x90\x95\x71\x95\x9b\x35\x0c\xa1\x1a\x71\x2f\xc8\x5f\x5b\xc1\x18\x9c\xbd\x3d\x77\xb0\x25\x5c\x97\x24\xdd\xd1\xb1\xda\x82\x4b\xc7\x21\x97\x73\x80\x9b\x8f\x20\xb4\x23\x07\xe7\x7b\x9e\xf6\x25\xc3\x1e\x5c\xe2\xbe\x51\x72\x84\x5a\xf5\x1b\x15\x28\x99\x83\x86\x61\x25\x23\x36\xec\xbd\x5b\x75\xe0\x89\xd3\xca\x69\xbf\x5f\x72\x67\xb0\x83\x61\xe4\x56\xb1\xff\xb8\x09\xb8\x2d\x1d\x64\xd0\xdd\x05\xcd\xc6\x0e\x0a\x71\x40\xca\x87\x4b\x7a\xca\xae\x85\x60\x1f\xa1\xa7\x4c\x65\x1f\x49\x81\x14\x50\xd0\x05\x97\xad\x02\x71\xf0\xf4\x99\x5a\xe9\xc3\xf6\xff\x6c\xdd\x40\xd9\x1e\xd4\x2b\xed\xed\x3c\x14\xc7\x0b\x9e\x7e\xf5\xbc\xb4\x22\x83\x0e\x86\xda\x58\x5f\x7a\x7f\x13\x25\x1b\xdb\x96\x1a\x93\x0c\x86\xf8\x31\xc4\x75\xb5\x49\x62\xbe\x72\x82\x64\xec\x77\x4a\x3f\x28\xdc\x8f\xa9\x26\xf6\xd2\xac\x3f\xb0\x59\x30\x2e\x84\x96\x60\x89\xbb\xe1\x2b\x60\x87\x9f\xb9\x7f\xb3\x6b\x0c\x81\x63\x9b\x41\x3a\x2c\x07\x7b\x97\x44\xbf\xe0\x00\x7f\x39\x9b\xb0\x6f\x27\xec\x64\xc2\xa6\xd3\xe9\xab\x09\x13\x3c\xda\xd8\x16\xe1\x2b\xb8\xf5\x17\x7c\x6d\xca\x26\xd9\x9f\x55\x50\x01\xc8\x03\x1a\xfb\xc4\x92\x20\x72\xff\x54\xe0\x55\xb3\x9f\x80\xa9\xd9\x94\x47\x46\x70\xa1\x68\xa3\xa5\x6f\x14\x20\xcf\x45\xa4\x33\x8b\x5d\xcf\x0b\x9d\x59\x1c\xee\x3d\xcf\xb8\x54\xc0\x58\xc1\x9b\x59\x08\x54\x73\xc0\x59\x2f\x3e\xf1\x2d\x7c\xbf\x54\x8e\xb6\xd7\x74\xd3\x8d\x6b\x7f\xb1\x4b\x29\xce\xf6\x90\xc9\xa2\x30\x06\x59\x3e\x57\xd7\xec\xcd\x37\x6c\x96\xa6\x89\x60\x33\xf6\x77\xf6\x2d\x57\x5c\x71\xf6\x2d\xfb\x3b\x3b\xe1\xaa\xe0\x89\x2e\x53\xc1\x4e\xd8\xdf\x4d\xb7\x99\xf2\x2e\xb4\xb1\x80\x76\x13\xc6\x99\x2a\x13\x34\xf4\x5e\x5a\x8c\xeb\x2b\xf7\x5d\xdc\x8f\xce\x52\x14\x0f\x42\x28\x96\xeb\x2d\x1d\x85\x7f\x72\xa7\x7f\x2e\xd5\x3a\x11\x05\xcd\x87\x2a\x1a\x19\x2b\x38\x82\x2f\x7d\x33\x57\xce\x4f\xfd\x27\xd3\xe2\x3f\xb1\xbf\xb3\x8b\x32\x49\x4c\x93\xcc\x46\x63\x26\xd2\x1b\x66\xb3\xc3\x84\x9a\x3e\xc8\x3b\x99\x8a\x58\x72\xc8\x0f\x33\xff\x3a\xbe\x81\xd1\x5e\x94\x9e\x0a\x34\x5c\xd3\x4e\x8e\xed\x90\xad\xe7\x59\xb8\x26\x9c\x58\x60\x68\xad\x74\x82\x50\xc2\x57\xc7\x1b\xc1\x9e\x00\x99\xd6\x03\xdd\x51\x50\x4a\x2f\x0c\x50\xb6\xd7\xef\x54\xbf\x52\xf3\x5f\xad\xf4\x1f\x83\xd4\xbf\xfa\xfa\xc3\xb7\x11\x8c\x53\x1c\x1c\x9f\x9c\x09\x17\x19\xc8\x25\xc4\x75\xb7\x03\xc9\x0f\x5b\x36\x5e\x3b\x31\xbc\x6d\xae\xd2\x68\x8d\x16\x7c\x3d\x61\xa9\xd3\x91\xb2\x8b\xca\x05\xb6\x71\x1d\xa3\x66\x02\x19\x9b\x2f\x2d\x80\xc8\xcc\x65\xca\x3f\x3c\x8e\xf5\x96\x4b\xf5\x0a\xea\xb0\xd4\x79\x7b\x3a\xaa\xe5\xba\xb2\xbf\x87\x6e\x78\x2f\x9a\xb1\x9b\xda\xbf\x6a\xec\xd4\x24\xdc\xda\x96\xc3\x81\x1a\x66\x5e\xe1\xf4\x33\x5e\x87\x7e\x6c\x4c\xd1\xc1\xda\x07\xa4\x37\x56\x61\x4f\x01\x5b\xde\x33\xc8\x0d\x8a\xad\x3b\xe5\xb2\x1f\xab\x12\xaf\x95\x2e\xd6\x72\x90\x16\x6e\xad\xb1\xb7\x74\x13\xc3\xbc\x67\xb3\x4d\xca\xe4\xd8\x6c\x95\xc7\x17\x5a\x09\xc6\xf3\x5c\xae\x91\xf5\x0e\x1c\x6a\x28\x22\x6b\x8d\xb2\x9b\xea\x95\x21\xd8\x82\xc0\x3e\x33\x4d\x42\xc4\x74\x61\x76\x61\x33\x04\xc9\x6e\xae\xcc\x1b\x64\x11\x40\xf6\x94\x74\xe4\xe8\x58\x1b\x71\x8f\xdb\xba\xe8\x40\x0c\x0a\x6f\x99\x60\x7d\xd4\x0c\x07\x4c\x38\x5a\x89\x07\x44\xdc\x2e\x02\x62\x50\x2a\xcd\xb2\x46\x21\x9c\x66\x29\x12\xad\xd6\x66\x56\x74\x6d\xc2\xb0\x0b\x3c\x51\x13\xb0\xb0\xce\x16\x18\x63\x85\x1e\xa1\x21\x31\x76\x8a\x8c\xbd\x4b\x2d\x2f\x97\xc6\x8e\x73\xd1\x1e\x67\x8d\xd0\xc7\x75\xf1\x54\x1c\x06\x5b\xba\x35\x7b\xb0\xce\x2c\x70\xce\x45\x12\xd1\x70\xf1\x1c\x4e\xf8\x45\xc3\x16\x55\x6f\xbe\x45\xbb\xf7\x91\x22\x95\x0d\xc6\x8e\x01\xf3\xf1\x97\x4c\xbd\x18\x92\x90\xf1\x6e\x76\x76\x5e\x7b\xae\x99\x90\xd1\x92\xb5\x71\x73\xf6\xfe\xf4\xed\xe2\xc3\xed\x4d\xe3\x39\x53\x1a\xfd\x69\x4f\x4e\x46\x67\xef\x3d\x05\x2a\xfd\x67\x54\x11\x5b\xe8\x95\x4d\xd0\x1f\x7e\x40\x36\x74\xdc\x86\x81\x1f\x8b\xe0\x7e\x1b\xea\x9d\x35\x27\x4e\x27\xcd\x88\x5a\x50\xb4\x73\x58\x63\xeb\x1d\xf6\x41\xbd\xc3\xd7\x2f\x75\x22\xa3\x7e\x2c\xb5\x3d\xae\x8c\x5d\xd3\x04\xa7\x2e\x05\x24\x17\x90\xcb\x95\x1a\x85\x37\xa4\x42\x44\x85\x8f\xe6\x37\x3f\xee\xff\x69\xfc\xe6\x7e\x1f\x08\x7a\x42\x5d\xb7\x81\x3c\xb8\xc3\x07\xc0\xd9\x0a\xbc\xcd\x20\x57\x82\x76\x26\xf8\x56\x01\x37\x13\x71\x8a\xfa\x54\x7a\x1e\x36\xe8\x87\x8d\x4e\xc8\x23\x8a\x1c\xd8\x73\x95\x8a\x2c\xd2\x80\x7b\x44\x7a\x15\xcd\xa2\x8d\x4c\x62\xaf\x09\xf6\x12\x12\x45\x00\xce\xfd\x8a\xe4\x6d\x85\xc3\xaf\xd8\xe2\x7b\x4e\x5d\x3b\xed\xde\xe2\xea\x3e\x08\xfb\xf5\x94\xc8\xef\xbe\x69\xff\x13\x21\x94\xb1\x2b\x88\xb5\xae\x86\x44\x00\xc3\x3b\x6c\xcf\xa8\xa0\x8a\x39\x6e\x49\xee\x29\xf2\x17\xd7\xa2\x36\xae\x34\xcd\xea\x5d\x09\x5c\xe6\xe8\xc9\x46\x18\x5e\x2e\xa0\x39\x5b\xc1\xd1\x16\xf3\xcc\xc2\x34\xa8\x73\xe5\xb1\x17\x2f\xf2\xd0\x2e\x6b\x1d\x67\xf4\x7f\x5b\x6c\xf9\x84\xbd\xa8\x7c\xe8\x0b\xe0\xba\x56\x1a\xea\xa3\xf8\x78\xa5\x6b\x60\xba\x4e\x98\x2c\xe6\xca\xdc\x9a\xcc\xcc\xcc\x44\x22\xee\x4d\xeb\xc2\xf8\x0c\x21\x06\xad\xef\xc2\x7e\x36\xa4\x27\x71\xcb\x6a\x41\xd3\x86\x16\x61\x16\x72\x26\x63\x60\x38\x16\xb9\xb1\x1b\x41\xed\x49\x7c\x32\x0b\x40\x42\xf8\x11\xa1\x65\xb1\x50\xb6\x7d\x80\x38\x43\xa5\xfd\xb9\x3a\x5b\x01\xb5\x00\x10\x1a\xc4\x31\x7a\x01\xac\xfe\x8f\x23\xb0\x94\x14\x8f\xd1\xe4\x13\xb1\x03\x41\xea\xcc\xb8\x92\xc4\xbd\xc8\x76\x05\x38\xd5\xa1\x5f\x95\xe0\xc5\x86\xc9\x62\x02\xcc\xa3\x76\xa7\x9c\x2b\x1e\xc7\x94\x91\x8d\xc5\x05\x17\xca\xce\x71\xa6\xdf\x97\xfa\xbe\xcf\xb0\x3d\x14\x3b\x8b\xab\x3a\x4d\xb8\x5a\xe0\x09\xf2\x0b\xa0\x67\x03\xe1\xec\x2e\x18\x45\xb9\x5c\x38\xb6\xb4\x27\x69\xa7\xdb\xef\xaf\x2c\x78\x98\x2e\x17\xe5\xd2\x56\x34\xa9\x80\xa3\x97\x9e\x58\xc3\xf9\xc9\x08\xb9\x94\x31\x8b\xee\x18\xbe\x0b\x78\x60\x2d\xaf\xa1\x9c\xec\x6c\xdd\x87\xac\xb5\x33\xe0\xd7\x8a\x7d\x1c\x32\xf2\xb5\x33\xa4\x3e\xec\xe3\x61\x77\x0d\x0b\xf1\x51\xd0\xbb\x3d\xcd\x7a\x5e\xf8\x5d\xa7\x1f\xa5\x09\xc3\xb3\x5f\x1b\x44\xd8\x09\xbc\x8f\x7e\x50\xe7\xc2\x6a\x17\x46\x0f\xef\x61\xba\x05\xa1\xfe\x94\x31\x02\xd8\xa7\x86\x7a\x4a\x3c\xa5\x07\xb4\x6b\xca\xce\x14\xb3\xe6\xde\x84\xbd\xc0\x89\x95\xbf\x20\x17\x30\xa9\xeb\x13\x5c\x25\xa6\xd5\x43\x24\x08\x75\x98\x17\xa6\xa2\xf9\xe5\x86\x91\xb8\x5e\xc6\xdc\x67\xed\x97\x6f\x25\xa4\xc2\x3d\x86\xed\x04\xa3\xb8\x4b\x2c\xc0\x66\x72\x04\xce\x48\xfa\x5c\x88\x26\xf8\x0f\xb6\xf1\x46\xf6\xad\x7d\xd1\x74\x51\x5a\xd2\x79\x6a\x7f\x67\x3a\x9b\x2b\x5b\x1a\xb9\x84\x73\x94\xe8\xab\x17\x15\x64\xe6\x90\xcd\x1f\xcc\x54\x08\xc6\x5b\x55\x46\x10\xfb\xf4\xb4\xde\xf5\x5d\x00\x70\x48\x4b\x87\x01\x05\x1d\x08\x5f\x9b\x31\x3c\xcc\x04\xdf\xe2\x31\x5f\xa7\xfe\x4d\x12\xd3\x29\xb2\xb0\x4c\xc3\x41\xd6\x5c\x5e\x02\x5f\xf6\xaa\x34\x9b\x51\x40\x2a\x3e\x57\xa6\xf3\xd8\x4a\x42\xf6\x04\xf5\xcb\x5c\xbd\xd7\xb9\x25\x69\xc9\x7d\x7f\xd8\xd0\x3e\x75\xdb\x0b\x27\x4e\x49\x7f\x78\x0b\x87\x36\xc5\x5c\x90\x6e\xcd\x1d\x2d\x90\x2e\x49\x4c\x4b\x3b\x5d\x66\xfe\xa3\x22\xae\xe6\xea\xbf\x4d\xf7\xc0\x75\x8a\x2b\x3b\xac\x7a\x85\x4b\x18\x46\x10\x82\x55\x1f\xb1\xd0\x97\xff\xf6\xea\xe3\x2b\x4c\x6f\x2a\x73\xd0\x03\x9e\x54\x0f\x10\xa7\x2f\x51\x26\x09\x20\x01\xec\x17\x38\x8e\x23\x5f\x45\x2f\x12\x8e\x2e\x75\x0b\x55\x35\x31\x86\x2c\xf4\x61\x8e\xf5\x19\x8b\x78\x11\x6d\x8e\xac\x2d\x47\xdb\x98\x3d\xfd\x68\xf8\x30\x0f\xc9\x58\x5a\xed\x12\x0b\xe6\xc2\x99\x6d\x1d\xe9\x6b\x65\xbe\x98\x4f\x00\x07\xfc\x4d\x5d\x6f\xcc\x71\x52\xe3\xe4\x44\x24\x4e\xd5\xce\x73\x8f\x5b\xb5\x4f\x7f\xe3\xa4\x28\x85\xe2\x5b\x11\xb3\x17\x90\x88\xfb\xc2\x0e\xfe\x5c\xa5\xcb\x69\xb2\x5b\x15\xc4\x1c\x68\x3a\x65\x0a\xba\x78\x7b\x4e\xb9\x45\xdc\xbc\x26\xed\xe9\xec\xce\x8b\x56\xbb\xad\xe3\xfa\xc6\xd5\x34\xdc\x60\x41\x1f\x97\xeb\x9d\xeb\x2a\x2a\xaf\x2a\xd0\xc1\xf3\xbb\x09\x5b\x66\x5c\x81\xa4\x51\x1c\x1a\x55\x7e\x75\xc2\xe5\x19\x69\xf9\x6c\x66\x9e\xe2\xc9\x0e\x32\x70\x26\x73\x85\x1c\x86\x40\x76\xbf\x8b\x12\x19\xb1\x75\xc6\xd3\x4d\xcd\x0e\x12\xf7\x42\x15\xa0\x8c\x7d\x25\x78\x7e\x18\x5a\x22\xab\x97\xc0\x06\xc7\xb3\x66\x0a\x6e\x1f\x5c\xd5\x58\xa7\xa1\x79\x1d\x47\x0b\x20\x24\x45\xbc\x18\xc7\x38\xb5\x97\x17\xb9\xc2\xb6\x49\xd4\x6f\x10\x01\x36\x1f\xc7\x6c\xad\xfb\xe0\x07\xd8\xaf\x44\x86\x64\x31\xb5\x87\x42\x26\x1c\xb9\xd2\x41\x14\xb9\x67\x55\x2b\x92\x7b\xd6\x28\xef\xb9\xa6\xc0\x1b\x7a\x2a\x6c\x22\x82\xdb\x38\x26\xa4\x5c\x0a\xf4\x99\xec\x8f\xe5\x52\x27\x96\x7f\xf4\xec\x2d\xd3\x19\x48\xff\x14\x9a\xfe\x24\xe3\x2e\xeb\x40\xaa\x58\x7c\x3a\x88\x04\xa8\xff\xa0\xb7\x66\xb3\xa9\x26\x50\x98\xa9\x7f\x2c\xec\x4e\x99\x30\x87\x70\x61\x6f\xc6\x8d\xa7\xf2\x3a\x58\x78\x96\x14\x1b\x40\xf0\x62\x92\x8c\xef\xd4\x2d\xdf\xb1\x68\xc3\xd5\x3a\x70\x4d\x00\xa0\x52\xa4\x3a\x43\x89\xdc\x7b\x60\xdb\xd4\x99\x25\x59\x20\xea\x00\xca\xd4\x71\x81\x04\x04\xc8\x6b\xcb\x0f\xc0\xd7\xeb\x4c\xac\x21\x91\x74\xae\x2a\xe4\x27\xc0\x34\x6a\xd5\x79\xb0\x9e\x3e\xee\x88\xa7\x21\x60\xea\xba\x0d\x16\xd9\xce\x65\xde\x93\xbe\xb4\x5f\xcf\xf5\x6e\x9d\x30\x29\xa6\x13\xf6\x95\x4f\x0a\x10\x91\x56\x2e\x75\xbf\x23\x6f\xbb\xe6\xf2\x67\x7b\xae\x0e\x4d\xa6\xa6\xf6\xb6\xc3\x6f\x0d\x95\xea\xd6\x49\xd3\xcb\x7d\x50\xf0\xa2\x1c\x71\x06\x9d\xf0\x82\x27\x7a\x7d\x62\x5e\xbe\xc6\x77\xfb\xe6\xf5\x09\x22\xf6\x2d\x4b\x9e\x79\xde\x9c\x9c\xa6\x6e\xcf\xa2\xdf\xd6\xd7\x7b\x1d\xc8\x89\xee\x76\x20\x3f\x85\xa9\x6e\xa9\x90\xf6\xfb\x90\x93\x0e\x7a\x9f\x9e\x6f\x1a\xeb\x22\xb6\xb8\x7a\x4a\x0d\xca\xeb\xd7\xd8\x96\x1d\x20\xcd\x74\x5c\x46\x22\x36\x2b\x17\xee\x43\x88\x48\x72\x2c\x43\x95\x4d\xb2\xed\xa0\xad\x50\xa5\xc1\xa9\xfb\xb9\x7c\x0e\x83\xd8\xe9\x5d\xf7\xdf\x76\xf8\x1b\xac\xc5\xd7\xd6\xe9\xe1\xfa\xc4\x7e\xca\x46\x9e\x53\xae\xfa\x2a\xa7\xbc\xce\xe4\x5a\x2a\x5e\xe8\x8c\xbd\x74\x5c\x02\xaf\x9c\x10\x5d\xb7\x85\x30\x72\x9b\xa8\x74\x11\x6e\x13\x9f\xd5\xf0\x68\x9b\xa4\xe6\xa9\xbc\xe0\xdb\x34\x64\x69\x76\x32\xff\xd4\x33\x09\x76\x82\xb3\x4d\xc0\x77\x2a\x73\x9f\x37\x3b\x57\x14\x71\xc0\x71\xd3\x59\x28\x33\xd0\x79\x36\xa7\x65\xb1\x78\x24\xf3\x18\xbe\x3c\xce\xf1\x44\x30\x84\xf7\x3c\xed\xe7\x72\xe2\xe4\x72\xc0\xc4\x41\x72\x47\x78\x4b\xa5\x3a\x3f\xfb\x85\x7c\x46\x72\x4b\xd7\x43\xe7\x57\xe7\x36\x50\xe4\xef\x83\x95\x0b\x16\x0c\x04\x92\xda\x62\x22\x16\x5e\xed\xdd\xb6\x66\x4e\x71\x4b\x00\x75\x92\xe8\x32\x66\xb4\xa9\x51\x18\x3e\x9b\xe2\xe9\x08\x2c\xd3\xd3\x69\x57\x62\xd9\x48\x81\x71\xb7\xff\xc0\x7b\xed\x2b\x10\x7e\xeb\xd8\x81\x7b\x97\x3e\xf5\xec\xb3\x0d\x3d\xf5\x34\x8c\xbd\xdb\x8e\x47\x8d\xbd\xf3\x82\x03\xe5\xe5\x38\x07\x29\xdc\x47\x65\x9c\xc0\x7a\x0b\x03\x08\x2d\xa4\xdc\x95\xc0\x6c\x7e\x77\x70\x75\x96\x07\xa2\xbf\xaa\x94\x67\x42\x15\x0b\xa8\x71\x5c\x65\x50\xc9\x25\xbc\x5e\x31\x98\x06\x39\x82\xff\x7c\xa3\xd1\xbf\x6f\xf9\xad\xfe\xc2\xae\xc9\xa7\x65\xf6\x2b\x09\x20\xde\xfc\x8e\xbd\x94\x80\x39\x0a\x62\xa1\x6e\xe0\x3a\x86\x8b\x3e\xe8\x11\xbd\x17\x7c\x50\x65\x6b\x1f\xf4\x41\xbe\xf5\x10\xaa\x86\x52\xc8\xbd\x47\x59\xf9\x66\xab\xb5\x7f\x0b\x34\x2f\x2e\x2a\xff\x06\x7e\x62\x33\x7e\x09\xfb\xab\xc8\xb4\xcf\xc0\x42\x67\x55\x58\x70\xaf\xbd\xfe\x78\xb9\x6e\xb4\xc7\x51\x28\x3a\x54\x4a\x85\xbf\x10\x85\x18\x7a\x14\x96\x3b\x7b\x1d\xe9\x08\x21\xa5\x22\x5a\x74\xc8\xe2\x0c\x6a\x4a\x70\xf1\x0c\x65\x6e\x64\xed\x30\xb3\x0b\xf4\x18\xfc\x15\x94\xda\xb4\xe5\x29\xe1\xfb\x08\xca\x5d\x0f\xde\x4c\xe1\x23\xfe\xfc\xa7\xbf\x4c\x65\x47\x92\x35\x34\x7d\x2c\x5c\xca\x35\xfe\x5d\x26\x85\x8a\x21\x18\xcb\xe3\xa6\x62\x9b\xaa\x78\xe7\x2b\xdb\xb3\x99\x86\x4f\x92\x91\xdd\x7e\xd4\xe6\x0b\x9c\x44\x9f\x21\xa2\xef\x37\x59\xb7\x7c\x2b\xf1\xbe\x2e\x53\x22\x5f\xc4\x3b\xc5\xb7\x32\xfa\xac\x6d\xdc\x49\x91\xc4\xd0\x44\xaa\x7d\x5f\x54\x2a\x16\xd1\xdd\x58\x9b\xe0\xd1\x7a\x13\x22\xba\x63\xdf\xdf\xbc\x3f\x47\x79\x61\x99\xcf\xd5\x05\x2f\xe4\xbd\xb8\xcd\x12\x17\x0e\x20\x98\x74\x96\xd8\x35\x52\xe5\x3f\x0f\xb8\xb6\x2c\x59\xba\x35\x1c\x42\x79\x8a\xed\xee\x68\x59\x46\x77\xa2\x38\xce\xb8\x8a\xf5\x16\x3f\xe3\x38\x2f\x57\x2b\xf9\x69\x5a\xf0\xac\x43\xab\x02\xfd\x08\xbf\xa0\x9d\xeb\x15\xc8\x0a\x6f\xf3\xa2\xa9\xfb\x00\x89\xd6\xa4\x6b\x5f\x31\x6e\x31\x2f\x90\x6f\x05\x90\x8d\xb2\xaa\xce\x0b\x94\x82\xb9\xcb\x20\x87\x9a\xe7\x94\xc1\xa0\x49\x6c\xfd\x63\x60\xdc\x7f\x0c\x5a\x55\x15\xfc\xb7\x8d\xf2\x12\xa3\x5b\x7e\x87\xf7\xc3\x75\x26\xf2\x7c\xc2\x72\x0d\x2d\x9e\x2b\x9b\x0b\x60\xf3\xd5\x00\xf7\x02\x74\xc5\xc9\x8e\x45\x3a\x75\xa0\x75\xfc\xae\x8d\x7e\x00\x3f\x7d\x98\xa9\x0b\x22\xda\xa5\x2a\x64\xc2\xf8\xaa\x20\x27\x3e\x68\x33\x58\x2d\xb6\x7c\x3a\x57\x10\x8a\x8d\xe0\xf3\x01\x22\xe1\xc2\x2f\xee\x23\x72\xb6\xe2\x91\x4c\x64\x41\x8c\x71\x90\xe4\xc5\xcd\xf7\x9a\xf3\xc0\xf4\x65\xc6\x77\x3c\xf1\x17\x2b\x9e\x94\x3e\x39\xf9\x28\x17\x3d\x8c\xa4\x32\x5f\xa0\x83\xe0\xf9\x16\xb8\x47\x01\xca\x30\xf8\x80\xec\xed\x33\x53\xf9\x45\xed\x14\xfd\x5d\xf8\xbf\x95\x7b\x78\x9f\x55\x70\xc0\x85\xfc\x90\xc3\xb1\x79\xe5\x76\x02\xe6\xde\xce\x90\xb1\xc5\x07\x57\x4c\x71\x9f\xfe\xeb\x8e\x47\x88\x99\x74\x5c\xfa\xa7\x56\x76\xae\x59\xc3\x88\xde\x6b\x37\x12\x3f\x93\x3b\xa3\x8b\x52\x7f\x48\xf3\xad\x37\xfe\x52\xeb\xe4\x50\x8f\x3c\x91\x62\x48\xad\x16\xa0\xc4\x7c\xc8\x75\x12\x27\x80\x73\x6c\x9d\xbd\x75\x31\x77\xc7\x51\x5f\xd5\x6f\x23\x38\x18\x35\x01\x36\x32\x68\x44\x0f\x52\x3c\x4f\x5b\x40\x17\x23\x11\xef\x50\x06\xa2\xb5\xac\x69\xdf\x0c\x11\x04\xfc\x28\xdc\xb7\x11\x78\x7c\x6b\x2d\x1c\xe5\xac\x43\xdd\xe4\x5a\x55\xce\x71\x17\xf2\x7d\xbb\x7e\x0c\xea\xb6\xfd\xb9\xe5\x8a\x3c\x7f\x64\xc5\xcf\x55\x60\xb1\x23\x27\x9d\x4d\x29\x70\xbd\xd6\xe6\xcf\xab\x4c\xc3\x83\xfd\x79\x87\x88\x3a\xf4\xee\x9c\x6f\x43\x79\x46\xc0\x82\x44\x7a\xbb\x94\xca\xb2\x42\x90\x93\x1b\xae\x1a\x33\xcb\x99\xeb\x02\x12\xf6\xca\x80\xa2\x3d\xb5\xbe\x77\x66\x4e\x48\x3f\x1c\x6e\x59\xfb\xae\xe3\xe1\xfd\xee\x69\xf5\x27\x3a\x22\x8d\xf5\x2f\x30\x07\x48\xf2\xc0\x77\x39\x48\x98\x0b\xb3\x2b\xae\xd0\xb1\x5b\x6d\xff\x24\x30\x3f\x2c\x1f\xf3\x5c\x41\x0f\x21\x5f\x97\xdd\x48\xcd\xce\x0a\x13\x30\xb1\x62\xed\x9e\x6b\xed\x45\xde\xde\x39\xbf\x4c\xac\x26\xeb\x8d\xd5\x60\x10\xfa\x7f\x46\x78\xa6\xc7\x09\x7c\xa0\x2f\x3a\x38\x26\xd1\x62\x24\x98\x10\x24\x6e\xb9\x10\xf5\x84\x6d\xb9\x54\xb4\x0c\x50\x10\x33\x16\xcb\x72\xbd\xee\x74\x91\xfe\xfa\x63\x2d\xd5\x75\xf2\x4f\xef\x0b\xef\x65\x0b\x7c\x0a\x6f\xf1\x99\xad\x09\xdd\xd7\xe6\xde\xf7\x79\x1c\xc4\xbf\xa0\x37\xbe\x35\x24\xd6\x98\x44\x4f\xe3\x8d\x3f\x1b\xe2\x8d\xb7\xd8\x2e\x48\xb1\xa3\xeb\xb4\xc5\xdf\xfc\xe6\xa6\xff\x3c\x6e\xfa\x41\x93\x02\x69\x75\x16\xb2\x6a\xa0\xf7\xb4\xf0\x91\xcc\x93\x8e\x8c\x19\x5a\x85\xec\x6e\x66\x77\x8f\x73\xb6\xe4\xd1\x33\x50\x51\xc2\xe9\x78\xb8\x3f\x70\x0f\xf8\xe5\x5a\x6f\x05\x83\xaa\x72\x94\x52\x62\x94\xc5\x38\x01\xb4\xaa\xf9\x40\x8f\x18\x21\x3c\x0a\x1c\xa7\x88\x5c\x89\xbd\x51\xfd\x52\x89\x07\x66\x4e\xab\x49\x08\xdf\x0b\x86\x07\x34\xf6\x5e\x19\xeb\xb0\x82\xf5\x77\x94\x19\x99\x58\xf3\x2c\x86\x0c\x13\x5a\x92\x09\x8f\xee\xcc\x7f\x43\xfb\xa8\x46\x82\x18\xda\x6c\x7d\x84\xbd\xfa\xd2\xa4\x8a\x90\x8c\xd0\xb2\xaa\xbb\xf6\xe1\xeb\x39\xe3\x51\xa6\x73\x74\x1a\x39\x69\x6a\xc8\x70\x06\x03\xf6\x5e\xc6\x25\x4f\xb0\xc6\x4e\x4f\xfb\x58\xf8\x5a\x1d\x70\x14\xa8\xc8\x35\xd1\x6c\x34\x1c\xc8\x11\x05\xdd\x38\x9d\xab\xb7\x2e\x60\xf2\x86\xdd\xe6\x82\x50\x66\xb9\xe5\xe1\xef\x6d\xe9\xb3\x99\x0f\x0d\x4c\x60\xa7\x0d\xd1\xd3\x01\x16\x64\x1d\x74\x44\xde\xdd\x13\x7b\x08\x4d\x0f\x19\x94\xd1\xc4\xcc\x67\x81\x94\xbd\xef\x16\xbc\x27\x64\x82\xc7\xbb\x90\x0d\x51\x2a\x06\x51\x3a\xc6\xe3\xad\x54\x66\x11\x58\xb9\x54\x77\xd2\x58\xe5\x04\x84\x1c\x83\xaa\x58\x92\xd4\x36\xc1\x9c\x29\x61\x8c\x4b\x9e\xc9\x64\x07\xf7\x89\x34\x13\x47\x41\x3d\xc1\xf8\x50\xc6\x13\x68\x40\x10\x8d\x4b\x99\x8b\x55\x99\xe0\xad\x03\xee\xe5\xee\x03\x68\x47\xba\x3d\x9b\x18\x83\xa3\x20\x2d\x9f\xa0\x62\x54\xc8\x7c\x8a\xec\x91\x46\xb4\x72\x5c\xc4\xcd\xb3\x75\x66\x00\x72\xdf\xe8\x07\x9b\xea\xf6\xc0\x3d\x96\xb9\xeb\x74\x7d\xb2\x28\x4b\xbf\x1d\x6a\x6f\x80\x76\x9f\x0a\x28\xf7\x5c\x68\x8d\x7e\x13\xb1\xdb\x9b\xa4\x82\xcf\x21\x91\x69\xef\xb9\x2e\x73\xcc\x98\x33\x63\x09\xe7\x97\x75\x74\x54\x1d\xd7\xcc\x7d\x9d\xcc\xb5\x62\xf3\xf2\xcb\x2f\x7f\x2f\xd8\x97\x90\x42\x48\xf7\x11\x8c\x8f\x01\x5f\x27\x96\x0e\x5b\xb6\xab\x40\x20\x99\x67\x63\x44\x58\x1b\x44\xd5\xe6\xeb\x03\xc8\x93\x47\x1b\x96\x97\x4b\x44\x30\x72\x0a\xb1\x70\xe5\x78\xbf\xcf\x35\x80\x11\xf1\x64\xb7\xad\xff\x7f\x24\xa0\x80\xb2\x2b\x73\x95\x6a\xa4\xa6\x07\xe8\xe7\x52\xb0\x2d\xcf\xee\x40\x45\x17\xdd\xf3\x40\xc5\xff\x52\x8a\x69\x35\xbc\xf0\xaa\xd2\x1e\x0a\xe8\x20\xe5\x34\xcb\x4a\xa5\xac\x2c\x18\x33\x86\xa9\xf7\xf5\x4f\xe6\x6a\x59\x86\x77\xcf\x4a\xb0\xc0\x4f\x2d\x08\x18\xc0\x66\xab\x81\x2b\x84\x1a\xc5\x73\xdf\xae\x29\x1b\x10\x35\x98\xab\x27\x0e\x1b\xec\x73\xf8\x5d\x92\x0d\x66\x9d\x79\x41\xbe\x02\x7c\x6e\xa8\x5c\x0d\xc3\x81\xd3\x1e\x8c\x9c\x4b\x90\xaf\x9e\xb0\xef\xe5\xbd\x98\xb0\xeb\x94\x67\x77\x13\xf6\x16\xc3\x7f\x7f\xd0\xcb\x36\x1f\x5e\x83\x50\xe2\x60\x3f\xde\xe3\xdc\x58\x7d\x44\x2b\xed\xd6\xff\x4f\x0d\x62\x00\xd6\x15\xfb\xfe\x9f\x89\xc8\xeb\xe0\xfa\xf8\x67\xf7\x44\xec\x09\x53\xff\x06\x5e\xfb\xa7\xbc\x15\xf7\xd3\x7c\xfc\x2e\xfc\x5f\xbb\x7f\x59\x8b\x0b\x6c\x4f\xda\xe5\x5a\x51\x69\xbf\xae\xc4\x66\x19\xd7\x0f\xe5\x66\x7e\xf3\xb0\xa5\x40\xe9\xe3\xb1\x4b\x6d\x1f\x01\xba\xa7\x57\x6d\x7f\x9d\x24\x3a\x2f\xb3\xfe\xc5\x7f\x55\x6d\xb5\xad\xbd\x85\x6a\x15\x26\xdb\x76\x29\x80\xb5\x60\x28\xfc\x04\x1f\x5b\xfc\xb7\x5e\x2e\x00\x6b\x75\xd8\x0a\x6f\x2b\xce\x11\x38\xeb\xa8\xd2\x54\x7f\x42\x5e\xa7\x02\x18\xa7\xbc\x29\xea\x03\x02\xb5\x19\xe6\x5c\x23\x73\x65\x39\xef\x31\x63\x36\xcb\x04\x90\x73\x67\x02\xa4\x16\x19\x71\x0c\x26\xbb\xc0\x22\x0a\x6e\x3e\x1e\x14\x13\x66\xb9\x41\xb2\x2a\xdd\xb7\x96\x42\x28\xd7\xdb\x63\x4c\x09\x20\xa2\xae\xf5\x3e\xa1\xdd\x1e\x84\x95\x3e\xe8\x90\x85\x6d\xbc\x17\xdc\x05\xc1\xe4\x5e\x8b\x22\xd8\xcd\x6b\xa6\x45\x65\x69\x56\x22\x54\xbf\x2a\xc4\x7f\x6b\x0c\xba\x46\xce\x55\x71\xa0\x0c\x8a\xe9\x3d\x85\xbf\xfc\x92\x17\x1b\xbc\xd0\x6e\x75\x21\x70\xcf\x44\x96\x20\x9c\x2f\xe8\x75\x5e\x26\x7a\x09\x1a\x87\x45\x0f\x87\x63\x44\x4b\x7b\x50\xd7\x35\x07\x6c\xc8\xce\x60\x76\x13\xc8\xb4\xcd\x44\x0e\x84\x2b\xcd\x28\xd5\x50\x7c\xf2\xb8\x4b\x77\xb3\xb9\x66\xd3\x7f\xdb\xb8\x6c\x37\x45\x31\xcc\xb2\x06\xb0\xea\xe9\x23\x32\x68\x1a\x12\x23\x44\x16\x4d\x61\x60\xe4\x8b\xad\x7d\xaf\x95\xd2\x9f\xab\x19\xfe\x12\x1c\x02\xdc\xab\x5c\x39\x3c\x28\xa9\x26\xbb\xf5\x87\xe9\xab\x6c\x16\x22\x10\xc9\x43\x30\xf1\xbe\x4c\xb8\x0c\x4c\x20\xab\x51\x15\x32\x13\x4c\x01\x0a\x61\xae\xf2\x72\x79\xe4\x89\x49\xcc\x2d\xee\x1e\xc8\x74\x72\x91\x72\xb8\xca\x00\x5f\xd1\x51\xcb\x31\x8c\x9e\x49\xaf\x56\x63\x09\xfc\x78\x42\x9b\x3f\xe4\x4a\x62\x66\xbc\xfb\x76\x57\x8e\xb9\xac\xc1\x2d\xda\xc2\x95\xf0\xb0\xeb\xdb\x2f\x40\x4f\x0b\x32\x30\xaf\x10\x45\xf1\x4b\x1f\xe0\x61\x34\x74\xe8\xd1\x0d\xf1\xb4\xb9\xfa\x57\x7b\x36\x74\x83\x8a\x47\xcc\x74\xd3\x33\xe6\x88\xea\x04\x3b\x57\xda\x66\xaf\x90\x81\x11\xd8\xdd\xa8\xc6\x94\x6f\x2b\x95\x5b\x5c\x4b\x28\xaa\xa2\x29\x5d\x16\x7e\xbd\x97\x79\x40\xb7\x0e\xb5\x5d\x0b\xc1\xde\x64\x62\xf5\xe6\x63\x26\x56\x0b\x3b\xd2\x53\xf8\xa0\xa9\xf9\xa2\x26\xe9\xfa\xc0\xc9\x91\xa7\x5a\xb5\x93\x1f\xee\x21\x27\xad\x7d\x12\x96\x13\x7c\x93\x5c\x31\xaf\x2f\x6b\xbe\x07\x18\x20\x44\x5c\x67\x83\x6f\xb4\xec\xb3\x1f\x73\x5d\x48\xb0\x01\x50\xab\x0e\x19\xd2\x7f\xfe\xe3\xad\xd2\x67\x43\x8e\xb7\x9b\x2a\x64\xc6\x6e\xf6\x5c\xb9\x03\xaf\x1b\x17\xfa\x79\xd1\xe9\x30\x80\x79\xca\x1f\x14\xf1\xd8\x8c\x72\x3d\x0d\x3b\xd6\x6a\x00\xa2\xe0\x58\x6b\x60\xe0\xfc\x2a\x53\xd6\xd3\x27\x9d\x92\xe5\x24\xd0\xff\xe7\x49\x12\x6a\x5a\xf8\x48\xdb\x5c\xf9\xbc\x54\x63\xb5\x26\x89\x75\xe1\x55\xec\x0d\x27\x39\x9c\x17\xbc\x10\x13\x4b\xba\x42\x74\x85\x14\x0f\x3b\x5a\x72\x10\x97\x76\x2a\x66\xfb\x56\xf3\x53\x5d\x22\x7f\x65\x79\xd1\x7b\x22\xcf\x58\xed\xe2\x4e\x34\xe0\xcc\x7b\xdb\xda\x1e\xe9\x08\x28\x25\x60\x31\xdb\x5d\x36\xe2\x59\x66\x51\xfe\x54\x2b\xb3\x84\xe3\xe1\xad\xa4\xa3\x9d\x1b\x11\xdd\xa5\x5a\xaa\xd1\x7b\x51\x85\xe2\x02\x26\x7b\xc1\x7c\x69\xee\x76\x38\xe8\x70\xac\xd8\x93\xf8\x21\x39\xc0\x2b\x2c\x34\xd4\x93\xb1\x71\xe6\xb4\xaa\xbb\xa7\xdd\x53\xfb\x2f\x84\x3f\x1b\x9e\xc1\x17\xdb\x12\x1f\xaa\x9d\x2a\xbc\xc5\xb1\x53\x61\x02\xe5\x8d\xec\xaf\x81\x9d\xcd\x59\x85\xc2\xb0\xb5\x4b\xc1\x05\xf9\x9b\x67\xe8\x37\xcf\xd0\xff\x70\xcf\xd0\xe7\x74\x0b\x01\x36\xe6\x39\x7d\x42\x3d\x01\xf2\x03\x96\xa3\xab\x75\x74\x8e\x63\xab\x75\x3c\x09\x64\xb7\x83\x4c\xc7\x26\xd0\xdf\x12\x61\x98\xfe\x59\xf2\xe8\x4e\xa8\xce\x18\xbd\xa5\x2f\xea\x54\x40\x7d\x5a\x04\x4b\x1b\xfb\x52\xf0\x76\x3f\x94\xc5\x43\x9d\x88\x34\xb8\x8d\x10\xc4\xac\x13\xb0\x3d\xcd\x87\x1f\x01\x68\x4c\x67\x8e\xd8\x3a\xa7\x2c\x3c\x0c\x46\x22\x4d\x12\x82\xa5\x6a\x54\xd0\x43\x31\x71\xb6\xe2\x45\xaa\x75\xd2\x0a\x8d\x7b\xd2\x0e\x6c\x24\xca\x0c\xed\xbc\x33\x34\x46\xf3\x10\x30\x66\x7b\xd1\x27\x5d\xf8\x14\x0d\xcc\xc7\x00\x2d\x0c\x98\x4d\x71\x09\xb9\x94\xbe\x3b\x02\x81\x43\xee\x1c\x2e\x84\x11\x5b\x8a\x88\x83\xf4\xaa\x05\xef\x45\xdc\x65\x9f\x84\xa4\x48\x8d\x74\x90\xbc\x59\x4f\x47\xd4\x12\xca\x5d\xc8\x36\xe1\x8b\xb1\x8b\xab\x66\x21\x58\x68\x39\xb6\xdc\x22\x49\x2c\xed\xe2\x3e\x49\x61\xcb\x31\xbd\x00\xfd\xc3\x61\x27\x5c\xeb\xbe\x73\x46\x05\x9d\x40\x39\xc3\x37\xd2\xef\x21\x1d\x67\x3b\x10\xb9\x33\x57\x33\xa7\x34\xeb\xb1\x5f\x0e\xb9\x87\xe1\x52\xc4\x2c\x36\x86\x06\xb9\x1c\xfd\xcd\x65\xc2\xf2\x32\xda\x00\x5b\x65\x75\x9f\x0a\xf7\xad\xe6\x8a\x9d\xcc\x95\xb9\x10\x81\xab\x65\xcb\x21\x2f\xfe\xc1\x18\xab\xb9\xfc\xab\x70\xf0\x2c\x22\xef\x0a\x11\x59\x78\x71\xd2\xaa\x15\xbd\x66\x89\x43\x11\x60\xe1\x31\x25\x65\x1a\xf3\x42\x4c\xe7\x1e\x6d\x23\xd1\xd3\x69\x51\x1e\x64\x32\xe7\xe1\x87\x85\x38\xc6\xda\x4e\x9b\xc8\x95\x88\x76\x51\x43\x07\xa8\x9f\x26\xe2\xb7\x6b\xdb\xaf\xeb\xda\x86\x2c\xbb\x98\x33\x38\xa6\x6b\xa9\xa9\x57\xfe\xf5\xc3\x3a\x57\xb0\xa0\x25\xf9\x88\x7e\xfe\x8c\xd7\xce\x16\x1b\x78\x9c\x3d\x3f\xf8\x1e\xd4\x7f\x9c\xf9\x8b\xad\x3f\xac\x03\x0a\x84\x86\x59\x18\x06\x17\x8b\x70\xea\x18\x83\x76\x70\x58\xbf\x9b\x65\xe6\x57\x05\x4e\x1a\x72\x71\x35\x16\xb7\x83\x2b\x5d\x58\x4b\x5b\x09\x3c\xef\x7a\x2c\xee\x80\xd5\x9d\x17\x2f\x72\xd7\xeb\xd5\x1d\xd0\x62\xff\x67\x6a\x77\x50\x02\xe6\x2e\x15\x8b\x32\x4b\x0e\x82\x1b\xdf\x5e\x9d\x1f\x3b\x6b\x03\x2c\xe7\x4e\xdd\xa3\xa2\x26\xce\x6c\x55\x81\x45\x4c\x70\xd0\x48\x27\x6c\x59\xae\x56\xa0\x5f\x42\xc0\x50\xbb\x19\x81\x36\x7c\x99\x17\xf6\x3c\x41\xa6\x19\x9e\x17\x73\xa5\x95\x60\xf3\x2f\x8e\xe7\x5f\x98\xa3\x2c\xe3\x51\x21\x32\x24\x19\x48\x78\x5e\xb0\x5c\xac\xc1\xd4\xa2\x4a\x6f\xaf\xce\x21\x2b\xb1\xd8\x60\x71\xee\xca\x8a\xf9\x9e\xc8\xf9\x0c\x5a\x3f\x40\x50\xad\x02\xcd\x2b\x68\xfb\x4b\x9e\x33\xa9\xe6\xea\xa3\x29\xe2\x78\xad\xf5\x3a\x11\x53\x3b\x20\xd3\xb7\xe4\x7a\xfc\xf8\x0a\x5b\x00\xaf\x87\xb0\x7e\x73\x20\x72\xa5\x95\x8c\x78\x02\x09\x39\x73\x05\x56\xf3\xc4\x7c\x0c\xb8\x46\xe7\x5f\x4c\xe7\x5f\x30\x08\x9f\x16\x8c\x47\x91\x48\x0b\x11\xa3\xb8\xe8\x99\x62\x29\xe0\x17\x23\x31\x61\x85\xe0\xdb\xdc\x52\x3a\xb3\xd4\xdc\x31\xe1\x6a\xc8\xa4\x22\xa4\xd3\x52\x2a\x9e\xed\x10\xcc\x84\x72\xe1\x94\xfc\xb1\x9b\x2b\xf1\x09\xe8\x3f\x25\x30\x80\x96\xb9\xa3\xa5\x21\x61\x02\xf3\xc9\x33\xb5\x9b\xb2\xef\x91\xa1\x01\x29\x50\x6f\xaf\xce\x2d\xbd\x11\xe5\x80\xce\x55\x1e\x6d\xc4\x56\xb0\x8f\x9b\xa2\x48\x3f\x4e\xf0\x7f\xf3\x8f\x10\x71\x54\x9a\xe1\xaf\x13\x66\x86\xc8\x18\xaa\x16\x2f\x9f\xec\x40\xc5\xb5\x4c\x49\xf2\x7d\xae\x80\x8b\x3d\x0b\xd1\xbd\xa6\xb7\xa1\xc6\xe0\x0a\x5e\xc1\x85\x9b\x5d\x1c\xe4\x15\xdf\x98\xce\xf9\x5f\xec\x6c\xe5\xab\x34\x1d\x68\xd5\xbd\x5c\xab\xc0\x20\xc9\x21\x65\x6b\x6a\x5e\x98\x29\xf6\xfd\xcd\xcd\x25\xfb\xee\xf4\xc6\x1a\x3b\xb7\x57\xe7\x38\x2f\x80\x4e\x85\x71\xf6\xe7\xfa\x10\xdf\xec\x52\xf1\x97\x3f\xff\x65\xae\x98\x55\x09\x57\xb6\xa7\x71\x45\x4f\x90\x12\x16\xf0\x4e\x10\x98\x05\x2a\x67\xa8\x0f\x25\x77\xa8\xf9\x19\x5a\xe7\x0f\xe4\x2d\x80\x33\x2a\xd1\xfa\xae\x4c\x9d\x9b\x3b\xb4\xc3\x4c\x85\xb7\x57\xe7\x50\x3a\xd0\x29\x15\x1b\x50\x30\x13\xce\xfb\x02\x03\xcf\x6d\x63\xcc\x7f\xdf\x6b\x19\x33\xae\x76\xe6\x5d\x2c\x1a\xa6\x65\x26\x56\x3a\x13\x13\xfb\xa4\x29\x80\x17\x72\x29\x13\x59\xec\x60\x97\xb2\xca\xf2\xa9\xe5\xc8\x37\x05\x98\xdb\x0c\x01\xbc\xcd\x04\x43\x21\xd9\x97\xb7\x79\x88\x00\x87\x41\x73\xea\x84\x78\xd1\x31\xef\x2e\x33\xc1\xef\xcc\xec\xa6\x12\xa6\xaf\x48\xb5\x55\xbc\xc1\x33\x66\x55\xaa\x08\xa7\x86\x69\x03\xcd\x7e\xba\x39\x25\xbb\x40\xbe\xdf\x86\xcb\x57\x2b\x19\x49\x9e\xd0\xce\xb1\x2c\x57\x20\x1b\xc3\x73\x92\x2c\x42\xf0\xa1\x29\x04\x6e\x19\x56\x32\x1f\x27\xd4\x52\xac\x25\x02\x8e\x1f\x64\xb1\xc1\xbc\x82\x29\x8e\x33\x4f\x65\x3e\x8d\xf4\x16\xd6\xdb\x35\x4c\xa5\x9c\x2e\xbd\x80\x03\xaf\xcd\x73\xf6\xd2\x42\xed\xb6\x69\xb1\xa3\xb9\xf7\x8a\x6d\xe5\x7a\x53\x80\x90\x0b\xd4\x0e\x90\x08\xb9\x4d\x13\xb8\xf4\x51\x84\xd1\xe2\x7d\x73\xb1\xe5\xaa\x90\x51\x57\x4c\xa9\x55\x94\x7b\x18\xc6\x73\xb9\x2b\xfa\xfd\x78\xef\x89\x67\x9f\x23\x85\x7e\xb0\x23\xb3\xfa\x86\x4c\x7b\x20\xc8\xcb\x04\x04\xfe\x75\xd1\xd7\x7d\x57\xa8\x8f\x33\xb5\xfb\xe8\x49\x48\xb9\x0a\xb4\xaf\x7a\x6a\xb7\xeb\x9f\x27\x9a\x46\x8d\xf1\xb9\x02\x54\xa7\xd9\x30\x48\x0e\xb6\xf7\x8c\x71\x47\x8a\x19\xd9\x4b\x3b\x69\x12\xb9\x84\xba\x69\xaf\xc8\x59\x5e\xa6\x90\x4f\x50\x68\x96\xf2\xe8\xee\xb8\x54\xe6\x7f\xcc\x66\x88\xcb\x3d\x0f\xc9\x89\xe6\x4a\xaf\x58\x59\xe0\xc2\xb1\x53\x18\x9c\x22\x81\x2b\xc0\x5f\xd0\xb6\xa2\xd8\xe8\xd8\xe5\x85\x99\x32\xa1\xff\x4c\x8b\x4e\x89\x5e\xfa\xf5\x1b\x76\x69\x2a\x34\x93\x98\xea\xe6\xee\xf3\xa5\x62\x27\xff\xfa\xaf\xf0\xbc\xe9\xdc\x77\x5a\xb3\x95\xd6\xec\x1b\x36\x9d\x4e\xff\x13\xff\x66\x0a\xe5\x6a\x47\xff\xe2\x6a\x37\x35\xc5\xbd\xcb\xf4\xf6\xe5\x4a\xeb\x57\xf4\x77\x90\x4d\x36\xff\x21\x57\xec\xa5\x79\xe8\x16\xaa\xba\xd1\x2f\xe7\xe5\x97\x5f\x7e\xf5\xef\xe6\xd1\x57\xec\x6f\xf8\x4c\xf0\xf8\x3f\xc2\xa6\x7e\xb5\xa7\xa9\x7f\xe0\xf7\x7c\x48\x5b\xd9\x37\x70\xd6\x98\x02\x7a\xdb\x28\xf3\x97\xef\xb4\x9e\xc2\xed\x3f\x6c\x1d\x16\x6b\x9e\xc0\x56\x04\x4f\xfd\x67\xd0\x6c\x66\xdb\xfd\xfb\x3d\xed\x46\x54\xbd\x6b\x39\x16\xff\x4e\xeb\x97\xd3\xa9\xd9\xb7\xa8\x5f\xb1\xd5\x2f\x5f\x55\x3b\x1a\x3e\xa0\xd9\x7e\xf3\xf3\x19\x36\xff\xed\xe9\xf5\xc9\xd5\xd9\xe5\xcd\x87\xab\x57\x6f\xec\x17\xf8\x11\x08\xde\x67\x56\xdc\xda\x35\xfc\x7f\xef\x69\xf8\x77\xda\xb6\x19\x1a\xfd\xe6\x1b\x86\xa3\x99\x2e\xa7\xef\xb4\xfe\xdb\x74\x3a\xfd\x07\xfd\xcc\xd5\x6e\x62\x0e\x26\xf3\x4c\x8a\x5b\xf9\x7b\x9e\xe5\x1b\x9e\x98\x6f\x0a\xda\xe0\x3e\xa2\xb5\x44\x5b\x9c\x5c\xd5\x0a\xbb\x55\x5b\x5f\x1c\x54\x06\x03\x0b\x4f\xfd\x7f\xdf\x30\x25\x13\x3f\x7c\x41\x1d\x30\x4e\x37\x40\x2d\x11\xdd\xb9\xe5\xe2\x54\x3a\x97\x3b\x96\xd6\x17\x2e\xe6\x9d\xed\xac\x42\x81\xd9\xee\xe7\xea\x45\xcb\x8e\x7e\x6c\x4c\xbb\x29\xfc\x60\x0e\xa8\x17\x56\xbf\xdd\x1e\x0b\x4e\x59\x0b\x7b\x16\x02\xd1\xb8\x5a\x15\xe5\xa8\xb5\xd9\x87\xee\xc0\x0b\xc8\xaa\xc0\xec\x7c\x71\xfc\x82\x12\x85\x7c\x15\x55\x22\xf9\xf9\x17\x2b\xad\xa7\x4b\x9e\x41\xeb\x3e\x1d\xef\xa6\x7f\x9d\x7f\x81\xdf\x83\xc6\x07\x1a\x46\x50\xf8\xfc\x0b\xf8\x15\xa6\xc3\x5c\xfd\xe1\xfa\xc3\xc5\x5c\x7d\xf3\xcd\x37\xdf\x60\x6f\x99\x7f\xb7\xc4\x5e\xcc\x71\x05\xdb\x2d\xda\x29\x65\x6e\x25\x25\xc5\xba\x4c\x78\x36\x57\xed\xe1\x9a\x58\xf8\x4d\x73\xe2\x83\x37\x34\xcf\x26\x56\xdd\x02\x44\xca\xec\x1e\x87\xbe\xc9\x8f\xff\xbf\x69\xf2\x47\x32\x11\xdd\x26\x1f\x76\xc1\xd4\x4e\xe6\x37\x76\xaa\x9a\xce\x36\xf3\xd7\xdb\x59\x2b\x99\x08\x5a\xb8\x76\x72\x5f\x8a\x2c\xd7\xca\xcf\x19\xba\x10\x00\xb7\x19\x04\x00\xd8\x37\xec\xf5\x7f\xd6\x7e\x35\xe3\x60\x7f\xfc\xaa\xb2\x13\x30\xe6\x8b\x9a\x7f\x01\xad\x9e\x7f\xf1\x86\xcd\xbf\x68\x9b\x37\xd5\x86\x4d\xb1\x29\xf3\x2f\x26\xbe\x00\x68\xc6\x05\xdf\x62\x21\xe5\x97\x5f\xfe\x3e\xc2\x26\x60\xea\x5a\xf0\xa4\x69\x52\xf7\x83\x41\x13\xcf\x6a\xa1\x33\xdb\x11\x36\x05\xf2\x41\x24\xc9\xd1\x9d\xd2\x0f\xa8\xf4\x0d\x71\x22\xca\x52\x66\x38\x3d\xaa\x83\x4b\xda\x64\xb5\x11\xb7\x49\x9b\xae\x1a\x27\x6f\x07\x03\x3a\x57\x1f\x61\xea\xd8\x11\x25\x3a\x22\xa0\x03\x75\x35\xc1\xa5\x86\x66\x82\xcd\xb1\xa0\x89\x30\x57\x50\x8c\x1b\x73\xf6\x12\x80\x5f\xf4\x29\x0d\xcb\xda\x5e\x9e\xfe\xf2\xe7\xbf\xbc\x7a\x73\xc8\x38\x55\x8b\xab\x0c\x15\x7c\x0f\x96\xf1\x7a\xfa\xd5\xeb\xaf\xf2\xf9\x17\xd4\xeb\xed\x57\xec\x73\x99\x17\x3f\xd6\x2c\xb0\x47\xc8\x8d\x1b\xc3\xe1\xb9\x82\x17\xb6\xa9\xd8\xcc\xa1\x41\x8b\xab\x6a\x58\x41\xaf\xac\x5b\x07\x2e\x67\x56\x88\xdd\xb4\x7b\x94\x79\xe7\xfa\x0b\x2f\x5b\xec\x21\xe3\x69\x2a\x32\xeb\x2b\x6f\x84\x33\x40\xd5\x1c\x6a\xb1\x5b\x7f\xdb\x66\x66\xa6\x4d\xad\x68\x78\x0c\xba\x6e\xda\x3e\x72\x17\x65\x92\x74\x8e\xdc\x7e\xb1\xe4\x8b\xdb\xf3\xf3\xc5\x8f\xb3\xf3\xdb\x53\xfb\xf9\xad\xe2\xc3\xc1\x63\x9d\x7d\xe2\x5a\x42\x7d\x82\xb8\xaa\x02\xb0\x54\xe5\x56\x64\x96\x29\xcc\x7f\x35\xe2\x48\xca\x24\xa9\x0a\x53\xcf\xd5\x47\x2a\x07\xb6\x81\x52\x49\x6b\xa6\xf4\x76\x5c\xb5\x7e\x78\xec\xa3\x29\xfc\x23\xbe\x7b\xc4\xfc\x47\xbc\x61\x17\xae\xd6\x8e\x7e\x25\xc2\x89\x03\x96\x03\xe6\xdb\x76\x2d\x87\xa7\x96\xde\x7f\xdc\xf2\xb8\x55\x20\xfa\x65\x76\x5e\x54\xcc\x7f\x92\xd5\x81\x7d\xf7\xb1\x0a\x05\x77\xee\xd2\x18\xa3\x86\x50\xee\x04\x05\xd3\xf3\x82\x38\x8b\xb1\xcf\xe6\x0a\x37\x62\xd3\xa6\x42\x77\xb7\x89\x9d\x51\x04\x29\xe1\x6a\x5d\xf2\xb5\xc8\x27\xcc\x56\x3e\x57\xf6\x76\x6a\xef\x3a\x0e\x98\x03\x8c\xac\xb5\x29\x54\x4b\x01\x96\x6a\xae\xe8\x9b\xe0\x84\xa5\xe2\x31\x1d\xf5\x0f\xd7\xee\x73\x28\xef\x1b\x0b\x22\xcd\x77\x35\x57\x38\xb8\xe8\x1b\xb3\x60\x43\x30\x3b\x9a\x67\x13\x07\x78\x30\xde\xeb\x62\x56\xe8\x35\xc0\x1e\xe7\xca\xb1\x60\x21\x38\xc3\xde\xd7\xbc\x36\x28\x36\x69\xff\x7e\x62\x07\xc3\xae\x09\x6a\x5b\xfb\xac\x3f\xf8\x0c\x30\x0b\x6e\xd1\x7a\x97\xef\x9f\xb6\x7e\x1b\x1b\x08\xc8\xe1\xc1\xc6\xd1\x45\x8d\x08\xd4\x67\xed\xad\xb1\xdf\x85\xcf\x74\x66\x8f\xea\x72\x99\x8c\x68\x12\x3e\xdf\xdb\x28\xdc\x92\xfb\x1b\x35\xc0\x23\x7d\x55\x5b\x5a\x66\x9a\xf6\x55\xbb\xd4\xba\x63\x5c\x9e\x10\xb3\x5b\x69\x14\xbd\xb0\xaf\x33\xca\xa8\x78\xcc\x7c\x19\xc0\x07\x54\xef\x22\xbb\xfb\xf4\x35\x28\x91\xf9\xa3\x9a\xe3\xed\xa7\xc1\x2d\x72\x16\x02\x1d\x76\xa3\x76\x58\x3a\xe7\x2a\x1b\x6c\xc7\x36\x69\xaf\x29\x98\xde\x22\x24\x6e\x2f\x66\xf1\x4c\x60\x11\x99\xf9\x3f\x71\x93\x68\xe2\x47\x6e\x02\x8d\x8c\xca\x2c\x37\xdb\x25\xed\x77\xb4\x6b\xeb\x8c\xf1\xb9\xb2\x6c\x30\x76\x3b\x9e\x59\x7f\x70\xe6\xfe\x8a\x1c\x4b\x29\x4a\xd6\x41\x50\xa8\x00\x2f\x39\xed\x86\x73\x75\xcf\x33\xc9\x15\x60\x9a\x97\x39\xe8\x0d\xc3\x95\x6e\xc7\xe8\x07\x47\xc0\x91\x87\x4e\xe6\x3d\x7b\x5e\xcd\x0c\xa8\x9c\xf3\xbf\x33\xff\xf7\x8f\xdf\xfd\xdf\x00\x00\x00\xff\xff\x5c\xdb\x4a\xe5\x52\xe0\x04\x00") func adminSwaggerJsonBytes() ([]byte, error) { return bindataRead( @@ -93,7 +93,7 @@ func adminSwaggerJson() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "admin.swagger.json", size: 319482, mode: os.FileMode(420), modTime: time.Unix(1562572800, 0)} + info := bindataFileInfo{name: "admin.swagger.json", size: 319570, 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/AgentOuterClass.java b/flyteidl/gen/pb-java/flyteidl/admin/AgentOuterClass.java index f71d1743ff..4bdcefaea6 100644 --- a/flyteidl/gen/pb-java/flyteidl/admin/AgentOuterClass.java +++ b/flyteidl/gen/pb-java/flyteidl/admin/AgentOuterClass.java @@ -12023,6 +12023,4435 @@ public flyteidl.admin.AgentOuterClass.ListAgentsResponse getDefaultInstanceForTy } + public interface GetTaskMetricsRequestOrBuilder extends + // @@protoc_insertion_point(interface_extends:flyteidl.admin.GetTaskMetricsRequest) + com.google.protobuf.MessageOrBuilder { + + /** + *
+     * A predefined yet extensible Task type identifier.
+     * 
+ * + * string task_type = 1; + */ + java.lang.String getTaskType(); + /** + *
+     * A predefined yet extensible Task type identifier.
+     * 
+ * + * string task_type = 1; + */ + com.google.protobuf.ByteString + getTaskTypeBytes(); + + /** + *
+     * Metadata is created by the agent. It could be a string (jobId) or a dict (more complex metadata).
+     * 
+ * + * bytes resource_meta = 2; + */ + com.google.protobuf.ByteString getResourceMeta(); + + /** + *
+     * The metrics to query. If empty, will return a default set of metrics.
+     * e.g. EXECUTION_METRIC_USED_CPU_AVG or EXECUTION_METRIC_USED_MEMORY_BYTES_AVG
+     * 
+ * + * repeated string queries = 3; + */ + java.util.List + getQueriesList(); + /** + *
+     * The metrics to query. If empty, will return a default set of metrics.
+     * e.g. EXECUTION_METRIC_USED_CPU_AVG or EXECUTION_METRIC_USED_MEMORY_BYTES_AVG
+     * 
+ * + * repeated string queries = 3; + */ + int getQueriesCount(); + /** + *
+     * The metrics to query. If empty, will return a default set of metrics.
+     * e.g. EXECUTION_METRIC_USED_CPU_AVG or EXECUTION_METRIC_USED_MEMORY_BYTES_AVG
+     * 
+ * + * repeated string queries = 3; + */ + java.lang.String getQueries(int index); + /** + *
+     * The metrics to query. If empty, will return a default set of metrics.
+     * e.g. EXECUTION_METRIC_USED_CPU_AVG or EXECUTION_METRIC_USED_MEMORY_BYTES_AVG
+     * 
+ * + * repeated string queries = 3; + */ + com.google.protobuf.ByteString + getQueriesBytes(int index); + + /** + *
+     * Start timestamp, inclusive.
+     * 
+ * + * .google.protobuf.Timestamp start_time = 4; + */ + boolean hasStartTime(); + /** + *
+     * Start timestamp, inclusive.
+     * 
+ * + * .google.protobuf.Timestamp start_time = 4; + */ + com.google.protobuf.Timestamp getStartTime(); + /** + *
+     * Start timestamp, inclusive.
+     * 
+ * + * .google.protobuf.Timestamp start_time = 4; + */ + com.google.protobuf.TimestampOrBuilder getStartTimeOrBuilder(); + + /** + *
+     * End timestamp, inclusive..
+     * 
+ * + * .google.protobuf.Timestamp end_time = 5; + */ + boolean hasEndTime(); + /** + *
+     * End timestamp, inclusive..
+     * 
+ * + * .google.protobuf.Timestamp end_time = 5; + */ + com.google.protobuf.Timestamp getEndTime(); + /** + *
+     * End timestamp, inclusive..
+     * 
+ * + * .google.protobuf.Timestamp end_time = 5; + */ + com.google.protobuf.TimestampOrBuilder getEndTimeOrBuilder(); + + /** + *
+     * Query resolution step width in duration format or float number of seconds.
+     * 
+ * + * .google.protobuf.Duration step = 6; + */ + boolean hasStep(); + /** + *
+     * Query resolution step width in duration format or float number of seconds.
+     * 
+ * + * .google.protobuf.Duration step = 6; + */ + com.google.protobuf.Duration getStep(); + /** + *
+     * Query resolution step width in duration format or float number of seconds.
+     * 
+ * + * .google.protobuf.Duration step = 6; + */ + com.google.protobuf.DurationOrBuilder getStepOrBuilder(); + } + /** + *
+   * A request to get the metrics from a task execution.
+   * 
+ * + * Protobuf type {@code flyteidl.admin.GetTaskMetricsRequest} + */ + public static final class GetTaskMetricsRequest extends + com.google.protobuf.GeneratedMessageV3 implements + // @@protoc_insertion_point(message_implements:flyteidl.admin.GetTaskMetricsRequest) + GetTaskMetricsRequestOrBuilder { + private static final long serialVersionUID = 0L; + // Use GetTaskMetricsRequest.newBuilder() to construct. + private GetTaskMetricsRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) { + super(builder); + } + private GetTaskMetricsRequest() { + taskType_ = ""; + resourceMeta_ = com.google.protobuf.ByteString.EMPTY; + queries_ = com.google.protobuf.LazyStringArrayList.EMPTY; + } + + @java.lang.Override + public final com.google.protobuf.UnknownFieldSet + getUnknownFields() { + return this.unknownFields; + } + private GetTaskMetricsRequest( + 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; + case 10: { + java.lang.String s = input.readStringRequireUtf8(); + + taskType_ = s; + break; + } + case 18: { + + resourceMeta_ = input.readBytes(); + break; + } + case 26: { + java.lang.String s = input.readStringRequireUtf8(); + if (!((mutable_bitField0_ & 0x00000004) != 0)) { + queries_ = new com.google.protobuf.LazyStringArrayList(); + mutable_bitField0_ |= 0x00000004; + } + queries_.add(s); + break; + } + case 34: { + com.google.protobuf.Timestamp.Builder subBuilder = null; + if (startTime_ != null) { + subBuilder = startTime_.toBuilder(); + } + startTime_ = input.readMessage(com.google.protobuf.Timestamp.parser(), extensionRegistry); + if (subBuilder != null) { + subBuilder.mergeFrom(startTime_); + startTime_ = subBuilder.buildPartial(); + } + + break; + } + case 42: { + com.google.protobuf.Timestamp.Builder subBuilder = null; + if (endTime_ != null) { + subBuilder = endTime_.toBuilder(); + } + endTime_ = input.readMessage(com.google.protobuf.Timestamp.parser(), extensionRegistry); + if (subBuilder != null) { + subBuilder.mergeFrom(endTime_); + endTime_ = subBuilder.buildPartial(); + } + + break; + } + case 50: { + com.google.protobuf.Duration.Builder subBuilder = null; + if (step_ != null) { + subBuilder = step_.toBuilder(); + } + step_ = input.readMessage(com.google.protobuf.Duration.parser(), extensionRegistry); + if (subBuilder != null) { + subBuilder.mergeFrom(step_); + step_ = subBuilder.buildPartial(); + } + + break; + } + default: { + if (!parseUnknownField( + input, unknownFields, extensionRegistry, tag)) { + done = true; + } + 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 { + if (((mutable_bitField0_ & 0x00000004) != 0)) { + queries_ = queries_.getUnmodifiableView(); + } + this.unknownFields = unknownFields.build(); + makeExtensionsImmutable(); + } + } + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return flyteidl.admin.AgentOuterClass.internal_static_flyteidl_admin_GetTaskMetricsRequest_descriptor; + } + + @java.lang.Override + protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internalGetFieldAccessorTable() { + return flyteidl.admin.AgentOuterClass.internal_static_flyteidl_admin_GetTaskMetricsRequest_fieldAccessorTable + .ensureFieldAccessorsInitialized( + flyteidl.admin.AgentOuterClass.GetTaskMetricsRequest.class, flyteidl.admin.AgentOuterClass.GetTaskMetricsRequest.Builder.class); + } + + private int bitField0_; + public static final int TASK_TYPE_FIELD_NUMBER = 1; + private volatile java.lang.Object taskType_; + /** + *
+     * A predefined yet extensible Task type identifier.
+     * 
+ * + * string task_type = 1; + */ + public java.lang.String getTaskType() { + java.lang.Object ref = taskType_; + if (ref instanceof java.lang.String) { + return (java.lang.String) ref; + } else { + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; + java.lang.String s = bs.toStringUtf8(); + taskType_ = s; + return s; + } + } + /** + *
+     * A predefined yet extensible Task type identifier.
+     * 
+ * + * string task_type = 1; + */ + public com.google.protobuf.ByteString + getTaskTypeBytes() { + java.lang.Object ref = taskType_; + if (ref instanceof java.lang.String) { + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); + taskType_ = b; + return b; + } else { + return (com.google.protobuf.ByteString) ref; + } + } + + public static final int RESOURCE_META_FIELD_NUMBER = 2; + private com.google.protobuf.ByteString resourceMeta_; + /** + *
+     * Metadata is created by the agent. It could be a string (jobId) or a dict (more complex metadata).
+     * 
+ * + * bytes resource_meta = 2; + */ + public com.google.protobuf.ByteString getResourceMeta() { + return resourceMeta_; + } + + public static final int QUERIES_FIELD_NUMBER = 3; + private com.google.protobuf.LazyStringList queries_; + /** + *
+     * The metrics to query. If empty, will return a default set of metrics.
+     * e.g. EXECUTION_METRIC_USED_CPU_AVG or EXECUTION_METRIC_USED_MEMORY_BYTES_AVG
+     * 
+ * + * repeated string queries = 3; + */ + public com.google.protobuf.ProtocolStringList + getQueriesList() { + return queries_; + } + /** + *
+     * The metrics to query. If empty, will return a default set of metrics.
+     * e.g. EXECUTION_METRIC_USED_CPU_AVG or EXECUTION_METRIC_USED_MEMORY_BYTES_AVG
+     * 
+ * + * repeated string queries = 3; + */ + public int getQueriesCount() { + return queries_.size(); + } + /** + *
+     * The metrics to query. If empty, will return a default set of metrics.
+     * e.g. EXECUTION_METRIC_USED_CPU_AVG or EXECUTION_METRIC_USED_MEMORY_BYTES_AVG
+     * 
+ * + * repeated string queries = 3; + */ + public java.lang.String getQueries(int index) { + return queries_.get(index); + } + /** + *
+     * The metrics to query. If empty, will return a default set of metrics.
+     * e.g. EXECUTION_METRIC_USED_CPU_AVG or EXECUTION_METRIC_USED_MEMORY_BYTES_AVG
+     * 
+ * + * repeated string queries = 3; + */ + public com.google.protobuf.ByteString + getQueriesBytes(int index) { + return queries_.getByteString(index); + } + + public static final int START_TIME_FIELD_NUMBER = 4; + private com.google.protobuf.Timestamp startTime_; + /** + *
+     * Start timestamp, inclusive.
+     * 
+ * + * .google.protobuf.Timestamp start_time = 4; + */ + public boolean hasStartTime() { + return startTime_ != null; + } + /** + *
+     * Start timestamp, inclusive.
+     * 
+ * + * .google.protobuf.Timestamp start_time = 4; + */ + public com.google.protobuf.Timestamp getStartTime() { + return startTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : startTime_; + } + /** + *
+     * Start timestamp, inclusive.
+     * 
+ * + * .google.protobuf.Timestamp start_time = 4; + */ + public com.google.protobuf.TimestampOrBuilder getStartTimeOrBuilder() { + return getStartTime(); + } + + public static final int END_TIME_FIELD_NUMBER = 5; + private com.google.protobuf.Timestamp endTime_; + /** + *
+     * End timestamp, inclusive..
+     * 
+ * + * .google.protobuf.Timestamp end_time = 5; + */ + public boolean hasEndTime() { + return endTime_ != null; + } + /** + *
+     * End timestamp, inclusive..
+     * 
+ * + * .google.protobuf.Timestamp end_time = 5; + */ + public com.google.protobuf.Timestamp getEndTime() { + return endTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : endTime_; + } + /** + *
+     * End timestamp, inclusive..
+     * 
+ * + * .google.protobuf.Timestamp end_time = 5; + */ + public com.google.protobuf.TimestampOrBuilder getEndTimeOrBuilder() { + return getEndTime(); + } + + public static final int STEP_FIELD_NUMBER = 6; + private com.google.protobuf.Duration step_; + /** + *
+     * Query resolution step width in duration format or float number of seconds.
+     * 
+ * + * .google.protobuf.Duration step = 6; + */ + public boolean hasStep() { + return step_ != null; + } + /** + *
+     * Query resolution step width in duration format or float number of seconds.
+     * 
+ * + * .google.protobuf.Duration step = 6; + */ + public com.google.protobuf.Duration getStep() { + return step_ == null ? com.google.protobuf.Duration.getDefaultInstance() : step_; + } + /** + *
+     * Query resolution step width in duration format or float number of seconds.
+     * 
+ * + * .google.protobuf.Duration step = 6; + */ + public com.google.protobuf.DurationOrBuilder getStepOrBuilder() { + return getStep(); + } + + private byte memoizedIsInitialized = -1; + @java.lang.Override + public final boolean isInitialized() { + byte isInitialized = memoizedIsInitialized; + if (isInitialized == 1) return true; + if (isInitialized == 0) return false; + + memoizedIsInitialized = 1; + return true; + } + + @java.lang.Override + public void writeTo(com.google.protobuf.CodedOutputStream output) + throws java.io.IOException { + if (!getTaskTypeBytes().isEmpty()) { + com.google.protobuf.GeneratedMessageV3.writeString(output, 1, taskType_); + } + if (!resourceMeta_.isEmpty()) { + output.writeBytes(2, resourceMeta_); + } + for (int i = 0; i < queries_.size(); i++) { + com.google.protobuf.GeneratedMessageV3.writeString(output, 3, queries_.getRaw(i)); + } + if (startTime_ != null) { + output.writeMessage(4, getStartTime()); + } + if (endTime_ != null) { + output.writeMessage(5, getEndTime()); + } + if (step_ != null) { + output.writeMessage(6, getStep()); + } + unknownFields.writeTo(output); + } + + @java.lang.Override + public int getSerializedSize() { + int size = memoizedSize; + if (size != -1) return size; + + size = 0; + if (!getTaskTypeBytes().isEmpty()) { + size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, taskType_); + } + if (!resourceMeta_.isEmpty()) { + size += com.google.protobuf.CodedOutputStream + .computeBytesSize(2, resourceMeta_); + } + { + int dataSize = 0; + for (int i = 0; i < queries_.size(); i++) { + dataSize += computeStringSizeNoTag(queries_.getRaw(i)); + } + size += dataSize; + size += 1 * getQueriesList().size(); + } + if (startTime_ != null) { + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(4, getStartTime()); + } + if (endTime_ != null) { + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(5, getEndTime()); + } + if (step_ != null) { + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(6, getStep()); + } + 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.AgentOuterClass.GetTaskMetricsRequest)) { + return super.equals(obj); + } + flyteidl.admin.AgentOuterClass.GetTaskMetricsRequest other = (flyteidl.admin.AgentOuterClass.GetTaskMetricsRequest) obj; + + if (!getTaskType() + .equals(other.getTaskType())) return false; + if (!getResourceMeta() + .equals(other.getResourceMeta())) return false; + if (!getQueriesList() + .equals(other.getQueriesList())) return false; + if (hasStartTime() != other.hasStartTime()) return false; + if (hasStartTime()) { + if (!getStartTime() + .equals(other.getStartTime())) return false; + } + if (hasEndTime() != other.hasEndTime()) return false; + if (hasEndTime()) { + if (!getEndTime() + .equals(other.getEndTime())) return false; + } + if (hasStep() != other.hasStep()) return false; + if (hasStep()) { + if (!getStep() + .equals(other.getStep())) return false; + } + if (!unknownFields.equals(other.unknownFields)) return false; + return true; + } + + @java.lang.Override + public int hashCode() { + if (memoizedHashCode != 0) { + return memoizedHashCode; + } + int hash = 41; + hash = (19 * hash) + getDescriptor().hashCode(); + hash = (37 * hash) + TASK_TYPE_FIELD_NUMBER; + hash = (53 * hash) + getTaskType().hashCode(); + hash = (37 * hash) + RESOURCE_META_FIELD_NUMBER; + hash = (53 * hash) + getResourceMeta().hashCode(); + if (getQueriesCount() > 0) { + hash = (37 * hash) + QUERIES_FIELD_NUMBER; + hash = (53 * hash) + getQueriesList().hashCode(); + } + if (hasStartTime()) { + hash = (37 * hash) + START_TIME_FIELD_NUMBER; + hash = (53 * hash) + getStartTime().hashCode(); + } + if (hasEndTime()) { + hash = (37 * hash) + END_TIME_FIELD_NUMBER; + hash = (53 * hash) + getEndTime().hashCode(); + } + if (hasStep()) { + hash = (37 * hash) + STEP_FIELD_NUMBER; + hash = (53 * hash) + getStep().hashCode(); + } + hash = (29 * hash) + unknownFields.hashCode(); + memoizedHashCode = hash; + return hash; + } + + public static flyteidl.admin.AgentOuterClass.GetTaskMetricsRequest parseFrom( + java.nio.ByteBuffer data) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data); + } + public static flyteidl.admin.AgentOuterClass.GetTaskMetricsRequest parseFrom( + java.nio.ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data, extensionRegistry); + } + public static flyteidl.admin.AgentOuterClass.GetTaskMetricsRequest parseFrom( + com.google.protobuf.ByteString data) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data); + } + public static flyteidl.admin.AgentOuterClass.GetTaskMetricsRequest 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.AgentOuterClass.GetTaskMetricsRequest parseFrom(byte[] data) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data); + } + public static flyteidl.admin.AgentOuterClass.GetTaskMetricsRequest parseFrom( + byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data, extensionRegistry); + } + public static flyteidl.admin.AgentOuterClass.GetTaskMetricsRequest parseFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); + } + public static flyteidl.admin.AgentOuterClass.GetTaskMetricsRequest 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.AgentOuterClass.GetTaskMetricsRequest parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); + } + public static flyteidl.admin.AgentOuterClass.GetTaskMetricsRequest 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.AgentOuterClass.GetTaskMetricsRequest parseFrom( + com.google.protobuf.CodedInputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); + } + public static flyteidl.admin.AgentOuterClass.GetTaskMetricsRequest parseFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); + } + + @java.lang.Override + public Builder newBuilderForType() { return newBuilder(); } + public static Builder newBuilder() { + return DEFAULT_INSTANCE.toBuilder(); + } + public static Builder newBuilder(flyteidl.admin.AgentOuterClass.GetTaskMetricsRequest prototype) { + return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); + } + @java.lang.Override + 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; + } + /** + *
+     * A request to get the metrics from a task execution.
+     * 
+ * + * Protobuf type {@code flyteidl.admin.GetTaskMetricsRequest} + */ + public static final class Builder extends + com.google.protobuf.GeneratedMessageV3.Builder implements + // @@protoc_insertion_point(builder_implements:flyteidl.admin.GetTaskMetricsRequest) + flyteidl.admin.AgentOuterClass.GetTaskMetricsRequestOrBuilder { + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return flyteidl.admin.AgentOuterClass.internal_static_flyteidl_admin_GetTaskMetricsRequest_descriptor; + } + + @java.lang.Override + protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internalGetFieldAccessorTable() { + return flyteidl.admin.AgentOuterClass.internal_static_flyteidl_admin_GetTaskMetricsRequest_fieldAccessorTable + .ensureFieldAccessorsInitialized( + flyteidl.admin.AgentOuterClass.GetTaskMetricsRequest.class, flyteidl.admin.AgentOuterClass.GetTaskMetricsRequest.Builder.class); + } + + // Construct using flyteidl.admin.AgentOuterClass.GetTaskMetricsRequest.newBuilder() + private Builder() { + maybeForceBuilderInitialization(); + } + + private Builder( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + super(parent); + maybeForceBuilderInitialization(); + } + private void maybeForceBuilderInitialization() { + if (com.google.protobuf.GeneratedMessageV3 + .alwaysUseFieldBuilders) { + } + } + @java.lang.Override + public Builder clear() { + super.clear(); + taskType_ = ""; + + resourceMeta_ = com.google.protobuf.ByteString.EMPTY; + + queries_ = com.google.protobuf.LazyStringArrayList.EMPTY; + bitField0_ = (bitField0_ & ~0x00000004); + if (startTimeBuilder_ == null) { + startTime_ = null; + } else { + startTime_ = null; + startTimeBuilder_ = null; + } + if (endTimeBuilder_ == null) { + endTime_ = null; + } else { + endTime_ = null; + endTimeBuilder_ = null; + } + if (stepBuilder_ == null) { + step_ = null; + } else { + step_ = null; + stepBuilder_ = null; + } + return this; + } + + @java.lang.Override + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { + return flyteidl.admin.AgentOuterClass.internal_static_flyteidl_admin_GetTaskMetricsRequest_descriptor; + } + + @java.lang.Override + public flyteidl.admin.AgentOuterClass.GetTaskMetricsRequest getDefaultInstanceForType() { + return flyteidl.admin.AgentOuterClass.GetTaskMetricsRequest.getDefaultInstance(); + } + + @java.lang.Override + public flyteidl.admin.AgentOuterClass.GetTaskMetricsRequest build() { + flyteidl.admin.AgentOuterClass.GetTaskMetricsRequest result = buildPartial(); + if (!result.isInitialized()) { + throw newUninitializedMessageException(result); + } + return result; + } + + @java.lang.Override + public flyteidl.admin.AgentOuterClass.GetTaskMetricsRequest buildPartial() { + flyteidl.admin.AgentOuterClass.GetTaskMetricsRequest result = new flyteidl.admin.AgentOuterClass.GetTaskMetricsRequest(this); + int from_bitField0_ = bitField0_; + int to_bitField0_ = 0; + result.taskType_ = taskType_; + result.resourceMeta_ = resourceMeta_; + if (((bitField0_ & 0x00000004) != 0)) { + queries_ = queries_.getUnmodifiableView(); + bitField0_ = (bitField0_ & ~0x00000004); + } + result.queries_ = queries_; + if (startTimeBuilder_ == null) { + result.startTime_ = startTime_; + } else { + result.startTime_ = startTimeBuilder_.build(); + } + if (endTimeBuilder_ == null) { + result.endTime_ = endTime_; + } else { + result.endTime_ = endTimeBuilder_.build(); + } + if (stepBuilder_ == null) { + result.step_ = step_; + } else { + result.step_ = stepBuilder_.build(); + } + result.bitField0_ = to_bitField0_; + onBuilt(); + return result; + } + + @java.lang.Override + public Builder clone() { + return super.clone(); + } + @java.lang.Override + public Builder setField( + com.google.protobuf.Descriptors.FieldDescriptor field, + java.lang.Object value) { + return super.setField(field, value); + } + @java.lang.Override + public Builder clearField( + com.google.protobuf.Descriptors.FieldDescriptor field) { + return super.clearField(field); + } + @java.lang.Override + public Builder clearOneof( + com.google.protobuf.Descriptors.OneofDescriptor oneof) { + return super.clearOneof(oneof); + } + @java.lang.Override + public Builder setRepeatedField( + com.google.protobuf.Descriptors.FieldDescriptor field, + int index, java.lang.Object value) { + return super.setRepeatedField(field, index, value); + } + @java.lang.Override + public Builder addRepeatedField( + com.google.protobuf.Descriptors.FieldDescriptor field, + java.lang.Object value) { + return super.addRepeatedField(field, value); + } + @java.lang.Override + public Builder mergeFrom(com.google.protobuf.Message other) { + if (other instanceof flyteidl.admin.AgentOuterClass.GetTaskMetricsRequest) { + return mergeFrom((flyteidl.admin.AgentOuterClass.GetTaskMetricsRequest)other); + } else { + super.mergeFrom(other); + return this; + } + } + + public Builder mergeFrom(flyteidl.admin.AgentOuterClass.GetTaskMetricsRequest other) { + if (other == flyteidl.admin.AgentOuterClass.GetTaskMetricsRequest.getDefaultInstance()) return this; + if (!other.getTaskType().isEmpty()) { + taskType_ = other.taskType_; + onChanged(); + } + if (other.getResourceMeta() != com.google.protobuf.ByteString.EMPTY) { + setResourceMeta(other.getResourceMeta()); + } + if (!other.queries_.isEmpty()) { + if (queries_.isEmpty()) { + queries_ = other.queries_; + bitField0_ = (bitField0_ & ~0x00000004); + } else { + ensureQueriesIsMutable(); + queries_.addAll(other.queries_); + } + onChanged(); + } + if (other.hasStartTime()) { + mergeStartTime(other.getStartTime()); + } + if (other.hasEndTime()) { + mergeEndTime(other.getEndTime()); + } + if (other.hasStep()) { + mergeStep(other.getStep()); + } + this.mergeUnknownFields(other.unknownFields); + onChanged(); + return this; + } + + @java.lang.Override + public final boolean isInitialized() { + return true; + } + + @java.lang.Override + public Builder mergeFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + flyteidl.admin.AgentOuterClass.GetTaskMetricsRequest parsedMessage = null; + try { + parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + parsedMessage = (flyteidl.admin.AgentOuterClass.GetTaskMetricsRequest) e.getUnfinishedMessage(); + throw e.unwrapIOException(); + } finally { + if (parsedMessage != null) { + mergeFrom(parsedMessage); + } + } + return this; + } + private int bitField0_; + + private java.lang.Object taskType_ = ""; + /** + *
+       * A predefined yet extensible Task type identifier.
+       * 
+ * + * string task_type = 1; + */ + public java.lang.String getTaskType() { + java.lang.Object ref = taskType_; + if (!(ref instanceof java.lang.String)) { + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; + java.lang.String s = bs.toStringUtf8(); + taskType_ = s; + return s; + } else { + return (java.lang.String) ref; + } + } + /** + *
+       * A predefined yet extensible Task type identifier.
+       * 
+ * + * string task_type = 1; + */ + public com.google.protobuf.ByteString + getTaskTypeBytes() { + java.lang.Object ref = taskType_; + if (ref instanceof String) { + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); + taskType_ = b; + return b; + } else { + return (com.google.protobuf.ByteString) ref; + } + } + /** + *
+       * A predefined yet extensible Task type identifier.
+       * 
+ * + * string task_type = 1; + */ + public Builder setTaskType( + java.lang.String value) { + if (value == null) { + throw new NullPointerException(); + } + + taskType_ = value; + onChanged(); + return this; + } + /** + *
+       * A predefined yet extensible Task type identifier.
+       * 
+ * + * string task_type = 1; + */ + public Builder clearTaskType() { + + taskType_ = getDefaultInstance().getTaskType(); + onChanged(); + return this; + } + /** + *
+       * A predefined yet extensible Task type identifier.
+       * 
+ * + * string task_type = 1; + */ + public Builder setTaskTypeBytes( + com.google.protobuf.ByteString value) { + if (value == null) { + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + + taskType_ = value; + onChanged(); + return this; + } + + private com.google.protobuf.ByteString resourceMeta_ = com.google.protobuf.ByteString.EMPTY; + /** + *
+       * Metadata is created by the agent. It could be a string (jobId) or a dict (more complex metadata).
+       * 
+ * + * bytes resource_meta = 2; + */ + public com.google.protobuf.ByteString getResourceMeta() { + return resourceMeta_; + } + /** + *
+       * Metadata is created by the agent. It could be a string (jobId) or a dict (more complex metadata).
+       * 
+ * + * bytes resource_meta = 2; + */ + public Builder setResourceMeta(com.google.protobuf.ByteString value) { + if (value == null) { + throw new NullPointerException(); + } + + resourceMeta_ = value; + onChanged(); + return this; + } + /** + *
+       * Metadata is created by the agent. It could be a string (jobId) or a dict (more complex metadata).
+       * 
+ * + * bytes resource_meta = 2; + */ + public Builder clearResourceMeta() { + + resourceMeta_ = getDefaultInstance().getResourceMeta(); + onChanged(); + return this; + } + + private com.google.protobuf.LazyStringList queries_ = com.google.protobuf.LazyStringArrayList.EMPTY; + private void ensureQueriesIsMutable() { + if (!((bitField0_ & 0x00000004) != 0)) { + queries_ = new com.google.protobuf.LazyStringArrayList(queries_); + bitField0_ |= 0x00000004; + } + } + /** + *
+       * The metrics to query. If empty, will return a default set of metrics.
+       * e.g. EXECUTION_METRIC_USED_CPU_AVG or EXECUTION_METRIC_USED_MEMORY_BYTES_AVG
+       * 
+ * + * repeated string queries = 3; + */ + public com.google.protobuf.ProtocolStringList + getQueriesList() { + return queries_.getUnmodifiableView(); + } + /** + *
+       * The metrics to query. If empty, will return a default set of metrics.
+       * e.g. EXECUTION_METRIC_USED_CPU_AVG or EXECUTION_METRIC_USED_MEMORY_BYTES_AVG
+       * 
+ * + * repeated string queries = 3; + */ + public int getQueriesCount() { + return queries_.size(); + } + /** + *
+       * The metrics to query. If empty, will return a default set of metrics.
+       * e.g. EXECUTION_METRIC_USED_CPU_AVG or EXECUTION_METRIC_USED_MEMORY_BYTES_AVG
+       * 
+ * + * repeated string queries = 3; + */ + public java.lang.String getQueries(int index) { + return queries_.get(index); + } + /** + *
+       * The metrics to query. If empty, will return a default set of metrics.
+       * e.g. EXECUTION_METRIC_USED_CPU_AVG or EXECUTION_METRIC_USED_MEMORY_BYTES_AVG
+       * 
+ * + * repeated string queries = 3; + */ + public com.google.protobuf.ByteString + getQueriesBytes(int index) { + return queries_.getByteString(index); + } + /** + *
+       * The metrics to query. If empty, will return a default set of metrics.
+       * e.g. EXECUTION_METRIC_USED_CPU_AVG or EXECUTION_METRIC_USED_MEMORY_BYTES_AVG
+       * 
+ * + * repeated string queries = 3; + */ + public Builder setQueries( + int index, java.lang.String value) { + if (value == null) { + throw new NullPointerException(); + } + ensureQueriesIsMutable(); + queries_.set(index, value); + onChanged(); + return this; + } + /** + *
+       * The metrics to query. If empty, will return a default set of metrics.
+       * e.g. EXECUTION_METRIC_USED_CPU_AVG or EXECUTION_METRIC_USED_MEMORY_BYTES_AVG
+       * 
+ * + * repeated string queries = 3; + */ + public Builder addQueries( + java.lang.String value) { + if (value == null) { + throw new NullPointerException(); + } + ensureQueriesIsMutable(); + queries_.add(value); + onChanged(); + return this; + } + /** + *
+       * The metrics to query. If empty, will return a default set of metrics.
+       * e.g. EXECUTION_METRIC_USED_CPU_AVG or EXECUTION_METRIC_USED_MEMORY_BYTES_AVG
+       * 
+ * + * repeated string queries = 3; + */ + public Builder addAllQueries( + java.lang.Iterable values) { + ensureQueriesIsMutable(); + com.google.protobuf.AbstractMessageLite.Builder.addAll( + values, queries_); + onChanged(); + return this; + } + /** + *
+       * The metrics to query. If empty, will return a default set of metrics.
+       * e.g. EXECUTION_METRIC_USED_CPU_AVG or EXECUTION_METRIC_USED_MEMORY_BYTES_AVG
+       * 
+ * + * repeated string queries = 3; + */ + public Builder clearQueries() { + queries_ = com.google.protobuf.LazyStringArrayList.EMPTY; + bitField0_ = (bitField0_ & ~0x00000004); + onChanged(); + return this; + } + /** + *
+       * The metrics to query. If empty, will return a default set of metrics.
+       * e.g. EXECUTION_METRIC_USED_CPU_AVG or EXECUTION_METRIC_USED_MEMORY_BYTES_AVG
+       * 
+ * + * repeated string queries = 3; + */ + public Builder addQueriesBytes( + com.google.protobuf.ByteString value) { + if (value == null) { + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + ensureQueriesIsMutable(); + queries_.add(value); + onChanged(); + return this; + } + + private com.google.protobuf.Timestamp startTime_; + private com.google.protobuf.SingleFieldBuilderV3< + com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> startTimeBuilder_; + /** + *
+       * Start timestamp, inclusive.
+       * 
+ * + * .google.protobuf.Timestamp start_time = 4; + */ + public boolean hasStartTime() { + return startTimeBuilder_ != null || startTime_ != null; + } + /** + *
+       * Start timestamp, inclusive.
+       * 
+ * + * .google.protobuf.Timestamp start_time = 4; + */ + public com.google.protobuf.Timestamp getStartTime() { + if (startTimeBuilder_ == null) { + return startTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : startTime_; + } else { + return startTimeBuilder_.getMessage(); + } + } + /** + *
+       * Start timestamp, inclusive.
+       * 
+ * + * .google.protobuf.Timestamp start_time = 4; + */ + public Builder setStartTime(com.google.protobuf.Timestamp value) { + if (startTimeBuilder_ == null) { + if (value == null) { + throw new NullPointerException(); + } + startTime_ = value; + onChanged(); + } else { + startTimeBuilder_.setMessage(value); + } + + return this; + } + /** + *
+       * Start timestamp, inclusive.
+       * 
+ * + * .google.protobuf.Timestamp start_time = 4; + */ + public Builder setStartTime( + com.google.protobuf.Timestamp.Builder builderForValue) { + if (startTimeBuilder_ == null) { + startTime_ = builderForValue.build(); + onChanged(); + } else { + startTimeBuilder_.setMessage(builderForValue.build()); + } + + return this; + } + /** + *
+       * Start timestamp, inclusive.
+       * 
+ * + * .google.protobuf.Timestamp start_time = 4; + */ + public Builder mergeStartTime(com.google.protobuf.Timestamp value) { + if (startTimeBuilder_ == null) { + if (startTime_ != null) { + startTime_ = + com.google.protobuf.Timestamp.newBuilder(startTime_).mergeFrom(value).buildPartial(); + } else { + startTime_ = value; + } + onChanged(); + } else { + startTimeBuilder_.mergeFrom(value); + } + + return this; + } + /** + *
+       * Start timestamp, inclusive.
+       * 
+ * + * .google.protobuf.Timestamp start_time = 4; + */ + public Builder clearStartTime() { + if (startTimeBuilder_ == null) { + startTime_ = null; + onChanged(); + } else { + startTime_ = null; + startTimeBuilder_ = null; + } + + return this; + } + /** + *
+       * Start timestamp, inclusive.
+       * 
+ * + * .google.protobuf.Timestamp start_time = 4; + */ + public com.google.protobuf.Timestamp.Builder getStartTimeBuilder() { + + onChanged(); + return getStartTimeFieldBuilder().getBuilder(); + } + /** + *
+       * Start timestamp, inclusive.
+       * 
+ * + * .google.protobuf.Timestamp start_time = 4; + */ + public com.google.protobuf.TimestampOrBuilder getStartTimeOrBuilder() { + if (startTimeBuilder_ != null) { + return startTimeBuilder_.getMessageOrBuilder(); + } else { + return startTime_ == null ? + com.google.protobuf.Timestamp.getDefaultInstance() : startTime_; + } + } + /** + *
+       * Start timestamp, inclusive.
+       * 
+ * + * .google.protobuf.Timestamp start_time = 4; + */ + private com.google.protobuf.SingleFieldBuilderV3< + com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> + getStartTimeFieldBuilder() { + if (startTimeBuilder_ == null) { + startTimeBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder>( + getStartTime(), + getParentForChildren(), + isClean()); + startTime_ = null; + } + return startTimeBuilder_; + } + + private com.google.protobuf.Timestamp endTime_; + private com.google.protobuf.SingleFieldBuilderV3< + com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> endTimeBuilder_; + /** + *
+       * End timestamp, inclusive..
+       * 
+ * + * .google.protobuf.Timestamp end_time = 5; + */ + public boolean hasEndTime() { + return endTimeBuilder_ != null || endTime_ != null; + } + /** + *
+       * End timestamp, inclusive..
+       * 
+ * + * .google.protobuf.Timestamp end_time = 5; + */ + public com.google.protobuf.Timestamp getEndTime() { + if (endTimeBuilder_ == null) { + return endTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : endTime_; + } else { + return endTimeBuilder_.getMessage(); + } + } + /** + *
+       * End timestamp, inclusive..
+       * 
+ * + * .google.protobuf.Timestamp end_time = 5; + */ + public Builder setEndTime(com.google.protobuf.Timestamp value) { + if (endTimeBuilder_ == null) { + if (value == null) { + throw new NullPointerException(); + } + endTime_ = value; + onChanged(); + } else { + endTimeBuilder_.setMessage(value); + } + + return this; + } + /** + *
+       * End timestamp, inclusive..
+       * 
+ * + * .google.protobuf.Timestamp end_time = 5; + */ + public Builder setEndTime( + com.google.protobuf.Timestamp.Builder builderForValue) { + if (endTimeBuilder_ == null) { + endTime_ = builderForValue.build(); + onChanged(); + } else { + endTimeBuilder_.setMessage(builderForValue.build()); + } + + return this; + } + /** + *
+       * End timestamp, inclusive..
+       * 
+ * + * .google.protobuf.Timestamp end_time = 5; + */ + public Builder mergeEndTime(com.google.protobuf.Timestamp value) { + if (endTimeBuilder_ == null) { + if (endTime_ != null) { + endTime_ = + com.google.protobuf.Timestamp.newBuilder(endTime_).mergeFrom(value).buildPartial(); + } else { + endTime_ = value; + } + onChanged(); + } else { + endTimeBuilder_.mergeFrom(value); + } + + return this; + } + /** + *
+       * End timestamp, inclusive..
+       * 
+ * + * .google.protobuf.Timestamp end_time = 5; + */ + public Builder clearEndTime() { + if (endTimeBuilder_ == null) { + endTime_ = null; + onChanged(); + } else { + endTime_ = null; + endTimeBuilder_ = null; + } + + return this; + } + /** + *
+       * End timestamp, inclusive..
+       * 
+ * + * .google.protobuf.Timestamp end_time = 5; + */ + public com.google.protobuf.Timestamp.Builder getEndTimeBuilder() { + + onChanged(); + return getEndTimeFieldBuilder().getBuilder(); + } + /** + *
+       * End timestamp, inclusive..
+       * 
+ * + * .google.protobuf.Timestamp end_time = 5; + */ + public com.google.protobuf.TimestampOrBuilder getEndTimeOrBuilder() { + if (endTimeBuilder_ != null) { + return endTimeBuilder_.getMessageOrBuilder(); + } else { + return endTime_ == null ? + com.google.protobuf.Timestamp.getDefaultInstance() : endTime_; + } + } + /** + *
+       * End timestamp, inclusive..
+       * 
+ * + * .google.protobuf.Timestamp end_time = 5; + */ + private com.google.protobuf.SingleFieldBuilderV3< + com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> + getEndTimeFieldBuilder() { + if (endTimeBuilder_ == null) { + endTimeBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder>( + getEndTime(), + getParentForChildren(), + isClean()); + endTime_ = null; + } + return endTimeBuilder_; + } + + private com.google.protobuf.Duration step_; + private com.google.protobuf.SingleFieldBuilderV3< + com.google.protobuf.Duration, com.google.protobuf.Duration.Builder, com.google.protobuf.DurationOrBuilder> stepBuilder_; + /** + *
+       * Query resolution step width in duration format or float number of seconds.
+       * 
+ * + * .google.protobuf.Duration step = 6; + */ + public boolean hasStep() { + return stepBuilder_ != null || step_ != null; + } + /** + *
+       * Query resolution step width in duration format or float number of seconds.
+       * 
+ * + * .google.protobuf.Duration step = 6; + */ + public com.google.protobuf.Duration getStep() { + if (stepBuilder_ == null) { + return step_ == null ? com.google.protobuf.Duration.getDefaultInstance() : step_; + } else { + return stepBuilder_.getMessage(); + } + } + /** + *
+       * Query resolution step width in duration format or float number of seconds.
+       * 
+ * + * .google.protobuf.Duration step = 6; + */ + public Builder setStep(com.google.protobuf.Duration value) { + if (stepBuilder_ == null) { + if (value == null) { + throw new NullPointerException(); + } + step_ = value; + onChanged(); + } else { + stepBuilder_.setMessage(value); + } + + return this; + } + /** + *
+       * Query resolution step width in duration format or float number of seconds.
+       * 
+ * + * .google.protobuf.Duration step = 6; + */ + public Builder setStep( + com.google.protobuf.Duration.Builder builderForValue) { + if (stepBuilder_ == null) { + step_ = builderForValue.build(); + onChanged(); + } else { + stepBuilder_.setMessage(builderForValue.build()); + } + + return this; + } + /** + *
+       * Query resolution step width in duration format or float number of seconds.
+       * 
+ * + * .google.protobuf.Duration step = 6; + */ + public Builder mergeStep(com.google.protobuf.Duration value) { + if (stepBuilder_ == null) { + if (step_ != null) { + step_ = + com.google.protobuf.Duration.newBuilder(step_).mergeFrom(value).buildPartial(); + } else { + step_ = value; + } + onChanged(); + } else { + stepBuilder_.mergeFrom(value); + } + + return this; + } + /** + *
+       * Query resolution step width in duration format or float number of seconds.
+       * 
+ * + * .google.protobuf.Duration step = 6; + */ + public Builder clearStep() { + if (stepBuilder_ == null) { + step_ = null; + onChanged(); + } else { + step_ = null; + stepBuilder_ = null; + } + + return this; + } + /** + *
+       * Query resolution step width in duration format or float number of seconds.
+       * 
+ * + * .google.protobuf.Duration step = 6; + */ + public com.google.protobuf.Duration.Builder getStepBuilder() { + + onChanged(); + return getStepFieldBuilder().getBuilder(); + } + /** + *
+       * Query resolution step width in duration format or float number of seconds.
+       * 
+ * + * .google.protobuf.Duration step = 6; + */ + public com.google.protobuf.DurationOrBuilder getStepOrBuilder() { + if (stepBuilder_ != null) { + return stepBuilder_.getMessageOrBuilder(); + } else { + return step_ == null ? + com.google.protobuf.Duration.getDefaultInstance() : step_; + } + } + /** + *
+       * Query resolution step width in duration format or float number of seconds.
+       * 
+ * + * .google.protobuf.Duration step = 6; + */ + private com.google.protobuf.SingleFieldBuilderV3< + com.google.protobuf.Duration, com.google.protobuf.Duration.Builder, com.google.protobuf.DurationOrBuilder> + getStepFieldBuilder() { + if (stepBuilder_ == null) { + stepBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.google.protobuf.Duration, com.google.protobuf.Duration.Builder, com.google.protobuf.DurationOrBuilder>( + getStep(), + getParentForChildren(), + isClean()); + step_ = null; + } + return stepBuilder_; + } + @java.lang.Override + public final Builder setUnknownFields( + final com.google.protobuf.UnknownFieldSet unknownFields) { + return super.setUnknownFields(unknownFields); + } + + @java.lang.Override + public final Builder mergeUnknownFields( + final com.google.protobuf.UnknownFieldSet unknownFields) { + return super.mergeUnknownFields(unknownFields); + } + + + // @@protoc_insertion_point(builder_scope:flyteidl.admin.GetTaskMetricsRequest) + } + + // @@protoc_insertion_point(class_scope:flyteidl.admin.GetTaskMetricsRequest) + private static final flyteidl.admin.AgentOuterClass.GetTaskMetricsRequest DEFAULT_INSTANCE; + static { + DEFAULT_INSTANCE = new flyteidl.admin.AgentOuterClass.GetTaskMetricsRequest(); + } + + public static flyteidl.admin.AgentOuterClass.GetTaskMetricsRequest getDefaultInstance() { + return DEFAULT_INSTANCE; + } + + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public GetTaskMetricsRequest parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return new GetTaskMetricsRequest(input, extensionRegistry); + } + }; + + public static com.google.protobuf.Parser parser() { + return PARSER; + } + + @java.lang.Override + public com.google.protobuf.Parser getParserForType() { + return PARSER; + } + + @java.lang.Override + public flyteidl.admin.AgentOuterClass.GetTaskMetricsRequest getDefaultInstanceForType() { + return DEFAULT_INSTANCE; + } + + } + + public interface GetTaskMetricsResponseOrBuilder extends + // @@protoc_insertion_point(interface_extends:flyteidl.admin.GetTaskMetricsResponse) + com.google.protobuf.MessageOrBuilder { + + /** + *
+     * The execution metric results.
+     * 
+ * + * repeated .flyteidl.core.ExecutionMetricResult results = 1; + */ + java.util.List + getResultsList(); + /** + *
+     * The execution metric results.
+     * 
+ * + * repeated .flyteidl.core.ExecutionMetricResult results = 1; + */ + flyteidl.core.Metrics.ExecutionMetricResult getResults(int index); + /** + *
+     * The execution metric results.
+     * 
+ * + * repeated .flyteidl.core.ExecutionMetricResult results = 1; + */ + int getResultsCount(); + /** + *
+     * The execution metric results.
+     * 
+ * + * repeated .flyteidl.core.ExecutionMetricResult results = 1; + */ + java.util.List + getResultsOrBuilderList(); + /** + *
+     * The execution metric results.
+     * 
+ * + * repeated .flyteidl.core.ExecutionMetricResult results = 1; + */ + flyteidl.core.Metrics.ExecutionMetricResultOrBuilder getResultsOrBuilder( + int index); + } + /** + *
+   * A response containing a list of metrics for a task execution.
+   * 
+ * + * Protobuf type {@code flyteidl.admin.GetTaskMetricsResponse} + */ + public static final class GetTaskMetricsResponse extends + com.google.protobuf.GeneratedMessageV3 implements + // @@protoc_insertion_point(message_implements:flyteidl.admin.GetTaskMetricsResponse) + GetTaskMetricsResponseOrBuilder { + private static final long serialVersionUID = 0L; + // Use GetTaskMetricsResponse.newBuilder() to construct. + private GetTaskMetricsResponse(com.google.protobuf.GeneratedMessageV3.Builder builder) { + super(builder); + } + private GetTaskMetricsResponse() { + results_ = java.util.Collections.emptyList(); + } + + @java.lang.Override + public final com.google.protobuf.UnknownFieldSet + getUnknownFields() { + return this.unknownFields; + } + private GetTaskMetricsResponse( + 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; + case 10: { + if (!((mutable_bitField0_ & 0x00000001) != 0)) { + results_ = new java.util.ArrayList(); + mutable_bitField0_ |= 0x00000001; + } + results_.add( + input.readMessage(flyteidl.core.Metrics.ExecutionMetricResult.parser(), extensionRegistry)); + break; + } + default: { + if (!parseUnknownField( + input, unknownFields, extensionRegistry, tag)) { + done = true; + } + 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 { + if (((mutable_bitField0_ & 0x00000001) != 0)) { + results_ = java.util.Collections.unmodifiableList(results_); + } + this.unknownFields = unknownFields.build(); + makeExtensionsImmutable(); + } + } + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return flyteidl.admin.AgentOuterClass.internal_static_flyteidl_admin_GetTaskMetricsResponse_descriptor; + } + + @java.lang.Override + protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internalGetFieldAccessorTable() { + return flyteidl.admin.AgentOuterClass.internal_static_flyteidl_admin_GetTaskMetricsResponse_fieldAccessorTable + .ensureFieldAccessorsInitialized( + flyteidl.admin.AgentOuterClass.GetTaskMetricsResponse.class, flyteidl.admin.AgentOuterClass.GetTaskMetricsResponse.Builder.class); + } + + public static final int RESULTS_FIELD_NUMBER = 1; + private java.util.List results_; + /** + *
+     * The execution metric results.
+     * 
+ * + * repeated .flyteidl.core.ExecutionMetricResult results = 1; + */ + public java.util.List getResultsList() { + return results_; + } + /** + *
+     * The execution metric results.
+     * 
+ * + * repeated .flyteidl.core.ExecutionMetricResult results = 1; + */ + public java.util.List + getResultsOrBuilderList() { + return results_; + } + /** + *
+     * The execution metric results.
+     * 
+ * + * repeated .flyteidl.core.ExecutionMetricResult results = 1; + */ + public int getResultsCount() { + return results_.size(); + } + /** + *
+     * The execution metric results.
+     * 
+ * + * repeated .flyteidl.core.ExecutionMetricResult results = 1; + */ + public flyteidl.core.Metrics.ExecutionMetricResult getResults(int index) { + return results_.get(index); + } + /** + *
+     * The execution metric results.
+     * 
+ * + * repeated .flyteidl.core.ExecutionMetricResult results = 1; + */ + public flyteidl.core.Metrics.ExecutionMetricResultOrBuilder getResultsOrBuilder( + int index) { + return results_.get(index); + } + + private byte memoizedIsInitialized = -1; + @java.lang.Override + public final boolean isInitialized() { + byte isInitialized = memoizedIsInitialized; + if (isInitialized == 1) return true; + if (isInitialized == 0) return false; + + memoizedIsInitialized = 1; + return true; + } + + @java.lang.Override + public void writeTo(com.google.protobuf.CodedOutputStream output) + throws java.io.IOException { + for (int i = 0; i < results_.size(); i++) { + output.writeMessage(1, results_.get(i)); + } + unknownFields.writeTo(output); + } + + @java.lang.Override + public int getSerializedSize() { + int size = memoizedSize; + if (size != -1) return size; + + size = 0; + for (int i = 0; i < results_.size(); i++) { + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(1, results_.get(i)); + } + 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.AgentOuterClass.GetTaskMetricsResponse)) { + return super.equals(obj); + } + flyteidl.admin.AgentOuterClass.GetTaskMetricsResponse other = (flyteidl.admin.AgentOuterClass.GetTaskMetricsResponse) obj; + + if (!getResultsList() + .equals(other.getResultsList())) return false; + if (!unknownFields.equals(other.unknownFields)) return false; + return true; + } + + @java.lang.Override + public int hashCode() { + if (memoizedHashCode != 0) { + return memoizedHashCode; + } + int hash = 41; + hash = (19 * hash) + getDescriptor().hashCode(); + if (getResultsCount() > 0) { + hash = (37 * hash) + RESULTS_FIELD_NUMBER; + hash = (53 * hash) + getResultsList().hashCode(); + } + hash = (29 * hash) + unknownFields.hashCode(); + memoizedHashCode = hash; + return hash; + } + + public static flyteidl.admin.AgentOuterClass.GetTaskMetricsResponse parseFrom( + java.nio.ByteBuffer data) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data); + } + public static flyteidl.admin.AgentOuterClass.GetTaskMetricsResponse parseFrom( + java.nio.ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data, extensionRegistry); + } + public static flyteidl.admin.AgentOuterClass.GetTaskMetricsResponse parseFrom( + com.google.protobuf.ByteString data) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data); + } + public static flyteidl.admin.AgentOuterClass.GetTaskMetricsResponse 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.AgentOuterClass.GetTaskMetricsResponse parseFrom(byte[] data) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data); + } + public static flyteidl.admin.AgentOuterClass.GetTaskMetricsResponse parseFrom( + byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data, extensionRegistry); + } + public static flyteidl.admin.AgentOuterClass.GetTaskMetricsResponse parseFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); + } + public static flyteidl.admin.AgentOuterClass.GetTaskMetricsResponse 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.AgentOuterClass.GetTaskMetricsResponse parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); + } + public static flyteidl.admin.AgentOuterClass.GetTaskMetricsResponse 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.AgentOuterClass.GetTaskMetricsResponse parseFrom( + com.google.protobuf.CodedInputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); + } + public static flyteidl.admin.AgentOuterClass.GetTaskMetricsResponse parseFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); + } + + @java.lang.Override + public Builder newBuilderForType() { return newBuilder(); } + public static Builder newBuilder() { + return DEFAULT_INSTANCE.toBuilder(); + } + public static Builder newBuilder(flyteidl.admin.AgentOuterClass.GetTaskMetricsResponse prototype) { + return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); + } + @java.lang.Override + 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; + } + /** + *
+     * A response containing a list of metrics for a task execution.
+     * 
+ * + * Protobuf type {@code flyteidl.admin.GetTaskMetricsResponse} + */ + public static final class Builder extends + com.google.protobuf.GeneratedMessageV3.Builder implements + // @@protoc_insertion_point(builder_implements:flyteidl.admin.GetTaskMetricsResponse) + flyteidl.admin.AgentOuterClass.GetTaskMetricsResponseOrBuilder { + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return flyteidl.admin.AgentOuterClass.internal_static_flyteidl_admin_GetTaskMetricsResponse_descriptor; + } + + @java.lang.Override + protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internalGetFieldAccessorTable() { + return flyteidl.admin.AgentOuterClass.internal_static_flyteidl_admin_GetTaskMetricsResponse_fieldAccessorTable + .ensureFieldAccessorsInitialized( + flyteidl.admin.AgentOuterClass.GetTaskMetricsResponse.class, flyteidl.admin.AgentOuterClass.GetTaskMetricsResponse.Builder.class); + } + + // Construct using flyteidl.admin.AgentOuterClass.GetTaskMetricsResponse.newBuilder() + private Builder() { + maybeForceBuilderInitialization(); + } + + private Builder( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + super(parent); + maybeForceBuilderInitialization(); + } + private void maybeForceBuilderInitialization() { + if (com.google.protobuf.GeneratedMessageV3 + .alwaysUseFieldBuilders) { + getResultsFieldBuilder(); + } + } + @java.lang.Override + public Builder clear() { + super.clear(); + if (resultsBuilder_ == null) { + results_ = java.util.Collections.emptyList(); + bitField0_ = (bitField0_ & ~0x00000001); + } else { + resultsBuilder_.clear(); + } + return this; + } + + @java.lang.Override + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { + return flyteidl.admin.AgentOuterClass.internal_static_flyteidl_admin_GetTaskMetricsResponse_descriptor; + } + + @java.lang.Override + public flyteidl.admin.AgentOuterClass.GetTaskMetricsResponse getDefaultInstanceForType() { + return flyteidl.admin.AgentOuterClass.GetTaskMetricsResponse.getDefaultInstance(); + } + + @java.lang.Override + public flyteidl.admin.AgentOuterClass.GetTaskMetricsResponse build() { + flyteidl.admin.AgentOuterClass.GetTaskMetricsResponse result = buildPartial(); + if (!result.isInitialized()) { + throw newUninitializedMessageException(result); + } + return result; + } + + @java.lang.Override + public flyteidl.admin.AgentOuterClass.GetTaskMetricsResponse buildPartial() { + flyteidl.admin.AgentOuterClass.GetTaskMetricsResponse result = new flyteidl.admin.AgentOuterClass.GetTaskMetricsResponse(this); + int from_bitField0_ = bitField0_; + if (resultsBuilder_ == null) { + if (((bitField0_ & 0x00000001) != 0)) { + results_ = java.util.Collections.unmodifiableList(results_); + bitField0_ = (bitField0_ & ~0x00000001); + } + result.results_ = results_; + } else { + result.results_ = resultsBuilder_.build(); + } + onBuilt(); + return result; + } + + @java.lang.Override + public Builder clone() { + return super.clone(); + } + @java.lang.Override + public Builder setField( + com.google.protobuf.Descriptors.FieldDescriptor field, + java.lang.Object value) { + return super.setField(field, value); + } + @java.lang.Override + public Builder clearField( + com.google.protobuf.Descriptors.FieldDescriptor field) { + return super.clearField(field); + } + @java.lang.Override + public Builder clearOneof( + com.google.protobuf.Descriptors.OneofDescriptor oneof) { + return super.clearOneof(oneof); + } + @java.lang.Override + public Builder setRepeatedField( + com.google.protobuf.Descriptors.FieldDescriptor field, + int index, java.lang.Object value) { + return super.setRepeatedField(field, index, value); + } + @java.lang.Override + public Builder addRepeatedField( + com.google.protobuf.Descriptors.FieldDescriptor field, + java.lang.Object value) { + return super.addRepeatedField(field, value); + } + @java.lang.Override + public Builder mergeFrom(com.google.protobuf.Message other) { + if (other instanceof flyteidl.admin.AgentOuterClass.GetTaskMetricsResponse) { + return mergeFrom((flyteidl.admin.AgentOuterClass.GetTaskMetricsResponse)other); + } else { + super.mergeFrom(other); + return this; + } + } + + public Builder mergeFrom(flyteidl.admin.AgentOuterClass.GetTaskMetricsResponse other) { + if (other == flyteidl.admin.AgentOuterClass.GetTaskMetricsResponse.getDefaultInstance()) return this; + if (resultsBuilder_ == null) { + if (!other.results_.isEmpty()) { + if (results_.isEmpty()) { + results_ = other.results_; + bitField0_ = (bitField0_ & ~0x00000001); + } else { + ensureResultsIsMutable(); + results_.addAll(other.results_); + } + onChanged(); + } + } else { + if (!other.results_.isEmpty()) { + if (resultsBuilder_.isEmpty()) { + resultsBuilder_.dispose(); + resultsBuilder_ = null; + results_ = other.results_; + bitField0_ = (bitField0_ & ~0x00000001); + resultsBuilder_ = + com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ? + getResultsFieldBuilder() : null; + } else { + resultsBuilder_.addAllMessages(other.results_); + } + } + } + this.mergeUnknownFields(other.unknownFields); + onChanged(); + return this; + } + + @java.lang.Override + public final boolean isInitialized() { + return true; + } + + @java.lang.Override + public Builder mergeFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + flyteidl.admin.AgentOuterClass.GetTaskMetricsResponse parsedMessage = null; + try { + parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + parsedMessage = (flyteidl.admin.AgentOuterClass.GetTaskMetricsResponse) e.getUnfinishedMessage(); + throw e.unwrapIOException(); + } finally { + if (parsedMessage != null) { + mergeFrom(parsedMessage); + } + } + return this; + } + private int bitField0_; + + private java.util.List results_ = + java.util.Collections.emptyList(); + private void ensureResultsIsMutable() { + if (!((bitField0_ & 0x00000001) != 0)) { + results_ = new java.util.ArrayList(results_); + bitField0_ |= 0x00000001; + } + } + + private com.google.protobuf.RepeatedFieldBuilderV3< + flyteidl.core.Metrics.ExecutionMetricResult, flyteidl.core.Metrics.ExecutionMetricResult.Builder, flyteidl.core.Metrics.ExecutionMetricResultOrBuilder> resultsBuilder_; + + /** + *
+       * The execution metric results.
+       * 
+ * + * repeated .flyteidl.core.ExecutionMetricResult results = 1; + */ + public java.util.List getResultsList() { + if (resultsBuilder_ == null) { + return java.util.Collections.unmodifiableList(results_); + } else { + return resultsBuilder_.getMessageList(); + } + } + /** + *
+       * The execution metric results.
+       * 
+ * + * repeated .flyteidl.core.ExecutionMetricResult results = 1; + */ + public int getResultsCount() { + if (resultsBuilder_ == null) { + return results_.size(); + } else { + return resultsBuilder_.getCount(); + } + } + /** + *
+       * The execution metric results.
+       * 
+ * + * repeated .flyteidl.core.ExecutionMetricResult results = 1; + */ + public flyteidl.core.Metrics.ExecutionMetricResult getResults(int index) { + if (resultsBuilder_ == null) { + return results_.get(index); + } else { + return resultsBuilder_.getMessage(index); + } + } + /** + *
+       * The execution metric results.
+       * 
+ * + * repeated .flyteidl.core.ExecutionMetricResult results = 1; + */ + public Builder setResults( + int index, flyteidl.core.Metrics.ExecutionMetricResult value) { + if (resultsBuilder_ == null) { + if (value == null) { + throw new NullPointerException(); + } + ensureResultsIsMutable(); + results_.set(index, value); + onChanged(); + } else { + resultsBuilder_.setMessage(index, value); + } + return this; + } + /** + *
+       * The execution metric results.
+       * 
+ * + * repeated .flyteidl.core.ExecutionMetricResult results = 1; + */ + public Builder setResults( + int index, flyteidl.core.Metrics.ExecutionMetricResult.Builder builderForValue) { + if (resultsBuilder_ == null) { + ensureResultsIsMutable(); + results_.set(index, builderForValue.build()); + onChanged(); + } else { + resultsBuilder_.setMessage(index, builderForValue.build()); + } + return this; + } + /** + *
+       * The execution metric results.
+       * 
+ * + * repeated .flyteidl.core.ExecutionMetricResult results = 1; + */ + public Builder addResults(flyteidl.core.Metrics.ExecutionMetricResult value) { + if (resultsBuilder_ == null) { + if (value == null) { + throw new NullPointerException(); + } + ensureResultsIsMutable(); + results_.add(value); + onChanged(); + } else { + resultsBuilder_.addMessage(value); + } + return this; + } + /** + *
+       * The execution metric results.
+       * 
+ * + * repeated .flyteidl.core.ExecutionMetricResult results = 1; + */ + public Builder addResults( + int index, flyteidl.core.Metrics.ExecutionMetricResult value) { + if (resultsBuilder_ == null) { + if (value == null) { + throw new NullPointerException(); + } + ensureResultsIsMutable(); + results_.add(index, value); + onChanged(); + } else { + resultsBuilder_.addMessage(index, value); + } + return this; + } + /** + *
+       * The execution metric results.
+       * 
+ * + * repeated .flyteidl.core.ExecutionMetricResult results = 1; + */ + public Builder addResults( + flyteidl.core.Metrics.ExecutionMetricResult.Builder builderForValue) { + if (resultsBuilder_ == null) { + ensureResultsIsMutable(); + results_.add(builderForValue.build()); + onChanged(); + } else { + resultsBuilder_.addMessage(builderForValue.build()); + } + return this; + } + /** + *
+       * The execution metric results.
+       * 
+ * + * repeated .flyteidl.core.ExecutionMetricResult results = 1; + */ + public Builder addResults( + int index, flyteidl.core.Metrics.ExecutionMetricResult.Builder builderForValue) { + if (resultsBuilder_ == null) { + ensureResultsIsMutable(); + results_.add(index, builderForValue.build()); + onChanged(); + } else { + resultsBuilder_.addMessage(index, builderForValue.build()); + } + return this; + } + /** + *
+       * The execution metric results.
+       * 
+ * + * repeated .flyteidl.core.ExecutionMetricResult results = 1; + */ + public Builder addAllResults( + java.lang.Iterable values) { + if (resultsBuilder_ == null) { + ensureResultsIsMutable(); + com.google.protobuf.AbstractMessageLite.Builder.addAll( + values, results_); + onChanged(); + } else { + resultsBuilder_.addAllMessages(values); + } + return this; + } + /** + *
+       * The execution metric results.
+       * 
+ * + * repeated .flyteidl.core.ExecutionMetricResult results = 1; + */ + public Builder clearResults() { + if (resultsBuilder_ == null) { + results_ = java.util.Collections.emptyList(); + bitField0_ = (bitField0_ & ~0x00000001); + onChanged(); + } else { + resultsBuilder_.clear(); + } + return this; + } + /** + *
+       * The execution metric results.
+       * 
+ * + * repeated .flyteidl.core.ExecutionMetricResult results = 1; + */ + public Builder removeResults(int index) { + if (resultsBuilder_ == null) { + ensureResultsIsMutable(); + results_.remove(index); + onChanged(); + } else { + resultsBuilder_.remove(index); + } + return this; + } + /** + *
+       * The execution metric results.
+       * 
+ * + * repeated .flyteidl.core.ExecutionMetricResult results = 1; + */ + public flyteidl.core.Metrics.ExecutionMetricResult.Builder getResultsBuilder( + int index) { + return getResultsFieldBuilder().getBuilder(index); + } + /** + *
+       * The execution metric results.
+       * 
+ * + * repeated .flyteidl.core.ExecutionMetricResult results = 1; + */ + public flyteidl.core.Metrics.ExecutionMetricResultOrBuilder getResultsOrBuilder( + int index) { + if (resultsBuilder_ == null) { + return results_.get(index); } else { + return resultsBuilder_.getMessageOrBuilder(index); + } + } + /** + *
+       * The execution metric results.
+       * 
+ * + * repeated .flyteidl.core.ExecutionMetricResult results = 1; + */ + public java.util.List + getResultsOrBuilderList() { + if (resultsBuilder_ != null) { + return resultsBuilder_.getMessageOrBuilderList(); + } else { + return java.util.Collections.unmodifiableList(results_); + } + } + /** + *
+       * The execution metric results.
+       * 
+ * + * repeated .flyteidl.core.ExecutionMetricResult results = 1; + */ + public flyteidl.core.Metrics.ExecutionMetricResult.Builder addResultsBuilder() { + return getResultsFieldBuilder().addBuilder( + flyteidl.core.Metrics.ExecutionMetricResult.getDefaultInstance()); + } + /** + *
+       * The execution metric results.
+       * 
+ * + * repeated .flyteidl.core.ExecutionMetricResult results = 1; + */ + public flyteidl.core.Metrics.ExecutionMetricResult.Builder addResultsBuilder( + int index) { + return getResultsFieldBuilder().addBuilder( + index, flyteidl.core.Metrics.ExecutionMetricResult.getDefaultInstance()); + } + /** + *
+       * The execution metric results.
+       * 
+ * + * repeated .flyteidl.core.ExecutionMetricResult results = 1; + */ + public java.util.List + getResultsBuilderList() { + return getResultsFieldBuilder().getBuilderList(); + } + private com.google.protobuf.RepeatedFieldBuilderV3< + flyteidl.core.Metrics.ExecutionMetricResult, flyteidl.core.Metrics.ExecutionMetricResult.Builder, flyteidl.core.Metrics.ExecutionMetricResultOrBuilder> + getResultsFieldBuilder() { + if (resultsBuilder_ == null) { + resultsBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3< + flyteidl.core.Metrics.ExecutionMetricResult, flyteidl.core.Metrics.ExecutionMetricResult.Builder, flyteidl.core.Metrics.ExecutionMetricResultOrBuilder>( + results_, + ((bitField0_ & 0x00000001) != 0), + getParentForChildren(), + isClean()); + results_ = null; + } + return resultsBuilder_; + } + @java.lang.Override + public final Builder setUnknownFields( + final com.google.protobuf.UnknownFieldSet unknownFields) { + return super.setUnknownFields(unknownFields); + } + + @java.lang.Override + public final Builder mergeUnknownFields( + final com.google.protobuf.UnknownFieldSet unknownFields) { + return super.mergeUnknownFields(unknownFields); + } + + + // @@protoc_insertion_point(builder_scope:flyteidl.admin.GetTaskMetricsResponse) + } + + // @@protoc_insertion_point(class_scope:flyteidl.admin.GetTaskMetricsResponse) + private static final flyteidl.admin.AgentOuterClass.GetTaskMetricsResponse DEFAULT_INSTANCE; + static { + DEFAULT_INSTANCE = new flyteidl.admin.AgentOuterClass.GetTaskMetricsResponse(); + } + + public static flyteidl.admin.AgentOuterClass.GetTaskMetricsResponse getDefaultInstance() { + return DEFAULT_INSTANCE; + } + + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public GetTaskMetricsResponse parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return new GetTaskMetricsResponse(input, extensionRegistry); + } + }; + + public static com.google.protobuf.Parser parser() { + return PARSER; + } + + @java.lang.Override + public com.google.protobuf.Parser getParserForType() { + return PARSER; + } + + @java.lang.Override + public flyteidl.admin.AgentOuterClass.GetTaskMetricsResponse getDefaultInstanceForType() { + return DEFAULT_INSTANCE; + } + + } + + public interface GetTaskLogsRequestOrBuilder extends + // @@protoc_insertion_point(interface_extends:flyteidl.admin.GetTaskLogsRequest) + com.google.protobuf.MessageOrBuilder { + + /** + *
+     * A predefined yet extensible Task type identifier.
+     * 
+ * + * string task_type = 1; + */ + java.lang.String getTaskType(); + /** + *
+     * A predefined yet extensible Task type identifier.
+     * 
+ * + * string task_type = 1; + */ + com.google.protobuf.ByteString + getTaskTypeBytes(); + + /** + *
+     * Metadata is created by the agent. It could be a string (jobId) or a dict (more complex metadata).
+     * 
+ * + * bytes resource_meta = 2; + */ + com.google.protobuf.ByteString getResourceMeta(); + + /** + *
+     * Number of lines to return.
+     * 
+ * + * uint64 lines = 3; + */ + long getLines(); + + /** + *
+     * In the case of multiple pages of results, the server-provided token can be used to fetch the next page
+     * in a query. If there are no more results, this value will be empty.
+     * 
+ * + * string token = 4; + */ + java.lang.String getToken(); + /** + *
+     * In the case of multiple pages of results, the server-provided token can be used to fetch the next page
+     * in a query. If there are no more results, this value will be empty.
+     * 
+ * + * string token = 4; + */ + com.google.protobuf.ByteString + getTokenBytes(); + } + /** + *
+   * A request to get the log from a task execution.
+   * 
+ * + * Protobuf type {@code flyteidl.admin.GetTaskLogsRequest} + */ + public static final class GetTaskLogsRequest extends + com.google.protobuf.GeneratedMessageV3 implements + // @@protoc_insertion_point(message_implements:flyteidl.admin.GetTaskLogsRequest) + GetTaskLogsRequestOrBuilder { + private static final long serialVersionUID = 0L; + // Use GetTaskLogsRequest.newBuilder() to construct. + private GetTaskLogsRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) { + super(builder); + } + private GetTaskLogsRequest() { + taskType_ = ""; + resourceMeta_ = com.google.protobuf.ByteString.EMPTY; + token_ = ""; + } + + @java.lang.Override + public final com.google.protobuf.UnknownFieldSet + getUnknownFields() { + return this.unknownFields; + } + private GetTaskLogsRequest( + 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; + case 10: { + java.lang.String s = input.readStringRequireUtf8(); + + taskType_ = s; + break; + } + case 18: { + + resourceMeta_ = input.readBytes(); + break; + } + case 24: { + + lines_ = input.readUInt64(); + break; + } + case 34: { + java.lang.String s = input.readStringRequireUtf8(); + + token_ = s; + break; + } + default: { + if (!parseUnknownField( + input, unknownFields, extensionRegistry, tag)) { + done = true; + } + 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.AgentOuterClass.internal_static_flyteidl_admin_GetTaskLogsRequest_descriptor; + } + + @java.lang.Override + protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internalGetFieldAccessorTable() { + return flyteidl.admin.AgentOuterClass.internal_static_flyteidl_admin_GetTaskLogsRequest_fieldAccessorTable + .ensureFieldAccessorsInitialized( + flyteidl.admin.AgentOuterClass.GetTaskLogsRequest.class, flyteidl.admin.AgentOuterClass.GetTaskLogsRequest.Builder.class); + } + + public static final int TASK_TYPE_FIELD_NUMBER = 1; + private volatile java.lang.Object taskType_; + /** + *
+     * A predefined yet extensible Task type identifier.
+     * 
+ * + * string task_type = 1; + */ + public java.lang.String getTaskType() { + java.lang.Object ref = taskType_; + if (ref instanceof java.lang.String) { + return (java.lang.String) ref; + } else { + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; + java.lang.String s = bs.toStringUtf8(); + taskType_ = s; + return s; + } + } + /** + *
+     * A predefined yet extensible Task type identifier.
+     * 
+ * + * string task_type = 1; + */ + public com.google.protobuf.ByteString + getTaskTypeBytes() { + java.lang.Object ref = taskType_; + if (ref instanceof java.lang.String) { + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); + taskType_ = b; + return b; + } else { + return (com.google.protobuf.ByteString) ref; + } + } + + public static final int RESOURCE_META_FIELD_NUMBER = 2; + private com.google.protobuf.ByteString resourceMeta_; + /** + *
+     * Metadata is created by the agent. It could be a string (jobId) or a dict (more complex metadata).
+     * 
+ * + * bytes resource_meta = 2; + */ + public com.google.protobuf.ByteString getResourceMeta() { + return resourceMeta_; + } + + public static final int LINES_FIELD_NUMBER = 3; + private long lines_; + /** + *
+     * Number of lines to return.
+     * 
+ * + * uint64 lines = 3; + */ + public long getLines() { + return lines_; + } + + public static final int TOKEN_FIELD_NUMBER = 4; + private volatile java.lang.Object token_; + /** + *
+     * In the case of multiple pages of results, the server-provided token can be used to fetch the next page
+     * in a query. If there are no more results, this value will be empty.
+     * 
+ * + * string token = 4; + */ + public java.lang.String getToken() { + java.lang.Object ref = token_; + if (ref instanceof java.lang.String) { + return (java.lang.String) ref; + } else { + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; + java.lang.String s = bs.toStringUtf8(); + token_ = s; + return s; + } + } + /** + *
+     * In the case of multiple pages of results, the server-provided token can be used to fetch the next page
+     * in a query. If there are no more results, this value will be empty.
+     * 
+ * + * string token = 4; + */ + public com.google.protobuf.ByteString + getTokenBytes() { + java.lang.Object ref = token_; + if (ref instanceof java.lang.String) { + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); + token_ = b; + return b; + } else { + return (com.google.protobuf.ByteString) ref; + } + } + + private byte memoizedIsInitialized = -1; + @java.lang.Override + public final boolean isInitialized() { + byte isInitialized = memoizedIsInitialized; + if (isInitialized == 1) return true; + if (isInitialized == 0) return false; + + memoizedIsInitialized = 1; + return true; + } + + @java.lang.Override + public void writeTo(com.google.protobuf.CodedOutputStream output) + throws java.io.IOException { + if (!getTaskTypeBytes().isEmpty()) { + com.google.protobuf.GeneratedMessageV3.writeString(output, 1, taskType_); + } + if (!resourceMeta_.isEmpty()) { + output.writeBytes(2, resourceMeta_); + } + if (lines_ != 0L) { + output.writeUInt64(3, lines_); + } + if (!getTokenBytes().isEmpty()) { + com.google.protobuf.GeneratedMessageV3.writeString(output, 4, token_); + } + unknownFields.writeTo(output); + } + + @java.lang.Override + public int getSerializedSize() { + int size = memoizedSize; + if (size != -1) return size; + + size = 0; + if (!getTaskTypeBytes().isEmpty()) { + size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, taskType_); + } + if (!resourceMeta_.isEmpty()) { + size += com.google.protobuf.CodedOutputStream + .computeBytesSize(2, resourceMeta_); + } + if (lines_ != 0L) { + size += com.google.protobuf.CodedOutputStream + .computeUInt64Size(3, lines_); + } + if (!getTokenBytes().isEmpty()) { + size += com.google.protobuf.GeneratedMessageV3.computeStringSize(4, token_); + } + 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.AgentOuterClass.GetTaskLogsRequest)) { + return super.equals(obj); + } + flyteidl.admin.AgentOuterClass.GetTaskLogsRequest other = (flyteidl.admin.AgentOuterClass.GetTaskLogsRequest) obj; + + if (!getTaskType() + .equals(other.getTaskType())) return false; + if (!getResourceMeta() + .equals(other.getResourceMeta())) return false; + if (getLines() + != other.getLines()) return false; + if (!getToken() + .equals(other.getToken())) return false; + if (!unknownFields.equals(other.unknownFields)) return false; + return true; + } + + @java.lang.Override + public int hashCode() { + if (memoizedHashCode != 0) { + return memoizedHashCode; + } + int hash = 41; + hash = (19 * hash) + getDescriptor().hashCode(); + hash = (37 * hash) + TASK_TYPE_FIELD_NUMBER; + hash = (53 * hash) + getTaskType().hashCode(); + hash = (37 * hash) + RESOURCE_META_FIELD_NUMBER; + hash = (53 * hash) + getResourceMeta().hashCode(); + hash = (37 * hash) + LINES_FIELD_NUMBER; + hash = (53 * hash) + com.google.protobuf.Internal.hashLong( + getLines()); + hash = (37 * hash) + TOKEN_FIELD_NUMBER; + hash = (53 * hash) + getToken().hashCode(); + hash = (29 * hash) + unknownFields.hashCode(); + memoizedHashCode = hash; + return hash; + } + + public static flyteidl.admin.AgentOuterClass.GetTaskLogsRequest parseFrom( + java.nio.ByteBuffer data) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data); + } + public static flyteidl.admin.AgentOuterClass.GetTaskLogsRequest parseFrom( + java.nio.ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data, extensionRegistry); + } + public static flyteidl.admin.AgentOuterClass.GetTaskLogsRequest parseFrom( + com.google.protobuf.ByteString data) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data); + } + public static flyteidl.admin.AgentOuterClass.GetTaskLogsRequest 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.AgentOuterClass.GetTaskLogsRequest parseFrom(byte[] data) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data); + } + public static flyteidl.admin.AgentOuterClass.GetTaskLogsRequest parseFrom( + byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data, extensionRegistry); + } + public static flyteidl.admin.AgentOuterClass.GetTaskLogsRequest parseFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); + } + public static flyteidl.admin.AgentOuterClass.GetTaskLogsRequest 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.AgentOuterClass.GetTaskLogsRequest parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); + } + public static flyteidl.admin.AgentOuterClass.GetTaskLogsRequest 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.AgentOuterClass.GetTaskLogsRequest parseFrom( + com.google.protobuf.CodedInputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); + } + public static flyteidl.admin.AgentOuterClass.GetTaskLogsRequest parseFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); + } + + @java.lang.Override + public Builder newBuilderForType() { return newBuilder(); } + public static Builder newBuilder() { + return DEFAULT_INSTANCE.toBuilder(); + } + public static Builder newBuilder(flyteidl.admin.AgentOuterClass.GetTaskLogsRequest prototype) { + return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); + } + @java.lang.Override + 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; + } + /** + *
+     * A request to get the log from a task execution.
+     * 
+ * + * Protobuf type {@code flyteidl.admin.GetTaskLogsRequest} + */ + public static final class Builder extends + com.google.protobuf.GeneratedMessageV3.Builder implements + // @@protoc_insertion_point(builder_implements:flyteidl.admin.GetTaskLogsRequest) + flyteidl.admin.AgentOuterClass.GetTaskLogsRequestOrBuilder { + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return flyteidl.admin.AgentOuterClass.internal_static_flyteidl_admin_GetTaskLogsRequest_descriptor; + } + + @java.lang.Override + protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internalGetFieldAccessorTable() { + return flyteidl.admin.AgentOuterClass.internal_static_flyteidl_admin_GetTaskLogsRequest_fieldAccessorTable + .ensureFieldAccessorsInitialized( + flyteidl.admin.AgentOuterClass.GetTaskLogsRequest.class, flyteidl.admin.AgentOuterClass.GetTaskLogsRequest.Builder.class); + } + + // Construct using flyteidl.admin.AgentOuterClass.GetTaskLogsRequest.newBuilder() + private Builder() { + maybeForceBuilderInitialization(); + } + + private Builder( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + super(parent); + maybeForceBuilderInitialization(); + } + private void maybeForceBuilderInitialization() { + if (com.google.protobuf.GeneratedMessageV3 + .alwaysUseFieldBuilders) { + } + } + @java.lang.Override + public Builder clear() { + super.clear(); + taskType_ = ""; + + resourceMeta_ = com.google.protobuf.ByteString.EMPTY; + + lines_ = 0L; + + token_ = ""; + + return this; + } + + @java.lang.Override + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { + return flyteidl.admin.AgentOuterClass.internal_static_flyteidl_admin_GetTaskLogsRequest_descriptor; + } + + @java.lang.Override + public flyteidl.admin.AgentOuterClass.GetTaskLogsRequest getDefaultInstanceForType() { + return flyteidl.admin.AgentOuterClass.GetTaskLogsRequest.getDefaultInstance(); + } + + @java.lang.Override + public flyteidl.admin.AgentOuterClass.GetTaskLogsRequest build() { + flyteidl.admin.AgentOuterClass.GetTaskLogsRequest result = buildPartial(); + if (!result.isInitialized()) { + throw newUninitializedMessageException(result); + } + return result; + } + + @java.lang.Override + public flyteidl.admin.AgentOuterClass.GetTaskLogsRequest buildPartial() { + flyteidl.admin.AgentOuterClass.GetTaskLogsRequest result = new flyteidl.admin.AgentOuterClass.GetTaskLogsRequest(this); + result.taskType_ = taskType_; + result.resourceMeta_ = resourceMeta_; + result.lines_ = lines_; + result.token_ = token_; + onBuilt(); + return result; + } + + @java.lang.Override + public Builder clone() { + return super.clone(); + } + @java.lang.Override + public Builder setField( + com.google.protobuf.Descriptors.FieldDescriptor field, + java.lang.Object value) { + return super.setField(field, value); + } + @java.lang.Override + public Builder clearField( + com.google.protobuf.Descriptors.FieldDescriptor field) { + return super.clearField(field); + } + @java.lang.Override + public Builder clearOneof( + com.google.protobuf.Descriptors.OneofDescriptor oneof) { + return super.clearOneof(oneof); + } + @java.lang.Override + public Builder setRepeatedField( + com.google.protobuf.Descriptors.FieldDescriptor field, + int index, java.lang.Object value) { + return super.setRepeatedField(field, index, value); + } + @java.lang.Override + public Builder addRepeatedField( + com.google.protobuf.Descriptors.FieldDescriptor field, + java.lang.Object value) { + return super.addRepeatedField(field, value); + } + @java.lang.Override + public Builder mergeFrom(com.google.protobuf.Message other) { + if (other instanceof flyteidl.admin.AgentOuterClass.GetTaskLogsRequest) { + return mergeFrom((flyteidl.admin.AgentOuterClass.GetTaskLogsRequest)other); + } else { + super.mergeFrom(other); + return this; + } + } + + public Builder mergeFrom(flyteidl.admin.AgentOuterClass.GetTaskLogsRequest other) { + if (other == flyteidl.admin.AgentOuterClass.GetTaskLogsRequest.getDefaultInstance()) return this; + if (!other.getTaskType().isEmpty()) { + taskType_ = other.taskType_; + onChanged(); + } + if (other.getResourceMeta() != com.google.protobuf.ByteString.EMPTY) { + setResourceMeta(other.getResourceMeta()); + } + if (other.getLines() != 0L) { + setLines(other.getLines()); + } + if (!other.getToken().isEmpty()) { + token_ = other.token_; + onChanged(); + } + this.mergeUnknownFields(other.unknownFields); + onChanged(); + return this; + } + + @java.lang.Override + public final boolean isInitialized() { + return true; + } + + @java.lang.Override + public Builder mergeFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + flyteidl.admin.AgentOuterClass.GetTaskLogsRequest parsedMessage = null; + try { + parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + parsedMessage = (flyteidl.admin.AgentOuterClass.GetTaskLogsRequest) e.getUnfinishedMessage(); + throw e.unwrapIOException(); + } finally { + if (parsedMessage != null) { + mergeFrom(parsedMessage); + } + } + return this; + } + + private java.lang.Object taskType_ = ""; + /** + *
+       * A predefined yet extensible Task type identifier.
+       * 
+ * + * string task_type = 1; + */ + public java.lang.String getTaskType() { + java.lang.Object ref = taskType_; + if (!(ref instanceof java.lang.String)) { + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; + java.lang.String s = bs.toStringUtf8(); + taskType_ = s; + return s; + } else { + return (java.lang.String) ref; + } + } + /** + *
+       * A predefined yet extensible Task type identifier.
+       * 
+ * + * string task_type = 1; + */ + public com.google.protobuf.ByteString + getTaskTypeBytes() { + java.lang.Object ref = taskType_; + if (ref instanceof String) { + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); + taskType_ = b; + return b; + } else { + return (com.google.protobuf.ByteString) ref; + } + } + /** + *
+       * A predefined yet extensible Task type identifier.
+       * 
+ * + * string task_type = 1; + */ + public Builder setTaskType( + java.lang.String value) { + if (value == null) { + throw new NullPointerException(); + } + + taskType_ = value; + onChanged(); + return this; + } + /** + *
+       * A predefined yet extensible Task type identifier.
+       * 
+ * + * string task_type = 1; + */ + public Builder clearTaskType() { + + taskType_ = getDefaultInstance().getTaskType(); + onChanged(); + return this; + } + /** + *
+       * A predefined yet extensible Task type identifier.
+       * 
+ * + * string task_type = 1; + */ + public Builder setTaskTypeBytes( + com.google.protobuf.ByteString value) { + if (value == null) { + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + + taskType_ = value; + onChanged(); + return this; + } + + private com.google.protobuf.ByteString resourceMeta_ = com.google.protobuf.ByteString.EMPTY; + /** + *
+       * Metadata is created by the agent. It could be a string (jobId) or a dict (more complex metadata).
+       * 
+ * + * bytes resource_meta = 2; + */ + public com.google.protobuf.ByteString getResourceMeta() { + return resourceMeta_; + } + /** + *
+       * Metadata is created by the agent. It could be a string (jobId) or a dict (more complex metadata).
+       * 
+ * + * bytes resource_meta = 2; + */ + public Builder setResourceMeta(com.google.protobuf.ByteString value) { + if (value == null) { + throw new NullPointerException(); + } + + resourceMeta_ = value; + onChanged(); + return this; + } + /** + *
+       * Metadata is created by the agent. It could be a string (jobId) or a dict (more complex metadata).
+       * 
+ * + * bytes resource_meta = 2; + */ + public Builder clearResourceMeta() { + + resourceMeta_ = getDefaultInstance().getResourceMeta(); + onChanged(); + return this; + } + + private long lines_ ; + /** + *
+       * Number of lines to return.
+       * 
+ * + * uint64 lines = 3; + */ + public long getLines() { + return lines_; + } + /** + *
+       * Number of lines to return.
+       * 
+ * + * uint64 lines = 3; + */ + public Builder setLines(long value) { + + lines_ = value; + onChanged(); + return this; + } + /** + *
+       * Number of lines to return.
+       * 
+ * + * uint64 lines = 3; + */ + public Builder clearLines() { + + lines_ = 0L; + onChanged(); + return this; + } + + private java.lang.Object token_ = ""; + /** + *
+       * In the case of multiple pages of results, the server-provided token can be used to fetch the next page
+       * in a query. If there are no more results, this value will be empty.
+       * 
+ * + * string token = 4; + */ + public java.lang.String getToken() { + java.lang.Object ref = token_; + if (!(ref instanceof java.lang.String)) { + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; + java.lang.String s = bs.toStringUtf8(); + token_ = s; + return s; + } else { + return (java.lang.String) ref; + } + } + /** + *
+       * In the case of multiple pages of results, the server-provided token can be used to fetch the next page
+       * in a query. If there are no more results, this value will be empty.
+       * 
+ * + * string token = 4; + */ + public com.google.protobuf.ByteString + getTokenBytes() { + java.lang.Object ref = token_; + if (ref instanceof String) { + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); + token_ = b; + return b; + } else { + return (com.google.protobuf.ByteString) ref; + } + } + /** + *
+       * In the case of multiple pages of results, the server-provided token can be used to fetch the next page
+       * in a query. If there are no more results, this value will be empty.
+       * 
+ * + * string token = 4; + */ + public Builder setToken( + java.lang.String value) { + if (value == null) { + throw new NullPointerException(); + } + + token_ = value; + onChanged(); + return this; + } + /** + *
+       * In the case of multiple pages of results, the server-provided token can be used to fetch the next page
+       * in a query. If there are no more results, this value will be empty.
+       * 
+ * + * string token = 4; + */ + public Builder clearToken() { + + token_ = getDefaultInstance().getToken(); + onChanged(); + return this; + } + /** + *
+       * In the case of multiple pages of results, the server-provided token can be used to fetch the next page
+       * in a query. If there are no more results, this value will be empty.
+       * 
+ * + * string token = 4; + */ + public Builder setTokenBytes( + com.google.protobuf.ByteString value) { + if (value == null) { + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + + token_ = value; + onChanged(); + return this; + } + @java.lang.Override + public final Builder setUnknownFields( + final com.google.protobuf.UnknownFieldSet unknownFields) { + return super.setUnknownFields(unknownFields); + } + + @java.lang.Override + public final Builder mergeUnknownFields( + final com.google.protobuf.UnknownFieldSet unknownFields) { + return super.mergeUnknownFields(unknownFields); + } + + + // @@protoc_insertion_point(builder_scope:flyteidl.admin.GetTaskLogsRequest) + } + + // @@protoc_insertion_point(class_scope:flyteidl.admin.GetTaskLogsRequest) + private static final flyteidl.admin.AgentOuterClass.GetTaskLogsRequest DEFAULT_INSTANCE; + static { + DEFAULT_INSTANCE = new flyteidl.admin.AgentOuterClass.GetTaskLogsRequest(); + } + + public static flyteidl.admin.AgentOuterClass.GetTaskLogsRequest getDefaultInstance() { + return DEFAULT_INSTANCE; + } + + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public GetTaskLogsRequest parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return new GetTaskLogsRequest(input, extensionRegistry); + } + }; + + public static com.google.protobuf.Parser parser() { + return PARSER; + } + + @java.lang.Override + public com.google.protobuf.Parser getParserForType() { + return PARSER; + } + + @java.lang.Override + public flyteidl.admin.AgentOuterClass.GetTaskLogsRequest getDefaultInstanceForType() { + return DEFAULT_INSTANCE; + } + + } + + public interface GetTaskLogsResponseOrBuilder extends + // @@protoc_insertion_point(interface_extends:flyteidl.admin.GetTaskLogsResponse) + com.google.protobuf.MessageOrBuilder { + + /** + *
+     * The execution log results.
+     * 
+ * + * repeated string results = 1; + */ + java.util.List + getResultsList(); + /** + *
+     * The execution log results.
+     * 
+ * + * repeated string results = 1; + */ + int getResultsCount(); + /** + *
+     * The execution log results.
+     * 
+ * + * repeated string results = 1; + */ + java.lang.String getResults(int index); + /** + *
+     * The execution log results.
+     * 
+ * + * repeated string results = 1; + */ + com.google.protobuf.ByteString + getResultsBytes(int index); + + /** + *
+     * In the case of multiple pages of results, the server-provided token can be used to fetch the next page
+     * in a query. If there are no more results, this value will be empty.
+     * 
+ * + * string token = 2; + */ + java.lang.String getToken(); + /** + *
+     * In the case of multiple pages of results, the server-provided token can be used to fetch the next page
+     * in a query. If there are no more results, this value will be empty.
+     * 
+ * + * string token = 2; + */ + com.google.protobuf.ByteString + getTokenBytes(); + } + /** + *
+   * A response containing the logs for a task execution.
+   * 
+ * + * Protobuf type {@code flyteidl.admin.GetTaskLogsResponse} + */ + public static final class GetTaskLogsResponse extends + com.google.protobuf.GeneratedMessageV3 implements + // @@protoc_insertion_point(message_implements:flyteidl.admin.GetTaskLogsResponse) + GetTaskLogsResponseOrBuilder { + private static final long serialVersionUID = 0L; + // Use GetTaskLogsResponse.newBuilder() to construct. + private GetTaskLogsResponse(com.google.protobuf.GeneratedMessageV3.Builder builder) { + super(builder); + } + private GetTaskLogsResponse() { + results_ = com.google.protobuf.LazyStringArrayList.EMPTY; + token_ = ""; + } + + @java.lang.Override + public final com.google.protobuf.UnknownFieldSet + getUnknownFields() { + return this.unknownFields; + } + private GetTaskLogsResponse( + 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; + case 10: { + java.lang.String s = input.readStringRequireUtf8(); + if (!((mutable_bitField0_ & 0x00000001) != 0)) { + results_ = new com.google.protobuf.LazyStringArrayList(); + mutable_bitField0_ |= 0x00000001; + } + results_.add(s); + break; + } + case 18: { + java.lang.String s = input.readStringRequireUtf8(); + + token_ = s; + break; + } + default: { + if (!parseUnknownField( + input, unknownFields, extensionRegistry, tag)) { + done = true; + } + 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 { + if (((mutable_bitField0_ & 0x00000001) != 0)) { + results_ = results_.getUnmodifiableView(); + } + this.unknownFields = unknownFields.build(); + makeExtensionsImmutable(); + } + } + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return flyteidl.admin.AgentOuterClass.internal_static_flyteidl_admin_GetTaskLogsResponse_descriptor; + } + + @java.lang.Override + protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internalGetFieldAccessorTable() { + return flyteidl.admin.AgentOuterClass.internal_static_flyteidl_admin_GetTaskLogsResponse_fieldAccessorTable + .ensureFieldAccessorsInitialized( + flyteidl.admin.AgentOuterClass.GetTaskLogsResponse.class, flyteidl.admin.AgentOuterClass.GetTaskLogsResponse.Builder.class); + } + + private int bitField0_; + public static final int RESULTS_FIELD_NUMBER = 1; + private com.google.protobuf.LazyStringList results_; + /** + *
+     * The execution log results.
+     * 
+ * + * repeated string results = 1; + */ + public com.google.protobuf.ProtocolStringList + getResultsList() { + return results_; + } + /** + *
+     * The execution log results.
+     * 
+ * + * repeated string results = 1; + */ + public int getResultsCount() { + return results_.size(); + } + /** + *
+     * The execution log results.
+     * 
+ * + * repeated string results = 1; + */ + public java.lang.String getResults(int index) { + return results_.get(index); + } + /** + *
+     * The execution log results.
+     * 
+ * + * repeated string results = 1; + */ + public com.google.protobuf.ByteString + getResultsBytes(int index) { + return results_.getByteString(index); + } + + public static final int TOKEN_FIELD_NUMBER = 2; + private volatile java.lang.Object token_; + /** + *
+     * In the case of multiple pages of results, the server-provided token can be used to fetch the next page
+     * in a query. If there are no more results, this value will be empty.
+     * 
+ * + * string token = 2; + */ + public java.lang.String getToken() { + java.lang.Object ref = token_; + if (ref instanceof java.lang.String) { + return (java.lang.String) ref; + } else { + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; + java.lang.String s = bs.toStringUtf8(); + token_ = s; + return s; + } + } + /** + *
+     * In the case of multiple pages of results, the server-provided token can be used to fetch the next page
+     * in a query. If there are no more results, this value will be empty.
+     * 
+ * + * string token = 2; + */ + public com.google.protobuf.ByteString + getTokenBytes() { + java.lang.Object ref = token_; + if (ref instanceof java.lang.String) { + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); + token_ = b; + return b; + } else { + return (com.google.protobuf.ByteString) ref; + } + } + + private byte memoizedIsInitialized = -1; + @java.lang.Override + public final boolean isInitialized() { + byte isInitialized = memoizedIsInitialized; + if (isInitialized == 1) return true; + if (isInitialized == 0) return false; + + memoizedIsInitialized = 1; + return true; + } + + @java.lang.Override + public void writeTo(com.google.protobuf.CodedOutputStream output) + throws java.io.IOException { + for (int i = 0; i < results_.size(); i++) { + com.google.protobuf.GeneratedMessageV3.writeString(output, 1, results_.getRaw(i)); + } + if (!getTokenBytes().isEmpty()) { + com.google.protobuf.GeneratedMessageV3.writeString(output, 2, token_); + } + unknownFields.writeTo(output); + } + + @java.lang.Override + public int getSerializedSize() { + int size = memoizedSize; + if (size != -1) return size; + + size = 0; + { + int dataSize = 0; + for (int i = 0; i < results_.size(); i++) { + dataSize += computeStringSizeNoTag(results_.getRaw(i)); + } + size += dataSize; + size += 1 * getResultsList().size(); + } + if (!getTokenBytes().isEmpty()) { + size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, token_); + } + 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.AgentOuterClass.GetTaskLogsResponse)) { + return super.equals(obj); + } + flyteidl.admin.AgentOuterClass.GetTaskLogsResponse other = (flyteidl.admin.AgentOuterClass.GetTaskLogsResponse) obj; + + if (!getResultsList() + .equals(other.getResultsList())) return false; + if (!getToken() + .equals(other.getToken())) return false; + if (!unknownFields.equals(other.unknownFields)) return false; + return true; + } + + @java.lang.Override + public int hashCode() { + if (memoizedHashCode != 0) { + return memoizedHashCode; + } + int hash = 41; + hash = (19 * hash) + getDescriptor().hashCode(); + if (getResultsCount() > 0) { + hash = (37 * hash) + RESULTS_FIELD_NUMBER; + hash = (53 * hash) + getResultsList().hashCode(); + } + hash = (37 * hash) + TOKEN_FIELD_NUMBER; + hash = (53 * hash) + getToken().hashCode(); + hash = (29 * hash) + unknownFields.hashCode(); + memoizedHashCode = hash; + return hash; + } + + public static flyteidl.admin.AgentOuterClass.GetTaskLogsResponse parseFrom( + java.nio.ByteBuffer data) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data); + } + public static flyteidl.admin.AgentOuterClass.GetTaskLogsResponse parseFrom( + java.nio.ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data, extensionRegistry); + } + public static flyteidl.admin.AgentOuterClass.GetTaskLogsResponse parseFrom( + com.google.protobuf.ByteString data) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data); + } + public static flyteidl.admin.AgentOuterClass.GetTaskLogsResponse 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.AgentOuterClass.GetTaskLogsResponse parseFrom(byte[] data) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data); + } + public static flyteidl.admin.AgentOuterClass.GetTaskLogsResponse parseFrom( + byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data, extensionRegistry); + } + public static flyteidl.admin.AgentOuterClass.GetTaskLogsResponse parseFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); + } + public static flyteidl.admin.AgentOuterClass.GetTaskLogsResponse 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.AgentOuterClass.GetTaskLogsResponse parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); + } + public static flyteidl.admin.AgentOuterClass.GetTaskLogsResponse 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.AgentOuterClass.GetTaskLogsResponse parseFrom( + com.google.protobuf.CodedInputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); + } + public static flyteidl.admin.AgentOuterClass.GetTaskLogsResponse parseFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); + } + + @java.lang.Override + public Builder newBuilderForType() { return newBuilder(); } + public static Builder newBuilder() { + return DEFAULT_INSTANCE.toBuilder(); + } + public static Builder newBuilder(flyteidl.admin.AgentOuterClass.GetTaskLogsResponse prototype) { + return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); + } + @java.lang.Override + 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; + } + /** + *
+     * A response containing the logs for a task execution.
+     * 
+ * + * Protobuf type {@code flyteidl.admin.GetTaskLogsResponse} + */ + public static final class Builder extends + com.google.protobuf.GeneratedMessageV3.Builder implements + // @@protoc_insertion_point(builder_implements:flyteidl.admin.GetTaskLogsResponse) + flyteidl.admin.AgentOuterClass.GetTaskLogsResponseOrBuilder { + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return flyteidl.admin.AgentOuterClass.internal_static_flyteidl_admin_GetTaskLogsResponse_descriptor; + } + + @java.lang.Override + protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internalGetFieldAccessorTable() { + return flyteidl.admin.AgentOuterClass.internal_static_flyteidl_admin_GetTaskLogsResponse_fieldAccessorTable + .ensureFieldAccessorsInitialized( + flyteidl.admin.AgentOuterClass.GetTaskLogsResponse.class, flyteidl.admin.AgentOuterClass.GetTaskLogsResponse.Builder.class); + } + + // Construct using flyteidl.admin.AgentOuterClass.GetTaskLogsResponse.newBuilder() + private Builder() { + maybeForceBuilderInitialization(); + } + + private Builder( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + super(parent); + maybeForceBuilderInitialization(); + } + private void maybeForceBuilderInitialization() { + if (com.google.protobuf.GeneratedMessageV3 + .alwaysUseFieldBuilders) { + } + } + @java.lang.Override + public Builder clear() { + super.clear(); + results_ = com.google.protobuf.LazyStringArrayList.EMPTY; + bitField0_ = (bitField0_ & ~0x00000001); + token_ = ""; + + return this; + } + + @java.lang.Override + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { + return flyteidl.admin.AgentOuterClass.internal_static_flyteidl_admin_GetTaskLogsResponse_descriptor; + } + + @java.lang.Override + public flyteidl.admin.AgentOuterClass.GetTaskLogsResponse getDefaultInstanceForType() { + return flyteidl.admin.AgentOuterClass.GetTaskLogsResponse.getDefaultInstance(); + } + + @java.lang.Override + public flyteidl.admin.AgentOuterClass.GetTaskLogsResponse build() { + flyteidl.admin.AgentOuterClass.GetTaskLogsResponse result = buildPartial(); + if (!result.isInitialized()) { + throw newUninitializedMessageException(result); + } + return result; + } + + @java.lang.Override + public flyteidl.admin.AgentOuterClass.GetTaskLogsResponse buildPartial() { + flyteidl.admin.AgentOuterClass.GetTaskLogsResponse result = new flyteidl.admin.AgentOuterClass.GetTaskLogsResponse(this); + int from_bitField0_ = bitField0_; + int to_bitField0_ = 0; + if (((bitField0_ & 0x00000001) != 0)) { + results_ = results_.getUnmodifiableView(); + bitField0_ = (bitField0_ & ~0x00000001); + } + result.results_ = results_; + result.token_ = token_; + result.bitField0_ = to_bitField0_; + onBuilt(); + return result; + } + + @java.lang.Override + public Builder clone() { + return super.clone(); + } + @java.lang.Override + public Builder setField( + com.google.protobuf.Descriptors.FieldDescriptor field, + java.lang.Object value) { + return super.setField(field, value); + } + @java.lang.Override + public Builder clearField( + com.google.protobuf.Descriptors.FieldDescriptor field) { + return super.clearField(field); + } + @java.lang.Override + public Builder clearOneof( + com.google.protobuf.Descriptors.OneofDescriptor oneof) { + return super.clearOneof(oneof); + } + @java.lang.Override + public Builder setRepeatedField( + com.google.protobuf.Descriptors.FieldDescriptor field, + int index, java.lang.Object value) { + return super.setRepeatedField(field, index, value); + } + @java.lang.Override + public Builder addRepeatedField( + com.google.protobuf.Descriptors.FieldDescriptor field, + java.lang.Object value) { + return super.addRepeatedField(field, value); + } + @java.lang.Override + public Builder mergeFrom(com.google.protobuf.Message other) { + if (other instanceof flyteidl.admin.AgentOuterClass.GetTaskLogsResponse) { + return mergeFrom((flyteidl.admin.AgentOuterClass.GetTaskLogsResponse)other); + } else { + super.mergeFrom(other); + return this; + } + } + + public Builder mergeFrom(flyteidl.admin.AgentOuterClass.GetTaskLogsResponse other) { + if (other == flyteidl.admin.AgentOuterClass.GetTaskLogsResponse.getDefaultInstance()) return this; + if (!other.results_.isEmpty()) { + if (results_.isEmpty()) { + results_ = other.results_; + bitField0_ = (bitField0_ & ~0x00000001); + } else { + ensureResultsIsMutable(); + results_.addAll(other.results_); + } + onChanged(); + } + if (!other.getToken().isEmpty()) { + token_ = other.token_; + onChanged(); + } + this.mergeUnknownFields(other.unknownFields); + onChanged(); + return this; + } + + @java.lang.Override + public final boolean isInitialized() { + return true; + } + + @java.lang.Override + public Builder mergeFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + flyteidl.admin.AgentOuterClass.GetTaskLogsResponse parsedMessage = null; + try { + parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + parsedMessage = (flyteidl.admin.AgentOuterClass.GetTaskLogsResponse) e.getUnfinishedMessage(); + throw e.unwrapIOException(); + } finally { + if (parsedMessage != null) { + mergeFrom(parsedMessage); + } + } + return this; + } + private int bitField0_; + + private com.google.protobuf.LazyStringList results_ = com.google.protobuf.LazyStringArrayList.EMPTY; + private void ensureResultsIsMutable() { + if (!((bitField0_ & 0x00000001) != 0)) { + results_ = new com.google.protobuf.LazyStringArrayList(results_); + bitField0_ |= 0x00000001; + } + } + /** + *
+       * The execution log results.
+       * 
+ * + * repeated string results = 1; + */ + public com.google.protobuf.ProtocolStringList + getResultsList() { + return results_.getUnmodifiableView(); + } + /** + *
+       * The execution log results.
+       * 
+ * + * repeated string results = 1; + */ + public int getResultsCount() { + return results_.size(); + } + /** + *
+       * The execution log results.
+       * 
+ * + * repeated string results = 1; + */ + public java.lang.String getResults(int index) { + return results_.get(index); + } + /** + *
+       * The execution log results.
+       * 
+ * + * repeated string results = 1; + */ + public com.google.protobuf.ByteString + getResultsBytes(int index) { + return results_.getByteString(index); + } + /** + *
+       * The execution log results.
+       * 
+ * + * repeated string results = 1; + */ + public Builder setResults( + int index, java.lang.String value) { + if (value == null) { + throw new NullPointerException(); + } + ensureResultsIsMutable(); + results_.set(index, value); + onChanged(); + return this; + } + /** + *
+       * The execution log results.
+       * 
+ * + * repeated string results = 1; + */ + public Builder addResults( + java.lang.String value) { + if (value == null) { + throw new NullPointerException(); + } + ensureResultsIsMutable(); + results_.add(value); + onChanged(); + return this; + } + /** + *
+       * The execution log results.
+       * 
+ * + * repeated string results = 1; + */ + public Builder addAllResults( + java.lang.Iterable values) { + ensureResultsIsMutable(); + com.google.protobuf.AbstractMessageLite.Builder.addAll( + values, results_); + onChanged(); + return this; + } + /** + *
+       * The execution log results.
+       * 
+ * + * repeated string results = 1; + */ + public Builder clearResults() { + results_ = com.google.protobuf.LazyStringArrayList.EMPTY; + bitField0_ = (bitField0_ & ~0x00000001); + onChanged(); + return this; + } + /** + *
+       * The execution log results.
+       * 
+ * + * repeated string results = 1; + */ + public Builder addResultsBytes( + com.google.protobuf.ByteString value) { + if (value == null) { + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + ensureResultsIsMutable(); + results_.add(value); + onChanged(); + return this; + } + + private java.lang.Object token_ = ""; + /** + *
+       * In the case of multiple pages of results, the server-provided token can be used to fetch the next page
+       * in a query. If there are no more results, this value will be empty.
+       * 
+ * + * string token = 2; + */ + public java.lang.String getToken() { + java.lang.Object ref = token_; + if (!(ref instanceof java.lang.String)) { + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; + java.lang.String s = bs.toStringUtf8(); + token_ = s; + return s; + } else { + return (java.lang.String) ref; + } + } + /** + *
+       * In the case of multiple pages of results, the server-provided token can be used to fetch the next page
+       * in a query. If there are no more results, this value will be empty.
+       * 
+ * + * string token = 2; + */ + public com.google.protobuf.ByteString + getTokenBytes() { + java.lang.Object ref = token_; + if (ref instanceof String) { + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); + token_ = b; + return b; + } else { + return (com.google.protobuf.ByteString) ref; + } + } + /** + *
+       * In the case of multiple pages of results, the server-provided token can be used to fetch the next page
+       * in a query. If there are no more results, this value will be empty.
+       * 
+ * + * string token = 2; + */ + public Builder setToken( + java.lang.String value) { + if (value == null) { + throw new NullPointerException(); + } + + token_ = value; + onChanged(); + return this; + } + /** + *
+       * In the case of multiple pages of results, the server-provided token can be used to fetch the next page
+       * in a query. If there are no more results, this value will be empty.
+       * 
+ * + * string token = 2; + */ + public Builder clearToken() { + + token_ = getDefaultInstance().getToken(); + onChanged(); + return this; + } + /** + *
+       * In the case of multiple pages of results, the server-provided token can be used to fetch the next page
+       * in a query. If there are no more results, this value will be empty.
+       * 
+ * + * string token = 2; + */ + public Builder setTokenBytes( + com.google.protobuf.ByteString value) { + if (value == null) { + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + + token_ = value; + onChanged(); + return this; + } + @java.lang.Override + public final Builder setUnknownFields( + final com.google.protobuf.UnknownFieldSet unknownFields) { + return super.setUnknownFields(unknownFields); + } + + @java.lang.Override + public final Builder mergeUnknownFields( + final com.google.protobuf.UnknownFieldSet unknownFields) { + return super.mergeUnknownFields(unknownFields); + } + + + // @@protoc_insertion_point(builder_scope:flyteidl.admin.GetTaskLogsResponse) + } + + // @@protoc_insertion_point(class_scope:flyteidl.admin.GetTaskLogsResponse) + private static final flyteidl.admin.AgentOuterClass.GetTaskLogsResponse DEFAULT_INSTANCE; + static { + DEFAULT_INSTANCE = new flyteidl.admin.AgentOuterClass.GetTaskLogsResponse(); + } + + public static flyteidl.admin.AgentOuterClass.GetTaskLogsResponse getDefaultInstance() { + return DEFAULT_INSTANCE; + } + + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public GetTaskLogsResponse parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return new GetTaskLogsResponse(input, extensionRegistry); + } + }; + + public static com.google.protobuf.Parser parser() { + return PARSER; + } + + @java.lang.Override + public com.google.protobuf.Parser getParserForType() { + return PARSER; + } + + @java.lang.Override + public flyteidl.admin.AgentOuterClass.GetTaskLogsResponse getDefaultInstanceForType() { + return DEFAULT_INSTANCE; + } + + } + private static final com.google.protobuf.Descriptors.Descriptor internal_static_flyteidl_admin_TaskExecutionMetadata_descriptor; private static final @@ -12103,6 +16532,26 @@ public flyteidl.admin.AgentOuterClass.ListAgentsResponse getDefaultInstanceForTy private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_flyteidl_admin_ListAgentsResponse_fieldAccessorTable; + private static final com.google.protobuf.Descriptors.Descriptor + internal_static_flyteidl_admin_GetTaskMetricsRequest_descriptor; + private static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_flyteidl_admin_GetTaskMetricsRequest_fieldAccessorTable; + private static final com.google.protobuf.Descriptors.Descriptor + internal_static_flyteidl_admin_GetTaskMetricsResponse_descriptor; + private static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_flyteidl_admin_GetTaskMetricsResponse_fieldAccessorTable; + private static final com.google.protobuf.Descriptors.Descriptor + internal_static_flyteidl_admin_GetTaskLogsRequest_descriptor; + private static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_flyteidl_admin_GetTaskLogsRequest_fieldAccessorTable; + private static final com.google.protobuf.Descriptors.Descriptor + internal_static_flyteidl_admin_GetTaskLogsResponse_descriptor; + private static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_flyteidl_admin_GetTaskLogsResponse_fieldAccessorTable; public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() { @@ -12114,51 +16563,63 @@ public flyteidl.admin.AgentOuterClass.ListAgentsResponse getDefaultInstanceForTy java.lang.String[] descriptorData = { "\n\032flyteidl/admin/agent.proto\022\016flyteidl.a" + "dmin\032\034flyteidl/core/literals.proto\032\031flyt" + - "eidl/core/tasks.proto\032\035flyteidl/core/int" + - "erface.proto\032\036flyteidl/core/identifier.p" + - "roto\032\035flyteidl/core/execution.proto\"\232\004\n\025" + - "TaskExecutionMetadata\022A\n\021task_execution_" + - "id\030\001 \001(\0132&.flyteidl.core.TaskExecutionId" + - "entifier\022\021\n\tnamespace\030\002 \001(\t\022A\n\006labels\030\003 " + - "\003(\01321.flyteidl.admin.TaskExecutionMetada" + - "ta.LabelsEntry\022K\n\013annotations\030\004 \003(\01326.fl" + - "yteidl.admin.TaskExecutionMetadata.Annot" + - "ationsEntry\022\033\n\023k8s_service_account\030\005 \001(\t" + - "\022^\n\025environment_variables\030\006 \003(\0132?.flytei" + - "dl.admin.TaskExecutionMetadata.Environme" + - "ntVariablesEntry\032-\n\013LabelsEntry\022\013\n\003key\030\001" + - " \001(\t\022\r\n\005value\030\002 \001(\t:\0028\001\0322\n\020AnnotationsEn" + - "try\022\013\n\003key\030\001 \001(\t\022\r\n\005value\030\002 \001(\t:\0028\001\032;\n\031E" + - "nvironmentVariablesEntry\022\013\n\003key\030\001 \001(\t\022\r\n" + - "\005value\030\002 \001(\t:\0028\001\"\314\001\n\021CreateTaskRequest\022)" + - "\n\006inputs\030\001 \001(\0132\031.flyteidl.core.LiteralMa" + - "p\022-\n\010template\030\002 \001(\0132\033.flyteidl.core.Task" + - "Template\022\025\n\routput_prefix\030\003 \001(\t\022F\n\027task_" + - "execution_metadata\030\004 \001(\0132%.flyteidl.admi" + - "n.TaskExecutionMetadata\"b\n\022CreateTaskRes" + - "ponse\022\027\n\rresource_meta\030\001 \001(\014H\000\022,\n\010resour" + - "ce\030\002 \001(\0132\030.flyteidl.admin.ResourceH\000B\005\n\003" + - "res\":\n\016GetTaskRequest\022\021\n\ttask_type\030\001 \001(\t" + - "\022\025\n\rresource_meta\030\002 \001(\014\"h\n\017GetTaskRespon" + - "se\022*\n\010resource\030\001 \001(\0132\030.flyteidl.admin.Re" + - "source\022)\n\tlog_links\030\002 \003(\0132\026.flyteidl.cor" + - "e.TaskLog\"\230\001\n\010Resource\022$\n\005state\030\001 \001(\0162\025." + - "flyteidl.admin.State\022*\n\007outputs\030\002 \001(\0132\031." + - "flyteidl.core.LiteralMap\022\017\n\007message\030\003 \001(" + - "\t\022)\n\tlog_links\030\004 \003(\0132\026.flyteidl.core.Tas" + - "kLog\"=\n\021DeleteTaskRequest\022\021\n\ttask_type\030\001" + - " \001(\t\022\025\n\rresource_meta\030\002 \001(\014\"\024\n\022DeleteTas" + - "kResponse\"3\n\005Agent\022\014\n\004name\030\001 \001(\t\022\034\n\024supp" + - "orted_task_types\030\002 \003(\t\"\037\n\017GetAgentReques" + - "t\022\014\n\004name\030\001 \001(\t\"8\n\020GetAgentResponse\022$\n\005a" + - "gent\030\001 \001(\0132\025.flyteidl.admin.Agent\"\023\n\021Lis" + - "tAgentsRequest\";\n\022ListAgentsResponse\022%\n\006" + - "agents\030\001 \003(\0132\025.flyteidl.admin.Agent*^\n\005S" + - "tate\022\025\n\021RETRYABLE_FAILURE\020\000\022\025\n\021PERMANENT" + - "_FAILURE\020\001\022\013\n\007PENDING\020\002\022\013\n\007RUNNING\020\003\022\r\n\t" + - "SUCCEEDED\020\004B=Z;github.com/flyteorg/flyte" + - "/flyteidl/gen/pb-go/flyteidl/adminb\006prot" + - "o3" + "eidl/core/tasks.proto\032\036flyteidl/core/ide" + + "ntifier.proto\032\035flyteidl/core/execution.p" + + "roto\032\033flyteidl/core/metrics.proto\032\036googl" + + "e/protobuf/duration.proto\032\037google/protob" + + "uf/timestamp.proto\"\232\004\n\025TaskExecutionMeta" + + "data\022A\n\021task_execution_id\030\001 \001(\0132&.flytei" + + "dl.core.TaskExecutionIdentifier\022\021\n\tnames" + + "pace\030\002 \001(\t\022A\n\006labels\030\003 \003(\01321.flyteidl.ad" + + "min.TaskExecutionMetadata.LabelsEntry\022K\n" + + "\013annotations\030\004 \003(\01326.flyteidl.admin.Task" + + "ExecutionMetadata.AnnotationsEntry\022\033\n\023k8" + + "s_service_account\030\005 \001(\t\022^\n\025environment_v" + + "ariables\030\006 \003(\0132?.flyteidl.admin.TaskExec" + + "utionMetadata.EnvironmentVariablesEntry\032" + + "-\n\013LabelsEntry\022\013\n\003key\030\001 \001(\t\022\r\n\005value\030\002 \001" + + "(\t:\0028\001\0322\n\020AnnotationsEntry\022\013\n\003key\030\001 \001(\t\022" + + "\r\n\005value\030\002 \001(\t:\0028\001\032;\n\031EnvironmentVariabl" + + "esEntry\022\013\n\003key\030\001 \001(\t\022\r\n\005value\030\002 \001(\t:\0028\001\"" + + "\314\001\n\021CreateTaskRequest\022)\n\006inputs\030\001 \001(\0132\031." + + "flyteidl.core.LiteralMap\022-\n\010template\030\002 \001" + + "(\0132\033.flyteidl.core.TaskTemplate\022\025\n\routpu" + + "t_prefix\030\003 \001(\t\022F\n\027task_execution_metadat" + + "a\030\004 \001(\0132%.flyteidl.admin.TaskExecutionMe" + + "tadata\"b\n\022CreateTaskResponse\022\027\n\rresource" + + "_meta\030\001 \001(\014H\000\022,\n\010resource\030\002 \001(\0132\030.flytei" + + "dl.admin.ResourceH\000B\005\n\003res\":\n\016GetTaskReq" + + "uest\022\021\n\ttask_type\030\001 \001(\t\022\025\n\rresource_meta" + + "\030\002 \001(\014\"h\n\017GetTaskResponse\022*\n\010resource\030\001 " + + "\001(\0132\030.flyteidl.admin.Resource\022)\n\tlog_lin" + + "ks\030\002 \003(\0132\026.flyteidl.core.TaskLog\"\230\001\n\010Res" + + "ource\022$\n\005state\030\001 \001(\0162\025.flyteidl.admin.St" + + "ate\022*\n\007outputs\030\002 \001(\0132\031.flyteidl.core.Lit" + + "eralMap\022\017\n\007message\030\003 \001(\t\022)\n\tlog_links\030\004 " + + "\003(\0132\026.flyteidl.core.TaskLog\"=\n\021DeleteTas" + + "kRequest\022\021\n\ttask_type\030\001 \001(\t\022\025\n\rresource_" + + "meta\030\002 \001(\014\"\024\n\022DeleteTaskResponse\"3\n\005Agen" + + "t\022\014\n\004name\030\001 \001(\t\022\034\n\024supported_task_types\030" + + "\002 \003(\t\"\037\n\017GetAgentRequest\022\014\n\004name\030\001 \001(\t\"8" + + "\n\020GetAgentResponse\022$\n\005agent\030\001 \001(\0132\025.flyt" + + "eidl.admin.Agent\"\023\n\021ListAgentsRequest\";\n" + + "\022ListAgentsResponse\022%\n\006agents\030\001 \003(\0132\025.fl" + + "yteidl.admin.Agent\"\331\001\n\025GetTaskMetricsReq" + + "uest\022\021\n\ttask_type\030\001 \001(\t\022\025\n\rresource_meta" + + "\030\002 \001(\014\022\017\n\007queries\030\003 \003(\t\022.\n\nstart_time\030\004 " + + "\001(\0132\032.google.protobuf.Timestamp\022,\n\010end_t" + + "ime\030\005 \001(\0132\032.google.protobuf.Timestamp\022\'\n" + + "\004step\030\006 \001(\0132\031.google.protobuf.Duration\"O" + + "\n\026GetTaskMetricsResponse\0225\n\007results\030\001 \003(" + + "\0132$.flyteidl.core.ExecutionMetricResult\"" + + "\\\n\022GetTaskLogsRequest\022\021\n\ttask_type\030\001 \001(\t" + + "\022\025\n\rresource_meta\030\002 \001(\014\022\r\n\005lines\030\003 \001(\004\022\r" + + "\n\005token\030\004 \001(\t\"5\n\023GetTaskLogsResponse\022\017\n\007" + + "results\030\001 \003(\t\022\r\n\005token\030\002 \001(\t*^\n\005State\022\025\n" + + "\021RETRYABLE_FAILURE\020\000\022\025\n\021PERMANENT_FAILUR" + + "E\020\001\022\013\n\007PENDING\020\002\022\013\n\007RUNNING\020\003\022\r\n\tSUCCEED" + + "ED\020\004B=Z;github.com/flyteorg/flyte/flytei" + + "dl/gen/pb-go/flyteidl/adminb\006proto3" }; com.google.protobuf.Descriptors.FileDescriptor.InternalDescriptorAssigner assigner = new com.google.protobuf.Descriptors.FileDescriptor. InternalDescriptorAssigner() { @@ -12173,9 +16634,11 @@ public com.google.protobuf.ExtensionRegistry assignDescriptors( new com.google.protobuf.Descriptors.FileDescriptor[] { flyteidl.core.Literals.getDescriptor(), flyteidl.core.Tasks.getDescriptor(), - flyteidl.core.Interface.getDescriptor(), flyteidl.core.IdentifierOuterClass.getDescriptor(), flyteidl.core.Execution.getDescriptor(), + flyteidl.core.Metrics.getDescriptor(), + com.google.protobuf.DurationProto.getDescriptor(), + com.google.protobuf.TimestampProto.getDescriptor(), }, assigner); internal_static_flyteidl_admin_TaskExecutionMetadata_descriptor = getDescriptor().getMessageTypes().get(0); @@ -12273,11 +16736,37 @@ public com.google.protobuf.ExtensionRegistry assignDescriptors( com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_flyteidl_admin_ListAgentsResponse_descriptor, new java.lang.String[] { "Agents", }); + internal_static_flyteidl_admin_GetTaskMetricsRequest_descriptor = + getDescriptor().getMessageTypes().get(13); + internal_static_flyteidl_admin_GetTaskMetricsRequest_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_flyteidl_admin_GetTaskMetricsRequest_descriptor, + new java.lang.String[] { "TaskType", "ResourceMeta", "Queries", "StartTime", "EndTime", "Step", }); + internal_static_flyteidl_admin_GetTaskMetricsResponse_descriptor = + getDescriptor().getMessageTypes().get(14); + internal_static_flyteidl_admin_GetTaskMetricsResponse_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_flyteidl_admin_GetTaskMetricsResponse_descriptor, + new java.lang.String[] { "Results", }); + internal_static_flyteidl_admin_GetTaskLogsRequest_descriptor = + getDescriptor().getMessageTypes().get(15); + internal_static_flyteidl_admin_GetTaskLogsRequest_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_flyteidl_admin_GetTaskLogsRequest_descriptor, + new java.lang.String[] { "TaskType", "ResourceMeta", "Lines", "Token", }); + internal_static_flyteidl_admin_GetTaskLogsResponse_descriptor = + getDescriptor().getMessageTypes().get(16); + internal_static_flyteidl_admin_GetTaskLogsResponse_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_flyteidl_admin_GetTaskLogsResponse_descriptor, + new java.lang.String[] { "Results", "Token", }); flyteidl.core.Literals.getDescriptor(); flyteidl.core.Tasks.getDescriptor(); - flyteidl.core.Interface.getDescriptor(); flyteidl.core.IdentifierOuterClass.getDescriptor(); flyteidl.core.Execution.getDescriptor(); + flyteidl.core.Metrics.getDescriptor(); + com.google.protobuf.DurationProto.getDescriptor(); + com.google.protobuf.TimestampProto.getDescriptor(); } // @@protoc_insertion_point(outer_class_scope) diff --git a/flyteidl/gen/pb-java/flyteidl/core/Catalog.java b/flyteidl/gen/pb-java/flyteidl/core/Catalog.java index 61f9bc344a..74f1ba67ff 100644 --- a/flyteidl/gen/pb-java/flyteidl/core/Catalog.java +++ b/flyteidl/gen/pb-java/flyteidl/core/Catalog.java @@ -79,6 +79,14 @@ public enum CatalogCacheStatus * CACHE_SKIPPED = 6; */ CACHE_SKIPPED(6), + /** + *
+     * Used to indicate that the cache was evicted
+     * 
+ * + * CACHE_EVICTED = 7; + */ + CACHE_EVICTED(7), UNRECOGNIZED(-1), ; @@ -138,6 +146,14 @@ public enum CatalogCacheStatus * CACHE_SKIPPED = 6; */ public static final int CACHE_SKIPPED_VALUE = 6; + /** + *
+     * Used to indicate that the cache was evicted
+     * 
+ * + * CACHE_EVICTED = 7; + */ + public static final int CACHE_EVICTED_VALUE = 7; public final int getNumber() { @@ -165,6 +181,7 @@ public static CatalogCacheStatus forNumber(int value) { case 4: return CACHE_LOOKUP_FAILURE; case 5: return CACHE_PUT_FAILURE; case 6: return CACHE_SKIPPED; + case 7: return CACHE_EVICTED; default: return null; } } @@ -2864,13 +2881,14 @@ public flyteidl.core.Catalog.CatalogReservation getDefaultInstanceForType() { "ogReservation\"\207\001\n\006Status\022\030\n\024RESERVATION_" + "DISABLED\020\000\022\030\n\024RESERVATION_ACQUIRED\020\001\022\026\n\022" + "RESERVATION_EXISTS\020\002\022\030\n\024RESERVATION_RELE" + - "ASED\020\003\022\027\n\023RESERVATION_FAILURE\020\004*\240\001\n\022Cata" + + "ASED\020\003\022\027\n\023RESERVATION_FAILURE\020\004*\263\001\n\022Cata" + "logCacheStatus\022\022\n\016CACHE_DISABLED\020\000\022\016\n\nCA" + "CHE_MISS\020\001\022\r\n\tCACHE_HIT\020\002\022\023\n\017CACHE_POPUL" + "ATED\020\003\022\030\n\024CACHE_LOOKUP_FAILURE\020\004\022\025\n\021CACH" + - "E_PUT_FAILURE\020\005\022\021\n\rCACHE_SKIPPED\020\006B + * The metric this data represents. e.g. EXECUTION_METRIC_USED_CPU_AVG or EXECUTION_METRIC_USED_MEMORY_BYTES_AVG. + * + * + * string metric = 1; + */ + java.lang.String getMetric(); + /** + *
+     * The metric this data represents. e.g. EXECUTION_METRIC_USED_CPU_AVG or EXECUTION_METRIC_USED_MEMORY_BYTES_AVG.
+     * 
+ * + * string metric = 1; + */ + com.google.protobuf.ByteString + getMetricBytes(); + + /** + *
+     * The result data in prometheus range query result format
+     * https://prometheus.io/docs/prometheus/latest/querying/api/#expression-query-result-formats.
+     * This may include multiple time series, differentiated by their metric labels.
+     * Start time is greater of (execution attempt start, 48h ago)
+     * End time is lesser of (execution attempt end, now)
+     * 
+ * + * .google.protobuf.Struct data = 2; + */ + boolean hasData(); + /** + *
+     * The result data in prometheus range query result format
+     * https://prometheus.io/docs/prometheus/latest/querying/api/#expression-query-result-formats.
+     * This may include multiple time series, differentiated by their metric labels.
+     * Start time is greater of (execution attempt start, 48h ago)
+     * End time is lesser of (execution attempt end, now)
+     * 
+ * + * .google.protobuf.Struct data = 2; + */ + com.google.protobuf.Struct getData(); + /** + *
+     * The result data in prometheus range query result format
+     * https://prometheus.io/docs/prometheus/latest/querying/api/#expression-query-result-formats.
+     * This may include multiple time series, differentiated by their metric labels.
+     * Start time is greater of (execution attempt start, 48h ago)
+     * End time is lesser of (execution attempt end, now)
+     * 
+ * + * .google.protobuf.Struct data = 2; + */ + com.google.protobuf.StructOrBuilder getDataOrBuilder(); + } + /** + *
+   * ExecutionMetrics is a collection of metrics that are collected during the execution of a Flyte task.
+   * 
+ * + * Protobuf type {@code flyteidl.core.ExecutionMetricResult} + */ + public static final class ExecutionMetricResult extends + com.google.protobuf.GeneratedMessageV3 implements + // @@protoc_insertion_point(message_implements:flyteidl.core.ExecutionMetricResult) + ExecutionMetricResultOrBuilder { + private static final long serialVersionUID = 0L; + // Use ExecutionMetricResult.newBuilder() to construct. + private ExecutionMetricResult(com.google.protobuf.GeneratedMessageV3.Builder builder) { + super(builder); + } + private ExecutionMetricResult() { + metric_ = ""; + } + + @java.lang.Override + public final com.google.protobuf.UnknownFieldSet + getUnknownFields() { + return this.unknownFields; + } + private ExecutionMetricResult( + 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; + case 10: { + java.lang.String s = input.readStringRequireUtf8(); + + metric_ = s; + break; + } + case 18: { + com.google.protobuf.Struct.Builder subBuilder = null; + if (data_ != null) { + subBuilder = data_.toBuilder(); + } + data_ = input.readMessage(com.google.protobuf.Struct.parser(), extensionRegistry); + if (subBuilder != null) { + subBuilder.mergeFrom(data_); + data_ = subBuilder.buildPartial(); + } + + break; + } + default: { + if (!parseUnknownField( + input, unknownFields, extensionRegistry, tag)) { + done = true; + } + 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.core.Metrics.internal_static_flyteidl_core_ExecutionMetricResult_descriptor; + } + + @java.lang.Override + protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internalGetFieldAccessorTable() { + return flyteidl.core.Metrics.internal_static_flyteidl_core_ExecutionMetricResult_fieldAccessorTable + .ensureFieldAccessorsInitialized( + flyteidl.core.Metrics.ExecutionMetricResult.class, flyteidl.core.Metrics.ExecutionMetricResult.Builder.class); + } + + public static final int METRIC_FIELD_NUMBER = 1; + private volatile java.lang.Object metric_; + /** + *
+     * The metric this data represents. e.g. EXECUTION_METRIC_USED_CPU_AVG or EXECUTION_METRIC_USED_MEMORY_BYTES_AVG.
+     * 
+ * + * string metric = 1; + */ + public java.lang.String getMetric() { + java.lang.Object ref = metric_; + if (ref instanceof java.lang.String) { + return (java.lang.String) ref; + } else { + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; + java.lang.String s = bs.toStringUtf8(); + metric_ = s; + return s; + } + } + /** + *
+     * The metric this data represents. e.g. EXECUTION_METRIC_USED_CPU_AVG or EXECUTION_METRIC_USED_MEMORY_BYTES_AVG.
+     * 
+ * + * string metric = 1; + */ + public com.google.protobuf.ByteString + getMetricBytes() { + java.lang.Object ref = metric_; + if (ref instanceof java.lang.String) { + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); + metric_ = b; + return b; + } else { + return (com.google.protobuf.ByteString) ref; + } + } + + public static final int DATA_FIELD_NUMBER = 2; + private com.google.protobuf.Struct data_; + /** + *
+     * The result data in prometheus range query result format
+     * https://prometheus.io/docs/prometheus/latest/querying/api/#expression-query-result-formats.
+     * This may include multiple time series, differentiated by their metric labels.
+     * Start time is greater of (execution attempt start, 48h ago)
+     * End time is lesser of (execution attempt end, now)
+     * 
+ * + * .google.protobuf.Struct data = 2; + */ + public boolean hasData() { + return data_ != null; + } + /** + *
+     * The result data in prometheus range query result format
+     * https://prometheus.io/docs/prometheus/latest/querying/api/#expression-query-result-formats.
+     * This may include multiple time series, differentiated by their metric labels.
+     * Start time is greater of (execution attempt start, 48h ago)
+     * End time is lesser of (execution attempt end, now)
+     * 
+ * + * .google.protobuf.Struct data = 2; + */ + public com.google.protobuf.Struct getData() { + return data_ == null ? com.google.protobuf.Struct.getDefaultInstance() : data_; + } + /** + *
+     * The result data in prometheus range query result format
+     * https://prometheus.io/docs/prometheus/latest/querying/api/#expression-query-result-formats.
+     * This may include multiple time series, differentiated by their metric labels.
+     * Start time is greater of (execution attempt start, 48h ago)
+     * End time is lesser of (execution attempt end, now)
+     * 
+ * + * .google.protobuf.Struct data = 2; + */ + public com.google.protobuf.StructOrBuilder getDataOrBuilder() { + return getData(); + } + + private byte memoizedIsInitialized = -1; + @java.lang.Override + public final boolean isInitialized() { + byte isInitialized = memoizedIsInitialized; + if (isInitialized == 1) return true; + if (isInitialized == 0) return false; + + memoizedIsInitialized = 1; + return true; + } + + @java.lang.Override + public void writeTo(com.google.protobuf.CodedOutputStream output) + throws java.io.IOException { + if (!getMetricBytes().isEmpty()) { + com.google.protobuf.GeneratedMessageV3.writeString(output, 1, metric_); + } + if (data_ != null) { + output.writeMessage(2, getData()); + } + unknownFields.writeTo(output); + } + + @java.lang.Override + public int getSerializedSize() { + int size = memoizedSize; + if (size != -1) return size; + + size = 0; + if (!getMetricBytes().isEmpty()) { + size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, metric_); + } + if (data_ != null) { + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(2, getData()); + } + 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.core.Metrics.ExecutionMetricResult)) { + return super.equals(obj); + } + flyteidl.core.Metrics.ExecutionMetricResult other = (flyteidl.core.Metrics.ExecutionMetricResult) obj; + + if (!getMetric() + .equals(other.getMetric())) return false; + if (hasData() != other.hasData()) return false; + if (hasData()) { + if (!getData() + .equals(other.getData())) return false; + } + if (!unknownFields.equals(other.unknownFields)) return false; + return true; + } + + @java.lang.Override + public int hashCode() { + if (memoizedHashCode != 0) { + return memoizedHashCode; + } + int hash = 41; + hash = (19 * hash) + getDescriptor().hashCode(); + hash = (37 * hash) + METRIC_FIELD_NUMBER; + hash = (53 * hash) + getMetric().hashCode(); + if (hasData()) { + hash = (37 * hash) + DATA_FIELD_NUMBER; + hash = (53 * hash) + getData().hashCode(); + } + hash = (29 * hash) + unknownFields.hashCode(); + memoizedHashCode = hash; + return hash; + } + + public static flyteidl.core.Metrics.ExecutionMetricResult parseFrom( + java.nio.ByteBuffer data) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data); + } + public static flyteidl.core.Metrics.ExecutionMetricResult parseFrom( + java.nio.ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data, extensionRegistry); + } + public static flyteidl.core.Metrics.ExecutionMetricResult parseFrom( + com.google.protobuf.ByteString data) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data); + } + public static flyteidl.core.Metrics.ExecutionMetricResult parseFrom( + com.google.protobuf.ByteString data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data, extensionRegistry); + } + public static flyteidl.core.Metrics.ExecutionMetricResult parseFrom(byte[] data) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data); + } + public static flyteidl.core.Metrics.ExecutionMetricResult parseFrom( + byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data, extensionRegistry); + } + public static flyteidl.core.Metrics.ExecutionMetricResult parseFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); + } + public static flyteidl.core.Metrics.ExecutionMetricResult 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.core.Metrics.ExecutionMetricResult parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); + } + public static flyteidl.core.Metrics.ExecutionMetricResult 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.core.Metrics.ExecutionMetricResult parseFrom( + com.google.protobuf.CodedInputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); + } + public static flyteidl.core.Metrics.ExecutionMetricResult parseFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); + } + + @java.lang.Override + public Builder newBuilderForType() { return newBuilder(); } + public static Builder newBuilder() { + return DEFAULT_INSTANCE.toBuilder(); + } + public static Builder newBuilder(flyteidl.core.Metrics.ExecutionMetricResult prototype) { + return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); + } + @java.lang.Override + 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; + } + /** + *
+     * ExecutionMetrics is a collection of metrics that are collected during the execution of a Flyte task.
+     * 
+ * + * Protobuf type {@code flyteidl.core.ExecutionMetricResult} + */ + public static final class Builder extends + com.google.protobuf.GeneratedMessageV3.Builder implements + // @@protoc_insertion_point(builder_implements:flyteidl.core.ExecutionMetricResult) + flyteidl.core.Metrics.ExecutionMetricResultOrBuilder { + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return flyteidl.core.Metrics.internal_static_flyteidl_core_ExecutionMetricResult_descriptor; + } + + @java.lang.Override + protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internalGetFieldAccessorTable() { + return flyteidl.core.Metrics.internal_static_flyteidl_core_ExecutionMetricResult_fieldAccessorTable + .ensureFieldAccessorsInitialized( + flyteidl.core.Metrics.ExecutionMetricResult.class, flyteidl.core.Metrics.ExecutionMetricResult.Builder.class); + } + + // Construct using flyteidl.core.Metrics.ExecutionMetricResult.newBuilder() + private Builder() { + maybeForceBuilderInitialization(); + } + + private Builder( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + super(parent); + maybeForceBuilderInitialization(); + } + private void maybeForceBuilderInitialization() { + if (com.google.protobuf.GeneratedMessageV3 + .alwaysUseFieldBuilders) { + } + } + @java.lang.Override + public Builder clear() { + super.clear(); + metric_ = ""; + + if (dataBuilder_ == null) { + data_ = null; + } else { + data_ = null; + dataBuilder_ = null; + } + return this; + } + + @java.lang.Override + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { + return flyteidl.core.Metrics.internal_static_flyteidl_core_ExecutionMetricResult_descriptor; + } + + @java.lang.Override + public flyteidl.core.Metrics.ExecutionMetricResult getDefaultInstanceForType() { + return flyteidl.core.Metrics.ExecutionMetricResult.getDefaultInstance(); + } + + @java.lang.Override + public flyteidl.core.Metrics.ExecutionMetricResult build() { + flyteidl.core.Metrics.ExecutionMetricResult result = buildPartial(); + if (!result.isInitialized()) { + throw newUninitializedMessageException(result); + } + return result; + } + + @java.lang.Override + public flyteidl.core.Metrics.ExecutionMetricResult buildPartial() { + flyteidl.core.Metrics.ExecutionMetricResult result = new flyteidl.core.Metrics.ExecutionMetricResult(this); + result.metric_ = metric_; + if (dataBuilder_ == null) { + result.data_ = data_; + } else { + result.data_ = dataBuilder_.build(); + } + onBuilt(); + return result; + } + + @java.lang.Override + public Builder clone() { + return super.clone(); + } + @java.lang.Override + public Builder setField( + com.google.protobuf.Descriptors.FieldDescriptor field, + java.lang.Object value) { + return super.setField(field, value); + } + @java.lang.Override + public Builder clearField( + com.google.protobuf.Descriptors.FieldDescriptor field) { + return super.clearField(field); + } + @java.lang.Override + public Builder clearOneof( + com.google.protobuf.Descriptors.OneofDescriptor oneof) { + return super.clearOneof(oneof); + } + @java.lang.Override + public Builder setRepeatedField( + com.google.protobuf.Descriptors.FieldDescriptor field, + int index, java.lang.Object value) { + return super.setRepeatedField(field, index, value); + } + @java.lang.Override + public Builder addRepeatedField( + com.google.protobuf.Descriptors.FieldDescriptor field, + java.lang.Object value) { + return super.addRepeatedField(field, value); + } + @java.lang.Override + public Builder mergeFrom(com.google.protobuf.Message other) { + if (other instanceof flyteidl.core.Metrics.ExecutionMetricResult) { + return mergeFrom((flyteidl.core.Metrics.ExecutionMetricResult)other); + } else { + super.mergeFrom(other); + return this; + } + } + + public Builder mergeFrom(flyteidl.core.Metrics.ExecutionMetricResult other) { + if (other == flyteidl.core.Metrics.ExecutionMetricResult.getDefaultInstance()) return this; + if (!other.getMetric().isEmpty()) { + metric_ = other.metric_; + onChanged(); + } + if (other.hasData()) { + mergeData(other.getData()); + } + this.mergeUnknownFields(other.unknownFields); + onChanged(); + return this; + } + + @java.lang.Override + public final boolean isInitialized() { + return true; + } + + @java.lang.Override + public Builder mergeFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + flyteidl.core.Metrics.ExecutionMetricResult parsedMessage = null; + try { + parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + parsedMessage = (flyteidl.core.Metrics.ExecutionMetricResult) e.getUnfinishedMessage(); + throw e.unwrapIOException(); + } finally { + if (parsedMessage != null) { + mergeFrom(parsedMessage); + } + } + return this; + } + + private java.lang.Object metric_ = ""; + /** + *
+       * The metric this data represents. e.g. EXECUTION_METRIC_USED_CPU_AVG or EXECUTION_METRIC_USED_MEMORY_BYTES_AVG.
+       * 
+ * + * string metric = 1; + */ + public java.lang.String getMetric() { + java.lang.Object ref = metric_; + if (!(ref instanceof java.lang.String)) { + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; + java.lang.String s = bs.toStringUtf8(); + metric_ = s; + return s; + } else { + return (java.lang.String) ref; + } + } + /** + *
+       * The metric this data represents. e.g. EXECUTION_METRIC_USED_CPU_AVG or EXECUTION_METRIC_USED_MEMORY_BYTES_AVG.
+       * 
+ * + * string metric = 1; + */ + public com.google.protobuf.ByteString + getMetricBytes() { + java.lang.Object ref = metric_; + if (ref instanceof String) { + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); + metric_ = b; + return b; + } else { + return (com.google.protobuf.ByteString) ref; + } + } + /** + *
+       * The metric this data represents. e.g. EXECUTION_METRIC_USED_CPU_AVG or EXECUTION_METRIC_USED_MEMORY_BYTES_AVG.
+       * 
+ * + * string metric = 1; + */ + public Builder setMetric( + java.lang.String value) { + if (value == null) { + throw new NullPointerException(); + } + + metric_ = value; + onChanged(); + return this; + } + /** + *
+       * The metric this data represents. e.g. EXECUTION_METRIC_USED_CPU_AVG or EXECUTION_METRIC_USED_MEMORY_BYTES_AVG.
+       * 
+ * + * string metric = 1; + */ + public Builder clearMetric() { + + metric_ = getDefaultInstance().getMetric(); + onChanged(); + return this; + } + /** + *
+       * The metric this data represents. e.g. EXECUTION_METRIC_USED_CPU_AVG or EXECUTION_METRIC_USED_MEMORY_BYTES_AVG.
+       * 
+ * + * string metric = 1; + */ + public Builder setMetricBytes( + com.google.protobuf.ByteString value) { + if (value == null) { + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + + metric_ = value; + onChanged(); + return this; + } + + private com.google.protobuf.Struct data_; + private com.google.protobuf.SingleFieldBuilderV3< + com.google.protobuf.Struct, com.google.protobuf.Struct.Builder, com.google.protobuf.StructOrBuilder> dataBuilder_; + /** + *
+       * The result data in prometheus range query result format
+       * https://prometheus.io/docs/prometheus/latest/querying/api/#expression-query-result-formats.
+       * This may include multiple time series, differentiated by their metric labels.
+       * Start time is greater of (execution attempt start, 48h ago)
+       * End time is lesser of (execution attempt end, now)
+       * 
+ * + * .google.protobuf.Struct data = 2; + */ + public boolean hasData() { + return dataBuilder_ != null || data_ != null; + } + /** + *
+       * The result data in prometheus range query result format
+       * https://prometheus.io/docs/prometheus/latest/querying/api/#expression-query-result-formats.
+       * This may include multiple time series, differentiated by their metric labels.
+       * Start time is greater of (execution attempt start, 48h ago)
+       * End time is lesser of (execution attempt end, now)
+       * 
+ * + * .google.protobuf.Struct data = 2; + */ + public com.google.protobuf.Struct getData() { + if (dataBuilder_ == null) { + return data_ == null ? com.google.protobuf.Struct.getDefaultInstance() : data_; + } else { + return dataBuilder_.getMessage(); + } + } + /** + *
+       * The result data in prometheus range query result format
+       * https://prometheus.io/docs/prometheus/latest/querying/api/#expression-query-result-formats.
+       * This may include multiple time series, differentiated by their metric labels.
+       * Start time is greater of (execution attempt start, 48h ago)
+       * End time is lesser of (execution attempt end, now)
+       * 
+ * + * .google.protobuf.Struct data = 2; + */ + public Builder setData(com.google.protobuf.Struct value) { + if (dataBuilder_ == null) { + if (value == null) { + throw new NullPointerException(); + } + data_ = value; + onChanged(); + } else { + dataBuilder_.setMessage(value); + } + + return this; + } + /** + *
+       * The result data in prometheus range query result format
+       * https://prometheus.io/docs/prometheus/latest/querying/api/#expression-query-result-formats.
+       * This may include multiple time series, differentiated by their metric labels.
+       * Start time is greater of (execution attempt start, 48h ago)
+       * End time is lesser of (execution attempt end, now)
+       * 
+ * + * .google.protobuf.Struct data = 2; + */ + public Builder setData( + com.google.protobuf.Struct.Builder builderForValue) { + if (dataBuilder_ == null) { + data_ = builderForValue.build(); + onChanged(); + } else { + dataBuilder_.setMessage(builderForValue.build()); + } + + return this; + } + /** + *
+       * The result data in prometheus range query result format
+       * https://prometheus.io/docs/prometheus/latest/querying/api/#expression-query-result-formats.
+       * This may include multiple time series, differentiated by their metric labels.
+       * Start time is greater of (execution attempt start, 48h ago)
+       * End time is lesser of (execution attempt end, now)
+       * 
+ * + * .google.protobuf.Struct data = 2; + */ + public Builder mergeData(com.google.protobuf.Struct value) { + if (dataBuilder_ == null) { + if (data_ != null) { + data_ = + com.google.protobuf.Struct.newBuilder(data_).mergeFrom(value).buildPartial(); + } else { + data_ = value; + } + onChanged(); + } else { + dataBuilder_.mergeFrom(value); + } + + return this; + } + /** + *
+       * The result data in prometheus range query result format
+       * https://prometheus.io/docs/prometheus/latest/querying/api/#expression-query-result-formats.
+       * This may include multiple time series, differentiated by their metric labels.
+       * Start time is greater of (execution attempt start, 48h ago)
+       * End time is lesser of (execution attempt end, now)
+       * 
+ * + * .google.protobuf.Struct data = 2; + */ + public Builder clearData() { + if (dataBuilder_ == null) { + data_ = null; + onChanged(); + } else { + data_ = null; + dataBuilder_ = null; + } + + return this; + } + /** + *
+       * The result data in prometheus range query result format
+       * https://prometheus.io/docs/prometheus/latest/querying/api/#expression-query-result-formats.
+       * This may include multiple time series, differentiated by their metric labels.
+       * Start time is greater of (execution attempt start, 48h ago)
+       * End time is lesser of (execution attempt end, now)
+       * 
+ * + * .google.protobuf.Struct data = 2; + */ + public com.google.protobuf.Struct.Builder getDataBuilder() { + + onChanged(); + return getDataFieldBuilder().getBuilder(); + } + /** + *
+       * The result data in prometheus range query result format
+       * https://prometheus.io/docs/prometheus/latest/querying/api/#expression-query-result-formats.
+       * This may include multiple time series, differentiated by their metric labels.
+       * Start time is greater of (execution attempt start, 48h ago)
+       * End time is lesser of (execution attempt end, now)
+       * 
+ * + * .google.protobuf.Struct data = 2; + */ + public com.google.protobuf.StructOrBuilder getDataOrBuilder() { + if (dataBuilder_ != null) { + return dataBuilder_.getMessageOrBuilder(); + } else { + return data_ == null ? + com.google.protobuf.Struct.getDefaultInstance() : data_; + } + } + /** + *
+       * The result data in prometheus range query result format
+       * https://prometheus.io/docs/prometheus/latest/querying/api/#expression-query-result-formats.
+       * This may include multiple time series, differentiated by their metric labels.
+       * Start time is greater of (execution attempt start, 48h ago)
+       * End time is lesser of (execution attempt end, now)
+       * 
+ * + * .google.protobuf.Struct data = 2; + */ + private com.google.protobuf.SingleFieldBuilderV3< + com.google.protobuf.Struct, com.google.protobuf.Struct.Builder, com.google.protobuf.StructOrBuilder> + getDataFieldBuilder() { + if (dataBuilder_ == null) { + dataBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.google.protobuf.Struct, com.google.protobuf.Struct.Builder, com.google.protobuf.StructOrBuilder>( + getData(), + getParentForChildren(), + isClean()); + data_ = null; + } + return dataBuilder_; + } + @java.lang.Override + public final Builder setUnknownFields( + final com.google.protobuf.UnknownFieldSet unknownFields) { + return super.setUnknownFields(unknownFields); + } + + @java.lang.Override + public final Builder mergeUnknownFields( + final com.google.protobuf.UnknownFieldSet unknownFields) { + return super.mergeUnknownFields(unknownFields); + } + + + // @@protoc_insertion_point(builder_scope:flyteidl.core.ExecutionMetricResult) + } + + // @@protoc_insertion_point(class_scope:flyteidl.core.ExecutionMetricResult) + private static final flyteidl.core.Metrics.ExecutionMetricResult DEFAULT_INSTANCE; + static { + DEFAULT_INSTANCE = new flyteidl.core.Metrics.ExecutionMetricResult(); + } + + public static flyteidl.core.Metrics.ExecutionMetricResult getDefaultInstance() { + return DEFAULT_INSTANCE; + } + + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public ExecutionMetricResult parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return new ExecutionMetricResult(input, extensionRegistry); + } + }; + + public static com.google.protobuf.Parser parser() { + return PARSER; + } + + @java.lang.Override + public com.google.protobuf.Parser getParserForType() { + return PARSER; + } + + @java.lang.Override + public flyteidl.core.Metrics.ExecutionMetricResult getDefaultInstanceForType() { + return DEFAULT_INSTANCE; + } + + } + private static final com.google.protobuf.Descriptors.Descriptor internal_static_flyteidl_core_Span_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_flyteidl_core_Span_fieldAccessorTable; + private static final com.google.protobuf.Descriptors.Descriptor + internal_static_flyteidl_core_ExecutionMetricResult_descriptor; + private static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_flyteidl_core_ExecutionMetricResult_fieldAccessorTable; public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() { @@ -2545,18 +3457,21 @@ public flyteidl.core.Metrics.Span getDefaultInstanceForType() { java.lang.String[] descriptorData = { "\n\033flyteidl/core/metrics.proto\022\rflyteidl." + "core\032\036flyteidl/core/identifier.proto\032\037go" + - "ogle/protobuf/timestamp.proto\"\337\002\n\004Span\022." + - "\n\nstart_time\030\001 \001(\0132\032.google.protobuf.Tim" + - "estamp\022,\n\010end_time\030\002 \001(\0132\032.google.protob" + - "uf.Timestamp\022A\n\013workflow_id\030\003 \001(\0132*.flyt" + - "eidl.core.WorkflowExecutionIdentifierH\000\022" + - "9\n\007node_id\030\004 \001(\0132&.flyteidl.core.NodeExe" + - "cutionIdentifierH\000\0229\n\007task_id\030\005 \001(\0132&.fl" + - "yteidl.core.TaskExecutionIdentifierH\000\022\026\n" + - "\014operation_id\030\006 \001(\tH\000\022\"\n\005spans\030\007 \003(\0132\023.f" + - "lyteidl.core.SpanB\004\n\002idB; + + /** + * Calls GetTaskMetrics. + * @param request GetTaskMetricsRequest message or plain object + * @param callback Node-style callback called with the error, if any, and GetTaskMetricsResponse + */ + public getTaskMetrics(request: flyteidl.admin.IGetTaskMetricsRequest, callback: flyteidl.service.AsyncAgentService.GetTaskMetricsCallback): void; + + /** + * Calls GetTaskMetrics. + * @param request GetTaskMetricsRequest message or plain object + * @returns Promise + */ + public getTaskMetrics(request: flyteidl.admin.IGetTaskMetricsRequest): Promise; + + /** + * Calls GetTaskLogs. + * @param request GetTaskLogsRequest message or plain object + * @param callback Node-style callback called with the error, if any, and GetTaskLogsResponse + */ + public getTaskLogs(request: flyteidl.admin.IGetTaskLogsRequest, callback: flyteidl.service.AsyncAgentService.GetTaskLogsCallback): void; + + /** + * Calls GetTaskLogs. + * @param request GetTaskLogsRequest message or plain object + * @returns Promise + */ + public getTaskLogs(request: flyteidl.admin.IGetTaskLogsRequest): Promise; } namespace AsyncAgentService { @@ -21029,6 +21378,20 @@ export namespace flyteidl { * @param [response] DeleteTaskResponse */ type DeleteTaskCallback = (error: (Error|null), response?: flyteidl.admin.DeleteTaskResponse) => void; + + /** + * Callback as used by {@link flyteidl.service.AsyncAgentService#getTaskMetrics}. + * @param error Error, if any + * @param [response] GetTaskMetricsResponse + */ + type GetTaskMetricsCallback = (error: (Error|null), response?: flyteidl.admin.GetTaskMetricsResponse) => void; + + /** + * Callback as used by {@link flyteidl.service.AsyncAgentService#getTaskLogs}. + * @param error Error, if any + * @param [response] GetTaskLogsResponse + */ + type GetTaskLogsCallback = (error: (Error|null), response?: flyteidl.admin.GetTaskLogsResponse) => void; } /** Represents an AgentMetadataService */ diff --git a/flyteidl/gen/pb-js/flyteidl.js b/flyteidl/gen/pb-js/flyteidl.js index 2449c5ce25..a1d0dfde75 100644 --- a/flyteidl/gen/pb-js/flyteidl.js +++ b/flyteidl/gen/pb-js/flyteidl.js @@ -2135,6 +2135,7 @@ * @property {number} CACHE_LOOKUP_FAILURE=4 CACHE_LOOKUP_FAILURE value * @property {number} CACHE_PUT_FAILURE=5 CACHE_PUT_FAILURE value * @property {number} CACHE_SKIPPED=6 CACHE_SKIPPED value + * @property {number} CACHE_EVICTED=7 CACHE_EVICTED value */ core.CatalogCacheStatus = (function() { var valuesById = {}, values = Object.create(valuesById); @@ -2145,6 +2146,7 @@ values[valuesById[4] = "CACHE_LOOKUP_FAILURE"] = 4; values[valuesById[5] = "CACHE_PUT_FAILURE"] = 5; values[valuesById[6] = "CACHE_SKIPPED"] = 6; + values[valuesById[7] = "CACHE_EVICTED"] = 7; return values; })(); @@ -17789,6 +17791,135 @@ return Span; })(); + core.ExecutionMetricResult = (function() { + + /** + * Properties of an ExecutionMetricResult. + * @memberof flyteidl.core + * @interface IExecutionMetricResult + * @property {string|null} [metric] ExecutionMetricResult metric + * @property {google.protobuf.IStruct|null} [data] ExecutionMetricResult data + */ + + /** + * Constructs a new ExecutionMetricResult. + * @memberof flyteidl.core + * @classdesc Represents an ExecutionMetricResult. + * @implements IExecutionMetricResult + * @constructor + * @param {flyteidl.core.IExecutionMetricResult=} [properties] Properties to set + */ + function ExecutionMetricResult(properties) { + if (properties) + for (var keys = Object.keys(properties), i = 0; i < keys.length; ++i) + if (properties[keys[i]] != null) + this[keys[i]] = properties[keys[i]]; + } + + /** + * ExecutionMetricResult metric. + * @member {string} metric + * @memberof flyteidl.core.ExecutionMetricResult + * @instance + */ + ExecutionMetricResult.prototype.metric = ""; + + /** + * ExecutionMetricResult data. + * @member {google.protobuf.IStruct|null|undefined} data + * @memberof flyteidl.core.ExecutionMetricResult + * @instance + */ + ExecutionMetricResult.prototype.data = null; + + /** + * Creates a new ExecutionMetricResult instance using the specified properties. + * @function create + * @memberof flyteidl.core.ExecutionMetricResult + * @static + * @param {flyteidl.core.IExecutionMetricResult=} [properties] Properties to set + * @returns {flyteidl.core.ExecutionMetricResult} ExecutionMetricResult instance + */ + ExecutionMetricResult.create = function create(properties) { + return new ExecutionMetricResult(properties); + }; + + /** + * Encodes the specified ExecutionMetricResult message. Does not implicitly {@link flyteidl.core.ExecutionMetricResult.verify|verify} messages. + * @function encode + * @memberof flyteidl.core.ExecutionMetricResult + * @static + * @param {flyteidl.core.IExecutionMetricResult} message ExecutionMetricResult message or plain object to encode + * @param {$protobuf.Writer} [writer] Writer to encode to + * @returns {$protobuf.Writer} Writer + */ + ExecutionMetricResult.encode = function encode(message, writer) { + if (!writer) + writer = $Writer.create(); + if (message.metric != null && message.hasOwnProperty("metric")) + writer.uint32(/* id 1, wireType 2 =*/10).string(message.metric); + if (message.data != null && message.hasOwnProperty("data")) + $root.google.protobuf.Struct.encode(message.data, writer.uint32(/* id 2, wireType 2 =*/18).fork()).ldelim(); + return writer; + }; + + /** + * Decodes an ExecutionMetricResult message from the specified reader or buffer. + * @function decode + * @memberof flyteidl.core.ExecutionMetricResult + * @static + * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from + * @param {number} [length] Message length if known beforehand + * @returns {flyteidl.core.ExecutionMetricResult} ExecutionMetricResult + * @throws {Error} If the payload is not a reader or valid buffer + * @throws {$protobuf.util.ProtocolError} If required fields are missing + */ + ExecutionMetricResult.decode = function decode(reader, length) { + if (!(reader instanceof $Reader)) + reader = $Reader.create(reader); + var end = length === undefined ? reader.len : reader.pos + length, message = new $root.flyteidl.core.ExecutionMetricResult(); + while (reader.pos < end) { + var tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.metric = reader.string(); + break; + case 2: + message.data = $root.google.protobuf.Struct.decode(reader, reader.uint32()); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }; + + /** + * Verifies an ExecutionMetricResult message. + * @function verify + * @memberof flyteidl.core.ExecutionMetricResult + * @static + * @param {Object.} message Plain object to verify + * @returns {string|null} `null` if valid, otherwise the reason why it is not + */ + ExecutionMetricResult.verify = function verify(message) { + if (typeof message !== "object" || message === null) + return "object expected"; + if (message.metric != null && message.hasOwnProperty("metric")) + if (!$util.isString(message.metric)) + return "metric: string expected"; + if (message.data != null && message.hasOwnProperty("data")) { + var error = $root.google.protobuf.Struct.verify(message.data); + if (error) + return "data." + error; + } + return null; + }; + + return ExecutionMetricResult; + })(); + core.WorkflowClosure = (function() { /** @@ -19802,6 +19933,7 @@ case 4: case 5: case 6: + case 7: break; } if (message.catalogKey != null && message.hasOwnProperty("catalogKey")) { @@ -21069,6 +21201,7 @@ case 4: case 5: case 6: + case 7: break; } if (message.logs != null && message.hasOwnProperty("logs")) { @@ -23250,6 +23383,631 @@ return ListAgentsResponse; })(); + admin.GetTaskMetricsRequest = (function() { + + /** + * Properties of a GetTaskMetricsRequest. + * @memberof flyteidl.admin + * @interface IGetTaskMetricsRequest + * @property {string|null} [taskType] GetTaskMetricsRequest taskType + * @property {Uint8Array|null} [resourceMeta] GetTaskMetricsRequest resourceMeta + * @property {Array.|null} [queries] GetTaskMetricsRequest queries + * @property {google.protobuf.ITimestamp|null} [startTime] GetTaskMetricsRequest startTime + * @property {google.protobuf.ITimestamp|null} [endTime] GetTaskMetricsRequest endTime + * @property {google.protobuf.IDuration|null} [step] GetTaskMetricsRequest step + */ + + /** + * Constructs a new GetTaskMetricsRequest. + * @memberof flyteidl.admin + * @classdesc Represents a GetTaskMetricsRequest. + * @implements IGetTaskMetricsRequest + * @constructor + * @param {flyteidl.admin.IGetTaskMetricsRequest=} [properties] Properties to set + */ + function GetTaskMetricsRequest(properties) { + this.queries = []; + if (properties) + for (var keys = Object.keys(properties), i = 0; i < keys.length; ++i) + if (properties[keys[i]] != null) + this[keys[i]] = properties[keys[i]]; + } + + /** + * GetTaskMetricsRequest taskType. + * @member {string} taskType + * @memberof flyteidl.admin.GetTaskMetricsRequest + * @instance + */ + GetTaskMetricsRequest.prototype.taskType = ""; + + /** + * GetTaskMetricsRequest resourceMeta. + * @member {Uint8Array} resourceMeta + * @memberof flyteidl.admin.GetTaskMetricsRequest + * @instance + */ + GetTaskMetricsRequest.prototype.resourceMeta = $util.newBuffer([]); + + /** + * GetTaskMetricsRequest queries. + * @member {Array.} queries + * @memberof flyteidl.admin.GetTaskMetricsRequest + * @instance + */ + GetTaskMetricsRequest.prototype.queries = $util.emptyArray; + + /** + * GetTaskMetricsRequest startTime. + * @member {google.protobuf.ITimestamp|null|undefined} startTime + * @memberof flyteidl.admin.GetTaskMetricsRequest + * @instance + */ + GetTaskMetricsRequest.prototype.startTime = null; + + /** + * GetTaskMetricsRequest endTime. + * @member {google.protobuf.ITimestamp|null|undefined} endTime + * @memberof flyteidl.admin.GetTaskMetricsRequest + * @instance + */ + GetTaskMetricsRequest.prototype.endTime = null; + + /** + * GetTaskMetricsRequest step. + * @member {google.protobuf.IDuration|null|undefined} step + * @memberof flyteidl.admin.GetTaskMetricsRequest + * @instance + */ + GetTaskMetricsRequest.prototype.step = null; + + /** + * Creates a new GetTaskMetricsRequest instance using the specified properties. + * @function create + * @memberof flyteidl.admin.GetTaskMetricsRequest + * @static + * @param {flyteidl.admin.IGetTaskMetricsRequest=} [properties] Properties to set + * @returns {flyteidl.admin.GetTaskMetricsRequest} GetTaskMetricsRequest instance + */ + GetTaskMetricsRequest.create = function create(properties) { + return new GetTaskMetricsRequest(properties); + }; + + /** + * Encodes the specified GetTaskMetricsRequest message. Does not implicitly {@link flyteidl.admin.GetTaskMetricsRequest.verify|verify} messages. + * @function encode + * @memberof flyteidl.admin.GetTaskMetricsRequest + * @static + * @param {flyteidl.admin.IGetTaskMetricsRequest} message GetTaskMetricsRequest message or plain object to encode + * @param {$protobuf.Writer} [writer] Writer to encode to + * @returns {$protobuf.Writer} Writer + */ + GetTaskMetricsRequest.encode = function encode(message, writer) { + if (!writer) + writer = $Writer.create(); + if (message.taskType != null && message.hasOwnProperty("taskType")) + writer.uint32(/* id 1, wireType 2 =*/10).string(message.taskType); + if (message.resourceMeta != null && message.hasOwnProperty("resourceMeta")) + writer.uint32(/* id 2, wireType 2 =*/18).bytes(message.resourceMeta); + if (message.queries != null && message.queries.length) + for (var i = 0; i < message.queries.length; ++i) + writer.uint32(/* id 3, wireType 2 =*/26).string(message.queries[i]); + if (message.startTime != null && message.hasOwnProperty("startTime")) + $root.google.protobuf.Timestamp.encode(message.startTime, writer.uint32(/* id 4, wireType 2 =*/34).fork()).ldelim(); + if (message.endTime != null && message.hasOwnProperty("endTime")) + $root.google.protobuf.Timestamp.encode(message.endTime, writer.uint32(/* id 5, wireType 2 =*/42).fork()).ldelim(); + if (message.step != null && message.hasOwnProperty("step")) + $root.google.protobuf.Duration.encode(message.step, writer.uint32(/* id 6, wireType 2 =*/50).fork()).ldelim(); + return writer; + }; + + /** + * Decodes a GetTaskMetricsRequest message from the specified reader or buffer. + * @function decode + * @memberof flyteidl.admin.GetTaskMetricsRequest + * @static + * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from + * @param {number} [length] Message length if known beforehand + * @returns {flyteidl.admin.GetTaskMetricsRequest} GetTaskMetricsRequest + * @throws {Error} If the payload is not a reader or valid buffer + * @throws {$protobuf.util.ProtocolError} If required fields are missing + */ + GetTaskMetricsRequest.decode = function decode(reader, length) { + if (!(reader instanceof $Reader)) + reader = $Reader.create(reader); + var end = length === undefined ? reader.len : reader.pos + length, message = new $root.flyteidl.admin.GetTaskMetricsRequest(); + while (reader.pos < end) { + var tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.taskType = reader.string(); + break; + case 2: + message.resourceMeta = reader.bytes(); + break; + case 3: + if (!(message.queries && message.queries.length)) + message.queries = []; + message.queries.push(reader.string()); + break; + case 4: + message.startTime = $root.google.protobuf.Timestamp.decode(reader, reader.uint32()); + break; + case 5: + message.endTime = $root.google.protobuf.Timestamp.decode(reader, reader.uint32()); + break; + case 6: + message.step = $root.google.protobuf.Duration.decode(reader, reader.uint32()); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }; + + /** + * Verifies a GetTaskMetricsRequest message. + * @function verify + * @memberof flyteidl.admin.GetTaskMetricsRequest + * @static + * @param {Object.} message Plain object to verify + * @returns {string|null} `null` if valid, otherwise the reason why it is not + */ + GetTaskMetricsRequest.verify = function verify(message) { + if (typeof message !== "object" || message === null) + return "object expected"; + if (message.taskType != null && message.hasOwnProperty("taskType")) + if (!$util.isString(message.taskType)) + return "taskType: string expected"; + if (message.resourceMeta != null && message.hasOwnProperty("resourceMeta")) + if (!(message.resourceMeta && typeof message.resourceMeta.length === "number" || $util.isString(message.resourceMeta))) + return "resourceMeta: buffer expected"; + if (message.queries != null && message.hasOwnProperty("queries")) { + if (!Array.isArray(message.queries)) + return "queries: array expected"; + for (var i = 0; i < message.queries.length; ++i) + if (!$util.isString(message.queries[i])) + return "queries: string[] expected"; + } + if (message.startTime != null && message.hasOwnProperty("startTime")) { + var error = $root.google.protobuf.Timestamp.verify(message.startTime); + if (error) + return "startTime." + error; + } + if (message.endTime != null && message.hasOwnProperty("endTime")) { + var error = $root.google.protobuf.Timestamp.verify(message.endTime); + if (error) + return "endTime." + error; + } + if (message.step != null && message.hasOwnProperty("step")) { + var error = $root.google.protobuf.Duration.verify(message.step); + if (error) + return "step." + error; + } + return null; + }; + + return GetTaskMetricsRequest; + })(); + + admin.GetTaskMetricsResponse = (function() { + + /** + * Properties of a GetTaskMetricsResponse. + * @memberof flyteidl.admin + * @interface IGetTaskMetricsResponse + * @property {Array.|null} [results] GetTaskMetricsResponse results + */ + + /** + * Constructs a new GetTaskMetricsResponse. + * @memberof flyteidl.admin + * @classdesc Represents a GetTaskMetricsResponse. + * @implements IGetTaskMetricsResponse + * @constructor + * @param {flyteidl.admin.IGetTaskMetricsResponse=} [properties] Properties to set + */ + function GetTaskMetricsResponse(properties) { + this.results = []; + if (properties) + for (var keys = Object.keys(properties), i = 0; i < keys.length; ++i) + if (properties[keys[i]] != null) + this[keys[i]] = properties[keys[i]]; + } + + /** + * GetTaskMetricsResponse results. + * @member {Array.} results + * @memberof flyteidl.admin.GetTaskMetricsResponse + * @instance + */ + GetTaskMetricsResponse.prototype.results = $util.emptyArray; + + /** + * Creates a new GetTaskMetricsResponse instance using the specified properties. + * @function create + * @memberof flyteidl.admin.GetTaskMetricsResponse + * @static + * @param {flyteidl.admin.IGetTaskMetricsResponse=} [properties] Properties to set + * @returns {flyteidl.admin.GetTaskMetricsResponse} GetTaskMetricsResponse instance + */ + GetTaskMetricsResponse.create = function create(properties) { + return new GetTaskMetricsResponse(properties); + }; + + /** + * Encodes the specified GetTaskMetricsResponse message. Does not implicitly {@link flyteidl.admin.GetTaskMetricsResponse.verify|verify} messages. + * @function encode + * @memberof flyteidl.admin.GetTaskMetricsResponse + * @static + * @param {flyteidl.admin.IGetTaskMetricsResponse} message GetTaskMetricsResponse message or plain object to encode + * @param {$protobuf.Writer} [writer] Writer to encode to + * @returns {$protobuf.Writer} Writer + */ + GetTaskMetricsResponse.encode = function encode(message, writer) { + if (!writer) + writer = $Writer.create(); + if (message.results != null && message.results.length) + for (var i = 0; i < message.results.length; ++i) + $root.flyteidl.core.ExecutionMetricResult.encode(message.results[i], writer.uint32(/* id 1, wireType 2 =*/10).fork()).ldelim(); + return writer; + }; + + /** + * Decodes a GetTaskMetricsResponse message from the specified reader or buffer. + * @function decode + * @memberof flyteidl.admin.GetTaskMetricsResponse + * @static + * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from + * @param {number} [length] Message length if known beforehand + * @returns {flyteidl.admin.GetTaskMetricsResponse} GetTaskMetricsResponse + * @throws {Error} If the payload is not a reader or valid buffer + * @throws {$protobuf.util.ProtocolError} If required fields are missing + */ + GetTaskMetricsResponse.decode = function decode(reader, length) { + if (!(reader instanceof $Reader)) + reader = $Reader.create(reader); + var end = length === undefined ? reader.len : reader.pos + length, message = new $root.flyteidl.admin.GetTaskMetricsResponse(); + while (reader.pos < end) { + var tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + if (!(message.results && message.results.length)) + message.results = []; + message.results.push($root.flyteidl.core.ExecutionMetricResult.decode(reader, reader.uint32())); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }; + + /** + * Verifies a GetTaskMetricsResponse message. + * @function verify + * @memberof flyteidl.admin.GetTaskMetricsResponse + * @static + * @param {Object.} message Plain object to verify + * @returns {string|null} `null` if valid, otherwise the reason why it is not + */ + GetTaskMetricsResponse.verify = function verify(message) { + if (typeof message !== "object" || message === null) + return "object expected"; + if (message.results != null && message.hasOwnProperty("results")) { + if (!Array.isArray(message.results)) + return "results: array expected"; + for (var i = 0; i < message.results.length; ++i) { + var error = $root.flyteidl.core.ExecutionMetricResult.verify(message.results[i]); + if (error) + return "results." + error; + } + } + return null; + }; + + return GetTaskMetricsResponse; + })(); + + admin.GetTaskLogsRequest = (function() { + + /** + * Properties of a GetTaskLogsRequest. + * @memberof flyteidl.admin + * @interface IGetTaskLogsRequest + * @property {string|null} [taskType] GetTaskLogsRequest taskType + * @property {Uint8Array|null} [resourceMeta] GetTaskLogsRequest resourceMeta + * @property {Long|null} [lines] GetTaskLogsRequest lines + * @property {string|null} [token] GetTaskLogsRequest token + */ + + /** + * Constructs a new GetTaskLogsRequest. + * @memberof flyteidl.admin + * @classdesc Represents a GetTaskLogsRequest. + * @implements IGetTaskLogsRequest + * @constructor + * @param {flyteidl.admin.IGetTaskLogsRequest=} [properties] Properties to set + */ + function GetTaskLogsRequest(properties) { + if (properties) + for (var keys = Object.keys(properties), i = 0; i < keys.length; ++i) + if (properties[keys[i]] != null) + this[keys[i]] = properties[keys[i]]; + } + + /** + * GetTaskLogsRequest taskType. + * @member {string} taskType + * @memberof flyteidl.admin.GetTaskLogsRequest + * @instance + */ + GetTaskLogsRequest.prototype.taskType = ""; + + /** + * GetTaskLogsRequest resourceMeta. + * @member {Uint8Array} resourceMeta + * @memberof flyteidl.admin.GetTaskLogsRequest + * @instance + */ + GetTaskLogsRequest.prototype.resourceMeta = $util.newBuffer([]); + + /** + * GetTaskLogsRequest lines. + * @member {Long} lines + * @memberof flyteidl.admin.GetTaskLogsRequest + * @instance + */ + GetTaskLogsRequest.prototype.lines = $util.Long ? $util.Long.fromBits(0,0,true) : 0; + + /** + * GetTaskLogsRequest token. + * @member {string} token + * @memberof flyteidl.admin.GetTaskLogsRequest + * @instance + */ + GetTaskLogsRequest.prototype.token = ""; + + /** + * Creates a new GetTaskLogsRequest instance using the specified properties. + * @function create + * @memberof flyteidl.admin.GetTaskLogsRequest + * @static + * @param {flyteidl.admin.IGetTaskLogsRequest=} [properties] Properties to set + * @returns {flyteidl.admin.GetTaskLogsRequest} GetTaskLogsRequest instance + */ + GetTaskLogsRequest.create = function create(properties) { + return new GetTaskLogsRequest(properties); + }; + + /** + * Encodes the specified GetTaskLogsRequest message. Does not implicitly {@link flyteidl.admin.GetTaskLogsRequest.verify|verify} messages. + * @function encode + * @memberof flyteidl.admin.GetTaskLogsRequest + * @static + * @param {flyteidl.admin.IGetTaskLogsRequest} message GetTaskLogsRequest message or plain object to encode + * @param {$protobuf.Writer} [writer] Writer to encode to + * @returns {$protobuf.Writer} Writer + */ + GetTaskLogsRequest.encode = function encode(message, writer) { + if (!writer) + writer = $Writer.create(); + if (message.taskType != null && message.hasOwnProperty("taskType")) + writer.uint32(/* id 1, wireType 2 =*/10).string(message.taskType); + if (message.resourceMeta != null && message.hasOwnProperty("resourceMeta")) + writer.uint32(/* id 2, wireType 2 =*/18).bytes(message.resourceMeta); + if (message.lines != null && message.hasOwnProperty("lines")) + writer.uint32(/* id 3, wireType 0 =*/24).uint64(message.lines); + if (message.token != null && message.hasOwnProperty("token")) + writer.uint32(/* id 4, wireType 2 =*/34).string(message.token); + return writer; + }; + + /** + * Decodes a GetTaskLogsRequest message from the specified reader or buffer. + * @function decode + * @memberof flyteidl.admin.GetTaskLogsRequest + * @static + * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from + * @param {number} [length] Message length if known beforehand + * @returns {flyteidl.admin.GetTaskLogsRequest} GetTaskLogsRequest + * @throws {Error} If the payload is not a reader or valid buffer + * @throws {$protobuf.util.ProtocolError} If required fields are missing + */ + GetTaskLogsRequest.decode = function decode(reader, length) { + if (!(reader instanceof $Reader)) + reader = $Reader.create(reader); + var end = length === undefined ? reader.len : reader.pos + length, message = new $root.flyteidl.admin.GetTaskLogsRequest(); + while (reader.pos < end) { + var tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.taskType = reader.string(); + break; + case 2: + message.resourceMeta = reader.bytes(); + break; + case 3: + message.lines = reader.uint64(); + break; + case 4: + message.token = reader.string(); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }; + + /** + * Verifies a GetTaskLogsRequest message. + * @function verify + * @memberof flyteidl.admin.GetTaskLogsRequest + * @static + * @param {Object.} message Plain object to verify + * @returns {string|null} `null` if valid, otherwise the reason why it is not + */ + GetTaskLogsRequest.verify = function verify(message) { + if (typeof message !== "object" || message === null) + return "object expected"; + if (message.taskType != null && message.hasOwnProperty("taskType")) + if (!$util.isString(message.taskType)) + return "taskType: string expected"; + if (message.resourceMeta != null && message.hasOwnProperty("resourceMeta")) + if (!(message.resourceMeta && typeof message.resourceMeta.length === "number" || $util.isString(message.resourceMeta))) + return "resourceMeta: buffer expected"; + if (message.lines != null && message.hasOwnProperty("lines")) + if (!$util.isInteger(message.lines) && !(message.lines && $util.isInteger(message.lines.low) && $util.isInteger(message.lines.high))) + return "lines: integer|Long expected"; + if (message.token != null && message.hasOwnProperty("token")) + if (!$util.isString(message.token)) + return "token: string expected"; + return null; + }; + + return GetTaskLogsRequest; + })(); + + admin.GetTaskLogsResponse = (function() { + + /** + * Properties of a GetTaskLogsResponse. + * @memberof flyteidl.admin + * @interface IGetTaskLogsResponse + * @property {Array.|null} [results] GetTaskLogsResponse results + * @property {string|null} [token] GetTaskLogsResponse token + */ + + /** + * Constructs a new GetTaskLogsResponse. + * @memberof flyteidl.admin + * @classdesc Represents a GetTaskLogsResponse. + * @implements IGetTaskLogsResponse + * @constructor + * @param {flyteidl.admin.IGetTaskLogsResponse=} [properties] Properties to set + */ + function GetTaskLogsResponse(properties) { + this.results = []; + if (properties) + for (var keys = Object.keys(properties), i = 0; i < keys.length; ++i) + if (properties[keys[i]] != null) + this[keys[i]] = properties[keys[i]]; + } + + /** + * GetTaskLogsResponse results. + * @member {Array.} results + * @memberof flyteidl.admin.GetTaskLogsResponse + * @instance + */ + GetTaskLogsResponse.prototype.results = $util.emptyArray; + + /** + * GetTaskLogsResponse token. + * @member {string} token + * @memberof flyteidl.admin.GetTaskLogsResponse + * @instance + */ + GetTaskLogsResponse.prototype.token = ""; + + /** + * Creates a new GetTaskLogsResponse instance using the specified properties. + * @function create + * @memberof flyteidl.admin.GetTaskLogsResponse + * @static + * @param {flyteidl.admin.IGetTaskLogsResponse=} [properties] Properties to set + * @returns {flyteidl.admin.GetTaskLogsResponse} GetTaskLogsResponse instance + */ + GetTaskLogsResponse.create = function create(properties) { + return new GetTaskLogsResponse(properties); + }; + + /** + * Encodes the specified GetTaskLogsResponse message. Does not implicitly {@link flyteidl.admin.GetTaskLogsResponse.verify|verify} messages. + * @function encode + * @memberof flyteidl.admin.GetTaskLogsResponse + * @static + * @param {flyteidl.admin.IGetTaskLogsResponse} message GetTaskLogsResponse message or plain object to encode + * @param {$protobuf.Writer} [writer] Writer to encode to + * @returns {$protobuf.Writer} Writer + */ + GetTaskLogsResponse.encode = function encode(message, writer) { + if (!writer) + writer = $Writer.create(); + if (message.results != null && message.results.length) + for (var i = 0; i < message.results.length; ++i) + writer.uint32(/* id 1, wireType 2 =*/10).string(message.results[i]); + if (message.token != null && message.hasOwnProperty("token")) + writer.uint32(/* id 2, wireType 2 =*/18).string(message.token); + return writer; + }; + + /** + * Decodes a GetTaskLogsResponse message from the specified reader or buffer. + * @function decode + * @memberof flyteidl.admin.GetTaskLogsResponse + * @static + * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from + * @param {number} [length] Message length if known beforehand + * @returns {flyteidl.admin.GetTaskLogsResponse} GetTaskLogsResponse + * @throws {Error} If the payload is not a reader or valid buffer + * @throws {$protobuf.util.ProtocolError} If required fields are missing + */ + GetTaskLogsResponse.decode = function decode(reader, length) { + if (!(reader instanceof $Reader)) + reader = $Reader.create(reader); + var end = length === undefined ? reader.len : reader.pos + length, message = new $root.flyteidl.admin.GetTaskLogsResponse(); + while (reader.pos < end) { + var tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + if (!(message.results && message.results.length)) + message.results = []; + message.results.push(reader.string()); + break; + case 2: + message.token = reader.string(); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }; + + /** + * Verifies a GetTaskLogsResponse message. + * @function verify + * @memberof flyteidl.admin.GetTaskLogsResponse + * @static + * @param {Object.} message Plain object to verify + * @returns {string|null} `null` if valid, otherwise the reason why it is not + */ + GetTaskLogsResponse.verify = function verify(message) { + if (typeof message !== "object" || message === null) + return "object expected"; + if (message.results != null && message.hasOwnProperty("results")) { + if (!Array.isArray(message.results)) + return "results: array expected"; + for (var i = 0; i < message.results.length; ++i) + if (!$util.isString(message.results[i])) + return "results: string[] expected"; + } + if (message.token != null && message.hasOwnProperty("token")) + if (!$util.isString(message.token)) + return "token: string expected"; + return null; + }; + + return GetTaskLogsResponse; + })(); + admin.ClusterAssignment = (function() { /** @@ -38363,6 +39121,7 @@ case 4: case 5: case 6: + case 7: break; } if (message.catalogKey != null && message.hasOwnProperty("catalogKey")) { @@ -49318,6 +50077,72 @@ * @variation 2 */ + /** + * Callback as used by {@link flyteidl.service.AsyncAgentService#getTaskMetrics}. + * @memberof flyteidl.service.AsyncAgentService + * @typedef GetTaskMetricsCallback + * @type {function} + * @param {Error|null} error Error, if any + * @param {flyteidl.admin.GetTaskMetricsResponse} [response] GetTaskMetricsResponse + */ + + /** + * Calls GetTaskMetrics. + * @function getTaskMetrics + * @memberof flyteidl.service.AsyncAgentService + * @instance + * @param {flyteidl.admin.IGetTaskMetricsRequest} request GetTaskMetricsRequest message or plain object + * @param {flyteidl.service.AsyncAgentService.GetTaskMetricsCallback} callback Node-style callback called with the error, if any, and GetTaskMetricsResponse + * @returns {undefined} + * @variation 1 + */ + Object.defineProperty(AsyncAgentService.prototype.getTaskMetrics = function getTaskMetrics(request, callback) { + return this.rpcCall(getTaskMetrics, $root.flyteidl.admin.GetTaskMetricsRequest, $root.flyteidl.admin.GetTaskMetricsResponse, request, callback); + }, "name", { value: "GetTaskMetrics" }); + + /** + * Calls GetTaskMetrics. + * @function getTaskMetrics + * @memberof flyteidl.service.AsyncAgentService + * @instance + * @param {flyteidl.admin.IGetTaskMetricsRequest} request GetTaskMetricsRequest message or plain object + * @returns {Promise} Promise + * @variation 2 + */ + + /** + * Callback as used by {@link flyteidl.service.AsyncAgentService#getTaskLogs}. + * @memberof flyteidl.service.AsyncAgentService + * @typedef GetTaskLogsCallback + * @type {function} + * @param {Error|null} error Error, if any + * @param {flyteidl.admin.GetTaskLogsResponse} [response] GetTaskLogsResponse + */ + + /** + * Calls GetTaskLogs. + * @function getTaskLogs + * @memberof flyteidl.service.AsyncAgentService + * @instance + * @param {flyteidl.admin.IGetTaskLogsRequest} request GetTaskLogsRequest message or plain object + * @param {flyteidl.service.AsyncAgentService.GetTaskLogsCallback} callback Node-style callback called with the error, if any, and GetTaskLogsResponse + * @returns {undefined} + * @variation 1 + */ + Object.defineProperty(AsyncAgentService.prototype.getTaskLogs = function getTaskLogs(request, callback) { + return this.rpcCall(getTaskLogs, $root.flyteidl.admin.GetTaskLogsRequest, $root.flyteidl.admin.GetTaskLogsResponse, request, callback); + }, "name", { value: "GetTaskLogs" }); + + /** + * Calls GetTaskLogs. + * @function getTaskLogs + * @memberof flyteidl.service.AsyncAgentService + * @instance + * @param {flyteidl.admin.IGetTaskLogsRequest} request GetTaskLogsRequest message or plain object + * @returns {Promise} Promise + * @variation 2 + */ + return AsyncAgentService; })(); diff --git a/flyteidl/gen/pb_python/flyteidl/admin/agent_pb2.py b/flyteidl/gen/pb_python/flyteidl/admin/agent_pb2.py index 5d515cb0c4..b2d282011b 100644 --- a/flyteidl/gen/pb_python/flyteidl/admin/agent_pb2.py +++ b/flyteidl/gen/pb_python/flyteidl/admin/agent_pb2.py @@ -13,12 +13,14 @@ from flyteidl.core import literals_pb2 as flyteidl_dot_core_dot_literals__pb2 from flyteidl.core import tasks_pb2 as flyteidl_dot_core_dot_tasks__pb2 -from flyteidl.core import interface_pb2 as flyteidl_dot_core_dot_interface__pb2 from flyteidl.core import identifier_pb2 as flyteidl_dot_core_dot_identifier__pb2 from flyteidl.core import execution_pb2 as flyteidl_dot_core_dot_execution__pb2 +from flyteidl.core import metrics_pb2 as flyteidl_dot_core_dot_metrics__pb2 +from google.protobuf import duration_pb2 as google_dot_protobuf_dot_duration__pb2 +from google.protobuf import timestamp_pb2 as google_dot_protobuf_dot_timestamp__pb2 -DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x1a\x66lyteidl/admin/agent.proto\x12\x0e\x66lyteidl.admin\x1a\x1c\x66lyteidl/core/literals.proto\x1a\x19\x66lyteidl/core/tasks.proto\x1a\x1d\x66lyteidl/core/interface.proto\x1a\x1e\x66lyteidl/core/identifier.proto\x1a\x1d\x66lyteidl/core/execution.proto\"\x98\x05\n\x15TaskExecutionMetadata\x12R\n\x11task_execution_id\x18\x01 \x01(\x0b\x32&.flyteidl.core.TaskExecutionIdentifierR\x0ftaskExecutionId\x12\x1c\n\tnamespace\x18\x02 \x01(\tR\tnamespace\x12I\n\x06labels\x18\x03 \x03(\x0b\x32\x31.flyteidl.admin.TaskExecutionMetadata.LabelsEntryR\x06labels\x12X\n\x0b\x61nnotations\x18\x04 \x03(\x0b\x32\x36.flyteidl.admin.TaskExecutionMetadata.AnnotationsEntryR\x0b\x61nnotations\x12.\n\x13k8s_service_account\x18\x05 \x01(\tR\x11k8sServiceAccount\x12t\n\x15\x65nvironment_variables\x18\x06 \x03(\x0b\x32?.flyteidl.admin.TaskExecutionMetadata.EnvironmentVariablesEntryR\x14\x65nvironmentVariables\x1a\x39\n\x0bLabelsEntry\x12\x10\n\x03key\x18\x01 \x01(\tR\x03key\x12\x14\n\x05value\x18\x02 \x01(\tR\x05value:\x02\x38\x01\x1a>\n\x10\x41nnotationsEntry\x12\x10\n\x03key\x18\x01 \x01(\tR\x03key\x12\x14\n\x05value\x18\x02 \x01(\tR\x05value:\x02\x38\x01\x1aG\n\x19\x45nvironmentVariablesEntry\x12\x10\n\x03key\x18\x01 \x01(\tR\x03key\x12\x14\n\x05value\x18\x02 \x01(\tR\x05value:\x02\x38\x01\"\x83\x02\n\x11\x43reateTaskRequest\x12\x31\n\x06inputs\x18\x01 \x01(\x0b\x32\x19.flyteidl.core.LiteralMapR\x06inputs\x12\x37\n\x08template\x18\x02 \x01(\x0b\x32\x1b.flyteidl.core.TaskTemplateR\x08template\x12#\n\routput_prefix\x18\x03 \x01(\tR\x0coutputPrefix\x12]\n\x17task_execution_metadata\x18\x04 \x01(\x0b\x32%.flyteidl.admin.TaskExecutionMetadataR\x15taskExecutionMetadata\"z\n\x12\x43reateTaskResponse\x12%\n\rresource_meta\x18\x01 \x01(\x0cH\x00R\x0cresourceMeta\x12\x36\n\x08resource\x18\x02 \x01(\x0b\x32\x18.flyteidl.admin.ResourceH\x00R\x08resourceB\x05\n\x03res\"R\n\x0eGetTaskRequest\x12\x1b\n\ttask_type\x18\x01 \x01(\tR\x08taskType\x12#\n\rresource_meta\x18\x02 \x01(\x0cR\x0cresourceMeta\"|\n\x0fGetTaskResponse\x12\x34\n\x08resource\x18\x01 \x01(\x0b\x32\x18.flyteidl.admin.ResourceR\x08resource\x12\x33\n\tlog_links\x18\x02 \x03(\x0b\x32\x16.flyteidl.core.TaskLogR\x08logLinks\"\xbb\x01\n\x08Resource\x12+\n\x05state\x18\x01 \x01(\x0e\x32\x15.flyteidl.admin.StateR\x05state\x12\x33\n\x07outputs\x18\x02 \x01(\x0b\x32\x19.flyteidl.core.LiteralMapR\x07outputs\x12\x18\n\x07message\x18\x03 \x01(\tR\x07message\x12\x33\n\tlog_links\x18\x04 \x03(\x0b\x32\x16.flyteidl.core.TaskLogR\x08logLinks\"U\n\x11\x44\x65leteTaskRequest\x12\x1b\n\ttask_type\x18\x01 \x01(\tR\x08taskType\x12#\n\rresource_meta\x18\x02 \x01(\x0cR\x0cresourceMeta\"\x14\n\x12\x44\x65leteTaskResponse\"M\n\x05\x41gent\x12\x12\n\x04name\x18\x01 \x01(\tR\x04name\x12\x30\n\x14supported_task_types\x18\x02 \x03(\tR\x12supportedTaskTypes\"%\n\x0fGetAgentRequest\x12\x12\n\x04name\x18\x01 \x01(\tR\x04name\"?\n\x10GetAgentResponse\x12+\n\x05\x61gent\x18\x01 \x01(\x0b\x32\x15.flyteidl.admin.AgentR\x05\x61gent\"\x13\n\x11ListAgentsRequest\"C\n\x12ListAgentsResponse\x12-\n\x06\x61gents\x18\x01 \x03(\x0b\x32\x15.flyteidl.admin.AgentR\x06\x61gents*^\n\x05State\x12\x15\n\x11RETRYABLE_FAILURE\x10\x00\x12\x15\n\x11PERMANENT_FAILURE\x10\x01\x12\x0b\n\x07PENDING\x10\x02\x12\x0b\n\x07RUNNING\x10\x03\x12\r\n\tSUCCEEDED\x10\x04\x42\xb6\x01\n\x12\x63om.flyteidl.adminB\nAgentProtoP\x01Z;github.com/flyteorg/flyte/flyteidl/gen/pb-go/flyteidl/admin\xa2\x02\x03\x46\x41X\xaa\x02\x0e\x46lyteidl.Admin\xca\x02\x0e\x46lyteidl\\Admin\xe2\x02\x1a\x46lyteidl\\Admin\\GPBMetadata\xea\x02\x0f\x46lyteidl::Adminb\x06proto3') +DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x1a\x66lyteidl/admin/agent.proto\x12\x0e\x66lyteidl.admin\x1a\x1c\x66lyteidl/core/literals.proto\x1a\x19\x66lyteidl/core/tasks.proto\x1a\x1e\x66lyteidl/core/identifier.proto\x1a\x1d\x66lyteidl/core/execution.proto\x1a\x1b\x66lyteidl/core/metrics.proto\x1a\x1egoogle/protobuf/duration.proto\x1a\x1fgoogle/protobuf/timestamp.proto\"\x98\x05\n\x15TaskExecutionMetadata\x12R\n\x11task_execution_id\x18\x01 \x01(\x0b\x32&.flyteidl.core.TaskExecutionIdentifierR\x0ftaskExecutionId\x12\x1c\n\tnamespace\x18\x02 \x01(\tR\tnamespace\x12I\n\x06labels\x18\x03 \x03(\x0b\x32\x31.flyteidl.admin.TaskExecutionMetadata.LabelsEntryR\x06labels\x12X\n\x0b\x61nnotations\x18\x04 \x03(\x0b\x32\x36.flyteidl.admin.TaskExecutionMetadata.AnnotationsEntryR\x0b\x61nnotations\x12.\n\x13k8s_service_account\x18\x05 \x01(\tR\x11k8sServiceAccount\x12t\n\x15\x65nvironment_variables\x18\x06 \x03(\x0b\x32?.flyteidl.admin.TaskExecutionMetadata.EnvironmentVariablesEntryR\x14\x65nvironmentVariables\x1a\x39\n\x0bLabelsEntry\x12\x10\n\x03key\x18\x01 \x01(\tR\x03key\x12\x14\n\x05value\x18\x02 \x01(\tR\x05value:\x02\x38\x01\x1a>\n\x10\x41nnotationsEntry\x12\x10\n\x03key\x18\x01 \x01(\tR\x03key\x12\x14\n\x05value\x18\x02 \x01(\tR\x05value:\x02\x38\x01\x1aG\n\x19\x45nvironmentVariablesEntry\x12\x10\n\x03key\x18\x01 \x01(\tR\x03key\x12\x14\n\x05value\x18\x02 \x01(\tR\x05value:\x02\x38\x01\"\x83\x02\n\x11\x43reateTaskRequest\x12\x31\n\x06inputs\x18\x01 \x01(\x0b\x32\x19.flyteidl.core.LiteralMapR\x06inputs\x12\x37\n\x08template\x18\x02 \x01(\x0b\x32\x1b.flyteidl.core.TaskTemplateR\x08template\x12#\n\routput_prefix\x18\x03 \x01(\tR\x0coutputPrefix\x12]\n\x17task_execution_metadata\x18\x04 \x01(\x0b\x32%.flyteidl.admin.TaskExecutionMetadataR\x15taskExecutionMetadata\"z\n\x12\x43reateTaskResponse\x12%\n\rresource_meta\x18\x01 \x01(\x0cH\x00R\x0cresourceMeta\x12\x36\n\x08resource\x18\x02 \x01(\x0b\x32\x18.flyteidl.admin.ResourceH\x00R\x08resourceB\x05\n\x03res\"R\n\x0eGetTaskRequest\x12\x1b\n\ttask_type\x18\x01 \x01(\tR\x08taskType\x12#\n\rresource_meta\x18\x02 \x01(\x0cR\x0cresourceMeta\"|\n\x0fGetTaskResponse\x12\x34\n\x08resource\x18\x01 \x01(\x0b\x32\x18.flyteidl.admin.ResourceR\x08resource\x12\x33\n\tlog_links\x18\x02 \x03(\x0b\x32\x16.flyteidl.core.TaskLogR\x08logLinks\"\xbb\x01\n\x08Resource\x12+\n\x05state\x18\x01 \x01(\x0e\x32\x15.flyteidl.admin.StateR\x05state\x12\x33\n\x07outputs\x18\x02 \x01(\x0b\x32\x19.flyteidl.core.LiteralMapR\x07outputs\x12\x18\n\x07message\x18\x03 \x01(\tR\x07message\x12\x33\n\tlog_links\x18\x04 \x03(\x0b\x32\x16.flyteidl.core.TaskLogR\x08logLinks\"U\n\x11\x44\x65leteTaskRequest\x12\x1b\n\ttask_type\x18\x01 \x01(\tR\x08taskType\x12#\n\rresource_meta\x18\x02 \x01(\x0cR\x0cresourceMeta\"\x14\n\x12\x44\x65leteTaskResponse\"M\n\x05\x41gent\x12\x12\n\x04name\x18\x01 \x01(\tR\x04name\x12\x30\n\x14supported_task_types\x18\x02 \x03(\tR\x12supportedTaskTypes\"%\n\x0fGetAgentRequest\x12\x12\n\x04name\x18\x01 \x01(\tR\x04name\"?\n\x10GetAgentResponse\x12+\n\x05\x61gent\x18\x01 \x01(\x0b\x32\x15.flyteidl.admin.AgentR\x05\x61gent\"\x13\n\x11ListAgentsRequest\"C\n\x12ListAgentsResponse\x12-\n\x06\x61gents\x18\x01 \x03(\x0b\x32\x15.flyteidl.admin.AgentR\x06\x61gents\"\x94\x02\n\x15GetTaskMetricsRequest\x12\x1b\n\ttask_type\x18\x01 \x01(\tR\x08taskType\x12#\n\rresource_meta\x18\x02 \x01(\x0cR\x0cresourceMeta\x12\x18\n\x07queries\x18\x03 \x03(\tR\x07queries\x12\x39\n\nstart_time\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\tstartTime\x12\x35\n\x08\x65nd_time\x18\x05 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\x07\x65ndTime\x12-\n\x04step\x18\x06 \x01(\x0b\x32\x19.google.protobuf.DurationR\x04step\"X\n\x16GetTaskMetricsResponse\x12>\n\x07results\x18\x01 \x03(\x0b\x32$.flyteidl.core.ExecutionMetricResultR\x07results\"\x82\x01\n\x12GetTaskLogsRequest\x12\x1b\n\ttask_type\x18\x01 \x01(\tR\x08taskType\x12#\n\rresource_meta\x18\x02 \x01(\x0cR\x0cresourceMeta\x12\x14\n\x05lines\x18\x03 \x01(\x04R\x05lines\x12\x14\n\x05token\x18\x04 \x01(\tR\x05token\"E\n\x13GetTaskLogsResponse\x12\x18\n\x07results\x18\x01 \x03(\tR\x07results\x12\x14\n\x05token\x18\x02 \x01(\tR\x05token*^\n\x05State\x12\x15\n\x11RETRYABLE_FAILURE\x10\x00\x12\x15\n\x11PERMANENT_FAILURE\x10\x01\x12\x0b\n\x07PENDING\x10\x02\x12\x0b\n\x07RUNNING\x10\x03\x12\r\n\tSUCCEEDED\x10\x04\x42\xb6\x01\n\x12\x63om.flyteidl.adminB\nAgentProtoP\x01Z;github.com/flyteorg/flyte/flyteidl/gen/pb-go/flyteidl/admin\xa2\x02\x03\x46\x41X\xaa\x02\x0e\x46lyteidl.Admin\xca\x02\x0e\x46lyteidl\\Admin\xe2\x02\x1a\x46lyteidl\\Admin\\GPBMetadata\xea\x02\x0f\x46lyteidl::Adminb\x06proto3') _globals = globals() _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals) @@ -33,38 +35,46 @@ _TASKEXECUTIONMETADATA_ANNOTATIONSENTRY._serialized_options = b'8\001' _TASKEXECUTIONMETADATA_ENVIRONMENTVARIABLESENTRY._options = None _TASKEXECUTIONMETADATA_ENVIRONMENTVARIABLESENTRY._serialized_options = b'8\001' - _globals['_STATE']._serialized_start=2032 - _globals['_STATE']._serialized_end=2126 - _globals['_TASKEXECUTIONMETADATA']._serialized_start=198 - _globals['_TASKEXECUTIONMETADATA']._serialized_end=862 - _globals['_TASKEXECUTIONMETADATA_LABELSENTRY']._serialized_start=668 - _globals['_TASKEXECUTIONMETADATA_LABELSENTRY']._serialized_end=725 - _globals['_TASKEXECUTIONMETADATA_ANNOTATIONSENTRY']._serialized_start=727 - _globals['_TASKEXECUTIONMETADATA_ANNOTATIONSENTRY']._serialized_end=789 - _globals['_TASKEXECUTIONMETADATA_ENVIRONMENTVARIABLESENTRY']._serialized_start=791 - _globals['_TASKEXECUTIONMETADATA_ENVIRONMENTVARIABLESENTRY']._serialized_end=862 - _globals['_CREATETASKREQUEST']._serialized_start=865 - _globals['_CREATETASKREQUEST']._serialized_end=1124 - _globals['_CREATETASKRESPONSE']._serialized_start=1126 - _globals['_CREATETASKRESPONSE']._serialized_end=1248 - _globals['_GETTASKREQUEST']._serialized_start=1250 - _globals['_GETTASKREQUEST']._serialized_end=1332 - _globals['_GETTASKRESPONSE']._serialized_start=1334 - _globals['_GETTASKRESPONSE']._serialized_end=1458 - _globals['_RESOURCE']._serialized_start=1461 - _globals['_RESOURCE']._serialized_end=1648 - _globals['_DELETETASKREQUEST']._serialized_start=1650 - _globals['_DELETETASKREQUEST']._serialized_end=1735 - _globals['_DELETETASKRESPONSE']._serialized_start=1737 - _globals['_DELETETASKRESPONSE']._serialized_end=1757 - _globals['_AGENT']._serialized_start=1759 - _globals['_AGENT']._serialized_end=1836 - _globals['_GETAGENTREQUEST']._serialized_start=1838 - _globals['_GETAGENTREQUEST']._serialized_end=1875 - _globals['_GETAGENTRESPONSE']._serialized_start=1877 - _globals['_GETAGENTRESPONSE']._serialized_end=1940 - _globals['_LISTAGENTSREQUEST']._serialized_start=1942 - _globals['_LISTAGENTSREQUEST']._serialized_end=1961 - _globals['_LISTAGENTSRESPONSE']._serialized_start=1963 - _globals['_LISTAGENTSRESPONSE']._serialized_end=2030 + _globals['_STATE']._serialized_start=2668 + _globals['_STATE']._serialized_end=2762 + _globals['_TASKEXECUTIONMETADATA']._serialized_start=261 + _globals['_TASKEXECUTIONMETADATA']._serialized_end=925 + _globals['_TASKEXECUTIONMETADATA_LABELSENTRY']._serialized_start=731 + _globals['_TASKEXECUTIONMETADATA_LABELSENTRY']._serialized_end=788 + _globals['_TASKEXECUTIONMETADATA_ANNOTATIONSENTRY']._serialized_start=790 + _globals['_TASKEXECUTIONMETADATA_ANNOTATIONSENTRY']._serialized_end=852 + _globals['_TASKEXECUTIONMETADATA_ENVIRONMENTVARIABLESENTRY']._serialized_start=854 + _globals['_TASKEXECUTIONMETADATA_ENVIRONMENTVARIABLESENTRY']._serialized_end=925 + _globals['_CREATETASKREQUEST']._serialized_start=928 + _globals['_CREATETASKREQUEST']._serialized_end=1187 + _globals['_CREATETASKRESPONSE']._serialized_start=1189 + _globals['_CREATETASKRESPONSE']._serialized_end=1311 + _globals['_GETTASKREQUEST']._serialized_start=1313 + _globals['_GETTASKREQUEST']._serialized_end=1395 + _globals['_GETTASKRESPONSE']._serialized_start=1397 + _globals['_GETTASKRESPONSE']._serialized_end=1521 + _globals['_RESOURCE']._serialized_start=1524 + _globals['_RESOURCE']._serialized_end=1711 + _globals['_DELETETASKREQUEST']._serialized_start=1713 + _globals['_DELETETASKREQUEST']._serialized_end=1798 + _globals['_DELETETASKRESPONSE']._serialized_start=1800 + _globals['_DELETETASKRESPONSE']._serialized_end=1820 + _globals['_AGENT']._serialized_start=1822 + _globals['_AGENT']._serialized_end=1899 + _globals['_GETAGENTREQUEST']._serialized_start=1901 + _globals['_GETAGENTREQUEST']._serialized_end=1938 + _globals['_GETAGENTRESPONSE']._serialized_start=1940 + _globals['_GETAGENTRESPONSE']._serialized_end=2003 + _globals['_LISTAGENTSREQUEST']._serialized_start=2005 + _globals['_LISTAGENTSREQUEST']._serialized_end=2024 + _globals['_LISTAGENTSRESPONSE']._serialized_start=2026 + _globals['_LISTAGENTSRESPONSE']._serialized_end=2093 + _globals['_GETTASKMETRICSREQUEST']._serialized_start=2096 + _globals['_GETTASKMETRICSREQUEST']._serialized_end=2372 + _globals['_GETTASKMETRICSRESPONSE']._serialized_start=2374 + _globals['_GETTASKMETRICSRESPONSE']._serialized_end=2462 + _globals['_GETTASKLOGSREQUEST']._serialized_start=2465 + _globals['_GETTASKLOGSREQUEST']._serialized_end=2595 + _globals['_GETTASKLOGSRESPONSE']._serialized_start=2597 + _globals['_GETTASKLOGSRESPONSE']._serialized_end=2666 # @@protoc_insertion_point(module_scope) diff --git a/flyteidl/gen/pb_python/flyteidl/admin/agent_pb2.pyi b/flyteidl/gen/pb_python/flyteidl/admin/agent_pb2.pyi index 3b80e41b58..2d7254090f 100644 --- a/flyteidl/gen/pb_python/flyteidl/admin/agent_pb2.pyi +++ b/flyteidl/gen/pb_python/flyteidl/admin/agent_pb2.pyi @@ -1,8 +1,10 @@ from flyteidl.core import literals_pb2 as _literals_pb2 from flyteidl.core import tasks_pb2 as _tasks_pb2 -from flyteidl.core import interface_pb2 as _interface_pb2 from flyteidl.core import identifier_pb2 as _identifier_pb2 from flyteidl.core import execution_pb2 as _execution_pb2 +from flyteidl.core import metrics_pb2 as _metrics_pb2 +from google.protobuf import duration_pb2 as _duration_pb2 +from google.protobuf import timestamp_pb2 as _timestamp_pb2 from google.protobuf.internal import containers as _containers from google.protobuf.internal import enum_type_wrapper as _enum_type_wrapper from google.protobuf import descriptor as _descriptor @@ -150,3 +152,45 @@ class ListAgentsResponse(_message.Message): AGENTS_FIELD_NUMBER: _ClassVar[int] agents: _containers.RepeatedCompositeFieldContainer[Agent] def __init__(self, agents: _Optional[_Iterable[_Union[Agent, _Mapping]]] = ...) -> None: ... + +class GetTaskMetricsRequest(_message.Message): + __slots__ = ["task_type", "resource_meta", "queries", "start_time", "end_time", "step"] + TASK_TYPE_FIELD_NUMBER: _ClassVar[int] + RESOURCE_META_FIELD_NUMBER: _ClassVar[int] + QUERIES_FIELD_NUMBER: _ClassVar[int] + START_TIME_FIELD_NUMBER: _ClassVar[int] + END_TIME_FIELD_NUMBER: _ClassVar[int] + STEP_FIELD_NUMBER: _ClassVar[int] + task_type: str + resource_meta: bytes + queries: _containers.RepeatedScalarFieldContainer[str] + start_time: _timestamp_pb2.Timestamp + end_time: _timestamp_pb2.Timestamp + step: _duration_pb2.Duration + def __init__(self, task_type: _Optional[str] = ..., resource_meta: _Optional[bytes] = ..., queries: _Optional[_Iterable[str]] = ..., start_time: _Optional[_Union[_timestamp_pb2.Timestamp, _Mapping]] = ..., end_time: _Optional[_Union[_timestamp_pb2.Timestamp, _Mapping]] = ..., step: _Optional[_Union[_duration_pb2.Duration, _Mapping]] = ...) -> None: ... + +class GetTaskMetricsResponse(_message.Message): + __slots__ = ["results"] + RESULTS_FIELD_NUMBER: _ClassVar[int] + results: _containers.RepeatedCompositeFieldContainer[_metrics_pb2.ExecutionMetricResult] + def __init__(self, results: _Optional[_Iterable[_Union[_metrics_pb2.ExecutionMetricResult, _Mapping]]] = ...) -> None: ... + +class GetTaskLogsRequest(_message.Message): + __slots__ = ["task_type", "resource_meta", "lines", "token"] + TASK_TYPE_FIELD_NUMBER: _ClassVar[int] + RESOURCE_META_FIELD_NUMBER: _ClassVar[int] + LINES_FIELD_NUMBER: _ClassVar[int] + TOKEN_FIELD_NUMBER: _ClassVar[int] + task_type: str + resource_meta: bytes + lines: int + token: str + def __init__(self, task_type: _Optional[str] = ..., resource_meta: _Optional[bytes] = ..., lines: _Optional[int] = ..., token: _Optional[str] = ...) -> None: ... + +class GetTaskLogsResponse(_message.Message): + __slots__ = ["results", "token"] + RESULTS_FIELD_NUMBER: _ClassVar[int] + TOKEN_FIELD_NUMBER: _ClassVar[int] + results: _containers.RepeatedScalarFieldContainer[str] + token: str + def __init__(self, results: _Optional[_Iterable[str]] = ..., token: _Optional[str] = ...) -> None: ... diff --git a/flyteidl/gen/pb_python/flyteidl/core/catalog_pb2.py b/flyteidl/gen/pb_python/flyteidl/core/catalog_pb2.py index dc72c89d9f..2635c044db 100644 --- a/flyteidl/gen/pb_python/flyteidl/core/catalog_pb2.py +++ b/flyteidl/gen/pb_python/flyteidl/core/catalog_pb2.py @@ -14,7 +14,7 @@ from flyteidl.core import identifier_pb2 as flyteidl_dot_core_dot_identifier__pb2 -DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x1b\x66lyteidl/core/catalog.proto\x12\rflyteidl.core\x1a\x1e\x66lyteidl/core/identifier.proto\"I\n\x12\x43\x61talogArtifactTag\x12\x1f\n\x0b\x61rtifact_id\x18\x01 \x01(\tR\nartifactId\x12\x12\n\x04name\x18\x02 \x01(\tR\x04name\"\x83\x02\n\x0f\x43\x61talogMetadata\x12\x38\n\ndataset_id\x18\x01 \x01(\x0b\x32\x19.flyteidl.core.IdentifierR\tdatasetId\x12\x44\n\x0c\x61rtifact_tag\x18\x02 \x01(\x0b\x32!.flyteidl.core.CatalogArtifactTagR\x0b\x61rtifactTag\x12\\\n\x15source_task_execution\x18\x03 \x01(\x0b\x32&.flyteidl.core.TaskExecutionIdentifierH\x00R\x13sourceTaskExecutionB\x12\n\x10source_execution\"\x9e\x01\n\x12\x43\x61talogReservation\"\x87\x01\n\x06Status\x12\x18\n\x14RESERVATION_DISABLED\x10\x00\x12\x18\n\x14RESERVATION_ACQUIRED\x10\x01\x12\x16\n\x12RESERVATION_EXISTS\x10\x02\x12\x18\n\x14RESERVATION_RELEASED\x10\x03\x12\x17\n\x13RESERVATION_FAILURE\x10\x04*\xa0\x01\n\x12\x43\x61talogCacheStatus\x12\x12\n\x0e\x43\x41\x43HE_DISABLED\x10\x00\x12\x0e\n\nCACHE_MISS\x10\x01\x12\r\n\tCACHE_HIT\x10\x02\x12\x13\n\x0f\x43\x41\x43HE_POPULATED\x10\x03\x12\x18\n\x14\x43\x41\x43HE_LOOKUP_FAILURE\x10\x04\x12\x15\n\x11\x43\x41\x43HE_PUT_FAILURE\x10\x05\x12\x11\n\rCACHE_SKIPPED\x10\x06\x42\xb2\x01\n\x11\x63om.flyteidl.coreB\x0c\x43\x61talogProtoP\x01Z:github.com/flyteorg/flyte/flyteidl/gen/pb-go/flyteidl/core\xa2\x02\x03\x46\x43X\xaa\x02\rFlyteidl.Core\xca\x02\rFlyteidl\\Core\xe2\x02\x19\x46lyteidl\\Core\\GPBMetadata\xea\x02\x0e\x46lyteidl::Coreb\x06proto3') +DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x1b\x66lyteidl/core/catalog.proto\x12\rflyteidl.core\x1a\x1e\x66lyteidl/core/identifier.proto\"I\n\x12\x43\x61talogArtifactTag\x12\x1f\n\x0b\x61rtifact_id\x18\x01 \x01(\tR\nartifactId\x12\x12\n\x04name\x18\x02 \x01(\tR\x04name\"\x83\x02\n\x0f\x43\x61talogMetadata\x12\x38\n\ndataset_id\x18\x01 \x01(\x0b\x32\x19.flyteidl.core.IdentifierR\tdatasetId\x12\x44\n\x0c\x61rtifact_tag\x18\x02 \x01(\x0b\x32!.flyteidl.core.CatalogArtifactTagR\x0b\x61rtifactTag\x12\\\n\x15source_task_execution\x18\x03 \x01(\x0b\x32&.flyteidl.core.TaskExecutionIdentifierH\x00R\x13sourceTaskExecutionB\x12\n\x10source_execution\"\x9e\x01\n\x12\x43\x61talogReservation\"\x87\x01\n\x06Status\x12\x18\n\x14RESERVATION_DISABLED\x10\x00\x12\x18\n\x14RESERVATION_ACQUIRED\x10\x01\x12\x16\n\x12RESERVATION_EXISTS\x10\x02\x12\x18\n\x14RESERVATION_RELEASED\x10\x03\x12\x17\n\x13RESERVATION_FAILURE\x10\x04*\xb3\x01\n\x12\x43\x61talogCacheStatus\x12\x12\n\x0e\x43\x41\x43HE_DISABLED\x10\x00\x12\x0e\n\nCACHE_MISS\x10\x01\x12\r\n\tCACHE_HIT\x10\x02\x12\x13\n\x0f\x43\x41\x43HE_POPULATED\x10\x03\x12\x18\n\x14\x43\x41\x43HE_LOOKUP_FAILURE\x10\x04\x12\x15\n\x11\x43\x41\x43HE_PUT_FAILURE\x10\x05\x12\x11\n\rCACHE_SKIPPED\x10\x06\x12\x11\n\rCACHE_EVICTED\x10\x07\x42\xb2\x01\n\x11\x63om.flyteidl.coreB\x0c\x43\x61talogProtoP\x01Z:github.com/flyteorg/flyte/flyteidl/gen/pb-go/flyteidl/core\xa2\x02\x03\x46\x43X\xaa\x02\rFlyteidl.Core\xca\x02\rFlyteidl\\Core\xe2\x02\x19\x46lyteidl\\Core\\GPBMetadata\xea\x02\x0e\x46lyteidl::Coreb\x06proto3') _globals = globals() _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals) @@ -24,7 +24,7 @@ DESCRIPTOR._options = None DESCRIPTOR._serialized_options = b'\n\021com.flyteidl.coreB\014CatalogProtoP\001Z:github.com/flyteorg/flyte/flyteidl/gen/pb-go/flyteidl/core\242\002\003FCX\252\002\rFlyteidl.Core\312\002\rFlyteidl\\Core\342\002\031Flyteidl\\Core\\GPBMetadata\352\002\016Flyteidl::Core' _globals['_CATALOGCACHESTATUS']._serialized_start=577 - _globals['_CATALOGCACHESTATUS']._serialized_end=737 + _globals['_CATALOGCACHESTATUS']._serialized_end=756 _globals['_CATALOGARTIFACTTAG']._serialized_start=78 _globals['_CATALOGARTIFACTTAG']._serialized_end=151 _globals['_CATALOGMETADATA']._serialized_start=154 diff --git a/flyteidl/gen/pb_python/flyteidl/core/catalog_pb2.pyi b/flyteidl/gen/pb_python/flyteidl/core/catalog_pb2.pyi index 90acf7d24b..f28fadcccd 100644 --- a/flyteidl/gen/pb_python/flyteidl/core/catalog_pb2.pyi +++ b/flyteidl/gen/pb_python/flyteidl/core/catalog_pb2.pyi @@ -15,6 +15,7 @@ class CatalogCacheStatus(int, metaclass=_enum_type_wrapper.EnumTypeWrapper): CACHE_LOOKUP_FAILURE: _ClassVar[CatalogCacheStatus] CACHE_PUT_FAILURE: _ClassVar[CatalogCacheStatus] CACHE_SKIPPED: _ClassVar[CatalogCacheStatus] + CACHE_EVICTED: _ClassVar[CatalogCacheStatus] CACHE_DISABLED: CatalogCacheStatus CACHE_MISS: CatalogCacheStatus CACHE_HIT: CatalogCacheStatus @@ -22,6 +23,7 @@ CACHE_POPULATED: CatalogCacheStatus CACHE_LOOKUP_FAILURE: CatalogCacheStatus CACHE_PUT_FAILURE: CatalogCacheStatus CACHE_SKIPPED: CatalogCacheStatus +CACHE_EVICTED: CatalogCacheStatus class CatalogArtifactTag(_message.Message): __slots__ = ["artifact_id", "name"] diff --git a/flyteidl/gen/pb_python/flyteidl/core/metrics_pb2.py b/flyteidl/gen/pb_python/flyteidl/core/metrics_pb2.py index 1dc42f4b3c..4624badde3 100644 --- a/flyteidl/gen/pb_python/flyteidl/core/metrics_pb2.py +++ b/flyteidl/gen/pb_python/flyteidl/core/metrics_pb2.py @@ -13,9 +13,10 @@ from flyteidl.core import identifier_pb2 as flyteidl_dot_core_dot_identifier__pb2 from google.protobuf import timestamp_pb2 as google_dot_protobuf_dot_timestamp__pb2 +from google.protobuf import struct_pb2 as google_dot_protobuf_dot_struct__pb2 -DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x1b\x66lyteidl/core/metrics.proto\x12\rflyteidl.core\x1a\x1e\x66lyteidl/core/identifier.proto\x1a\x1fgoogle/protobuf/timestamp.proto\"\xa3\x03\n\x04Span\x12\x39\n\nstart_time\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\tstartTime\x12\x35\n\x08\x65nd_time\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\x07\x65ndTime\x12M\n\x0bworkflow_id\x18\x03 \x01(\x0b\x32*.flyteidl.core.WorkflowExecutionIdentifierH\x00R\nworkflowId\x12\x41\n\x07node_id\x18\x04 \x01(\x0b\x32&.flyteidl.core.NodeExecutionIdentifierH\x00R\x06nodeId\x12\x41\n\x07task_id\x18\x05 \x01(\x0b\x32&.flyteidl.core.TaskExecutionIdentifierH\x00R\x06taskId\x12#\n\x0coperation_id\x18\x06 \x01(\tH\x00R\x0boperationId\x12)\n\x05spans\x18\x07 \x03(\x0b\x32\x13.flyteidl.core.SpanR\x05spansB\x04\n\x02idB\xb2\x01\n\x11\x63om.flyteidl.coreB\x0cMetricsProtoP\x01Z:github.com/flyteorg/flyte/flyteidl/gen/pb-go/flyteidl/core\xa2\x02\x03\x46\x43X\xaa\x02\rFlyteidl.Core\xca\x02\rFlyteidl\\Core\xe2\x02\x19\x46lyteidl\\Core\\GPBMetadata\xea\x02\x0e\x46lyteidl::Coreb\x06proto3') +DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x1b\x66lyteidl/core/metrics.proto\x12\rflyteidl.core\x1a\x1e\x66lyteidl/core/identifier.proto\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\x1cgoogle/protobuf/struct.proto\"\xa3\x03\n\x04Span\x12\x39\n\nstart_time\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\tstartTime\x12\x35\n\x08\x65nd_time\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\x07\x65ndTime\x12M\n\x0bworkflow_id\x18\x03 \x01(\x0b\x32*.flyteidl.core.WorkflowExecutionIdentifierH\x00R\nworkflowId\x12\x41\n\x07node_id\x18\x04 \x01(\x0b\x32&.flyteidl.core.NodeExecutionIdentifierH\x00R\x06nodeId\x12\x41\n\x07task_id\x18\x05 \x01(\x0b\x32&.flyteidl.core.TaskExecutionIdentifierH\x00R\x06taskId\x12#\n\x0coperation_id\x18\x06 \x01(\tH\x00R\x0boperationId\x12)\n\x05spans\x18\x07 \x03(\x0b\x32\x13.flyteidl.core.SpanR\x05spansB\x04\n\x02id\"\\\n\x15\x45xecutionMetricResult\x12\x16\n\x06metric\x18\x01 \x01(\tR\x06metric\x12+\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32\x17.google.protobuf.StructR\x04\x64\x61taB\xb2\x01\n\x11\x63om.flyteidl.coreB\x0cMetricsProtoP\x01Z:github.com/flyteorg/flyte/flyteidl/gen/pb-go/flyteidl/core\xa2\x02\x03\x46\x43X\xaa\x02\rFlyteidl.Core\xca\x02\rFlyteidl\\Core\xe2\x02\x19\x46lyteidl\\Core\\GPBMetadata\xea\x02\x0e\x46lyteidl::Coreb\x06proto3') _globals = globals() _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals) @@ -24,6 +25,8 @@ DESCRIPTOR._options = None DESCRIPTOR._serialized_options = b'\n\021com.flyteidl.coreB\014MetricsProtoP\001Z:github.com/flyteorg/flyte/flyteidl/gen/pb-go/flyteidl/core\242\002\003FCX\252\002\rFlyteidl.Core\312\002\rFlyteidl\\Core\342\002\031Flyteidl\\Core\\GPBMetadata\352\002\016Flyteidl::Core' - _globals['_SPAN']._serialized_start=112 - _globals['_SPAN']._serialized_end=531 + _globals['_SPAN']._serialized_start=142 + _globals['_SPAN']._serialized_end=561 + _globals['_EXECUTIONMETRICRESULT']._serialized_start=563 + _globals['_EXECUTIONMETRICRESULT']._serialized_end=655 # @@protoc_insertion_point(module_scope) diff --git a/flyteidl/gen/pb_python/flyteidl/core/metrics_pb2.pyi b/flyteidl/gen/pb_python/flyteidl/core/metrics_pb2.pyi index d529fd64e5..5e3c7d871e 100644 --- a/flyteidl/gen/pb_python/flyteidl/core/metrics_pb2.pyi +++ b/flyteidl/gen/pb_python/flyteidl/core/metrics_pb2.pyi @@ -1,5 +1,6 @@ from flyteidl.core import identifier_pb2 as _identifier_pb2 from google.protobuf import timestamp_pb2 as _timestamp_pb2 +from google.protobuf import struct_pb2 as _struct_pb2 from google.protobuf.internal import containers as _containers from google.protobuf import descriptor as _descriptor from google.protobuf import message as _message @@ -24,3 +25,11 @@ class Span(_message.Message): operation_id: str spans: _containers.RepeatedCompositeFieldContainer[Span] def __init__(self, start_time: _Optional[_Union[_timestamp_pb2.Timestamp, _Mapping]] = ..., end_time: _Optional[_Union[_timestamp_pb2.Timestamp, _Mapping]] = ..., workflow_id: _Optional[_Union[_identifier_pb2.WorkflowExecutionIdentifier, _Mapping]] = ..., node_id: _Optional[_Union[_identifier_pb2.NodeExecutionIdentifier, _Mapping]] = ..., task_id: _Optional[_Union[_identifier_pb2.TaskExecutionIdentifier, _Mapping]] = ..., operation_id: _Optional[str] = ..., spans: _Optional[_Iterable[_Union[Span, _Mapping]]] = ...) -> None: ... + +class ExecutionMetricResult(_message.Message): + __slots__ = ["metric", "data"] + METRIC_FIELD_NUMBER: _ClassVar[int] + DATA_FIELD_NUMBER: _ClassVar[int] + metric: str + data: _struct_pb2.Struct + def __init__(self, metric: _Optional[str] = ..., data: _Optional[_Union[_struct_pb2.Struct, _Mapping]] = ...) -> None: ... diff --git a/flyteidl/gen/pb_python/flyteidl/service/agent_pb2.py b/flyteidl/gen/pb_python/flyteidl/service/agent_pb2.py index f1234012be..4a1a3d8f70 100644 --- a/flyteidl/gen/pb_python/flyteidl/service/agent_pb2.py +++ b/flyteidl/gen/pb_python/flyteidl/service/agent_pb2.py @@ -15,7 +15,7 @@ from flyteidl.admin import agent_pb2 as flyteidl_dot_admin_dot_agent__pb2 -DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x1c\x66lyteidl/service/agent.proto\x12\x10\x66lyteidl.service\x1a\x1cgoogle/api/annotations.proto\x1a\x1a\x66lyteidl/admin/agent.proto2\x8f\x02\n\x11\x41syncAgentService\x12U\n\nCreateTask\x12!.flyteidl.admin.CreateTaskRequest\x1a\".flyteidl.admin.CreateTaskResponse\"\x00\x12L\n\x07GetTask\x12\x1e.flyteidl.admin.GetTaskRequest\x1a\x1f.flyteidl.admin.GetTaskResponse\"\x00\x12U\n\nDeleteTask\x12!.flyteidl.admin.DeleteTaskRequest\x1a\".flyteidl.admin.DeleteTaskResponse\"\x00\x32\xf0\x01\n\x14\x41gentMetadataService\x12k\n\x08GetAgent\x12\x1f.flyteidl.admin.GetAgentRequest\x1a .flyteidl.admin.GetAgentResponse\"\x1c\x82\xd3\xe4\x93\x02\x16\x12\x14/api/v1/agent/{name}\x12k\n\nListAgents\x12!.flyteidl.admin.ListAgentsRequest\x1a\".flyteidl.admin.ListAgentsResponse\"\x16\x82\xd3\xe4\x93\x02\x10\x12\x0e/api/v1/agentsB\xc2\x01\n\x14\x63om.flyteidl.serviceB\nAgentProtoP\x01Z=github.com/flyteorg/flyte/flyteidl/gen/pb-go/flyteidl/service\xa2\x02\x03\x46SX\xaa\x02\x10\x46lyteidl.Service\xca\x02\x10\x46lyteidl\\Service\xe2\x02\x1c\x46lyteidl\\Service\\GPBMetadata\xea\x02\x11\x46lyteidl::Serviceb\x06proto3') +DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x1c\x66lyteidl/service/agent.proto\x12\x10\x66lyteidl.service\x1a\x1cgoogle/api/annotations.proto\x1a\x1a\x66lyteidl/admin/agent.proto2\xcc\x03\n\x11\x41syncAgentService\x12U\n\nCreateTask\x12!.flyteidl.admin.CreateTaskRequest\x1a\".flyteidl.admin.CreateTaskResponse\"\x00\x12L\n\x07GetTask\x12\x1e.flyteidl.admin.GetTaskRequest\x1a\x1f.flyteidl.admin.GetTaskResponse\"\x00\x12U\n\nDeleteTask\x12!.flyteidl.admin.DeleteTaskRequest\x1a\".flyteidl.admin.DeleteTaskResponse\"\x00\x12\x61\n\x0eGetTaskMetrics\x12%.flyteidl.admin.GetTaskMetricsRequest\x1a&.flyteidl.admin.GetTaskMetricsResponse\"\x00\x12X\n\x0bGetTaskLogs\x12\".flyteidl.admin.GetTaskLogsRequest\x1a#.flyteidl.admin.GetTaskLogsResponse\"\x00\x32\xf0\x01\n\x14\x41gentMetadataService\x12k\n\x08GetAgent\x12\x1f.flyteidl.admin.GetAgentRequest\x1a .flyteidl.admin.GetAgentResponse\"\x1c\x82\xd3\xe4\x93\x02\x16\x12\x14/api/v1/agent/{name}\x12k\n\nListAgents\x12!.flyteidl.admin.ListAgentsRequest\x1a\".flyteidl.admin.ListAgentsResponse\"\x16\x82\xd3\xe4\x93\x02\x10\x12\x0e/api/v1/agentsB\xc2\x01\n\x14\x63om.flyteidl.serviceB\nAgentProtoP\x01Z=github.com/flyteorg/flyte/flyteidl/gen/pb-go/flyteidl/service\xa2\x02\x03\x46SX\xaa\x02\x10\x46lyteidl.Service\xca\x02\x10\x46lyteidl\\Service\xe2\x02\x1c\x46lyteidl\\Service\\GPBMetadata\xea\x02\x11\x46lyteidl::Serviceb\x06proto3') _globals = globals() _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals) @@ -29,7 +29,7 @@ _AGENTMETADATASERVICE.methods_by_name['ListAgents']._options = None _AGENTMETADATASERVICE.methods_by_name['ListAgents']._serialized_options = b'\202\323\344\223\002\020\022\016/api/v1/agents' _globals['_ASYNCAGENTSERVICE']._serialized_start=109 - _globals['_ASYNCAGENTSERVICE']._serialized_end=380 - _globals['_AGENTMETADATASERVICE']._serialized_start=383 - _globals['_AGENTMETADATASERVICE']._serialized_end=623 + _globals['_ASYNCAGENTSERVICE']._serialized_end=569 + _globals['_AGENTMETADATASERVICE']._serialized_start=572 + _globals['_AGENTMETADATASERVICE']._serialized_end=812 # @@protoc_insertion_point(module_scope) diff --git a/flyteidl/gen/pb_python/flyteidl/service/agent_pb2_grpc.py b/flyteidl/gen/pb_python/flyteidl/service/agent_pb2_grpc.py index 94f75b1682..7d04b0cd33 100644 --- a/flyteidl/gen/pb_python/flyteidl/service/agent_pb2_grpc.py +++ b/flyteidl/gen/pb_python/flyteidl/service/agent_pb2_grpc.py @@ -30,6 +30,16 @@ def __init__(self, channel): request_serializer=flyteidl_dot_admin_dot_agent__pb2.DeleteTaskRequest.SerializeToString, response_deserializer=flyteidl_dot_admin_dot_agent__pb2.DeleteTaskResponse.FromString, ) + self.GetTaskMetrics = channel.unary_unary( + '/flyteidl.service.AsyncAgentService/GetTaskMetrics', + request_serializer=flyteidl_dot_admin_dot_agent__pb2.GetTaskMetricsRequest.SerializeToString, + response_deserializer=flyteidl_dot_admin_dot_agent__pb2.GetTaskMetricsResponse.FromString, + ) + self.GetTaskLogs = channel.unary_unary( + '/flyteidl.service.AsyncAgentService/GetTaskLogs', + request_serializer=flyteidl_dot_admin_dot_agent__pb2.GetTaskLogsRequest.SerializeToString, + response_deserializer=flyteidl_dot_admin_dot_agent__pb2.GetTaskLogsResponse.FromString, + ) class AsyncAgentServiceServicer(object): @@ -57,6 +67,24 @@ def DeleteTask(self, request, context): context.set_details('Method not implemented!') raise NotImplementedError('Method not implemented!') + def GetTaskMetrics(self, request, context): + """GetTaskMetrics returns one or more task execution metrics, if available. + + Errors include + * OutOfRange if metrics are not available for the specified task time range + * various other errors + """ + context.set_code(grpc.StatusCode.UNIMPLEMENTED) + context.set_details('Method not implemented!') + raise NotImplementedError('Method not implemented!') + + def GetTaskLogs(self, request, context): + """GetTaskLogs returns task execution logs, if available. + """ + context.set_code(grpc.StatusCode.UNIMPLEMENTED) + context.set_details('Method not implemented!') + raise NotImplementedError('Method not implemented!') + def add_AsyncAgentServiceServicer_to_server(servicer, server): rpc_method_handlers = { @@ -75,6 +103,16 @@ def add_AsyncAgentServiceServicer_to_server(servicer, server): request_deserializer=flyteidl_dot_admin_dot_agent__pb2.DeleteTaskRequest.FromString, response_serializer=flyteidl_dot_admin_dot_agent__pb2.DeleteTaskResponse.SerializeToString, ), + 'GetTaskMetrics': grpc.unary_unary_rpc_method_handler( + servicer.GetTaskMetrics, + request_deserializer=flyteidl_dot_admin_dot_agent__pb2.GetTaskMetricsRequest.FromString, + response_serializer=flyteidl_dot_admin_dot_agent__pb2.GetTaskMetricsResponse.SerializeToString, + ), + 'GetTaskLogs': grpc.unary_unary_rpc_method_handler( + servicer.GetTaskLogs, + request_deserializer=flyteidl_dot_admin_dot_agent__pb2.GetTaskLogsRequest.FromString, + response_serializer=flyteidl_dot_admin_dot_agent__pb2.GetTaskLogsResponse.SerializeToString, + ), } generic_handler = grpc.method_handlers_generic_handler( 'flyteidl.service.AsyncAgentService', rpc_method_handlers) @@ -137,6 +175,40 @@ def DeleteTask(request, options, channel_credentials, insecure, call_credentials, compression, wait_for_ready, timeout, metadata) + @staticmethod + def GetTaskMetrics(request, + target, + options=(), + channel_credentials=None, + call_credentials=None, + insecure=False, + compression=None, + wait_for_ready=None, + timeout=None, + metadata=None): + return grpc.experimental.unary_unary(request, target, '/flyteidl.service.AsyncAgentService/GetTaskMetrics', + flyteidl_dot_admin_dot_agent__pb2.GetTaskMetricsRequest.SerializeToString, + flyteidl_dot_admin_dot_agent__pb2.GetTaskMetricsResponse.FromString, + options, channel_credentials, + insecure, call_credentials, compression, wait_for_ready, timeout, metadata) + + @staticmethod + def GetTaskLogs(request, + target, + options=(), + channel_credentials=None, + call_credentials=None, + insecure=False, + compression=None, + wait_for_ready=None, + timeout=None, + metadata=None): + return grpc.experimental.unary_unary(request, target, '/flyteidl.service.AsyncAgentService/GetTaskLogs', + flyteidl_dot_admin_dot_agent__pb2.GetTaskLogsRequest.SerializeToString, + flyteidl_dot_admin_dot_agent__pb2.GetTaskLogsResponse.FromString, + options, channel_credentials, + insecure, call_credentials, compression, wait_for_ready, timeout, metadata) + class AgentMetadataServiceStub(object): """AgentMetadataService defines an RPC service that is also served over HTTP via grpc-gateway. diff --git a/flyteidl/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/core_catalog_cache_status.py b/flyteidl/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/core_catalog_cache_status.py index 03e6e78ab8..34da1d78af 100644 --- a/flyteidl/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/core_catalog_cache_status.py +++ b/flyteidl/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/core_catalog_cache_status.py @@ -33,6 +33,7 @@ class CoreCatalogCacheStatus(object): LOOKUP_FAILURE = "CACHE_LOOKUP_FAILURE" PUT_FAILURE = "CACHE_PUT_FAILURE" SKIPPED = "CACHE_SKIPPED" + EVICTED = "CACHE_EVICTED" """ Attributes: diff --git a/flyteidl/gen/pb_rust/flyteidl.admin.rs b/flyteidl/gen/pb_rust/flyteidl.admin.rs index eb7e55d812..4156ea8e45 100644 --- a/flyteidl/gen/pb_rust/flyteidl.admin.rs +++ b/flyteidl/gen/pb_rust/flyteidl.admin.rs @@ -156,6 +156,68 @@ pub struct ListAgentsResponse { #[prost(message, repeated, tag="1")] pub agents: ::prost::alloc::vec::Vec, } +/// A request to get the metrics from a task execution. +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetTaskMetricsRequest { + /// A predefined yet extensible Task type identifier. + #[prost(string, tag="1")] + pub task_type: ::prost::alloc::string::String, + /// Metadata is created by the agent. It could be a string (jobId) or a dict (more complex metadata). + #[prost(bytes="vec", tag="2")] + pub resource_meta: ::prost::alloc::vec::Vec, + /// The metrics to query. If empty, will return a default set of metrics. + /// e.g. EXECUTION_METRIC_USED_CPU_AVG or EXECUTION_METRIC_USED_MEMORY_BYTES_AVG + #[prost(string, repeated, tag="3")] + pub queries: ::prost::alloc::vec::Vec<::prost::alloc::string::String>, + /// Start timestamp, inclusive. + #[prost(message, optional, tag="4")] + pub start_time: ::core::option::Option<::prost_types::Timestamp>, + /// End timestamp, inclusive.. + #[prost(message, optional, tag="5")] + pub end_time: ::core::option::Option<::prost_types::Timestamp>, + /// Query resolution step width in duration format or float number of seconds. + #[prost(message, optional, tag="6")] + pub step: ::core::option::Option<::prost_types::Duration>, +} +/// A response containing a list of metrics for a task execution. +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetTaskMetricsResponse { + /// The execution metric results. + #[prost(message, repeated, tag="1")] + pub results: ::prost::alloc::vec::Vec, +} +/// A request to get the log from a task execution. +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetTaskLogsRequest { + /// A predefined yet extensible Task type identifier. + #[prost(string, tag="1")] + pub task_type: ::prost::alloc::string::String, + /// Metadata is created by the agent. It could be a string (jobId) or a dict (more complex metadata). + #[prost(bytes="vec", tag="2")] + pub resource_meta: ::prost::alloc::vec::Vec, + /// Number of lines to return. + #[prost(uint64, tag="3")] + pub lines: u64, + /// In the case of multiple pages of results, the server-provided token can be used to fetch the next page + /// in a query. If there are no more results, this value will be empty. + #[prost(string, tag="4")] + pub token: ::prost::alloc::string::String, +} +/// A response containing the logs for a task execution. +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetTaskLogsResponse { + /// The execution log results. + #[prost(string, repeated, tag="1")] + pub results: ::prost::alloc::vec::Vec<::prost::alloc::string::String>, + /// In the case of multiple pages of results, the server-provided token can be used to fetch the next page + /// in a query. If there are no more results, this value will be empty. + #[prost(string, tag="2")] + pub token: ::prost::alloc::string::String, +} /// The state of the execution is used to control its visibility in the UI/CLI. #[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] #[repr(i32)] diff --git a/flyteidl/gen/pb_rust/flyteidl.core.rs b/flyteidl/gen/pb_rust/flyteidl.core.rs index 75bb7f2f64..0820f1d809 100644 --- a/flyteidl/gen/pb_rust/flyteidl.core.rs +++ b/flyteidl/gen/pb_rust/flyteidl.core.rs @@ -2028,6 +2028,58 @@ pub mod quality_of_service { Spec(super::QualityOfServiceSpec), } } +/// Span represents a duration trace of Flyte execution. The id field denotes a Flyte execution entity or an operation +/// which uniquely identifies the Span. The spans attribute allows this Span to be further broken down into more +/// precise definitions. +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Span { + /// start_time defines the instance this span began. + #[prost(message, optional, tag="1")] + pub start_time: ::core::option::Option<::prost_types::Timestamp>, + /// end_time defines the instance this span completed. + #[prost(message, optional, tag="2")] + pub end_time: ::core::option::Option<::prost_types::Timestamp>, + /// spans defines a collection of Spans that breakdown this execution. + #[prost(message, repeated, tag="7")] + pub spans: ::prost::alloc::vec::Vec, + #[prost(oneof="span::Id", tags="3, 4, 5, 6")] + pub id: ::core::option::Option, +} +/// Nested message and enum types in `Span`. +pub mod span { + #[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Oneof)] + pub enum Id { + /// workflow_id is the id of the workflow execution this Span represents. + #[prost(message, tag="3")] + WorkflowId(super::WorkflowExecutionIdentifier), + /// node_id is the id of the node execution this Span represents. + #[prost(message, tag="4")] + NodeId(super::NodeExecutionIdentifier), + /// task_id is the id of the task execution this Span represents. + #[prost(message, tag="5")] + TaskId(super::TaskExecutionIdentifier), + /// operation_id is the id of a unique operation that this Span represents. + #[prost(string, tag="6")] + OperationId(::prost::alloc::string::String), + } +} +/// ExecutionMetrics is a collection of metrics that are collected during the execution of a Flyte task. +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct ExecutionMetricResult { + /// The metric this data represents. e.g. EXECUTION_METRIC_USED_CPU_AVG or EXECUTION_METRIC_USED_MEMORY_BYTES_AVG. + #[prost(string, tag="1")] + pub metric: ::prost::alloc::string::String, + /// The result data in prometheus range query result format + /// + /// This may include multiple time series, differentiated by their metric labels. + /// Start time is greater of (execution attempt start, 48h ago) + /// End time is lesser of (execution attempt end, now) + #[prost(message, optional, tag="2")] + pub data: ::core::option::Option<::prost_types::Struct>, +} /// Defines a 2-level tree where the root is a comparison operator and Operands are primitives or known variables. /// Each expression results in a boolean result. #[allow(clippy::derive_partial_eq_without_eq)] @@ -2711,6 +2763,8 @@ pub enum CatalogCacheStatus { CachePutFailure = 5, /// Used to indicate the cache lookup was skipped CacheSkipped = 6, + /// Used to indicate that the cache was evicted + CacheEvicted = 7, } impl CatalogCacheStatus { /// String value of the enum field names used in the ProtoBuf definition. @@ -2726,6 +2780,7 @@ impl CatalogCacheStatus { CatalogCacheStatus::CacheLookupFailure => "CACHE_LOOKUP_FAILURE", CatalogCacheStatus::CachePutFailure => "CACHE_PUT_FAILURE", CatalogCacheStatus::CacheSkipped => "CACHE_SKIPPED", + CatalogCacheStatus::CacheEvicted => "CACHE_EVICTED", } } /// Creates an enum from field names used in the ProtoBuf definition. @@ -2738,47 +2793,11 @@ impl CatalogCacheStatus { "CACHE_LOOKUP_FAILURE" => Some(Self::CacheLookupFailure), "CACHE_PUT_FAILURE" => Some(Self::CachePutFailure), "CACHE_SKIPPED" => Some(Self::CacheSkipped), + "CACHE_EVICTED" => Some(Self::CacheEvicted), _ => None, } } } -/// Span represents a duration trace of Flyte execution. The id field denotes a Flyte execution entity or an operation -/// which uniquely identifies the Span. The spans attribute allows this Span to be further broken down into more -/// precise definitions. -#[allow(clippy::derive_partial_eq_without_eq)] -#[derive(Clone, PartialEq, ::prost::Message)] -pub struct Span { - /// start_time defines the instance this span began. - #[prost(message, optional, tag="1")] - pub start_time: ::core::option::Option<::prost_types::Timestamp>, - /// end_time defines the instance this span completed. - #[prost(message, optional, tag="2")] - pub end_time: ::core::option::Option<::prost_types::Timestamp>, - /// spans defines a collection of Spans that breakdown this execution. - #[prost(message, repeated, tag="7")] - pub spans: ::prost::alloc::vec::Vec, - #[prost(oneof="span::Id", tags="3, 4, 5, 6")] - pub id: ::core::option::Option, -} -/// Nested message and enum types in `Span`. -pub mod span { - #[allow(clippy::derive_partial_eq_without_eq)] -#[derive(Clone, PartialEq, ::prost::Oneof)] - pub enum Id { - /// workflow_id is the id of the workflow execution this Span represents. - #[prost(message, tag="3")] - WorkflowId(super::WorkflowExecutionIdentifier), - /// node_id is the id of the node execution this Span represents. - #[prost(message, tag="4")] - NodeId(super::NodeExecutionIdentifier), - /// task_id is the id of the task execution this Span represents. - #[prost(message, tag="5")] - TaskId(super::TaskExecutionIdentifier), - /// operation_id is the id of a unique operation that this Span represents. - #[prost(string, tag="6")] - OperationId(::prost::alloc::string::String), - } -} /// Describes a set of tasks to execute and how the final outputs are produced. #[allow(clippy::derive_partial_eq_without_eq)] #[derive(Clone, PartialEq, ::prost::Message)] diff --git a/flyteidl/protos/flyteidl/admin/agent.proto b/flyteidl/protos/flyteidl/admin/agent.proto index 778fcc99d0..601e8b61e6 100644 --- a/flyteidl/protos/flyteidl/admin/agent.proto +++ b/flyteidl/protos/flyteidl/admin/agent.proto @@ -5,9 +5,12 @@ option go_package = "github.com/flyteorg/flyte/flyteidl/gen/pb-go/flyteidl/admin import "flyteidl/core/literals.proto"; import "flyteidl/core/tasks.proto"; -import "flyteidl/core/interface.proto"; import "flyteidl/core/identifier.proto"; import "flyteidl/core/execution.proto"; +import "flyteidl/core/metrics.proto"; +import "google/protobuf/duration.proto"; +import "google/protobuf/timestamp.proto"; + // The state of the execution is used to control its visibility in the UI/CLI. enum State { @@ -125,3 +128,48 @@ message ListAgentsRequest {} message ListAgentsResponse { repeated Agent agents = 1; } + +// A request to get the metrics from a task execution. +message GetTaskMetricsRequest { + // A predefined yet extensible Task type identifier. + string task_type = 1; + // Metadata is created by the agent. It could be a string (jobId) or a dict (more complex metadata). + bytes resource_meta = 2; + // The metrics to query. If empty, will return a default set of metrics. + // e.g. EXECUTION_METRIC_USED_CPU_AVG or EXECUTION_METRIC_USED_MEMORY_BYTES_AVG + repeated string queries = 3; + // Start timestamp, inclusive. + google.protobuf.Timestamp start_time = 4; + // End timestamp, inclusive.. + google.protobuf.Timestamp end_time = 5; + // Query resolution step width in duration format or float number of seconds. + google.protobuf.Duration step = 6; +} + +// A response containing a list of metrics for a task execution. +message GetTaskMetricsResponse { + // The execution metric results. + repeated core.ExecutionMetricResult results = 1; +} + +// A request to get the log from a task execution. +message GetTaskLogsRequest { + // A predefined yet extensible Task type identifier. + string task_type = 1; + // Metadata is created by the agent. It could be a string (jobId) or a dict (more complex metadata). + bytes resource_meta = 2; + // Number of lines to return. + uint64 lines = 3; + // In the case of multiple pages of results, the server-provided token can be used to fetch the next page + // in a query. If there are no more results, this value will be empty. + string token = 4; +} + +// A response containing the logs for a task execution. +message GetTaskLogsResponse { + // The execution log results. + repeated string results = 1; + // In the case of multiple pages of results, the server-provided token can be used to fetch the next page + // in a query. If there are no more results, this value will be empty. + string token = 2; +} \ No newline at end of file diff --git a/flyteidl/protos/flyteidl/core/catalog.proto b/flyteidl/protos/flyteidl/core/catalog.proto index fc86f0b975..4d98c28d7e 100644 --- a/flyteidl/protos/flyteidl/core/catalog.proto +++ b/flyteidl/protos/flyteidl/core/catalog.proto @@ -22,6 +22,8 @@ enum CatalogCacheStatus { CACHE_PUT_FAILURE = 5; // Used to indicate the cache lookup was skipped CACHE_SKIPPED = 6; + // Used to indicate that the cache was evicted + CACHE_EVICTED = 7; }; message CatalogArtifactTag { diff --git a/flyteidl/protos/flyteidl/core/metrics.proto b/flyteidl/protos/flyteidl/core/metrics.proto index 13823545e4..5244ff4873 100644 --- a/flyteidl/protos/flyteidl/core/metrics.proto +++ b/flyteidl/protos/flyteidl/core/metrics.proto @@ -6,6 +6,7 @@ option go_package = "github.com/flyteorg/flyte/flyteidl/gen/pb-go/flyteidl/core" import "flyteidl/core/identifier.proto"; import "google/protobuf/timestamp.proto"; +import "google/protobuf/struct.proto"; // Span represents a duration trace of Flyte execution. The id field denotes a Flyte execution entity or an operation // which uniquely identifies the Span. The spans attribute allows this Span to be further broken down into more @@ -34,3 +35,16 @@ message Span { // spans defines a collection of Spans that breakdown this execution. repeated Span spans = 7; } + +// ExecutionMetrics is a collection of metrics that are collected during the execution of a Flyte task. +message ExecutionMetricResult { + // The metric this data represents. e.g. EXECUTION_METRIC_USED_CPU_AVG or EXECUTION_METRIC_USED_MEMORY_BYTES_AVG. + string metric = 1; + + // The result data in prometheus range query result format + // https://prometheus.io/docs/prometheus/latest/querying/api/#expression-query-result-formats. + // This may include multiple time series, differentiated by their metric labels. + // Start time is greater of (execution attempt start, 48h ago) + // End time is lesser of (execution attempt end, now) + google.protobuf.Struct data = 2; +} \ No newline at end of file diff --git a/flyteidl/protos/flyteidl/service/agent.proto b/flyteidl/protos/flyteidl/service/agent.proto index eba19e496c..7538c0b819 100644 --- a/flyteidl/protos/flyteidl/service/agent.proto +++ b/flyteidl/protos/flyteidl/service/agent.proto @@ -14,6 +14,16 @@ service AsyncAgentService { rpc GetTask (flyteidl.admin.GetTaskRequest) returns (flyteidl.admin.GetTaskResponse){}; // Delete the task resource. rpc DeleteTask (flyteidl.admin.DeleteTaskRequest) returns (flyteidl.admin.DeleteTaskResponse){}; + + // GetTaskMetrics returns one or more task execution metrics, if available. + // + // Errors include + // * OutOfRange if metrics are not available for the specified task time range + // * various other errors + rpc GetTaskMetrics(flyteidl.admin.GetTaskMetricsRequest) returns (flyteidl.admin.GetTaskMetricsResponse){}; + + // GetTaskLogs returns task execution logs, if available. + rpc GetTaskLogs(flyteidl.admin.GetTaskLogsRequest) returns (flyteidl.admin.GetTaskLogsResponse){}; } // AgentMetadataService defines an RPC service that is also served over HTTP via grpc-gateway. diff --git a/flyteplugins/go/tasks/pluginmachinery/tasklog/template.go b/flyteplugins/go/tasks/pluginmachinery/tasklog/template.go index ea5c5f373c..3b319f291e 100644 --- a/flyteplugins/go/tasks/pluginmachinery/tasklog/template.go +++ b/flyteplugins/go/tasks/pluginmachinery/tasklog/template.go @@ -113,16 +113,6 @@ func (input Input) templateVarsForScheme(scheme TemplateScheme) TemplateVars { TemplateVar{defaultRegexes.ContainerName, input.ContainerName}, TemplateVar{defaultRegexes.ContainerID, containerID}, TemplateVar{defaultRegexes.Hostname, input.HostName}, - TemplateVar{defaultRegexes.PodRFC3339StartTime, input.PodRFC3339StartTime}, - TemplateVar{defaultRegexes.PodRFC3339FinishTime, input.PodRFC3339FinishTime}, - TemplateVar{ - defaultRegexes.PodUnixStartTime, - strconv.FormatInt(input.PodUnixStartTime, 10), - }, - TemplateVar{ - defaultRegexes.PodUnixFinishTime, - strconv.FormatInt(input.PodUnixFinishTime, 10), - }, ) if gotExtraTemplateVars { vars = append(vars, input.ExtraTemplateVarsByScheme.Pod...) @@ -187,6 +177,20 @@ func (input Input) templateVarsForScheme(scheme TemplateScheme) TemplateVars { } } + vars = append( + vars, + TemplateVar{defaultRegexes.PodRFC3339StartTime, input.PodRFC3339StartTime}, + TemplateVar{defaultRegexes.PodRFC3339FinishTime, input.PodRFC3339FinishTime}, + TemplateVar{ + defaultRegexes.PodUnixStartTime, + strconv.FormatInt(input.PodUnixStartTime, 10), + }, + TemplateVar{ + defaultRegexes.PodUnixFinishTime, + strconv.FormatInt(input.PodUnixFinishTime, 10), + }, + ) + return vars } diff --git a/flyteplugins/go/tasks/pluginmachinery/tasklog/template_test.go b/flyteplugins/go/tasks/pluginmachinery/tasklog/template_test.go index ad6eef25a3..eedc2e622c 100644 --- a/flyteplugins/go/tasks/pluginmachinery/tasklog/template_test.go +++ b/flyteplugins/go/tasks/pluginmachinery/tasklog/template_test.go @@ -71,8 +71,12 @@ func Test_Input_templateVarsForScheme(t *testing.T) { PodUnixFinishTime: 12345, } taskExecutionBase := Input{ - LogName: "main_logs", - TaskExecutionID: dummyTaskExecID(), + LogName: "main_logs", + TaskExecutionID: dummyTaskExecID(), + PodRFC3339StartTime: "1970-01-01T01:02:03+01:00", + PodRFC3339FinishTime: "1970-01-01T04:25:45+01:00", + PodUnixStartTime: 123, + PodUnixFinishTime: 12345, } flyinBase := Input{ HostName: "my-host", @@ -178,6 +182,10 @@ func Test_Input_templateVarsForScheme(t *testing.T) { {defaultRegexes.ExecutionName, "my-execution-name"}, {defaultRegexes.ExecutionProject, "my-execution-project"}, {defaultRegexes.ExecutionDomain, "my-execution-domain"}, + {defaultRegexes.PodRFC3339StartTime, "1970-01-01T01:02:03+01:00"}, + {defaultRegexes.PodRFC3339FinishTime, "1970-01-01T04:25:45+01:00"}, + {defaultRegexes.PodUnixStartTime, "123"}, + {defaultRegexes.PodUnixFinishTime, "12345"}, }, nil, nil, diff --git a/flyteplugins/go/tasks/plugins/webapi/agent/integration_test.go b/flyteplugins/go/tasks/plugins/webapi/agent/integration_test.go index 827af0d907..a2b2135591 100644 --- a/flyteplugins/go/tasks/plugins/webapi/agent/integration_test.go +++ b/flyteplugins/go/tasks/plugins/webapi/agent/integration_test.go @@ -40,9 +40,25 @@ type MockPlugin struct { type MockAsyncTask struct { } +func (m *MockAsyncTask) GetTaskMetrics(ctx context.Context, in *admin.GetTaskMetricsRequest, opts ...grpc.CallOption) (*admin.GetTaskMetricsResponse, error) { + panic("not implemented") +} + +func (m *MockAsyncTask) GetTaskLogs(ctx context.Context, in *admin.GetTaskLogsRequest, opts ...grpc.CallOption) (*admin.GetTaskLogsResponse, error) { + panic("not implemented") +} + type MockSyncTask struct { } +func (m *MockSyncTask) GetTaskMetrics(ctx context.Context, in *admin.GetTaskMetricsRequest, opts ...grpc.CallOption) (*admin.GetTaskMetricsResponse, error) { + panic("not implemented") +} + +func (m *MockSyncTask) GetTaskLogs(ctx context.Context, in *admin.GetTaskLogsRequest, opts ...grpc.CallOption) (*admin.GetTaskLogsResponse, error) { + panic("not implemented") +} + func (m *MockAsyncTask) CreateTask(_ context.Context, createTaskRequest *admin.CreateTaskRequest, _ ...grpc.CallOption) (*admin.CreateTaskResponse, error) { expectedArgs := []string{"pyflyte-fast-execute", "--output-prefix", "fake://bucket/prefix/nhv"} if slices.Equal(createTaskRequest.Template.GetContainer().Args, expectedArgs) { diff --git a/flyteplugins/go/tasks/plugins/webapi/agent/plugin.go b/flyteplugins/go/tasks/plugins/webapi/agent/plugin.go index 73a98782bc..b20bd62d7a 100644 --- a/flyteplugins/go/tasks/plugins/webapi/agent/plugin.go +++ b/flyteplugins/go/tasks/plugins/webapi/agent/plugin.go @@ -366,10 +366,10 @@ func initializeAgentRegistry(cfg *Config, connectionCache map[*Agent]*grpc.Clien } if !ok { - return nil, fmt.Errorf("failed to list agent with a non-gRPC error : [%v]", err) + return nil, fmt.Errorf("failed to list agent: [%v] with a non-gRPC error: [%v]", agentDeployment, err) } - return nil, fmt.Errorf("failed to list agent with error: [%v]", err) + return nil, fmt.Errorf("failed to list agent: [%v] with error: [%v]", agentDeployment, err) } agents := res.GetAgents() diff --git a/kustomize/overlays/gcp/kustomization.yaml b/kustomize/overlays/gcp/kustomization.yaml index f264946c08..4b96798fc5 100644 --- a/kustomize/overlays/gcp/kustomization.yaml +++ b/kustomize/overlays/gcp/kustomization.yaml @@ -23,7 +23,7 @@ bases: images: # FlyteAdmin - name: flyteadmin # match images with this name - newTag: v1.9.37 # FLYTEADMIN_TAG override the tag + newTag: v1.10.7-b0 # FLYTEADMIN_TAG override the tag newName: cr.flyte.org/flyteorg/flyteadmin # override the name # FlyteConsole - name: flyteconsole # match images with this name @@ -31,15 +31,15 @@ images: newName: cr.flyte.org/flyteorg/flyteconsole # override the namep # Flyte DataCatalog - name: datacatalog # match images with this name - newTag: v1.9.37 # DATACATALOG_TAG override the tag + newTag: v1.10.7-b0 # DATACATALOG_TAG override the tag newName: cr.flyte.org/flyteorg/datacatalog # override the name # FlytePropeller - name: flytepropeller # match images with this name - newTag: v1.9.37 # FLYTEPROPELLER_TAG override the tag + newTag: v1.10.7-b0 # FLYTEPROPELLER_TAG override the tag newName: cr.flyte.org/flyteorg/flytepropeller # override the name # Webhook - name: webhook # match images with this name - newTag: v1.9.37 # FLYTEPROPELLER_TAG override the tag + newTag: v1.10.7-b0 # FLYTEPROPELLER_TAG override the tag newName: cr.flyte.org/flyteorg/flytepropeller # override the name # Override postgres image to use alpine based (rather smaller) docker image - name: postgres diff --git a/rsts/conf.py b/rsts/conf.py index 8461fdcdfb..ef3763a717 100644 --- a/rsts/conf.py +++ b/rsts/conf.py @@ -30,7 +30,7 @@ # The short X.Y version version = "" # The full version, including alpha/beta/rc tags -release = "1.10.6" +release = "1.10.7-b0" # -- General configuration ---------------------------------------------------