Skip to content

Commit 9dbfca6

Browse files
1 parent 8165f20 commit 9dbfca6

70 files changed

Lines changed: 28642 additions & 15268 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

clients/google-api-services-compute/alpha/2.0.0/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-compute</artifactId>
25-
<version>alpha-rev20250211-2.0.0</version>
25+
<version>alpha-rev20250224-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-compute:alpha-rev20250211-2.0.0'
38+
implementation 'com.google.apis:google-api-services-compute:alpha-rev20250224-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-compute/alpha/2.0.0/com/google/api/services/compute/Compute.java

Lines changed: 5688 additions & 2253 deletions
Large diffs are not rendered by default.

clients/google-api-services-compute/alpha/2.0.0/com/google/api/services/compute/model/CacheInvalidationRule.java

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@
3030
public 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

Comments
 (0)