Skip to content

Commit f378ba3

Browse files
feat: Automated regeneration of cloudasset v1p1beta1 client (googleapis#21871)
Auto-created at 2025-02-26 21:22:26 +0000 using the toys pull request generator.
1 parent d8df803 commit f378ba3

File tree

3 files changed

+11
-9
lines changed

3 files changed

+11
-9
lines changed

generated/google-apis-cloudasset_v1p1beta1/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_v1p1beta1
22

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

59
* Regenerated from discovery document revision 20250104

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

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1374,12 +1374,10 @@ class GoogleIdentityAccesscontextmanagerV1EgressSource
13741374
# @return [String]
13751375
attr_accessor :access_level
13761376

1377-
# A Google Cloud resource that you want to allow to egress the perimeter. These
1378-
# resources can access data outside the perimeter. This field only supports
1379-
# projects. The project format is `projects/`project_number``. The resource can
1380-
# be in any Google Cloud organization, not just the organization where the
1381-
# perimeter is defined. You can't use `*` in this field to allow all Google
1382-
# Cloud resources.
1377+
# A Google Cloud resource from the service perimeter that you want to allow to
1378+
# access data outside the perimeter. This field supports only projects. The
1379+
# project format is `projects/`project_number``. You can't use `*` in this field
1380+
# to allow all Google Cloud resources.
13831381
# Corresponds to the JSON property `resource`
13841382
# @return [String]
13851383
attr_accessor :resource
@@ -1951,7 +1949,7 @@ class IamPolicySearchResult
19511949
# of `projects/`project_number``. If an IAM policy is set on a resource -- such
19521950
# as a Compute Engine instance or a Cloud Storage bucket -- the project field
19531951
# will indicate the project that contains the resource. If an IAM policy is set
1954-
# on a folder or orgnization, the project field will be empty.
1952+
# on a folder or organization, the project field will be empty.
19551953
# Corresponds to the JSON property `project`
19561954
# @return [String]
19571955
attr_accessor :project

generated/google-apis-cloudasset_v1p1beta1/lib/google/apis/cloudasset_v1p1beta1/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 CloudassetV1p1beta1
1818
# Version of the google-apis-cloudasset_v1p1beta1 gem
19-
GEM_VERSION = "0.43.0"
19+
GEM_VERSION = "0.44.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

0 commit comments

Comments
 (0)