Skip to content

Commit ecaecf8

Browse files
1 parent fdaaca5 commit ecaecf8

18 files changed

+168
-148
lines changed

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

clients/google-api-services-beyondcorp/v1/2.0.0/com/google/api/services/beyondcorp/v1/BeyondCorp.java

Lines changed: 61 additions & 52 deletions
Large diffs are not rendered by default.

clients/google-api-services-beyondcorp/v1/2.0.0/com/google/api/services/beyondcorp/v1/model/GoogleCloudBeyondcorpAppconnectionsV1AppConnection.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
/**
2020
* A BeyondCorp AppConnection resource represents a BeyondCorp protected AppConnection to a remote
2121
* application. It creates all the necessary GCP components needed for creating a BeyondCorp
22-
* protected AppConnection. Multiple connectors can be authorised for a single AppConnection.
22+
* protected AppConnection. Multiple connectors can be authorized for a single AppConnection.
2323
*
2424
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
2525
* transmitted over HTTP when working with the BeyondCorp API. For a detailed explanation see:
@@ -39,7 +39,7 @@ public final class GoogleCloudBeyondcorpAppconnectionsV1AppConnection extends co
3939
private GoogleCloudBeyondcorpAppconnectionsV1AppConnectionApplicationEndpoint applicationEndpoint;
4040

4141
/**
42-
* Optional. List of [google.cloud.beyondcorp.v1main.Connector.name] that are authorised to be
42+
* Optional. List of [google.cloud.beyondcorp.v1main.Connector.name] that are authorized to be
4343
* associated with this AppConnection.
4444
* The value may be {@code null}.
4545
*/
@@ -142,7 +142,7 @@ public GoogleCloudBeyondcorpAppconnectionsV1AppConnection setApplicationEndpoint
142142
}
143143

144144
/**
145-
* Optional. List of [google.cloud.beyondcorp.v1main.Connector.name] that are authorised to be
145+
* Optional. List of [google.cloud.beyondcorp.v1main.Connector.name] that are authorized to be
146146
* associated with this AppConnection.
147147
* @return value or {@code null} for none
148148
*/
@@ -151,7 +151,7 @@ public java.util.List<java.lang.String> getConnectors() {
151151
}
152152

153153
/**
154-
* Optional. List of [google.cloud.beyondcorp.v1main.Connector.name] that are authorised to be
154+
* Optional. List of [google.cloud.beyondcorp.v1main.Connector.name] that are authorized to be
155155
* associated with this AppConnection.
156156
* @param connectors connectors or {@code null} for none
157157
*/

clients/google-api-services-beyondcorp/v1/2.0.0/com/google/api/services/beyondcorp/v1/model/GoogleCloudBeyondcorpAppconnectorsV1ResourceInfo.java

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,10 @@
1717
package com.google.api.services.beyondcorp.v1.model;
1818

1919
/**
20-
* ResourceInfo represents the information/status of an app connector resource. Such as: -
21-
* remote_agent - container - runtime - appgateway - appconnector - appconnection - tunnel -
22-
* logagent
20+
* ResourceInfo represents the information or status of an app connector resource component that's
21+
* used to report on various parts of the system. For example, ResourceInfo can be used to convey
22+
* the status of a remote_agent, including the status of an appgateway for an runtime environment in
23+
* a container instance.
2324
*
2425
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
2526
* transmitted over HTTP when working with the BeyondCorp API. For a detailed explanation see:

clients/google-api-services-beyondcorp/v1/2.0.0/com/google/api/services/beyondcorp/v1/model/GoogleCloudBeyondcorpSecuritygatewaysV1ServiceDiscovery.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,22 +30,22 @@
3030
public final class GoogleCloudBeyondcorpSecuritygatewaysV1ServiceDiscovery extends com.google.api.client.json.GenericJson {
3131

3232
/**
33-
* Required. External API configuration.
33+
* Optional. External API configuration.
3434
* The value may be {@code null}.
3535
*/
3636
@com.google.api.client.util.Key
3737
private GoogleCloudBeyondcorpSecuritygatewaysV1ServiceDiscoveryApiGateway apiGateway;
3838

