@@ -12603,21 +12603,24 @@ public Patch setAllowMissing(java.lang.Boolean allowMissing) {
12603
12603
/**
12604
12604
* Optional. The map keys of the Aspects which the service should modify. It supports
12605
12605
* the following syntaxes: - matches an aspect of the given type and empty path. @path -
12606
- * matches an aspect of the given type and specified path. * - matches aspects of the
12607
- * given type for all paths. *@path - matches aspects of all types on the given path.The
12608
- * service will not remove existing aspects matching the syntax unless
12609
- * delete_missing_aspects is set to true.If this field is left empty, the service treats
12610
- * it as specifying exactly those Aspects present in the request.
12606
+ * matches an aspect of the given type and specified path. For example, to attach an
12607
+ * aspect to a field that is specified by the schema aspect, the path should have the
12608
+ * format Schema.. * - matches aspects of the given type for all paths. *@path - matches
12609
+ * aspects of all types on the given path.The service will not remove existing aspects
12610
+ * matching the syntax unless delete_missing_aspects is set to true.If this field is
12611
+ * left empty, the service treats it as specifying exactly those Aspects present in the
12612
+ * request.
12611
12613
*/
12612
12614
@com.google.api.client.util.Key
12613
12615
private java.util.List<java.lang.String> aspectKeys;
12614
12616
12615
12617
/** Optional. The map keys of the Aspects which the service should modify. It supports the following
12616
12618
syntaxes: - matches an aspect of the given type and empty path. @path - matches an aspect of the
12617
- given type and specified path. * - matches aspects of the given type for all paths. *@path -
12618
- matches aspects of all types on the given path.The service will not remove existing aspects
12619
- matching the syntax unless delete_missing_aspects is set to true.If this field is left empty, the
12620
- service treats it as specifying exactly those Aspects present in the request.
12619
+ given type and specified path. For example, to attach an aspect to a field that is specified by the
12620
+ schema aspect, the path should have the format Schema.. * - matches aspects of the given type for
12621
+ all paths. *@path - matches aspects of all types on the given path.The service will not remove
12622
+ existing aspects matching the syntax unless delete_missing_aspects is set to true.If this field is
12623
+ left empty, the service treats it as specifying exactly those Aspects present in the request.
12621
12624
*/
12622
12625
public java.util.List<java.lang.String> getAspectKeys() {
12623
12626
return aspectKeys;
@@ -12626,11 +12629,13 @@ public java.util.List<java.lang.String> getAspectKeys() {
12626
12629
/**
12627
12630
* Optional. The map keys of the Aspects which the service should modify. It supports
12628
12631
* the following syntaxes: - matches an aspect of the given type and empty path. @path -
12629
- * matches an aspect of the given type and specified path. * - matches aspects of the
12630
- * given type for all paths. *@path - matches aspects of all types on the given path.The
12631
- * service will not remove existing aspects matching the syntax unless
12632
- * delete_missing_aspects is set to true.If this field is left empty, the service treats
12633
- * it as specifying exactly those Aspects present in the request.
12632
+ * matches an aspect of the given type and specified path. For example, to attach an
12633
+ * aspect to a field that is specified by the schema aspect, the path should have the
12634
+ * format Schema.. * - matches aspects of the given type for all paths. *@path - matches
12635
+ * aspects of all types on the given path.The service will not remove existing aspects
12636
+ * matching the syntax unless delete_missing_aspects is set to true.If this field is
12637
+ * left empty, the service treats it as specifying exactly those Aspects present in the
12638
+ * request.
12634
12639
*/
12635
12640
public Patch setAspectKeys(java.util.List<java.lang.String> aspectKeys) {
12636
12641
this.aspectKeys = aspectKeys;
0 commit comments