We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1d4dfa commit c1bc9cbCopy full SHA for c1bc9cb
2 files changed
google/maps/fleetengine/delivery/v1/header.proto
@@ -101,4 +101,8 @@ message DeliveryRequestHeader {
101
// Android API level of the calling SDK, only applicable for the Android SDKs.
102
// Field value example: `23`.
103
int32 android_api_level = 11;
104
+
105
+ // Optional ID that can be provided for logging purposes in order to identify
106
+ // the request.
107
+ string trace_id = 12;
108
}
google/maps/fleetengine/v1/header.proto
@@ -101,4 +101,8 @@ message RequestHeader {
0 commit comments