@@ -2819,12 +2819,13 @@ def list_project_location_entry_group_entries(parent, filter: nil, page_size: ni
28192819 # @param [Array<String>, String] aspect_keys
28202820 # Optional. The map keys of the Aspects which the service should modify. It
28212821 # supports the following syntaxes: - matches an aspect of the given type and
2822- # empty path. @path - matches an aspect of the given type and specified path. * -
2823- # matches aspects of the given type for all paths. *@path - matches aspects of
2824- # all types on the given path.The service will not remove existing aspects
2825- # matching the syntax unless delete_missing_aspects is set to true.If this field
2826- # is left empty, the service treats it as specifying exactly those Aspects
2827- # present in the request.
2822+ # empty path. @path - matches an aspect of the given type and specified path.
2823+ # For example, to attach an aspect to a field that is specified by the schema
2824+ # aspect, the path should have the format Schema.. * - matches aspects of the
2825+ # given type for all paths. *@path - matches aspects of all types on the given
2826+ # path.The service will not remove existing aspects matching the syntax unless
2827+ # delete_missing_aspects is set to true.If this field is left empty, the service
2828+ # treats it as specifying exactly those Aspects present in the request.
28282829 # @param [Boolean] delete_missing_aspects
28292830 # Optional. If set to true and the aspect_keys specify aspect ranges, the
28302831 # service deletes any existing aspects from that range that weren't provided in
0 commit comments