Skip to content

Commit 5dbf868

Browse files
feat: Automated regeneration of cloudasset v1p5beta1 client (googleapis#27319)
Auto-created at 2026-07-12 11:19:11 +0000 using the toys pull request generator.
1 parent 0fdb437 commit 5dbf868

3 files changed

Lines changed: 12 additions & 8 deletions

File tree

generated/google-apis-cloudasset_v1p5beta1/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_v1p5beta1
22

3+
### v0.50.0 (2026-07-12)
4+
5+
* Regenerated from discovery document revision 20260703
6+
37
### v0.49.0 (2026-06-28)
48

59
* Regenerated from discovery document revision 20260624

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1501,7 +1501,7 @@ class GoogleIdentityAccesscontextmanagerV1EgressSource
15011501
# @return [String]
15021502
attr_accessor :access_level
15031503

1504-
# Specifies the PSC an API call refers to.
1504+
# Specifies the Private Service Connect endpoint that an API call refers to.
15051505
# Corresponds to the JSON property `pscEndpoint`
15061506
# @return [Google::Apis::CloudassetV1p5beta1::GoogleIdentityAccesscontextmanagerV1PrivateServiceConnectEndpoint]
15071507
attr_accessor :psc_endpoint
@@ -1686,7 +1686,7 @@ class GoogleIdentityAccesscontextmanagerV1IngressSource
16861686
# @return [String]
16871687
attr_accessor :access_level
16881688

1689-
# Specifies the PSC an API call refers to.
1689+
# Specifies the Private Service Connect endpoint that an API call refers to.
16901690
# Corresponds to the JSON property `pscEndpoint`
16911691
# @return [Google::Apis::CloudassetV1p5beta1::GoogleIdentityAccesscontextmanagerV1PrivateServiceConnectEndpoint]
16921692
attr_accessor :psc_endpoint
@@ -1837,13 +1837,13 @@ def update!(**args)
18371837
end
18381838
end
18391839

1840-
# Specifies the PSC an API call refers to.
1840+
# Specifies the Private Service Connect endpoint that an API call refers to.
18411841
class GoogleIdentityAccesscontextmanagerV1PrivateServiceConnectEndpoint
18421842
include Google::Apis::Core::Hashable
18431843

1844-
# The global forwarding rule identifier. Forwarding rule format: `//compute.
1845-
# googleapis.com/projects/`PROJECT_ID`/global/forwardingRules/`
1846-
# FORWARDING_RULE_ID``.
1844+
# The full resource name of the global forwarding rule that identifies a Private
1845+
# Service Connect endpoint. Forwarding rule format: `//compute.googleapis.com/
1846+
# projects/`PROJECT_ID`/global/forwardingRules/`FORWARDING_RULE_ID``.
18471847
# Corresponds to the JSON property `forwardingRule`
18481848
# @return [String]
18491849
attr_accessor :forwarding_rule

generated/google-apis-cloudasset_v1p5beta1/lib/google/apis/cloudasset_v1p5beta1/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 CloudassetV1p5beta1
1818
# Version of the google-apis-cloudasset_v1p5beta1 gem
19-
GEM_VERSION = "0.49.0"
19+
GEM_VERSION = "0.50.0"
2020

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

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

0 commit comments

Comments
 (0)