Skip to content

Commit b1398a2

Browse files
1 parent bf3c41c commit b1398a2

File tree

8 files changed

+282
-192
lines changed

8 files changed

+282
-192
lines changed

clients/google-api-services-apigateway/v1/1.31.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-apigateway</artifactId>
25-
<version>v1-rev20220406-1.32.1</version>
25+
<version>v1-rev20220504-1.32.1</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-apigateway:v1-rev20220406-1.32.1'
38+
implementation 'com.google.apis:google-api-services-apigateway:v1-rev20220504-1.32.1'
3939
}
4040
```
4141

clients/google-api-services-apigateway/v1/1.31.0/com/google/api/services/apigateway/v1/Apigateway.java

Lines changed: 135 additions & 90 deletions
Large diffs are not rendered by default.

clients/google-api-services-apigateway/v1/1.31.0/com/google/api/services/apigateway/v1/model/ApigatewayAuditConfig.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727
* }, { "log_type": "DATA_WRITE" }, { "log_type": "ADMIN_READ" } ] }, { "service":
2828
* "sampleservice.googleapis.com", "audit_log_configs": [ { "log_type": "DATA_READ" }, { "log_type":
2929
* "DATA_WRITE", "exempted_members": [ "user:aliya@example.com" ] } ] } ] } For sampleservice, this
30-
* policy enables DATA_READ, DATA_WRITE and ADMIN_READ logging. It also exempts jose@example.com
31-
* from DATA_READ logging, and aliya@example.com from DATA_WRITE logging.
30+
* policy enables DATA_READ, DATA_WRITE and ADMIN_READ logging. It also exempts `jose@example.com`
31+
* from DATA_READ logging, and `aliya@example.com` from DATA_WRITE logging.
3232
*
3333
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
3434
* transmitted over HTTP when working with the API Gateway API. For a detailed explanation see:

clients/google-api-services-apigateway/v1/1.31.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-apigateway</artifactId>
11-
<version>v1-rev20220406-1.32.1</version>
12-
<name>API Gateway API v1-rev20220406-1.32.1</name>
11+
<version>v1-rev20220504-1.32.1</version>
12+
<name>API Gateway API v1-rev20220504-1.32.1</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-apigateway/v1beta/1.31.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-apigateway</artifactId>
25-
<version>v1beta-rev20220406-1.32.1</version>
25+
<version>v1beta-rev20220504-1.32.1</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-apigateway:v1beta-rev20220406-1.32.1'
38+
implementation 'com.google.apis:google-api-services-apigateway:v1beta-rev20220504-1.32.1'
3939
}
4040
```
4141

clients/google-api-services-apigateway/v1beta/1.31.0/com/google/api/services/apigateway/v1beta/Apigateway.java

Lines changed: 135 additions & 90 deletions
Large diffs are not rendered by default.

clients/google-api-services-apigateway/v1beta/1.31.0/com/google/api/services/apigateway/v1beta/model/ApigatewayAuditConfig.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727
* }, { "log_type": "DATA_WRITE" }, { "log_type": "ADMIN_READ" } ] }, { "service":
2828
* "sampleservice.googleapis.com", "audit_log_configs": [ { "log_type": "DATA_READ" }, { "log_type":
2929
* "DATA_WRITE", "exempted_members": [ "user:aliya@example.com" ] } ] } ] } For sampleservice, this
30-
* policy enables DATA_READ, DATA_WRITE and ADMIN_READ logging. It also exempts jose@example.com
31-
* from DATA_READ logging, and aliya@example.com from DATA_WRITE logging.
30+
* policy enables DATA_READ, DATA_WRITE and ADMIN_READ logging. It also exempts `jose@example.com`
31+
* from DATA_READ logging, and `aliya@example.com` from DATA_WRITE logging.
3232
*
3333
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
3434
* transmitted over HTTP when working with the API Gateway API. For a detailed explanation see:

clients/google-api-services-apigateway/v1beta/1.31.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-apigateway</artifactId>
11-
<version>v1beta-rev20220406-1.32.1</version>
12-
<name>API Gateway API v1beta-rev20220406-1.32.1</name>
11+
<version>v1beta-rev20220504-1.32.1</version>
12+
<name>API Gateway API v1beta-rev20220504-1.32.1</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

0 commit comments

Comments
 (0)