Files
spotdemo4 99dff7586e
Some checks failed
check / check (push) Failing after 22s
bump / bump (push) Failing after 27s
vulnerable / flake (push) Failing after 32s
vulnerable / actions (push) Failing after 28s
update / renovate (push) Failing after 35s
init
2026-03-26 16:34:22 -04:00

68 lines
2.3 KiB
C

/* 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