Class PathElement (3.33.0)

PathElement(mapping=None,*,ignore_unknown_fields=False,**kwargs)

Attributes

NameDescription
kindstr
The kind of the entity. A kind matching regex__.*__ is reserved/read-only. A kind must not contain more than 1500 bytes when UTF-8 encoded. Cannot be"".
idint
The auto-allocated ID of the entity. Never equal to zero. Values less than zero are discouraged and may not be supported in the future. This field is a member ofoneof_id_type.
namestr
The name of the entity. A name matching regex__.*__ is reserved/read-only. A name must not be more than 1500 bytes when UTF-8 encoded. Cannot be"". This field is a member ofoneof_id_type.

Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025-11-13 UTC.