3939
/**
40-
* Required. External API configuration.
40+
* Optional. External API configuration.
4141
* @return value or {@code null} for none
4242
*/
4343
public GoogleCloudBeyondcorpSecuritygatewaysV1ServiceDiscoveryApiGateway getApiGateway() {
4444
return apiGateway;
4545
}
4646

4747
/**
48-
* Required. External API configuration.
48+
* Optional. External API configuration.
4949
* @param apiGateway apiGateway or {@code null} for none
5050
*/
5151
public GoogleCloudBeyondcorpSecuritygatewaysV1ServiceDiscovery setApiGateway(GoogleCloudBeyondcorpSecuritygatewaysV1ServiceDiscoveryApiGateway apiGateway) {

clients/google-api-services-beyondcorp/v1/2.0.0/com/google/api/services/beyondcorp/v1/model/GoogleCloudBeyondcorpSecuritygatewaysV1ServiceDiscoveryApiGateway.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,22 +30,22 @@
3030
public final class GoogleCloudBeyondcorpSecuritygatewaysV1ServiceDiscoveryApiGateway extends com.google.api.client.json.GenericJson {
3131

3232
/**
33-
* Required. Enables fetching resource model updates to alter service behavior per Chrome profile.
33+
* Optional. Enables fetching resource model updates to alter service behavior per Chrome profile.
3434
* The value may be {@code null}.
3535
*/
3636
@com.google.api.client.util.Key
3737
private GoogleCloudBeyondcorpSecuritygatewaysV1ServiceDiscoveryApiGatewayOperationDescriptor resourceOverride;
3838

3939
/**
40-
* Required. Enables fetching resource model updates to alter service behavior per Chrome profile.
40+
* Optional. Enables fetching resource model updates to alter service behavior per Chrome profile.
4141
* @return value or {@code null} for none
4242
*/
4343
public GoogleCloudBeyondcorpSecuritygatewaysV1ServiceDiscoveryApiGatewayOperationDescriptor getResourceOverride() {
4444
return resourceOverride;
4545
}
4646

4747
/**
48-
* Required. Enables fetching resource model updates to alter service behavior per Chrome profile.
48+
* Optional. Enables fetching resource model updates to alter service behavior per Chrome profile.
4949
* @param resourceOverride resourceOverride or {@code null} for none
5050
*/
5151
public GoogleCloudBeyondcorpSecuritygatewaysV1ServiceDiscoveryApiGateway setResourceOverride(GoogleCloudBeyondcorpSecuritygatewaysV1ServiceDiscoveryApiGatewayOperationDescriptor resourceOverride) {

clients/google-api-services-beyondcorp/v1/2.0.0/com/google/api/services/beyondcorp/v1/model/GoogleCloudBeyondcorpSecuritygatewaysV1ServiceDiscoveryApiGatewayOperationDescriptor.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,22 +30,22 @@
3030
public final class GoogleCloudBeyondcorpSecuritygatewaysV1ServiceDiscoveryApiGatewayOperationDescriptor extends com.google.api.client.json.GenericJson {
3131

3232
/**
33-
* Required. Contains the URI path fragment where HTTP request is sent.
33+
* Optional. Contains the URI path fragment where HTTP request is sent.
3434
* The value may be {@code null}.
3535
*/
3636
@com.google.api.client.util.Key
3737
private java.lang.String path;
3838

3939
/**
40-
* Required. Contains the URI path fragment where HTTP request is sent.
40+
* Optional. Contains the URI path fragment where HTTP request is sent.
4141
* @return value or {@code null} for none
4242
*/
4343
public java.lang.String getPath() {
4444
return path;
4545
}
4646

4747
/**
48-
* Required. Contains the URI path fragment where HTTP request is sent.
48+
* Optional. Contains the URI path fragment where HTTP request is sent.
4949
* @param path path or {@code null} for none
5050
*/
5151
public GoogleCloudBeyondcorpSecuritygatewaysV1ServiceDiscoveryApiGatewayOperationDescriptor setPath(java.lang.String path) {

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

1515
<inceptionYear>2011</inceptionYear>

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

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

0 commit comments

Comments
 (0)