Skip to content

Commit b2f0be3

Browse files
1 parent f0435fa commit b2f0be3

File tree

4 files changed

+20
-20
lines changed

4 files changed

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

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

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -5309,7 +5309,7 @@ public List setParent(java.lang.String parent) {
53095309
* * `type` * `category` * `subCategory` Examples: * "category = application AND type =
53105310
* count" * "category = application AND subCategory = iap" * "type = status" Allowed
53115311
* values: * type: [count, latency, status, list] * category: [application, device,
5312-
* request, security] * subCategory: [iap, webprotect] NOTE: Only equality based
5312+
* request, security] * subCategory: [iap, caa, webprotect] NOTE: Only equality based
53135313
* comparison is allowed. Only `AND` conjunction is allowed. NOTE: The 'AND' in the filter
53145314
* field needs to be in capital letters only. NOTE: Just filtering on `subCategory` is not
53155315
* allowed. It should be passed in with the parent `category` too. (These expressions are
@@ -5321,11 +5321,11 @@ public List setParent(java.lang.String parent) {
53215321
/** Optional. Filter expression to restrict the insights returned. Supported filter fields: * `type` *
53225322
`category` * `subCategory` Examples: * "category = application AND type = count" * "category =
53235323
application AND subCategory = iap" * "type = status" Allowed values: * type: [count, latency,
5324-
status, list] * category: [application, device, request, security] * subCategory: [iap, webprotect]
5325-
NOTE: Only equality based comparison is allowed. Only `AND` conjunction is allowed. NOTE: The 'AND'
5326-
in the filter field needs to be in capital letters only. NOTE: Just filtering on `subCategory` is
5327-
not allowed. It should be passed in with the parent `category` too. (These expressions are based on
5328-
the filter language described at https://google.aip.dev/160).
5324+
status, list] * category: [application, device, request, security] * subCategory: [iap, caa,
5325+
webprotect] NOTE: Only equality based comparison is allowed. Only `AND` conjunction is allowed.
5326+
NOTE: The 'AND' in the filter field needs to be in capital letters only. NOTE: Just filtering on
5327+
`subCategory` is not allowed. It should be passed in with the parent `category` too. (These
5328+
expressions are based on the filter language described at https://google.aip.dev/160).
53295329
*/
53305330
public java.lang.String getFilter() {
53315331
return filter;
@@ -5336,7 +5336,7 @@ public java.lang.String getFilter() {
53365336
* * `type` * `category` * `subCategory` Examples: * "category = application AND type =
53375337
* count" * "category = application AND subCategory = iap" * "type = status" Allowed
53385338
* values: * type: [count, latency, status, list] * category: [application, device,
5339-
* request, security] * subCategory: [iap, webprotect] NOTE: Only equality based
5339+
* request, security] * subCategory: [iap, caa, webprotect] NOTE: Only equality based
53405340
* comparison is allowed. Only `AND` conjunction is allowed. NOTE: The 'AND' in the filter
53415341
* field needs to be in capital letters only. NOTE: Just filtering on `subCategory` is not
53425342
* allowed. It should be passed in with the parent `category` too. (These expressions are
@@ -19013,7 +19013,7 @@ public List setParent(java.lang.String parent) {
1901319013
* * `type` * `category` * `subCategory` Examples: * "category = application AND type =
1901419014
* count" * "category = application AND subCategory = iap" * "type = status" Allowed
1901519015
* values: * type: [count, latency, status, list] * category: [application, device,
19016-
* request, security] * subCategory: [iap, webprotect] NOTE: Only equality based
19016+
* request, security] * subCategory: [iap, caa, webprotect] NOTE: Only equality based
1901719017
* comparison is allowed. Only `AND` conjunction is allowed. NOTE: The 'AND' in the filter
1901819018
* field needs to be in capital letters only. NOTE: Just filtering on `subCategory` is not
1901919019
* allowed. It should be passed in with the parent `category` too. (These expressions are
@@ -19025,11 +19025,11 @@ public List setParent(java.lang.String parent) {
1902519025
/** Optional. Filter expression to restrict the insights returned. Supported filter fields: * `type` *
1902619026
`category` * `subCategory` Examples: * "category = application AND type = count" * "category =
1902719027
application AND subCategory = iap" * "type = status" Allowed values: * type: [count, latency,
19028-
status, list] * category: [application, device, request, security] * subCategory: [iap, webprotect]
19029-
NOTE: Only equality based comparison is allowed. Only `AND` conjunction is allowed. NOTE: The 'AND'
19030-
in the filter field needs to be in capital letters only. NOTE: Just filtering on `subCategory` is
19031-
not allowed. It should be passed in with the parent `category` too. (These expressions are based on
19032-
the filter language described at https://google.aip.dev/160).
19028+
status, list] * category: [application, device, request, security] * subCategory: [iap, caa,
19029+
webprotect] NOTE: Only equality based comparison is allowed. Only `AND` conjunction is allowed.
19030+
NOTE: The 'AND' in the filter field needs to be in capital letters only. NOTE: Just filtering on
19031+
`subCategory` is not allowed. It should be passed in with the parent `category` too. (These
19032+
expressions are based on the filter language described at https://google.aip.dev/160).
1903319033
*/
1903419034
public java.lang.String getFilter() {
1903519035
return filter;
@@ -19040,7 +19040,7 @@ public java.lang.String getFilter() {
1904019040
* * `type` * `category` * `subCategory` Examples: * "category = application AND type =
1904119041
* count" * "category = application AND subCategory = iap" * "type = status" Allowed
1904219042
* values: * type: [count, latency, status, list] * category: [application, device,
19043-
* request, security] * subCategory: [iap, webprotect] NOTE: Only equality based
19043+
* request, security] * subCategory: [iap, caa, webprotect] NOTE: Only equality based
1904419044
* comparison is allowed. Only `AND` conjunction is allowed. NOTE: The 'AND' in the filter
1904519045
* field needs to be in capital letters only. NOTE: Just filtering on `subCategory` is not
1904619046
* allowed. It should be passed in with the parent `category` too. (These expressions are

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-rev20240619-2.0.0</version>
12-
<name>BeyondCorp API v1alpha-rev20240619-2.0.0</name>
11+
<version>v1alpha-rev20240626-2.0.0</version>
12+
<name>BeyondCorp API v1alpha-rev20240626-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-rev20240619-2.0.0</version>
25+
<version>v1alpha-rev20240626-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-rev20240619-2.0.0'
38+
implementation 'com.google.apis:google-api-services-beyondcorp:v1alpha-rev20240626-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)