Skip to content

Commit 4c4d984

Browse files
1 parent 7b3d2eb commit 4c4d984

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

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

clients/google-api-services-cloudasset/v1p7beta1/2.0.0/com/google/api/services/cloudasset/v1p7beta1/model/GoogleCloudAssetV1p7beta1GcsDestination.java

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

3232
/**
33-
* The URI of the Cloud Storage object. It's the same URI that is used by gsutil. Example:
33+
* The URI of the Cloud Storage object. It's the same URI that is used by gcloud storage. Example:
3434
* "gs://bucket_name/object_name". See [Viewing and Editing Object
3535
* Metadata](https://cloud.google.com/storage/docs/viewing-editing-metadata) for more information.
3636
* The value may be {@code null}.
@@ -53,7 +53,7 @@ public final class GoogleCloudAssetV1p7beta1GcsDestination extends com.google.ap
5353
private java.lang.String uriPrefix;
5454

5555
/**
56-
* The URI of the Cloud Storage object. It's the same URI that is used by gsutil. Example:
56+
* The URI of the Cloud Storage object. It's the same URI that is used by gcloud storage. Example:
5757
* "gs://bucket_name/object_name". See [Viewing and Editing Object
5858
* Metadata](https://cloud.google.com/storage/docs/viewing-editing-metadata) for more information.
5959
* @return value or {@code null} for none
@@ -63,7 +63,7 @@ public java.lang.String getUri() {
6363
}
6464

6565
/**
66-
* The URI of the Cloud Storage object. It's the same URI that is used by gsutil. Example:
66+
* The URI of the Cloud Storage object. It's the same URI that is used by gcloud storage. Example:
6767
* "gs://bucket_name/object_name". See [Viewing and Editing Object
6868
* Metadata](https://cloud.google.com/storage/docs/viewing-editing-metadata) for more information.
6969
* @param uri uri or {@code null} for none

clients/google-api-services-cloudasset/v1p7beta1/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-cloudasset</artifactId>
11-
<version>v1p7beta1-rev20250627-2.0.0</version>
12-
<name>Cloud Asset API v1p7beta1-rev20250627-2.0.0</name>
11+
<version>v1p7beta1-rev20260227-2.0.0</version>
12+
<name>Cloud Asset API v1p7beta1-rev20260227-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

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

0 commit comments

Comments
 (0)