-
Notifications
You must be signed in to change notification settings - Fork 598
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add Cloud Asset List API, add access time as condition context …
…in request and evaluation value in response for Cloud Asset AnalyzeIamPolicy API, add more info (folders, organizations, kms_key, create_time, update_time, state, parent_full_resource_name, parent_asset_type) in response for Cloud Asset SearchAllResources API (#491) * feat: add Cloud Asset List API, add access time as condition context in request and evaluation value in response for Cloud Asset AnalyzeIamPolicy API, add more info (folders, organizations, kms_key, create_time, update_time, state, parent_full_resource_name, parent_asset_type) in response for Cloud Asset SearchAllResources API Committer: @peter-zheng-g PiperOrigin-RevId: 375731640 Source-Link: googleapis/googleapis@de04592 Source-Link: googleapis/googleapis-gen@7b343f4 * 🦉 Updates from OwlBot * 🦉 Updates from OwlBot * 🦉 Updates from OwlBot Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> Co-authored-by: sofisl <55454395+sofisl@users.noreply.github.com>
- Loading branch information
1 parent
e7c4137
commit b55c6af
Showing
7 changed files
with
2 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 1 addition & 7 deletions
8
packages/google-cloud-asset/src/v1/asset_service_proto_list.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,4 @@ | ||
[ | ||
"../../protos/google/cloud/asset/v1/asset_service.proto", | ||
"../../protos/google/cloud/asset/v1/assets.proto", | ||
"../../protos/google/cloud/orgpolicy/v1/orgpolicy.proto", | ||
"../../protos/google/cloud/osconfig/v1/inventory.proto", | ||
"../../protos/google/identity/accesscontextmanager/type/device_resources.proto", | ||
"../../protos/google/identity/accesscontextmanager/v1/access_level.proto", | ||
"../../protos/google/identity/accesscontextmanager/v1/access_policy.proto", | ||
"../../protos/google/identity/accesscontextmanager/v1/service_perimeter.proto" | ||
"../../protos/google/cloud/asset/v1/assets.proto" | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7 changes: 1 addition & 6 deletions
7
packages/google-cloud-asset/src/v1p5beta1/asset_service_proto_list.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,4 @@ | ||
[ | ||
"../../protos/google/cloud/asset/v1p5beta1/asset_service.proto", | ||
"../../protos/google/cloud/asset/v1p5beta1/assets.proto", | ||
"../../protos/google/cloud/orgpolicy/v1/orgpolicy.proto", | ||
"../../protos/google/identity/accesscontextmanager/type/device_resources.proto", | ||
"../../protos/google/identity/accesscontextmanager/v1/access_level.proto", | ||
"../../protos/google/identity/accesscontextmanager/v1/access_policy.proto", | ||
"../../protos/google/identity/accesscontextmanager/v1/service_perimeter.proto" | ||
"../../protos/google/cloud/asset/v1p5beta1/assets.proto" | ||
] |