Skip to content

Commit

Permalink
feat: [google-maps-fleetengine-delivery] add trace_id to Fleet Engine…
Browse files Browse the repository at this point in the history
… headers (#12120)

- [ ] Regenerate this pull request now.

PiperOrigin-RevId: 590330946

Source-Link:
googleapis/googleapis@c1bc9cb

Source-Link:
googleapis/googleapis-gen@5e3a160
Copy-Tag:
eyJwIjoicGFja2FnZXMvZ29vZ2xlLW1hcHMtZmxlZXRlbmdpbmUtZGVsaXZlcnkvLk93bEJvdC55YW1sIiwiaCI6IjVlM2ExNjA0ZWQ0NjA2ZTc3MjcwN2MyOGY5NmJjMmU5NzRmZDRmNjgifQ==

---------

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
  • Loading branch information
gcf-owl-bot[bot] and gcf-owl-bot[bot] committed Dec 13, 2023
1 parent 9b171b1 commit 94238c8
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "0.1.2" # {x-release-please-version}
__version__ = "0.0.0" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "0.1.2" # {x-release-please-version}
__version__ = "0.0.0" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,9 @@ class DeliveryRequestHeader(proto.Message):
android_api_level (int):
Android API level of the calling SDK, only applicable for
the Android SDKs. Field value example: ``23``.
trace_id (str):
Optional ID that can be provided for logging
purposes in order to identify the request.
"""

class SdkType(proto.Enum):
Expand Down Expand Up @@ -156,6 +159,10 @@ class Platform(proto.Enum):
proto.INT32,
number=11,
)
trace_id: str = proto.Field(
proto.STRING,
number=12,
)


__all__ = tuple(sorted(__protobuf__.manifest))
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-maps-fleetengine-delivery",
"version": "0.1.2"
"version": "0.1.0"
},
"snippets": [
{
Expand Down

0 comments on commit 94238c8

Please sign in to comment.