Skip to content

Commit 73ff5eb

Browse files
1 parent 88dcd31 commit 73ff5eb

File tree

4 files changed

+27
-9
lines changed

4 files changed

+27
-9
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-rev20240816-2.0.0</version>
25+
<version>v1-rev20240823-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-rev20240816-2.0.0'
38+
implementation 'com.google.apis:google-api-services-cloudasset:v1-rev20240823-2.0.0'
3939
}
4040
```
4141

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

Lines changed: 21 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,13 @@ public final class ResourceSearchResult extends com.google.api.client.json.Gener
122122
}
123123

124124
/**
125-
* Enrichments of the asset.
125+
* Enrichments of the asset. Currently supported enrichment types with SearchAllResources API: *
126+
* RESOURCE_OWNERS The corresponding read masks in order to get the enrichment: *
127+
* enrichments.resource_owners The corresponding required permissions: *
128+
* cloudasset.assets.searchEnrichmentResourceOwners Example query to get resource owner
129+
* enrichment: scope: "projects/my-project" query: "name: my-project" assetTypes:
130+
* "cloudresourcemanager.googleapis.com/Project" readMask: { paths: "asset_type" paths: "name"
131+
* paths: "enrichments.resource_owners" }
126132
* The value may be {@code null}.
127133
*/
128134
@com.google.api.client.util.Key
@@ -546,15 +552,27 @@ public ResourceSearchResult setEffectiveTags(java.util.List<EffectiveTagDetails>
546552
}
547553

548554
/**
549-
* Enrichments of the asset.
555+
* Enrichments of the asset. Currently supported enrichment types with SearchAllResources API: *
556+
* RESOURCE_OWNERS The corresponding read masks in order to get the enrichment: *
557+
* enrichments.resource_owners The corresponding required permissions: *
558+
* cloudasset.assets.searchEnrichmentResourceOwners Example query to get resource owner
559+
* enrichment: scope: "projects/my-project" query: "name: my-project" assetTypes:
560+
* "cloudresourcemanager.googleapis.com/Project" readMask: { paths: "asset_type" paths: "name"
561+
* paths: "enrichments.resource_owners" }
550562
* @return value or {@code null} for none
551563
*/
552564
public java.util.List<AssetEnrichment> getEnrichments() {
553565
return enrichments;
554566
}
555567

556568
/**
557-
* Enrichments of the asset.
569+
* Enrichments of the asset. Currently supported enrichment types with SearchAllResources API: *
570+
* RESOURCE_OWNERS The corresponding read masks in order to get the enrichment: *
571+
* enrichments.resource_owners The corresponding required permissions: *
572+
* cloudasset.assets.searchEnrichmentResourceOwners Example query to get resource owner
573+
* enrichment: scope: "projects/my-project" query: "name: my-project" assetTypes:
574+
* "cloudresourcemanager.googleapis.com/Project" readMask: { paths: "asset_type" paths: "name"
575+
* paths: "enrichments.resource_owners" }
558576
* @param enrichments enrichments or {@code null} for none
559577
*/
560578
public ResourceSearchResult setEnrichments(java.util.List<AssetEnrichment> enrichments) {

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

1515
<inceptionYear>2011</inceptionYear>

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

0 commit comments

Comments
 (0)