init
This commit is contained in:
15
vendor/protobuf/location/v1/create.pb.c
vendored
Normal file
15
vendor/protobuf/location/v1/create.pb.c
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
/* Automatically generated nanopb constant definitions */
|
||||
/* Generated by nanopb-0.4.9 */
|
||||
|
||||
#include "location/v1/create.pb.h"
|
||||
#if PB_PROTO_HEADER_VERSION != 40
|
||||
#error Regenerate this file with the current version of nanopb generator.
|
||||
#endif
|
||||
|
||||
PB_BIND(location_v1_CreateLocationRequest, location_v1_CreateLocationRequest, AUTO)
|
||||
|
||||
|
||||
PB_BIND(location_v1_CreateLocationResponse, location_v1_CreateLocationResponse, AUTO)
|
||||
|
||||
|
||||
|
||||
69
vendor/protobuf/location/v1/create.pb.h
vendored
Normal file
69
vendor/protobuf/location/v1/create.pb.h
vendored
Normal file
@@ -0,0 +1,69 @@
|
||||
/* Automatically generated nanopb header */
|
||||
/* Generated by nanopb-0.4.9 */
|
||||
|
||||
#ifndef PB_LOCATION_V1_LOCATION_V1_CREATE_PB_H_INCLUDED
|
||||
#define PB_LOCATION_V1_LOCATION_V1_CREATE_PB_H_INCLUDED
|
||||
#include <pb.h>
|
||||
#include "buf/validate/validate.pb.h"
|
||||
#include "util/uuid.pb.h"
|
||||
|
||||
#if PB_PROTO_HEADER_VERSION != 40
|
||||
#error Regenerate this file with the current version of nanopb generator.
|
||||
#endif
|
||||
|
||||
/* Struct definitions */
|
||||
typedef struct _location_v1_CreateLocationRequest {
|
||||
pb_callback_t name;
|
||||
} location_v1_CreateLocationRequest;
|
||||
|
||||
typedef struct _location_v1_CreateLocationResponse {
|
||||
bool has_location_id;
|
||||
util_UUID location_id;
|
||||
} location_v1_CreateLocationResponse;
|
||||
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
/* Initializer values for message structs */
|
||||
#define location_v1_CreateLocationRequest_init_default {{{NULL}, NULL}}
|
||||
#define location_v1_CreateLocationResponse_init_default {false, util_UUID_init_default}
|
||||
#define location_v1_CreateLocationRequest_init_zero {{{NULL}, NULL}}
|
||||
#define location_v1_CreateLocationResponse_init_zero {false, util_UUID_init_zero}
|
||||
|
||||
/* Field tags (for use in manual encoding/decoding) */
|
||||
#define location_v1_CreateLocationRequest_name_tag 1
|
||||
#define location_v1_CreateLocationResponse_location_id_tag 1
|
||||
|
||||
/* Struct field encoding specification for nanopb */
|
||||
#define location_v1_CreateLocationRequest_FIELDLIST(X, a) \
|
||||
X(a, CALLBACK, OPTIONAL, STRING, name, 1)
|
||||
#define location_v1_CreateLocationRequest_CALLBACK pb_default_field_callback
|
||||
#define location_v1_CreateLocationRequest_DEFAULT NULL
|
||||
|
||||
#define location_v1_CreateLocationResponse_FIELDLIST(X, a) \
|
||||
X(a, STATIC, OPTIONAL, MESSAGE, location_id, 1)
|
||||
#define location_v1_CreateLocationResponse_CALLBACK NULL
|
||||
#define location_v1_CreateLocationResponse_DEFAULT NULL
|
||||
#define location_v1_CreateLocationResponse_location_id_MSGTYPE util_UUID
|
||||
|
||||
extern const pb_msgdesc_t location_v1_CreateLocationRequest_msg;
|
||||
extern const pb_msgdesc_t location_v1_CreateLocationResponse_msg;
|
||||
|
||||
/* Defines for backwards compatibility with code written before nanopb-0.4.0 */
|
||||
#define location_v1_CreateLocationRequest_fields &location_v1_CreateLocationRequest_msg
|
||||
#define location_v1_CreateLocationResponse_fields &location_v1_CreateLocationResponse_msg
|
||||
|
||||
/* Maximum encoded size of messages (where known) */
|
||||
/* location_v1_CreateLocationRequest_size depends on runtime parameters */
|
||||
#if defined(util_UUID_size)
|
||||
#define LOCATION_V1_LOCATION_V1_CREATE_PB_H_MAX_SIZE location_v1_CreateLocationResponse_size
|
||||
#define location_v1_CreateLocationResponse_size (6 + util_UUID_size)
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
} /* extern "C" */
|
||||
#endif
|
||||
|
||||
#endif
|
||||
15
vendor/protobuf/location/v1/delete.pb.c
vendored
Normal file
15
vendor/protobuf/location/v1/delete.pb.c
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
/* Automatically generated nanopb constant definitions */
|
||||
/* Generated by nanopb-0.4.9 */
|
||||
|
||||
#include "location/v1/delete.pb.h"
|
||||
#if PB_PROTO_HEADER_VERSION != 40
|
||||
#error Regenerate this file with the current version of nanopb generator.
|
||||
#endif
|
||||
|
||||
PB_BIND(location_v1_DeleteLocationRequest, location_v1_DeleteLocationRequest, AUTO)
|
||||
|
||||
|
||||
PB_BIND(location_v1_DeleteLocationResponse, location_v1_DeleteLocationResponse, AUTO)
|
||||
|
||||
|
||||
|
||||
67
vendor/protobuf/location/v1/delete.pb.h
vendored
Normal file
67
vendor/protobuf/location/v1/delete.pb.h
vendored
Normal file
@@ -0,0 +1,67 @@
|
||||
/* Automatically generated nanopb header */
|
||||
/* Generated by nanopb-0.4.9 */
|
||||
|
||||
#ifndef PB_LOCATION_V1_LOCATION_V1_DELETE_PB_H_INCLUDED
|
||||
#define PB_LOCATION_V1_LOCATION_V1_DELETE_PB_H_INCLUDED
|
||||
#include <pb.h>
|
||||
#include "util/uuid.pb.h"
|
||||
|
||||
#if PB_PROTO_HEADER_VERSION != 40
|
||||
#error Regenerate this file with the current version of nanopb generator.
|
||||
#endif
|
||||
|
||||
/* Struct definitions */
|
||||
typedef struct _location_v1_DeleteLocationRequest {
|
||||
bool has_location_id;
|
||||
util_UUID location_id;
|
||||
} location_v1_DeleteLocationRequest;
|
||||
|
||||
typedef struct _location_v1_DeleteLocationResponse {
|
||||
char dummy_field;
|
||||
} location_v1_DeleteLocationResponse;
|
||||
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
/* Initializer values for message structs */
|
||||
#define location_v1_DeleteLocationRequest_init_default {false, util_UUID_init_default}
|
||||
#define location_v1_DeleteLocationResponse_init_default {0}
|
||||
#define location_v1_DeleteLocationRequest_init_zero {false, util_UUID_init_zero}
|
||||
#define location_v1_DeleteLocationResponse_init_zero {0}
|
||||
|
||||
/* Field tags (for use in manual encoding/decoding) */
|
||||
#define location_v1_DeleteLocationRequest_location_id_tag 1
|
||||
|
||||
/* Struct field encoding specification for nanopb */
|
||||
#define location_v1_DeleteLocationRequest_FIELDLIST(X, a) \
|
||||
X(a, STATIC, OPTIONAL, MESSAGE, location_id, 1)
|
||||
#define location_v1_DeleteLocationRequest_CALLBACK NULL
|
||||
#define location_v1_DeleteLocationRequest_DEFAULT NULL
|
||||
#define location_v1_DeleteLocationRequest_location_id_MSGTYPE util_UUID
|
||||
|
||||
#define location_v1_DeleteLocationResponse_FIELDLIST(X, a) \
|
||||
|
||||
#define location_v1_DeleteLocationResponse_CALLBACK NULL
|
||||
#define location_v1_DeleteLocationResponse_DEFAULT NULL
|
||||
|
||||
extern const pb_msgdesc_t location_v1_DeleteLocationRequest_msg;
|
||||
extern const pb_msgdesc_t location_v1_DeleteLocationResponse_msg;
|
||||
|
||||
/* Defines for backwards compatibility with code written before nanopb-0.4.0 */
|
||||
#define location_v1_DeleteLocationRequest_fields &location_v1_DeleteLocationRequest_msg
|
||||
#define location_v1_DeleteLocationResponse_fields &location_v1_DeleteLocationResponse_msg
|
||||
|
||||
/* Maximum encoded size of messages (where known) */
|
||||
#if defined(util_UUID_size)
|
||||
#define LOCATION_V1_LOCATION_V1_DELETE_PB_H_MAX_SIZE location_v1_DeleteLocationRequest_size
|
||||
#define location_v1_DeleteLocationRequest_size (6 + util_UUID_size)
|
||||
#endif
|
||||
#define location_v1_DeleteLocationResponse_size 0
|
||||
|
||||
#ifdef __cplusplus
|
||||
} /* extern "C" */
|
||||
#endif
|
||||
|
||||
#endif
|
||||
21
vendor/protobuf/location/v1/get.pb.c
vendored
Normal file
21
vendor/protobuf/location/v1/get.pb.c
vendored
Normal file
@@ -0,0 +1,21 @@
|
||||
/* Automatically generated nanopb constant definitions */
|
||||
/* Generated by nanopb-0.4.9 */
|
||||
|
||||
#include "location/v1/get.pb.h"
|
||||
#if PB_PROTO_HEADER_VERSION != 40
|
||||
#error Regenerate this file with the current version of nanopb generator.
|
||||
#endif
|
||||
|
||||
PB_BIND(location_v1_GetLocationRequest, location_v1_GetLocationRequest, AUTO)
|
||||
|
||||
|
||||
PB_BIND(location_v1_GetLocationResponse, location_v1_GetLocationResponse, AUTO)
|
||||
|
||||
|
||||
PB_BIND(location_v1_GetLocationsRequest, location_v1_GetLocationsRequest, AUTO)
|
||||
|
||||
|
||||
PB_BIND(location_v1_GetLocationsResponse, location_v1_GetLocationsResponse, AUTO)
|
||||
|
||||
|
||||
|
||||
103
vendor/protobuf/location/v1/get.pb.h
vendored
Normal file
103
vendor/protobuf/location/v1/get.pb.h
vendored
Normal file
@@ -0,0 +1,103 @@
|
||||
/* Automatically generated nanopb header */
|
||||
/* Generated by nanopb-0.4.9 */
|
||||
|
||||
#ifndef PB_LOCATION_V1_LOCATION_V1_GET_PB_H_INCLUDED
|
||||
#define PB_LOCATION_V1_LOCATION_V1_GET_PB_H_INCLUDED
|
||||
#include <pb.h>
|
||||
#include "location/v1/location.pb.h"
|
||||
#include "util/uuid.pb.h"
|
||||
|
||||
#if PB_PROTO_HEADER_VERSION != 40
|
||||
#error Regenerate this file with the current version of nanopb generator.
|
||||
#endif
|
||||
|
||||
/* Struct definitions */
|
||||
typedef struct _location_v1_GetLocationRequest {
|
||||
bool has_location_id;
|
||||
util_UUID location_id;
|
||||
} location_v1_GetLocationRequest;
|
||||
|
||||
typedef struct _location_v1_GetLocationResponse {
|
||||
bool has_location;
|
||||
location_v1_Location location;
|
||||
} location_v1_GetLocationResponse;
|
||||
|
||||
typedef struct _location_v1_GetLocationsRequest {
|
||||
char dummy_field;
|
||||
} location_v1_GetLocationsRequest;
|
||||
|
||||
typedef struct _location_v1_GetLocationsResponse {
|
||||
pb_callback_t locations;
|
||||
} location_v1_GetLocationsResponse;
|
||||
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
/* Initializer values for message structs */
|
||||
#define location_v1_GetLocationRequest_init_default {false, util_UUID_init_default}
|
||||
#define location_v1_GetLocationResponse_init_default {false, location_v1_Location_init_default}
|
||||
#define location_v1_GetLocationsRequest_init_default {0}
|
||||
#define location_v1_GetLocationsResponse_init_default {{{NULL}, NULL}}
|
||||
#define location_v1_GetLocationRequest_init_zero {false, util_UUID_init_zero}
|
||||
#define location_v1_GetLocationResponse_init_zero {false, location_v1_Location_init_zero}
|
||||
#define location_v1_GetLocationsRequest_init_zero {0}
|
||||
#define location_v1_GetLocationsResponse_init_zero {{{NULL}, NULL}}
|
||||
|
||||
/* Field tags (for use in manual encoding/decoding) */
|
||||
#define location_v1_GetLocationRequest_location_id_tag 1
|
||||
#define location_v1_GetLocationResponse_location_tag 1
|
||||
#define location_v1_GetLocationsResponse_locations_tag 1
|
||||
|
||||
/* Struct field encoding specification for nanopb */
|
||||
#define location_v1_GetLocationRequest_FIELDLIST(X, a) \
|
||||
X(a, STATIC, OPTIONAL, MESSAGE, location_id, 1)
|
||||
#define location_v1_GetLocationRequest_CALLBACK NULL
|
||||
#define location_v1_GetLocationRequest_DEFAULT NULL
|
||||
#define location_v1_GetLocationRequest_location_id_MSGTYPE util_UUID
|
||||
|
||||
#define location_v1_GetLocationResponse_FIELDLIST(X, a) \
|
||||
X(a, STATIC, OPTIONAL, MESSAGE, location, 1)
|
||||
#define location_v1_GetLocationResponse_CALLBACK NULL
|
||||
#define location_v1_GetLocationResponse_DEFAULT NULL
|
||||
#define location_v1_GetLocationResponse_location_MSGTYPE location_v1_Location
|
||||
|
||||
#define location_v1_GetLocationsRequest_FIELDLIST(X, a) \
|
||||
|
||||
#define location_v1_GetLocationsRequest_CALLBACK NULL
|
||||
#define location_v1_GetLocationsRequest_DEFAULT NULL
|
||||
|
||||
#define location_v1_GetLocationsResponse_FIELDLIST(X, a) \
|
||||
X(a, CALLBACK, REPEATED, MESSAGE, locations, 1)
|
||||
#define location_v1_GetLocationsResponse_CALLBACK pb_default_field_callback
|
||||
#define location_v1_GetLocationsResponse_DEFAULT NULL
|
||||
#define location_v1_GetLocationsResponse_locations_MSGTYPE location_v1_Location
|
||||
|
||||
extern const pb_msgdesc_t location_v1_GetLocationRequest_msg;
|
||||
extern const pb_msgdesc_t location_v1_GetLocationResponse_msg;
|
||||
extern const pb_msgdesc_t location_v1_GetLocationsRequest_msg;
|
||||
extern const pb_msgdesc_t location_v1_GetLocationsResponse_msg;
|
||||
|
||||
/* Defines for backwards compatibility with code written before nanopb-0.4.0 */
|
||||
#define location_v1_GetLocationRequest_fields &location_v1_GetLocationRequest_msg
|
||||
#define location_v1_GetLocationResponse_fields &location_v1_GetLocationResponse_msg
|
||||
#define location_v1_GetLocationsRequest_fields &location_v1_GetLocationsRequest_msg
|
||||
#define location_v1_GetLocationsResponse_fields &location_v1_GetLocationsResponse_msg
|
||||
|
||||
/* Maximum encoded size of messages (where known) */
|
||||
/* location_v1_GetLocationsResponse_size depends on runtime parameters */
|
||||
#if defined(util_UUID_size)
|
||||
#define LOCATION_V1_LOCATION_V1_GET_PB_H_MAX_SIZE location_v1_GetLocationRequest_size
|
||||
#define location_v1_GetLocationRequest_size (6 + util_UUID_size)
|
||||
#endif
|
||||
#if defined(location_v1_Location_size)
|
||||
#define location_v1_GetLocationResponse_size (6 + location_v1_Location_size)
|
||||
#endif
|
||||
#define location_v1_GetLocationsRequest_size 0
|
||||
|
||||
#ifdef __cplusplus
|
||||
} /* extern "C" */
|
||||
#endif
|
||||
|
||||
#endif
|
||||
12
vendor/protobuf/location/v1/location.pb.c
vendored
Normal file
12
vendor/protobuf/location/v1/location.pb.c
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
/* Automatically generated nanopb constant definitions */
|
||||
/* Generated by nanopb-0.4.9 */
|
||||
|
||||
#include "location/v1/location.pb.h"
|
||||
#if PB_PROTO_HEADER_VERSION != 40
|
||||
#error Regenerate this file with the current version of nanopb generator.
|
||||
#endif
|
||||
|
||||
PB_BIND(location_v1_Location, location_v1_Location, AUTO)
|
||||
|
||||
|
||||
|
||||
59
vendor/protobuf/location/v1/location.pb.h
vendored
Normal file
59
vendor/protobuf/location/v1/location.pb.h
vendored
Normal file
@@ -0,0 +1,59 @@
|
||||
/* Automatically generated nanopb header */
|
||||
/* Generated by nanopb-0.4.9 */
|
||||
|
||||
#ifndef PB_LOCATION_V1_LOCATION_V1_LOCATION_PB_H_INCLUDED
|
||||
#define PB_LOCATION_V1_LOCATION_V1_LOCATION_PB_H_INCLUDED
|
||||
#include <pb.h>
|
||||
#include "google/protobuf/timestamp.pb.h"
|
||||
#include "util/uuid.pb.h"
|
||||
|
||||
#if PB_PROTO_HEADER_VERSION != 40
|
||||
#error Regenerate this file with the current version of nanopb generator.
|
||||
#endif
|
||||
|
||||
/* Struct definitions */
|
||||
typedef struct _location_v1_Location {
|
||||
bool has_location_id;
|
||||
util_UUID location_id;
|
||||
pb_callback_t name;
|
||||
bool has_last_updated;
|
||||
google_protobuf_Timestamp last_updated;
|
||||
} location_v1_Location;
|
||||
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
/* Initializer values for message structs */
|
||||
#define location_v1_Location_init_default {false, util_UUID_init_default, {{NULL}, NULL}, false, google_protobuf_Timestamp_init_default}
|
||||
#define location_v1_Location_init_zero {false, util_UUID_init_zero, {{NULL}, NULL}, false, google_protobuf_Timestamp_init_zero}
|
||||
|
||||
/* Field tags (for use in manual encoding/decoding) */
|
||||
#define location_v1_Location_location_id_tag 1
|
||||
#define location_v1_Location_name_tag 2
|
||||
#define location_v1_Location_last_updated_tag 3
|
||||
|
||||
/* Struct field encoding specification for nanopb */
|
||||
#define location_v1_Location_FIELDLIST(X, a) \
|
||||
X(a, STATIC, OPTIONAL, MESSAGE, location_id, 1) \
|
||||
X(a, CALLBACK, OPTIONAL, STRING, name, 2) \
|
||||
X(a, STATIC, OPTIONAL, MESSAGE, last_updated, 3)
|
||||
#define location_v1_Location_CALLBACK pb_default_field_callback
|
||||
#define location_v1_Location_DEFAULT NULL
|
||||
#define location_v1_Location_location_id_MSGTYPE util_UUID
|
||||
#define location_v1_Location_last_updated_MSGTYPE google_protobuf_Timestamp
|
||||
|
||||
extern const pb_msgdesc_t location_v1_Location_msg;
|
||||
|
||||
/* Defines for backwards compatibility with code written before nanopb-0.4.0 */
|
||||
#define location_v1_Location_fields &location_v1_Location_msg
|
||||
|
||||
/* Maximum encoded size of messages (where known) */
|
||||
/* location_v1_Location_size depends on runtime parameters */
|
||||
|
||||
#ifdef __cplusplus
|
||||
} /* extern "C" */
|
||||
#endif
|
||||
|
||||
#endif
|
||||
9
vendor/protobuf/location/v1/service.pb.c
vendored
Normal file
9
vendor/protobuf/location/v1/service.pb.c
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
/* Automatically generated nanopb constant definitions */
|
||||
/* Generated by nanopb-0.4.9 */
|
||||
|
||||
#include "location/v1/service.pb.h"
|
||||
#if PB_PROTO_HEADER_VERSION != 40
|
||||
#error Regenerate this file with the current version of nanopb generator.
|
||||
#endif
|
||||
|
||||
|
||||
23
vendor/protobuf/location/v1/service.pb.h
vendored
Normal file
23
vendor/protobuf/location/v1/service.pb.h
vendored
Normal file
@@ -0,0 +1,23 @@
|
||||
/* Automatically generated nanopb header */
|
||||
/* Generated by nanopb-0.4.9 */
|
||||
|
||||
#ifndef PB_LOCATION_V1_LOCATION_V1_SERVICE_PB_H_INCLUDED
|
||||
#define PB_LOCATION_V1_LOCATION_V1_SERVICE_PB_H_INCLUDED
|
||||
#include <pb.h>
|
||||
#include "location/v1/create.pb.h"
|
||||
#include "location/v1/delete.pb.h"
|
||||
#include "location/v1/get.pb.h"
|
||||
|
||||
#if PB_PROTO_HEADER_VERSION != 40
|
||||
#error Regenerate this file with the current version of nanopb generator.
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
} /* extern "C" */
|
||||
#endif
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user