• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 /* Automatically generated nanopb header */
2 /* Generated by nanopb-0.3.7-dev */
3 
4 #ifndef PB_GRPC_LB_V1_LOAD_BALANCER_PB_H_INCLUDED
5 #define PB_GRPC_LB_V1_LOAD_BALANCER_PB_H_INCLUDED
6 #include "pb.h"
7 #include "src/core/ext/filters/client_channel/lb_policy/grpclb/proto/grpc/lb/v1/google/protobuf/duration.pb.h"
8 #include "src/core/ext/filters/client_channel/lb_policy/grpclb/proto/grpc/lb/v1/google/protobuf/timestamp.pb.h"
9 /* @@protoc_insertion_point(includes) */
10 #if PB_PROTO_HEADER_VERSION != 30
11 #error Regenerate this file with the current version of nanopb generator.
12 #endif
13 
14 #ifdef __cplusplus
15 extern "C" {
16 #endif
17 
18 /* Struct definitions */
19 typedef struct _grpc_lb_v1_ServerList {
20     pb_callback_t servers;
21 /* @@protoc_insertion_point(struct:grpc_lb_v1_ServerList) */
22 } grpc_lb_v1_ServerList;
23 
24 typedef struct _grpc_lb_v1_ClientStats {
25     bool has_timestamp;
26     google_protobuf_Timestamp timestamp;
27     bool has_num_calls_started;
28     int64_t num_calls_started;
29     bool has_num_calls_finished;
30     int64_t num_calls_finished;
31     bool has_num_calls_finished_with_client_failed_to_send;
32     int64_t num_calls_finished_with_client_failed_to_send;
33     bool has_num_calls_finished_known_received;
34     int64_t num_calls_finished_known_received;
35     pb_callback_t calls_finished_with_drop;
36 /* @@protoc_insertion_point(struct:grpc_lb_v1_ClientStats) */
37 } grpc_lb_v1_ClientStats;
38 
39 typedef struct _grpc_lb_v1_ClientStatsPerToken {
40     pb_callback_t load_balance_token;
41     bool has_num_calls;
42     int64_t num_calls;
43 /* @@protoc_insertion_point(struct:grpc_lb_v1_ClientStatsPerToken) */
44 } grpc_lb_v1_ClientStatsPerToken;
45 
46 typedef struct _grpc_lb_v1_InitialLoadBalanceRequest {
47     bool has_name;
48     char name[128];
49 /* @@protoc_insertion_point(struct:grpc_lb_v1_InitialLoadBalanceRequest) */
50 } grpc_lb_v1_InitialLoadBalanceRequest;
51 
52 typedef struct _grpc_lb_v1_InitialLoadBalanceResponse {
53     bool has_load_balancer_delegate;
54     char load_balancer_delegate[64];
55     bool has_client_stats_report_interval;
56     google_protobuf_Duration client_stats_report_interval;
57 /* @@protoc_insertion_point(struct:grpc_lb_v1_InitialLoadBalanceResponse) */
58 } grpc_lb_v1_InitialLoadBalanceResponse;
59 
60 typedef PB_BYTES_ARRAY_T(16) grpc_lb_v1_Server_ip_address_t;
61 typedef struct _grpc_lb_v1_Server {
62     bool has_ip_address;
63     grpc_lb_v1_Server_ip_address_t ip_address;
64     bool has_port;
65     int32_t port;
66     bool has_load_balance_token;
67     char load_balance_token[50];
68     bool has_drop;
69     bool drop;
70 /* @@protoc_insertion_point(struct:grpc_lb_v1_Server) */
71 } grpc_lb_v1_Server;
72 
73 typedef struct _grpc_lb_v1_LoadBalanceRequest {
74     bool has_initial_request;
75     grpc_lb_v1_InitialLoadBalanceRequest initial_request;
76     bool has_client_stats;
77     grpc_lb_v1_ClientStats client_stats;
78 /* @@protoc_insertion_point(struct:grpc_lb_v1_LoadBalanceRequest) */
79 } grpc_lb_v1_LoadBalanceRequest;
80 
81 typedef struct _grpc_lb_v1_LoadBalanceResponse {
82     bool has_initial_response;
83     grpc_lb_v1_InitialLoadBalanceResponse initial_response;
84     bool has_server_list;
85     grpc_lb_v1_ServerList server_list;
86 /* @@protoc_insertion_point(struct:grpc_lb_v1_LoadBalanceResponse) */
87 } grpc_lb_v1_LoadBalanceResponse;
88 
89 /* Default values for struct fields */
90 
91 /* Initializer values for message structs */
92 #define grpc_lb_v1_LoadBalanceRequest_init_default {false, grpc_lb_v1_InitialLoadBalanceRequest_init_default, false, grpc_lb_v1_ClientStats_init_default}
93 #define grpc_lb_v1_InitialLoadBalanceRequest_init_default {false, ""}
94 #define grpc_lb_v1_ClientStatsPerToken_init_default {{{NULL}, NULL}, false, 0}
95 #define grpc_lb_v1_ClientStats_init_default      {false, google_protobuf_Timestamp_init_default, false, 0, false, 0, false, 0, false, 0, {{NULL}, NULL}}
96 #define grpc_lb_v1_LoadBalanceResponse_init_default {false, grpc_lb_v1_InitialLoadBalanceResponse_init_default, false, grpc_lb_v1_ServerList_init_default}
97 #define grpc_lb_v1_InitialLoadBalanceResponse_init_default {false, "", false, google_protobuf_Duration_init_default}
98 #define grpc_lb_v1_ServerList_init_default       {{{NULL}, NULL}}
99 #define grpc_lb_v1_Server_init_default           {false, {0, {0}}, false, 0, false, "", false, 0}
100 #define grpc_lb_v1_LoadBalanceRequest_init_zero  {false, grpc_lb_v1_InitialLoadBalanceRequest_init_zero, false, grpc_lb_v1_ClientStats_init_zero}
101 #define grpc_lb_v1_InitialLoadBalanceRequest_init_zero {false, ""}
102 #define grpc_lb_v1_ClientStatsPerToken_init_zero {{{NULL}, NULL}, false, 0}
103 #define grpc_lb_v1_ClientStats_init_zero         {false, google_protobuf_Timestamp_init_zero, false, 0, false, 0, false, 0, false, 0, {{NULL}, NULL}}
104 #define grpc_lb_v1_LoadBalanceResponse_init_zero {false, grpc_lb_v1_InitialLoadBalanceResponse_init_zero, false, grpc_lb_v1_ServerList_init_zero}
105 #define grpc_lb_v1_InitialLoadBalanceResponse_init_zero {false, "", false, google_protobuf_Duration_init_zero}
106 #define grpc_lb_v1_ServerList_init_zero          {{{NULL}, NULL}}
107 #define grpc_lb_v1_Server_init_zero              {false, {0, {0}}, false, 0, false, "", false, 0}
108 
109 /* Field tags (for use in manual encoding/decoding) */
110 #define grpc_lb_v1_ServerList_servers_tag        1
111 #define grpc_lb_v1_ClientStats_timestamp_tag     1
112 #define grpc_lb_v1_ClientStats_num_calls_started_tag 2
113 #define grpc_lb_v1_ClientStats_num_calls_finished_tag 3
114 #define grpc_lb_v1_ClientStats_num_calls_finished_with_client_failed_to_send_tag 6
115 #define grpc_lb_v1_ClientStats_num_calls_finished_known_received_tag 7
116 #define grpc_lb_v1_ClientStats_calls_finished_with_drop_tag 8
117 #define grpc_lb_v1_ClientStatsPerToken_load_balance_token_tag 1
118 #define grpc_lb_v1_ClientStatsPerToken_num_calls_tag 2
119 #define grpc_lb_v1_InitialLoadBalanceRequest_name_tag 1
120 #define grpc_lb_v1_InitialLoadBalanceResponse_load_balancer_delegate_tag 1
121 #define grpc_lb_v1_InitialLoadBalanceResponse_client_stats_report_interval_tag 2
122 #define grpc_lb_v1_Server_ip_address_tag         1
123 #define grpc_lb_v1_Server_port_tag               2
124 #define grpc_lb_v1_Server_load_balance_token_tag 3
125 #define grpc_lb_v1_Server_drop_tag               4
126 #define grpc_lb_v1_LoadBalanceRequest_initial_request_tag 1
127 #define grpc_lb_v1_LoadBalanceRequest_client_stats_tag 2
128 #define grpc_lb_v1_LoadBalanceResponse_initial_response_tag 1
129 #define grpc_lb_v1_LoadBalanceResponse_server_list_tag 2
130 
131 /* Struct field encoding specification for nanopb */
132 extern const pb_field_t grpc_lb_v1_LoadBalanceRequest_fields[3];
133 extern const pb_field_t grpc_lb_v1_InitialLoadBalanceRequest_fields[2];
134 extern const pb_field_t grpc_lb_v1_ClientStatsPerToken_fields[3];
135 extern const pb_field_t grpc_lb_v1_ClientStats_fields[7];
136 extern const pb_field_t grpc_lb_v1_LoadBalanceResponse_fields[3];
137 extern const pb_field_t grpc_lb_v1_InitialLoadBalanceResponse_fields[3];
138 extern const pb_field_t grpc_lb_v1_ServerList_fields[2];
139 extern const pb_field_t grpc_lb_v1_Server_fields[5];
140 
141 /* Maximum encoded size of messages (where known) */
142 #define grpc_lb_v1_LoadBalanceRequest_size       (140 + grpc_lb_v1_ClientStats_size)
143 #define grpc_lb_v1_InitialLoadBalanceRequest_size 131
144 /* grpc_lb_v1_ClientStatsPerToken_size depends on runtime parameters */
145 /* grpc_lb_v1_ClientStats_size depends on runtime parameters */
146 #define grpc_lb_v1_LoadBalanceResponse_size      (98 + grpc_lb_v1_ServerList_size)
147 #define grpc_lb_v1_InitialLoadBalanceResponse_size 90
148 /* grpc_lb_v1_ServerList_size depends on runtime parameters */
149 #define grpc_lb_v1_Server_size                   83
150 
151 /* Message IDs (where set with "msgid" option) */
152 #ifdef PB_MSGID
153 
154 #define LOAD_BALANCER_MESSAGES \
155 
156 
157 #endif
158 
159 #ifdef __cplusplus
160 } /* extern "C" */
161 #endif
162 /* @@protoc_insertion_point(eof) */
163 
164 #endif
165