Skip to content

Commit 88f1d5e

Browse files
feat: Automated regeneration of cloudasset v1 client (googleapis#21860)
Auto-created at 2025-02-26 21:12:54 +0000 using the toys pull request generator.
1 parent 1ed0498 commit 88f1d5e

File tree

4 files changed

+14
-12
lines changed

4 files changed

+14
-12
lines changed

generated/google-apis-cloudasset_v1/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release history for google-apis-cloudasset_v1
22

3+
### v0.87.0 (2025-02-26)
4+
5+
* Regenerated from discovery document revision 20250215
6+
37
### v0.86.0 (2025-01-12)
48

59
* Regenerated from discovery document revision 20250104

generated/google-apis-cloudasset_v1/lib/google/apis/cloudasset_v1/classes.rb

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3278,12 +3278,10 @@ class GoogleIdentityAccesscontextmanagerV1EgressSource
32783278
# @return [String]
32793279
attr_accessor :access_level
32803280

3281-
# A Google Cloud resource that you want to allow to egress the perimeter. These
3282-
# resources can access data outside the perimeter. This field only supports
3283-
# projects. The project format is `projects/`project_number``. The resource can
3284-
# be in any Google Cloud organization, not just the organization where the
3285-
# perimeter is defined. You can't use `*` in this field to allow all Google
3286-
# Cloud resources.
3281+
# A Google Cloud resource from the service perimeter that you want to allow to
3282+
# access data outside the perimeter. This field supports only projects. The
3283+
# project format is `projects/`project_number``. You can't use `*` in this field
3284+
# to allow all Google Cloud resources.
32873285
# Corresponds to the JSON property `resource`
32883286
# @return [String]
32893287
attr_accessor :resource
@@ -4085,9 +4083,9 @@ class IamPolicySearchResult
40854083
# The project that the associated Google Cloud resource belongs to, in the form
40864084
# of projects/`PROJECT_NUMBER`. If an IAM policy is set on a resource (like VM
40874085
# instance, Cloud Storage bucket), the project field will indicate the project
4088-
# that contains the resource. If an IAM policy is set on a folder or orgnization,
4089-
# this field will be empty. To search against the `project`: * specify the `
4090-
# scope` field as this project in your search request.
4086+
# that contains the resource. If an IAM policy is set on a folder or
4087+
# organization, this field will be empty. To search against the `project`: *
4088+
# specify the `scope` field as this project in your search request.
40914089
# Corresponds to the JSON property `project`
40924090
# @return [String]
40934091
attr_accessor :project

generated/google-apis-cloudasset_v1/lib/google/apis/cloudasset_v1/gem_version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ module Google
1616
module Apis
1717
module CloudassetV1
1818
# Version of the google-apis-cloudasset_v1 gem
19-
GEM_VERSION = "0.86.0"
19+
GEM_VERSION = "0.87.0"
2020

2121
# Version of the code generator used to generate this client
2222
GENERATOR_VERSION = "0.16.0"
2323

2424
# Revision of the discovery document this client was generated from
25-
REVISION = "20250104"
25+
REVISION = "20250215"
2626
end
2727
end
2828
end

generated/google-apis-cloudasset_v1/lib/google/apis/cloudasset_v1/service.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -791,7 +791,7 @@ def analyze_iam_policy_longrunning(scope, analyze_iam_policy_longrunning_request
791791
# @param [String] destination_parent
792792
# Required. Name of the Google Cloud folder or organization to reparent the
793793
# target resource. The analysis will be performed against hypothetically moving
794-
# the resource to this specified desitination parent. This can only be a folder
794+
# the resource to this specified destination parent. This can only be a folder
795795
# number (such as "folders/123") or an organization number (such as "
796796
# organizations/123").
797797
# @param [String] view

0 commit comments

Comments
 (0)