Skip to content

Commit 85c9c43

Browse files
1 parent a7de940 commit 85c9c43

File tree

8 files changed

+72
-12
lines changed

8 files changed

+72
-12
lines changed

clients/google-api-services-servicecontrol/v1/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-servicecontrol</artifactId>
25-
<version>v1-rev20240531-2.0.0</version>
25+
<version>v1-rev20240802-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-servicecontrol:v1-rev20240531-2.0.0'
38+
implementation 'com.google.apis:google-api-services-servicecontrol:v1-rev20240802-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-servicecontrol/v1/2.0.0/com/google/api/services/servicecontrol/v1/model/V1ResourceEvent.java

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,15 @@
3131
@SuppressWarnings("javadoc")
3232
public final class V1ResourceEvent extends com.google.api.client.json.GenericJson {
3333

34+
/**
35+
* The ESF unique context id of the api request, from which this resource event originated. This
36+
* field is only needed for CAIS integration via api annotation. See go/cais-lro-delete for more
37+
* details.
38+
* The value may be {@code null}.
39+
*/
40+
@com.google.api.client.util.Key @com.google.api.client.json.JsonString
41+
private java.lang.Long contextId;
42+
3443
/**
3544
* The destinations field determines which backend services should handle the event. This should
3645
* be specified as a comma-delimited string.
@@ -78,6 +87,27 @@ public final class V1ResourceEvent extends com.google.api.client.json.GenericJso
7887
@com.google.api.client.util.Key
7988
private java.lang.String type;
8089

90+
/**
91+
* The ESF unique context id of the api request, from which this resource event originated. This
92+
* field is only needed for CAIS integration via api annotation. See go/cais-lro-delete for more
93+
* details.
94+
* @return value or {@code null} for none
95+
*/
96+
public java.lang.Long getContextId() {
97+
return contextId;
98+
}
99+
100+
/**
101+
* The ESF unique context id of the api request, from which this resource event originated. This
102+
* field is only needed for CAIS integration via api annotation. See go/cais-lro-delete for more
103+
* details.
104+
* @param contextId contextId or {@code null} for none
105+
*/
106+
public V1ResourceEvent setContextId(java.lang.Long contextId) {
107+
this.contextId = contextId;
108+
return this;
109+
}
110+
81111
/**
82112
* The destinations field determines which backend services should handle the event. This should
83113
* be specified as a comma-delimited string.

clients/google-api-services-servicecontrol/v1/2.0.0/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
<groupId>com.google.apis</groupId>
1010
<artifactId>google-api-services-servicecontrol</artifactId>
11-
<version>v1-rev20240531-2.0.0</version>
12-
<name>Service Control API v1-rev20240531-2.0.0</name>
11+
<version>v1-rev20240802-2.0.0</version>
12+
<name>Service Control API v1-rev20240802-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-servicecontrol/v1/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-servicecontrol</artifactId>
25-
<version>v1-rev20240531-2.0.0</version>
25+
<version>v1-rev20240802-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-servicecontrol:v1-rev20240531-2.0.0'
38+
implementation 'com.google.apis:google-api-services-servicecontrol:v1-rev20240802-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-servicecontrol/v2/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-servicecontrol</artifactId>
25-
<version>v2-rev20240531-2.0.0</version>
25+
<version>v2-rev20240802-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-servicecontrol:v2-rev20240531-2.0.0'
38+
implementation 'com.google.apis:google-api-services-servicecontrol:v2-rev20240802-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-servicecontrol/v2/2.0.0/com/google/api/services/servicecontrol/v2/model/V2ResourceEvent.java

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,15 @@
3131
@SuppressWarnings("javadoc")
3232
public final class V2ResourceEvent extends com.google.api.client.json.GenericJson {
3333

34+
/**
35+
* The ESF unique context id of the api request, from which this resource event originated. This
36+
* field is only needed for CAIS integration via api annotation. See go/cais-lro-delete for more
37+
* details.
38+
* The value may be {@code null}.
39+
*/
40+
@com.google.api.client.util.Key @com.google.api.client.json.JsonString
41+
private java.lang.Long contextId;
42+
3443
/**
3544
* The destinations field determines which backend services should handle the event. This should
3645
* be specified as a comma-delimited string.
@@ -78,6 +87,27 @@ public final class V2ResourceEvent extends com.google.api.client.json.GenericJso
7887
@com.google.api.client.util.Key
7988
private java.lang.String type;
8089

90+
/**
91+
* The ESF unique context id of the api request, from which this resource event originated. This
92+
* field is only needed for CAIS integration via api annotation. See go/cais-lro-delete for more
93+
* details.
94+
* @return value or {@code null} for none
95+
*/
96+
public java.lang.Long getContextId() {
97+
return contextId;
98+
}
99+
100+
/**
101+
* The ESF unique context id of the api request, from which this resource event originated. This
102+
* field is only needed for CAIS integration via api annotation. See go/cais-lro-delete for more
103+
* details.
104+
* @param contextId contextId or {@code null} for none
105+
*/
106+
public V2ResourceEvent setContextId(java.lang.Long contextId) {
107+
this.contextId = contextId;
108+
return this;
109+
}
110+
81111
/**
82112
* The destinations field determines which backend services should handle the event. This should
83113
* be specified as a comma-delimited string.

clients/google-api-services-servicecontrol/v2/2.0.0/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
<groupId>com.google.apis</groupId>
1010
<artifactId>google-api-services-servicecontrol</artifactId>
11-
<version>v2-rev20240531-2.0.0</version>
12-
<name>Service Control API v2-rev20240531-2.0.0</name>
11+
<version>v2-rev20240802-2.0.0</version>
12+
<name>Service Control API v2-rev20240802-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-servicecontrol/v2/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-servicecontrol</artifactId>
25-
<version>v2-rev20240531-2.0.0</version>
25+
<version>v2-rev20240802-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-servicecontrol:v2-rev20240531-2.0.0'
38+
implementation 'com.google.apis:google-api-services-servicecontrol:v2-rev20240802-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)