Skip to content

Commit 8e5fab5

Browse files
1 parent 4440046 commit 8e5fab5

File tree

4 files changed

+12
-9
lines changed

4 files changed

+12
-9
lines changed

clients/google-api-services-beyondcorp/v1alpha/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-beyondcorp</artifactId>
25-
<version>v1alpha-rev20240904-2.0.0</version>
25+
<version>v1alpha-rev20240918-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-beyondcorp:v1alpha-rev20240904-2.0.0'
38+
implementation 'com.google.apis:google-api-services-beyondcorp:v1alpha-rev20240918-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-beyondcorp/v1alpha/2.0.0/com/google/api/services/beyondcorp/v1alpha/model/GoogleCloudBeyondcorpSecuritygatewaysV1alphaApplication.java

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ public final class GoogleCloudBeyondcorpSecuritygatewaysV1alphaApplication exten
3737
private String createTime;
3838

3939
/**
40-
* Optional. An arbitrary user-provided name for the Route resource. Cannot exceed 64 characters.
40+
* Optional. An arbitrary user-provided name for the Application resource. Cannot exceed 64
41+
* characters.
4142
* The value may be {@code null}.
4243
*/
4344
@com.google.api.client.util.Key
@@ -87,15 +88,17 @@ public GoogleCloudBeyondcorpSecuritygatewaysV1alphaApplication setCreateTime(Str
8788
}
8889

8990
/**
90-
* Optional. An arbitrary user-provided name for the Route resource. Cannot exceed 64 characters.
91+
* Optional. An arbitrary user-provided name for the Application resource. Cannot exceed 64
92+
* characters.
9193
* @return value or {@code null} for none
9294
*/
9395
public java.lang.String getDisplayName() {
9496
return displayName;
9597
}
9698

9799
/**
98-
* Optional. An arbitrary user-provided name for the Route resource. Cannot exceed 64 characters.
100+
* Optional. An arbitrary user-provided name for the Application resource. Cannot exceed 64
101+
* characters.
99102
* @param displayName displayName or {@code null} for none
100103
*/
101104
public GoogleCloudBeyondcorpSecuritygatewaysV1alphaApplication setDisplayName(java.lang.String displayName) {

clients/google-api-services-beyondcorp/v1alpha/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-beyondcorp</artifactId>
11-
<version>v1alpha-rev20240904-2.0.0</version>
12-
<name>BeyondCorp API v1alpha-rev20240904-2.0.0</name>
11+
<version>v1alpha-rev20240918-2.0.0</version>
12+
<name>BeyondCorp API v1alpha-rev20240918-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-beyondcorp/v1alpha/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-beyondcorp</artifactId>
25-
<version>v1alpha-rev20240904-2.0.0</version>
25+
<version>v1alpha-rev20240918-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-beyondcorp:v1alpha-rev20240904-2.0.0'
38+
implementation 'com.google.apis:google-api-services-beyondcorp:v1alpha-rev20240918-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)