const gchar * name
Definition: debugger.c:265
struct GrpcClientCredentialsBuilderW_ GrpcClientCredentialsBuilderW
Definition: grpc-credentials-builder.h:67
GrpcDestResponse
Definition: grpc-dest.h:45
@ GDR_OUT_OF_RANGE
Definition: grpc-dest.h:51
@ GDR_ABORTED
Definition: grpc-dest.h:50
@ GDR_NOT_FOUND
Definition: grpc-dest.h:55
@ GDR_OK
Definition: grpc-dest.h:46
@ GDR_DATA_LOSS
Definition: grpc-dest.h:52
@ GDR_INTERNAL
Definition: grpc-dest.h:61
@ GDR_INVALID_ARGUMENT
Definition: grpc-dest.h:54
@ GDR_ALREADY_EXISTS
Definition: grpc-dest.h:56
@ GDR_UNKNOWN
Definition: grpc-dest.h:53
@ GDR_FAILED_PRECONDITION
Definition: grpc-dest.h:59
@ GDR_RESOURCE_EXHAUSTED
Definition: grpc-dest.h:62
@ GDR_DEADLINE_EXCEEDED
Definition: grpc-dest.h:49
@ GDR_PERMISSION_DENIED
Definition: grpc-dest.h:57
@ GDR_CANCELLED
Definition: grpc-dest.h:48
@ GDR_UNAUTHENTICATED
Definition: grpc-dest.h:58
@ GDR_UNIMPLEMENTED
Definition: grpc-dest.h:60
@ GDR_UNAVAILABLE
Definition: grpc-dest.h:47
LogTemplateOptions * grpc_dd_get_template_options(LogDriver *d)
void grpc_dd_set_url(LogDriver *s, const gchar *url)
void grpc_dd_add_int_channel_arg(LogDriver *s, const gchar *name, glong value)
gboolean grpc_dd_add_schema_field(LogDriver *d, const gchar *name, const gchar *type, LogTemplate *value)
gboolean grpc_dd_add_header(LogDriver *s, const gchar *name, LogTemplate *value)
void grpc_dd_set_batch_bytes(LogDriver *s, glong b)
GrpcClientCredentialsBuilderW * grpc_dd_get_credentials_builder(LogDriver *s)
GrpcDestResponseAction
Definition: grpc-dest.h:36
@ GDRA_DISCONNECT
Definition: grpc-dest.h:38
@ GDRA_UNSET
Definition: grpc-dest.h:37
@ GDRA_RETRY
Definition: grpc-dest.h:40
@ GDRA_SUCCESS
Definition: grpc-dest.h:41
@ GDRA_DROP
Definition: grpc-dest.h:39
void grpc_dd_set_keepalive_timeout(LogDriver *s, gint t)
void grpc_dd_set_response_action(LogDriver *d, GrpcDestResponse response, GrpcDestResponseAction action)
void grpc_dd_add_string_channel_arg(LogDriver *s, const gchar *name, const gchar *value)
struct GrpcDestDriver_ GrpcDestDriver
Definition: grpc-dest.h:65
void grpc_dd_set_compression(LogDriver *s, gboolean enable)
void grpc_dd_set_keepalive_time(LogDriver *s, gint t)
void grpc_dd_set_protobuf_schema(LogDriver *d, const gchar *proto_path, GList *values)
void grpc_dd_set_keepalive_max_pings(LogDriver *s, gint p)
GString * value
Definition: test_decode.c:28