aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Tango.FileSystem/Network/FileUploadRequest.cs
blob: f3cbc2d54eca8b6c1d154a143a9877426779112e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

namespace Tango.FileSystem.Network
{
    public class FileUploadRequest
    {
        public String Path { get; set; }
    }
}
Literal.String.Regex */ .highlight .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */ .highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
/* Generated by the protocol buffer compiler.  DO NOT EDIT! */
/* Generated from: AttemptThreadJoggingRequest.proto */

/* Do not generate deprecated warnings for self */
#ifndef PROTOBUF_C__NO_DEPRECATED
#define PROTOBUF_C__NO_DEPRECATED
#endif

#include "AttemptThreadJoggingRequest.pb-c.h"
void   attempt_thread_jogging_request__init
                     (AttemptThreadJoggingRequest         *message)
{
  static const AttemptThreadJoggingRequest init_value = ATTEMPT_THREAD_JOGGING_REQUEST__INIT;
  *message = init_value;
}
size_t attempt_thread_jogging_request__get_packed_size
                     (const AttemptThreadJoggingRequest *message)
{
  assert(message->base.descriptor == &attempt_thread_jogging_request__descriptor);
  return protobuf_c_message_get_packed_size ((const ProtobufCMessage*)(message));
}
size_t attempt_thread_jogging_request__pack
                     (const AttemptThreadJoggingRequest *message,
                      uint8_t       *out)
{
  assert(message->base.descriptor == &attempt_thread_jogging_request__descriptor);
  return protobuf_c_message_pack ((const ProtobufCMessage*)message, out);
}
size_t attempt_thread_jogging_request__pack_to_buffer
                     (const AttemptThreadJoggingRequest *message,
                      ProtobufCBuffer *buffer)
{
  assert(message->base.descriptor == &attempt_thread_jogging_request__descriptor);
  return protobuf_c_message_pack_to_buffer ((const ProtobufCMessage*)message, buffer);
}
AttemptThreadJoggingRequest *
       attempt_thread_jogging_request__unpack
                     (ProtobufCAllocator  *allocator,
                      size_t               len,
                      const uint8_t       *data)
{
  return (AttemptThreadJoggingRequest *)
     protobuf_c_message_unpack (&attempt_thread_jogging_request__descriptor,
                                allocator, len, data);
}
void   attempt_thread_jogging_request__free_unpacked
                     (AttemptThreadJoggingRequest *message,
                      ProtobufCAllocator *allocator)
{
  if(!message)
    return;
  assert(message->base.descriptor == &attempt_thread_jogging_request__descriptor);
  protobuf_c_message_free_unpacked ((ProtobufCMessage*)message, allocator);
}
#define attempt_thread_jogging_request__field_descriptors NULL
#define attempt_thread_jogging_request__field_indices_by_name NULL
#define attempt_thread_jogging_request__number_ranges NULL
const ProtobufCMessageDescriptor attempt_thread_jogging_request__descriptor =
{
  PROTOBUF_C__MESSAGE_DESCRIPTOR_MAGIC,
  "",
  "",
  "",
  "",
  sizeof(AttemptThreadJoggingRequest),
  0,
  attempt_thread_jogging_request__field_descriptors,
  attempt_thread_jogging_request__field_indices_by_name,
  0,  attempt_thread_jogging_request__number_ranges,
  (ProtobufCMessageInit) attempt_thread_jogging_request__init,
  NULL,NULL,NULL    /* reserved[123] */
};