google-apis-cloudasset_v1 0.98.0 → 0.99.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1dea5ade20b47e8300214764fd1b50738d938b72cdb35964d348adcf98886294
4
- data.tar.gz: 3edc9b7868bcc1ca92529120a070627f2cc1996c192561ca8f5aa9ce41bbfdea
3
+ metadata.gz: 1eca675f00c1863ba019ce17febdd821430a5b1d23d966d7cce1927b8ba6c305
4
+ data.tar.gz: 877908ed8fdc550da91f8e996d67029187153d6bdf25c0c7ae7f85d545dfe910
5
5
  SHA512:
6
- metadata.gz: a61a34c60c7814316350a80bd2e46c3213eaf5855183e99a2590e030099915da68d054b75ba6d720eb4de0f95d2738e513cbbf4edfb35505d6989978f687775d
7
- data.tar.gz: a03b0304a1c7885a690518dc34974d0f9b1d131c93e43db1a3bc4c7f232a1138f4e3d55496d7a294b17b2bdd77c34e8493c0cda4363478e1691b5cd0946a4b1f
6
+ metadata.gz: dde960734aa6c755baececff8f249ab1e9752c5bf3b9ca4508bc3026f9e11b1a3d454c5e4b022a78002fce83c101360083a08da31fabd6e72807a9afdf07e1fa
7
+ data.tar.gz: 48c4ab2fb70ad391856bf6ef1c6bf3ff0e0d3b56c7b01860fbe83f5a45c5679112f48d500f52556f3b0555f39df3df716ec26362db372711f3f3876a49bd74ec
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-cloudasset_v1
2
2
 
3
+ ### v0.99.0 (2026-07-12)
4
+
5
+ * Regenerated from discovery document revision 20260703
6
+
3
7
  ### v0.98.0 (2026-06-28)
4
8
 
5
9
  * Regenerated from discovery document revision 20260624
@@ -3333,7 +3333,7 @@ module Google
3333
3333
  # @return [String]
3334
3334
  attr_accessor :access_level
3335
3335
 
3336
- # Specifies the PSC an API call refers to.
3336
+ # Specifies the Private Service Connect endpoint that an API call refers to.
3337
3337
  # Corresponds to the JSON property `pscEndpoint`
3338
3338
  # @return [Google::Apis::CloudassetV1::GoogleIdentityAccesscontextmanagerV1PrivateServiceConnectEndpoint]
3339
3339
  attr_accessor :psc_endpoint
@@ -3518,7 +3518,7 @@ module Google
3518
3518
  # @return [String]
3519
3519
  attr_accessor :access_level
3520
3520
 
3521
- # Specifies the PSC an API call refers to.
3521
+ # Specifies the Private Service Connect endpoint that an API call refers to.
3522
3522
  # Corresponds to the JSON property `pscEndpoint`
3523
3523
  # @return [Google::Apis::CloudassetV1::GoogleIdentityAccesscontextmanagerV1PrivateServiceConnectEndpoint]
3524
3524
  attr_accessor :psc_endpoint
@@ -3669,13 +3669,13 @@ module Google
3669
3669
  end
3670
3670
  end
3671
3671
 
3672
- # Specifies the PSC an API call refers to.
3672
+ # Specifies the Private Service Connect endpoint that an API call refers to.
3673
3673
  class GoogleIdentityAccesscontextmanagerV1PrivateServiceConnectEndpoint
3674
3674
  include Google::Apis::Core::Hashable
3675
3675
 
3676
- # The global forwarding rule identifier. Forwarding rule format: `//compute.
3677
- # googleapis.com/projects/`PROJECT_ID`/global/forwardingRules/`
3678
- # FORWARDING_RULE_ID``.
3676
+ # The full resource name of the global forwarding rule that identifies a Private
3677
+ # Service Connect endpoint. Forwarding rule format: `//compute.googleapis.com/
3678
+ # projects/`PROJECT_ID`/global/forwardingRules/`FORWARDING_RULE_ID``.
3679
3679
  # Corresponds to the JSON property `forwardingRule`
3680
3680
  # @return [String]
3681
3681
  attr_accessor :forwarding_rule
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module CloudassetV1
18
18
  # Version of the google-apis-cloudasset_v1 gem
19
- GEM_VERSION = "0.98.0"
19
+ GEM_VERSION = "0.99.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.19.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20260624"
25
+ REVISION = "20260703"
26
26
  end
27
27
  end
28
28
  end
@@ -32,6 +32,9 @@ module Google
32
32
 
33
33
  # See, edit, configure, and delete your Google Cloud data and see the email address for your Google Account.
34
34
  AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
35
+
36
+ # See, edit, configure, and delete your Google Cloud Asset data and see the email address for your Google Account
37
+ AUTH_CLOUDASSET = 'https://www.googleapis.com/auth/cloudasset'
35
38
  end
36
39
  end
37
40
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-cloudasset_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.98.0
4
+ version: 0.99.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -57,7 +57,7 @@ licenses:
57
57
  metadata:
58
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
59
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudasset_v1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-cloudasset_v1/v0.98.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudasset_v1/v0.99.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudasset_v1
62
62
  rdoc_options: []
63
63
  require_paths: