File tree Expand file tree Collapse file tree 4 files changed +9
-9
lines changed
clients/google-api-services-cloudasset/v1p7beta1
com/google/api/services/cloudasset/v1p7beta1/model Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Original file line number Diff line number Diff 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}
3737dependencies {
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
Original file line number Diff line number Diff line change 3030public 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
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff 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}
3737dependencies {
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
You can’t perform that action at this time.
0 commit comments