3030public final class CacheInvalidationRule extends com .google .api .client .json .GenericJson {
3131
3232 /**
33- * A list of cache tags used to identify cached objects. - Cache tags are specified when the
34- * response is first cached, by setting the `Cache-Tag` response header at the origin. - Multiple
35- * cache tags in the same invalidation request are treated as Boolean `OR` - for example, `tag1 OR
36- * tag2 OR tag3`. - If other fields are also specified, these are treated as Boolean `AND` with
37- * any tags. Up to 10 tags can be specified in a single invalidation request.
33+ * [Preview] A list of cache tags used to identify cached objects. - Cache tags are specified when
34+ * the response is first cached, by setting the `Cache-Tag` response header at the origin. -
35+ * Multiple cache tags in the same invalidation request are treated as Boolean `OR` - for example,
36+ * `tag1 OR tag2 OR tag3`. - If other fields are also specified, these are treated as Boolean
37+ * `AND` with any tags. Up to 10 tags can be specified in a single invalidation request.
3838 * The value may be {@code null}.
3939 */
4040 @ com .google .api .client .util .Key
@@ -54,23 +54,23 @@ public final class CacheInvalidationRule extends com.google.api.client.json.Gene
5454 private java .lang .String path ;
5555
5656 /**
57- * A list of cache tags used to identify cached objects. - Cache tags are specified when the
58- * response is first cached, by setting the `Cache-Tag` response header at the origin. - Multiple
59- * cache tags in the same invalidation request are treated as Boolean `OR` - for example, `tag1 OR
60- * tag2 OR tag3`. - If other fields are also specified, these are treated as Boolean `AND` with
61- * any tags. Up to 10 tags can be specified in a single invalidation request.
57+ * [Preview] A list of cache tags used to identify cached objects. - Cache tags are specified when
58+ * the response is first cached, by setting the `Cache-Tag` response header at the origin. -
59+ * Multiple cache tags in the same invalidation request are treated as Boolean `OR` - for example,
60+ * `tag1 OR tag2 OR tag3`. - If other fields are also specified, these are treated as Boolean
61+ * `AND` with any tags. Up to 10 tags can be specified in a single invalidation request.
6262 * @return value or {@code null} for none
6363 */
6464 public java .util .List <java .lang .String > getCacheTags () {
6565 return cacheTags ;
6666 }
6767
6868 /**
69- * A list of cache tags used to identify cached objects. - Cache tags are specified when the
70- * response is first cached, by setting the `Cache-Tag` response header at the origin. - Multiple
71- * cache tags in the same invalidation request are treated as Boolean `OR` - for example, `tag1 OR
72- * tag2 OR tag3`. - If other fields are also specified, these are treated as Boolean `AND` with
73- * any tags. Up to 10 tags can be specified in a single invalidation request.
69+ * [Preview] A list of cache tags used to identify cached objects. - Cache tags are specified when
70+ * the response is first cached, by setting the `Cache-Tag` response header at the origin. -
71+ * Multiple cache tags in the same invalidation request are treated as Boolean `OR` - for example,
72+ * `tag1 OR tag2 OR tag3`. - If other fields are also specified, these are treated as Boolean
73+ * `AND` with any tags. Up to 10 tags can be specified in a single invalidation request.
7474 * @param cacheTags cacheTags or {@code null} for none
7575 */
7676 public CacheInvalidationRule setCacheTags (java .util .List <java .lang .String > cacheTags ) {
0 commit comments