google-apis-cloudasset_v1beta1 0.49.0 → 0.50.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: f0a672a27051c958c4df2a66fe91ac253f768dbf9299cf448259d9a29fb0ad66
4
- data.tar.gz: 0c5685ba16d3136427e794293a6a670087a24b2b255f31072567b5456832607a
3
+ metadata.gz: 4a73ee1fb2a48b12cd7acf0ef3613bd9ff4566ac5e9de7c884242de9ba8a4f83
4
+ data.tar.gz: 93d90eb21da33748426b21fa4b3fcf9de5f81b97674e4f71e6888c6220ccf415
5
5
  SHA512:
6
- metadata.gz: 1919a7682bca285a3b261019f049d53703137a5b0a3230610db653deb11a96936a9f035366204fe2d7c4b66049dd68b09a1c238e96f6d7f62f5f046f5acf883d
7
- data.tar.gz: 7580ecaa5e8ac1a13d8f99bdfefd445013ab3ee39909e41325c0af7416db997654c557a8726fbb6ee004e77e54678ed17c10e7bbc743177ac32833b41dda6c58
6
+ metadata.gz: 7423cfab38d3571c297922341b08be625cda9054850e0d6d7d74effcbb220f211333c26d1eb2b276cb8c65bc505b6636219dca488fb4d02d33a1a2d481184db9
7
+ data.tar.gz: 789bc7ba8e336c62cae650685a206423b8decdd0dc9ded5d0050e31f00b047be4574366415232a74cd473cc240b3f0e1e62b0ffd051c48c26f9ff342299b1f07
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-cloudasset_v1beta1
2
2
 
3
+ ### v0.50.0 (2026-07-12)
4
+
5
+ * Regenerated from discovery document revision 20260703
6
+
3
7
  ### v0.49.0 (2026-07-05)
4
8
 
5
9
  * Regenerated from discovery document revision 20260624
@@ -1588,7 +1588,7 @@ module Google
1588
1588
  # @return [String]
1589
1589
  attr_accessor :access_level
1590
1590
 
1591
- # Specifies the PSC an API call refers to.
1591
+ # Specifies the Private Service Connect endpoint that an API call refers to.
1592
1592
  # Corresponds to the JSON property `pscEndpoint`
1593
1593
  # @return [Google::Apis::CloudassetV1beta1::GoogleIdentityAccesscontextmanagerV1PrivateServiceConnectEndpoint]
1594
1594
  attr_accessor :psc_endpoint
@@ -1773,7 +1773,7 @@ module Google
1773
1773
  # @return [String]
1774
1774
  attr_accessor :access_level
1775
1775
 
1776
- # Specifies the PSC an API call refers to.
1776
+ # Specifies the Private Service Connect endpoint that an API call refers to.
1777
1777
  # Corresponds to the JSON property `pscEndpoint`
1778
1778
  # @return [Google::Apis::CloudassetV1beta1::GoogleIdentityAccesscontextmanagerV1PrivateServiceConnectEndpoint]
1779
1779
  attr_accessor :psc_endpoint
@@ -1924,13 +1924,13 @@ module Google
1924
1924
  end
1925
1925
  end
1926
1926
 
1927
- # Specifies the PSC an API call refers to.
1927
+ # Specifies the Private Service Connect endpoint that an API call refers to.
1928
1928
  class GoogleIdentityAccesscontextmanagerV1PrivateServiceConnectEndpoint
1929
1929
  include Google::Apis::Core::Hashable
1930
1930
 
1931
- # The global forwarding rule identifier. Forwarding rule format: `//compute.
1932
- # googleapis.com/projects/`PROJECT_ID`/global/forwardingRules/`
1933
- # FORWARDING_RULE_ID``.
1931
+ # The full resource name of the global forwarding rule that identifies a Private
1932
+ # Service Connect endpoint. Forwarding rule format: `//compute.googleapis.com/
1933
+ # projects/`PROJECT_ID`/global/forwardingRules/`FORWARDING_RULE_ID``.
1934
1934
  # Corresponds to the JSON property `forwardingRule`
1935
1935
  # @return [String]
1936
1936
  attr_accessor :forwarding_rule
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module CloudassetV1beta1
18
18
  # Version of the google-apis-cloudasset_v1beta1 gem
19
- GEM_VERSION = "0.49.0"
19
+ GEM_VERSION = "0.50.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_v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.49.0
4
+ version: 0.50.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_v1beta1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-cloudasset_v1beta1/v0.49.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudasset_v1beta1/v0.50.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudasset_v1beta1
62
62
  rdoc_options: []
63
63
  require_paths: