Skip to content

Commit 76761eb

Browse files
feat: Automated regeneration of cloudasset v1 client (googleapis#20548)
Auto-created at 2024-11-17 09:10:55 +0000 using the toys pull request generator.
1 parent 2d9d0f6 commit 76761eb

File tree

5 files changed

+22
-10
lines changed

5 files changed

+22
-10
lines changed

api_names_out.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56163,6 +56163,7 @@
5616356163
"/cloudasset:v1/GoogleIdentityAccesscontextmanagerV1OsConstraint/requireVerifiedChromeOs": require_verified_chrome_os
5616456164
"/cloudasset:v1/GoogleIdentityAccesscontextmanagerV1ServicePerimeter": google_identity_accesscontextmanager_v1_service_perimeter
5616556165
"/cloudasset:v1/GoogleIdentityAccesscontextmanagerV1ServicePerimeter/description": description
56166+
"/cloudasset:v1/GoogleIdentityAccesscontextmanagerV1ServicePerimeter/etag": etag
5616656167
"/cloudasset:v1/GoogleIdentityAccesscontextmanagerV1ServicePerimeter/name": name
5616756168
"/cloudasset:v1/GoogleIdentityAccesscontextmanagerV1ServicePerimeter/perimeterType": perimeter_type
5616856169
"/cloudasset:v1/GoogleIdentityAccesscontextmanagerV1ServicePerimeter/spec": spec

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.84.0 (2024-11-17)
4+
5+
* Regenerated from discovery document revision 20241110
6+
37
### v0.83.0 (2024-09-08)
48

59
* Regenerated from discovery document revision 20240831

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

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ class AnalyzeIamPolicyResponse
141141
# @return [Google::Apis::CloudassetV1::IamPolicyAnalysis]
142142
attr_accessor :main_analysis
143143

144-
# The service account impersonation analysis if AnalyzeIamPolicyRequest.
144+
# The service account impersonation analysis if IamPolicyAnalysisQuery.Options.
145145
# analyze_service_account_impersonation is enabled.
146146
# Corresponds to the JSON property `serviceAccountImpersonationAnalysis`
147147
# @return [Array<Google::Apis::CloudassetV1::IamPolicyAnalysis>]
@@ -1011,7 +1011,7 @@ class EffectiveTagDetails
10111011
include Google::Apis::Core::Hashable
10121012

10131013
# The [full resource name](https://cloud.google.com/asset-inventory/docs/
1014-
# resource-name-format) of the ancestor from which an effective_tag is inherited,
1014+
# resource-name-format) of the ancestor from which effective_tags are inherited,
10151015
# according to [tag inheritance](https://cloud.google.com/resource-manager/docs/
10161016
# tags/tags-overview#inheritance).
10171017
# Corresponds to the JSON property `attachedResource`
@@ -1466,8 +1466,7 @@ class GoogleCloudAssetV1AnalyzeOrgPolicyGovernedAssetsResponseGovernedAsset
14661466
# @return [Google::Apis::CloudassetV1::GoogleCloudAssetV1AnalyzeOrgPolicyGovernedAssetsResponseGovernedResource]
14671467
attr_accessor :governed_resource
14681468

1469-
# The ordered list of all organization policies from the
1470-
# AnalyzeOrgPoliciesResponse.OrgPolicyResult.consolidated_policy.
1469+
# The ordered list of all organization policies from the consolidated_policy.
14711470
# attached_resource to the scope specified in the request. If the constraint is
14721471
# defined with default policy, it will also appear in the list.
14731472
# Corresponds to the JSON property `policyBundle`
@@ -1922,8 +1921,7 @@ class GoogleCloudAssetV1GovernedContainer
19221921
# @return [String]
19231922
attr_accessor :parent
19241923

1925-
# The ordered list of all organization policies from the
1926-
# AnalyzeOrgPoliciesResponse.OrgPolicyResult.consolidated_policy.
1924+
# The ordered list of all organization policies from the consolidated_policy.
19271925
# attached_resource. to the scope specified in the request. If the constraint is
19281926
# defined with default policy, it will also appear in the list.
19291927
# Corresponds to the JSON property `policyBundle`
@@ -3563,6 +3561,14 @@ class GoogleIdentityAccesscontextmanagerV1ServicePerimeter
35633561
# @return [String]
35643562
attr_accessor :description
35653563

3564+
# Optional. An opaque identifier for the current version of the `
3565+
# ServicePerimeter`. Clients should not expect this to be in any specific format.
3566+
# If etag is not provided, the operation will be performed as if a valid etag
3567+
# is provided.
3568+
# Corresponds to the JSON property `etag`
3569+
# @return [String]
3570+
attr_accessor :etag
3571+
35663572
# Identifier. Resource name for the `ServicePerimeter`. Format: `accessPolicies/`
35673573
# access_policy`/servicePerimeters/`service_perimeter``. The `service_perimeter`
35683574
# component must begin with a letter, followed by alphanumeric characters or `_`.
@@ -3618,6 +3624,7 @@ def initialize(**args)
36183624
# Update properties of this object
36193625
def update!(**args)
36203626
@description = args[:description] if args.key?(:description)
3627+
@etag = args[:etag] if args.key?(:etag)
36213628
@name = args[:name] if args.key?(:name)
36223629
@perimeter_type = args[:perimeter_type] if args.key?(:perimeter_type)
36233630
@spec = args[:spec] if args.key?(:spec)
@@ -4558,8 +4565,7 @@ class OrgPolicyResult
45584565
# @return [String]
45594566
attr_accessor :organization
45604567

4561-
# The ordered list of all organization policies from the
4562-
# AnalyzeOrgPoliciesResponse.OrgPolicyResult.consolidated_policy.
4568+
# The ordered list of all organization policies from the consolidated_policy.
45634569
# attached_resource. to the scope specified in the request. If the constraint is
45644570
# defined with default policy, it will also appear in the list.
45654571
# Corresponds to the JSON property `policyBundle`

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.83.0"
19+
GEM_VERSION = "0.84.0"
2020

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

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

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1673,6 +1673,7 @@ class GoogleIdentityAccesscontextmanagerV1ServicePerimeter
16731673
# @private
16741674
class Representation < Google::Apis::Core::JsonRepresentation
16751675
property :description, as: 'description'
1676+
property :etag, as: 'etag'
16761677
property :name, as: 'name'
16771678
property :perimeter_type, as: 'perimeterType'
16781679
property :spec, as: 'spec', class: Google::Apis::CloudassetV1::GoogleIdentityAccesscontextmanagerV1ServicePerimeterConfig, decorator: Google::Apis::CloudassetV1::GoogleIdentityAccesscontextmanagerV1ServicePerimeterConfig::Representation

0 commit comments

Comments
 (0)