Skip to content

Commit a3dcdad

Browse files
1 parent d5a9eb7 commit a3dcdad

File tree

23 files changed

+106
-121
lines changed

23 files changed

+106
-121
lines changed

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

clients/google-api-services-cloudasset/v1/2.0.0/com/google/api/services/cloudasset/v1/CloudAsset.java

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3536,16 +3536,16 @@ public AnalyzeMove setResource(java.lang.String resource) {
35363536
/**
35373537
* Required. Name of the Google Cloud folder or organization to reparent the target resource.
35383538
* The analysis will be performed against hypothetically moving the resource to this specified
3539-
* desitination parent. This can only be a folder number (such as "folders/123") or an
3539+
* destination parent. This can only be a folder number (such as "folders/123") or an
35403540
* organization number (such as "organizations/123").
35413541
*/
35423542
@com.google.api.client.util.Key
35433543
private java.lang.String destinationParent;
35443544

35453545
/** Required. Name of the Google Cloud folder or organization to reparent the target resource. The
3546-
analysis will be performed against hypothetically moving the resource to this specified
3547-
desitination parent. This can only be a folder number (such as "folders/123") or an organization
3548-
number (such as "organizations/123").
3546+
analysis will be performed against hypothetically moving the resource to this specified destination
3547+
parent. This can only be a folder number (such as "folders/123") or an organization number (such as
3548+
"organizations/123").
35493549
*/
35503550
public java.lang.String getDestinationParent() {
35513551
return destinationParent;
@@ -3554,7 +3554,7 @@ public java.lang.String getDestinationParent() {
35543554
/**
35553555
* Required. Name of the Google Cloud folder or organization to reparent the target resource.
35563556
* The analysis will be performed against hypothetically moving the resource to this specified
3557-
* desitination parent. This can only be a folder number (such as "folders/123") or an
3557+
* destination parent. This can only be a folder number (such as "folders/123") or an
35583558
* organization number (such as "organizations/123").
35593559
*/
35603560
public AnalyzeMove setDestinationParent(java.lang.String destinationParent) {

clients/google-api-services-cloudasset/v1/2.0.0/com/google/api/services/cloudasset/v1/model/GoogleIdentityAccesscontextmanagerV1EgressSource.java

Lines changed: 12 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,10 @@ public final class GoogleIdentityAccesscontextmanagerV1EgressSource extends com.
4444
private java.lang.String accessLevel;
4545

4646
/**
47-
* A Google Cloud resource that you want to allow to egress the perimeter. These resources can
48-
* access data outside the perimeter. This field only supports projects. The project format is
49-
* `projects/{project_number}`. The resource can be in any Google Cloud organization, not just the
50-
* organization where the perimeter is defined. You can't use `*` in this field to allow all
51-
* Google Cloud resources.
47+
* A Google Cloud resource from the service perimeter that you want to allow to access data
48+
* outside the perimeter. This field supports only projects. The project format is
49+
* `projects/{project_number}`. You can't use `*` in this field to allow all Google Cloud
50+
* resources.
5251
* The value may be {@code null}.
5352
*/
5453
@com.google.api.client.util.Key
@@ -84,23 +83,21 @@ public GoogleIdentityAccesscontextmanagerV1EgressSource setAccessLevel(java.lang
8483
}
8584

8685
/**
87-
* A Google Cloud resource that you want to allow to egress the perimeter. These resources can
88-
* access data outside the perimeter. This field only supports projects. The project format is
89-
* `projects/{project_number}`. The resource can be in any Google Cloud organization, not just the
90-
* organization where the perimeter is defined. You can't use `*` in this field to allow all
91-
* Google Cloud resources.
86+
* A Google Cloud resource from the service perimeter that you want to allow to access data
87+
* outside the perimeter. This field supports only projects. The project format is
88+
* `projects/{project_number}`. You can't use `*` in this field to allow all Google Cloud
89+
* resources.
9290
* @return value or {@code null} for none
9391
*/
9492
public java.lang.String getResource() {
9593
return resource;
9694
}
9795

9896
/**
99-
* A Google Cloud resource that you want to allow to egress the perimeter. These resources can
100-
* access data outside the perimeter. This field only supports projects. The project format is
101-
* `projects/{project_number}`. The resource can be in any Google Cloud organization, not just the
102-
* organization where the perimeter is defined. You can't use `*` in this field to allow all
103-
* Google Cloud resources.
97+
* A Google Cloud resource from the service perimeter that you want to allow to access data
98+
* outside the perimeter. This field supports only projects. The project format is
99+
* `projects/{project_number}`. You can't use `*` in this field to allow all Google Cloud
100+
* resources.
104101
* @param resource resource or {@code null} for none
105102
*/
106103
public GoogleIdentityAccesscontextmanagerV1EgressSource setResource(java.lang.String resource) {

clients/google-api-services-cloudasset/v1/2.0.0/com/google/api/services/cloudasset/v1/model/IamPolicySearchResult.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ public final class IamPolicySearchResult extends com.google.api.client.json.Gene
8484
* The project that the associated Google Cloud resource belongs to, in the form of
8585
* projects/{PROJECT_NUMBER}. If an IAM policy is set on a resource (like VM instance, Cloud
8686
* Storage bucket), the project field will indicate the project that contains the resource. If an
87-
* IAM policy is set on a folder or orgnization, this field will be empty. To search against the
87+
* IAM policy is set on a folder or organization, this field will be empty. To search against the
8888
* `project`: * specify the `scope` field as this project in your search request.
8989
* The value may be {@code null}.
9090
*/
@@ -223,7 +223,7 @@ public IamPolicySearchResult setPolicy(Policy policy) {
223223
* The project that the associated Google Cloud resource belongs to, in the form of
224224
* projects/{PROJECT_NUMBER}. If an IAM policy is set on a resource (like VM instance, Cloud
225225
* Storage bucket), the project field will indicate the project that contains the resource. If an
226-
* IAM policy is set on a folder or orgnization, this field will be empty. To search against the
226+
* IAM policy is set on a folder or organization, this field will be empty. To search against the
227227
* `project`: * specify the `scope` field as this project in your search request.
228228
* @return value or {@code null} for none
229229
*/
@@ -235,7 +235,7 @@ public java.lang.String getProject() {
235235
* The project that the associated Google Cloud resource belongs to, in the form of
236236
* projects/{PROJECT_NUMBER}. If an IAM policy is set on a resource (like VM instance, Cloud
237237
* Storage bucket), the project field will indicate the project that contains the resource. If an
238-
* IAM policy is set on a folder or orgnization, this field will be empty. To search against the
238+
* IAM policy is set on a folder or organization, this field will be empty. To search against the
239239
* `project`: * specify the `scope` field as this project in your search request.
240240
* @param project project or {@code null} for none
241241
*/

clients/google-api-services-cloudasset/v1/2.0.0/pom.xml

Lines changed: 3 additions & 3 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-cloudasset</artifactId>
11-
<version>v1-rev20250104-2.0.0</version>
12-
<name>Cloud Asset API v1-rev20250104-2.0.0</name>
11+
<version>v1-rev20250215-2.0.0</version>
12+
<name>Cloud Asset API v1-rev20250215-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>
@@ -91,7 +91,7 @@
9191
<links>
9292
<link>http://docs.oracle.com/javase/7/docs/api</link>
9393
<link>https://googleapis.dev/java/google-http-client/1.46.1/</link>
94-
<link>https://googleapis.dev/java/google-oauth-client/1.37.0/</link>
94+
<link>https://googleapis.dev/java/google-oauth-client/1.38.0/</link>
9595
<link>https://googleapis.dev/java/google-api-client/2.7.2/</link>
9696
</links>
9797
</configuration>

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

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

clients/google-api-services-cloudasset/v1beta1/2.0.0/com/google/api/services/cloudasset/v1beta1/model/GoogleIdentityAccesscontextmanagerV1EgressSource.java

Lines changed: 12 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,10 @@ public final class GoogleIdentityAccesscontextmanagerV1EgressSource extends com.
4444
private java.lang.String accessLevel;
4545

4646
/**
47-
* A Google Cloud resource that you want to allow to egress the perimeter. These resources can
48-
* access data outside the perimeter. This field only supports projects. The project format is
49-
* `projects/{project_number}`. The resource can be in any Google Cloud organization, not just the
50-
* organization where the perimeter is defined. You can't use `*` in this field to allow all
51-
* Google Cloud resources.
47+
* A Google Cloud resource from the service perimeter that you want to allow to access data
48+
* outside the perimeter. This field supports only projects. The project format is
49+
* `projects/{project_number}`. You can't use `*` in this field to allow all Google Cloud
50+
* resources.
5251
* The value may be {@code null}.
5352
*/
5453
@com.google.api.client.util.Key
@@ -84,23 +83,21 @@ public GoogleIdentityAccesscontextmanagerV1EgressSource setAccessLevel(java.lang
8483
}
8584

8685
/**
87-
* A Google Cloud resource that you want to allow to egress the perimeter. These resources can
88-
* access data outside the perimeter. This field only supports projects. The project format is
89-
* `projects/{project_number}`. The resource can be in any Google Cloud organization, not just the
90-
* organization where the perimeter is defined. You can't use `*` in this field to allow all
91-
* Google Cloud resources.
86+
* A Google Cloud resource from the service perimeter that you want to allow to access data
87+
* outside the perimeter. This field supports only projects. The project format is
88+
* `projects/{project_number}`. You can't use `*` in this field to allow all Google Cloud
89+
* resources.
9290
* @return value or {@code null} for none
9391
*/
9492
public java.lang.String getResource() {
9593
return resource;
9694
}
9795

9896
/**
99-
* A Google Cloud resource that you want to allow to egress the perimeter. These resources can
100-
* access data outside the perimeter. This field only supports projects. The project format is
101-
* `projects/{project_number}`. The resource can be in any Google Cloud organization, not just the
102-
* organization where the perimeter is defined. You can't use `*` in this field to allow all
103-
* Google Cloud resources.
97+
* A Google Cloud resource from the service perimeter that you want to allow to access data
98+
* outside the perimeter. This field supports only projects. The project format is
99+
* `projects/{project_number}`. You can't use `*` in this field to allow all Google Cloud
100+
* resources.
104101
* @param resource resource or {@code null} for none
105102
*/
106103
public GoogleIdentityAccesscontextmanagerV1EgressSource setResource(java.lang.String resource) {

clients/google-api-services-cloudasset/v1beta1/2.0.0/pom.xml

Lines changed: 3 additions & 3 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-cloudasset</artifactId>
11-
<version>v1beta1-rev20250104-2.0.0</version>
12-
<name>Cloud Asset API v1beta1-rev20250104-2.0.0</name>
11+
<version>v1beta1-rev20250215-2.0.0</version>
12+
<name>Cloud Asset API v1beta1-rev20250215-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>
@@ -91,7 +91,7 @@
9191
<links>
9292
<link>http://docs.oracle.com/javase/7/docs/api</link>
9393
<link>https://googleapis.dev/java/google-http-client/1.46.1/</link>
94-
<link>https://googleapis.dev/java/google-oauth-client/1.37.0/</link>
94+
<link>https://googleapis.dev/java/google-oauth-client/1.38.0/</link>
9595
<link>https://googleapis.dev/java/google-api-client/2.7.2/</link>
9696
</links>
9797
</configuration>

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

clients/google-api-services-cloudasset/v1p1beta1/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-cloudasset</artifactId>
25-
<version>v1p1beta1-rev20250104-2.0.0</version>
25+
<version>v1p1beta1-rev20250215-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-cloudasset:v1p1beta1-rev20250104-2.0.0'
38+
implementation 'com.google.apis:google-api-services-cloudasset:v1p1beta1-rev20250215-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-cloudasset/v1p1beta1/2.0.0/com/google/api/services/cloudasset/v1p1beta1/model/GoogleIdentityAccesscontextmanagerV1EgressSource.java

Lines changed: 12 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,10 @@ public final class GoogleIdentityAccesscontextmanagerV1EgressSource extends com.
4444
private java.lang.String accessLevel;
4545

4646
/**
47-
* A Google Cloud resource that you want to allow to egress the perimeter. These resources can
48-
* access data outside the perimeter. This field only supports projects. The project format is
49-
* `projects/{project_number}`. The resource can be in any Google Cloud organization, not just the
50-
* organization where the perimeter is defined. You can't use `*` in this field to allow all
51-
* Google Cloud resources.
47+
* A Google Cloud resource from the service perimeter that you want to allow to access data
48+
* outside the perimeter. This field supports only projects. The project format is
49+
* `projects/{project_number}`. You can't use `*` in this field to allow all Google Cloud
50+
* resources.
5251
* The value may be {@code null}.
5352
*/
5453
@com.google.api.client.util.Key
@@ -84,23 +83,21 @@ public GoogleIdentityAccesscontextmanagerV1EgressSource setAccessLevel(java.lang
8483
}
8584

8685
/**
87-
* A Google Cloud resource that you want to allow to egress the perimeter. These resources can
88-
* access data outside the perimeter. This field only supports projects. The project format is
89-
* `projects/{project_number}`. The resource can be in any Google Cloud organization, not just the
90-
* organization where the perimeter is defined. You can't use `*` in this field to allow all
91-
* Google Cloud resources.
86+
* A Google Cloud resource from the service perimeter that you want to allow to access data
87+
* outside the perimeter. This field supports only projects. The project format is
88+
* `projects/{project_number}`. You can't use `*` in this field to allow all Google Cloud
89+
* resources.
9290
* @return value or {@code null} for none
9391
*/
9492
public java.lang.String getResource() {
9593
return resource;
9694
}
9795

9896
/**
99-
* A Google Cloud resource that you want to allow to egress the perimeter. These resources can
100-
* access data outside the perimeter. This field only supports projects. The project format is
101-
* `projects/{project_number}`. The resource can be in any Google Cloud organization, not just the
102-
* organization where the perimeter is defined. You can't use `*` in this field to allow all
103-
* Google Cloud resources.
97+
* A Google Cloud resource from the service perimeter that you want to allow to access data
98+
* outside the perimeter. This field supports only projects. The project format is
99+
* `projects/{project_number}`. You can't use `*` in this field to allow all Google Cloud
100+
* resources.
104101
* @param resource resource or {@code null} for none
105102
*/
106103
public GoogleIdentityAccesscontextmanagerV1EgressSource setResource(java.lang.String resource) {

clients/google-api-services-cloudasset/v1p1beta1/2.0.0/com/google/api/services/cloudasset/v1p1beta1/model/IamPolicySearchResult.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ public final class IamPolicySearchResult extends com.google.api.client.json.Gene
5151
* The project that the associated Google Cloud resource belongs to, in the form of
5252
* `projects/{project_number}`. If an IAM policy is set on a resource -- such as a Compute Engine
5353
* instance or a Cloud Storage bucket -- the project field will indicate the project that contains
54-
* the resource. If an IAM policy is set on a folder or orgnization, the project field will be
54+
* the resource. If an IAM policy is set on a folder or organization, the project field will be
5555
* empty.
5656
* The value may be {@code null}.
5757
*/
@@ -113,7 +113,7 @@ public IamPolicySearchResult setPolicy(Policy policy) {
113113
* The project that the associated Google Cloud resource belongs to, in the form of
114114
* `projects/{project_number}`. If an IAM policy is set on a resource -- such as a Compute Engine
115115
* instance or a Cloud Storage bucket -- the project field will indicate the project that contains
116-
* the resource. If an IAM policy is set on a folder or orgnization, the project field will be
116+
* the resource. If an IAM policy is set on a folder or organization, the project field will be
117117
* empty.
118118
* @return value or {@code null} for none
119119
*/
@@ -125,7 +125,7 @@ public java.lang.String getProject() {
125125
* The project that the associated Google Cloud resource belongs to, in the form of
126126
* `projects/{project_number}`. If an IAM policy is set on a resource -- such as a Compute Engine
127127
* instance or a Cloud Storage bucket -- the project field will indicate the project that contains
128-
* the resource. If an IAM policy is set on a folder or orgnization, the project field will be
128+
* the resource. If an IAM policy is set on a folder or organization, the project field will be
129129
* empty.
130130
* @param project project or {@code null} for none
131131
*/

clients/google-api-services-cloudasset/v1p1beta1/2.0.0/pom.xml

Lines changed: 3 additions & 3 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-cloudasset</artifactId>
11-
<version>v1p1beta1-rev20250104-2.0.0</version>
12-
<name>Cloud Asset API v1p1beta1-rev20250104-2.0.0</name>
11+
<version>v1p1beta1-rev20250215-2.0.0</version>
12+
<name>Cloud Asset API v1p1beta1-rev20250215-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>
@@ -91,7 +91,7 @@
9191
<links>
9292
<link>http://docs.oracle.com/javase/7/docs/api</link>
9393
<link>https://googleapis.dev/java/google-http-client/1.46.1/</link>
94-
<link>https://googleapis.dev/java/google-oauth-client/1.37.0/</link>
94+
<link>https://googleapis.dev/java/google-oauth-client/1.38.0/</link>
9595
<link>https://googleapis.dev/java/google-api-client/2.7.2/</link>
9696
</links>
9797
</configuration>

0 commit comments

Comments
 (0)