Skip to content

Commit 1f12882

Browse files
1 parent 9284dd7 commit 1f12882

File tree

8 files changed

+21
-21
lines changed

8 files changed

+21
-21
lines changed

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

clients/google-api-services-cloudresourcemanager/v1/2.0.0/com/google/api/services/cloudresourcemanager/model/SearchOrganizationsRequest.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public final class SearchOrganizationsRequest extends com.google.api.client.json
3333
/**
3434
* An optional query string used to filter the Organizations to return in the response. Filter
3535
* rules are case-insensitive. Organizations may be filtered by `owner.directoryCustomerId` or by
36-
* `domain`, where the domain is a G Suite domain, for example: * Filter
36+
* `domain`, where the domain is a verified G Suite domain, for example: * Filter
3737
* `owner.directorycustomerid:123456789` returns Organization resources with
3838
* `owner.directory_customer_id` equal to `123456789`. * Filter `domain:google.com` returns
3939
* Organization resources corresponding to the domain `google.com`. This field is optional.
@@ -61,7 +61,7 @@ public final class SearchOrganizationsRequest extends com.google.api.client.json
6161
/**
6262
* An optional query string used to filter the Organizations to return in the response. Filter
6363
* rules are case-insensitive. Organizations may be filtered by `owner.directoryCustomerId` or by
64-
* `domain`, where the domain is a G Suite domain, for example: * Filter
64+
* `domain`, where the domain is a verified G Suite domain, for example: * Filter
6565
* `owner.directorycustomerid:123456789` returns Organization resources with
6666
* `owner.directory_customer_id` equal to `123456789`. * Filter `domain:google.com` returns
6767
* Organization resources corresponding to the domain `google.com`. This field is optional.
@@ -74,7 +74,7 @@ public java.lang.String getFilter() {
7474
/**
7575
* An optional query string used to filter the Organizations to return in the response. Filter
7676
* rules are case-insensitive. Organizations may be filtered by `owner.directoryCustomerId` or by
77-
* `domain`, where the domain is a G Suite domain, for example: * Filter
77+
* `domain`, where the domain is a verified G Suite domain, for example: * Filter
7878
* `owner.directorycustomerid:123456789` returns Organization resources with
7979
* `owner.directory_customer_id` equal to `123456789`. * Filter `domain:google.com` returns
8080
* Organization resources corresponding to the domain `google.com`. This field is optional.

clients/google-api-services-cloudresourcemanager/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-cloudresourcemanager</artifactId>
11-
<version>v1-rev20240310-2.0.0</version>
12-
<name>Cloud Resource Manager API v1-rev20240310-2.0.0</name>
11+
<version>v1-rev20250302-2.0.0</version>
12+
<name>Cloud Resource Manager API v1-rev20250302-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

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

clients/google-api-services-cloudresourcemanager/v1beta1/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-cloudresourcemanager</artifactId>
25-
<version>v1beta1-rev20240128-2.0.0</version>
25+
<version>v1beta1-rev20250302-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-cloudresourcemanager:v1beta1-rev20240128-2.0.0'
38+
implementation 'com.google.apis:google-api-services-cloudresourcemanager:v1beta1-rev20250302-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-cloudresourcemanager/v1beta1/2.0.0/com/google/api/services/cloudresourcemanager/CloudResourceManager.java

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -583,7 +583,7 @@ public List setUploadProtocol(java.lang.String uploadProtocol) {
583583
/**
584584
* An optional query string used to filter the Organizations to return in the response. Filter
585585
* rules are case-insensitive. Organizations may be filtered by `owner.directoryCustomerId` or
586-
* by `domain`, where the domain is a G Suite domain, for example: * Filter
586+
* by `domain`, where the domain is a verified G Suite domain, for example: * Filter
587587
* `owner.directorycustomerid:123456789` returns Organization resources with
588588
* `owner.directory_customer_id` equal to `123456789`. * Filter `domain:google.com` returns
589589
* Organization resources corresponding to the domain `google.com`. This field is optional.
@@ -593,10 +593,10 @@ public List setUploadProtocol(java.lang.String uploadProtocol) {
593593

594594
/** An optional query string used to filter the Organizations to return in the response. Filter rules
595595
are case-insensitive. Organizations may be filtered by `owner.directoryCustomerId` or by `domain`,
596-
where the domain is a G Suite domain, for example: * Filter `owner.directorycustomerid:123456789`
597-
returns Organization resources with `owner.directory_customer_id` equal to `123456789`. * Filter
598-
`domain:google.com` returns Organization resources corresponding to the domain `google.com`. This
599-
field is optional.
596+
where the domain is a verified G Suite domain, for example: * Filter
597+
`owner.directorycustomerid:123456789` returns Organization resources with
598+
`owner.directory_customer_id` equal to `123456789`. * Filter `domain:google.com` returns
599+
Organization resources corresponding to the domain `google.com`. This field is optional.
600600
*/
601601
public java.lang.String getFilter() {
602602
return filter;
@@ -605,7 +605,7 @@ public java.lang.String getFilter() {
605605
/**
606606
* An optional query string used to filter the Organizations to return in the response. Filter
607607
* rules are case-insensitive. Organizations may be filtered by `owner.directoryCustomerId` or
608-
* by `domain`, where the domain is a G Suite domain, for example: * Filter
608+
* by `domain`, where the domain is a verified G Suite domain, for example: * Filter
609609
* `owner.directorycustomerid:123456789` returns Organization resources with
610610
* `owner.directory_customer_id` equal to `123456789`. * Filter `domain:google.com` returns
611611
* Organization resources corresponding to the domain `google.com`. This field is optional.

clients/google-api-services-cloudresourcemanager/v1beta1/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-cloudresourcemanager</artifactId>
11-
<version>v1beta1-rev20240128-2.0.0</version>
12-
<name>Cloud Resource Manager API v1beta1-rev20240128-2.0.0</name>
11+
<version>v1beta1-rev20250302-2.0.0</version>
12+
<name>Cloud Resource Manager API v1beta1-rev20250302-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-cloudresourcemanager/v1beta1/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-cloudresourcemanager</artifactId>
25-
<version>v1beta1-rev20240128-2.0.0</version>
25+
<version>v1beta1-rev20250302-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-cloudresourcemanager:v1beta1-rev20240128-2.0.0'
38+
implementation 'com.google.apis:google-api-services-cloudresourcemanager:v1beta1-rev20250302-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)