google-apis-cloudasset_v1p5beta1 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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9d6a4e61916d1c6b8713d69cf2a6f2a0fc76090c6d5c0fb0e3e3826fe3040990
|
|
4
|
+
data.tar.gz: 590f659e82e2099a03b2a47fd0761da176f3b2645bb91cfb5fa799402f6dcd89
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 942cdb5c7daea9f8c6016531522f950533b88588160517bab84598dab4d145c31e9b96da01db3408d86f034d4177efb2785dde20804de557522b25f86c1219f6
|
|
7
|
+
data.tar.gz: 5197d858cafe74baeb9372438d89fbe25b5b7c5148d959c484169a85e464bd2a683a9def5f86ca6677b2f0c91add924e77e126cf1eb66922c8911fed0b7a344a
|
data/CHANGELOG.md
CHANGED
|
@@ -1501,7 +1501,7 @@ module Google
|
|
|
1501
1501
|
# @return [String]
|
|
1502
1502
|
attr_accessor :access_level
|
|
1503
1503
|
|
|
1504
|
-
# Specifies the
|
|
1504
|
+
# Specifies the Private Service Connect endpoint that an API call refers to.
|
|
1505
1505
|
# Corresponds to the JSON property `pscEndpoint`
|
|
1506
1506
|
# @return [Google::Apis::CloudassetV1p5beta1::GoogleIdentityAccesscontextmanagerV1PrivateServiceConnectEndpoint]
|
|
1507
1507
|
attr_accessor :psc_endpoint
|
|
@@ -1686,7 +1686,7 @@ module Google
|
|
|
1686
1686
|
# @return [String]
|
|
1687
1687
|
attr_accessor :access_level
|
|
1688
1688
|
|
|
1689
|
-
# Specifies the
|
|
1689
|
+
# Specifies the Private Service Connect endpoint that an API call refers to.
|
|
1690
1690
|
# Corresponds to the JSON property `pscEndpoint`
|
|
1691
1691
|
# @return [Google::Apis::CloudassetV1p5beta1::GoogleIdentityAccesscontextmanagerV1PrivateServiceConnectEndpoint]
|
|
1692
1692
|
attr_accessor :psc_endpoint
|
|
@@ -1837,13 +1837,13 @@ module Google
|
|
|
1837
1837
|
end
|
|
1838
1838
|
end
|
|
1839
1839
|
|
|
1840
|
-
# Specifies the
|
|
1840
|
+
# Specifies the Private Service Connect endpoint that an API call refers to.
|
|
1841
1841
|
class GoogleIdentityAccesscontextmanagerV1PrivateServiceConnectEndpoint
|
|
1842
1842
|
include Google::Apis::Core::Hashable
|
|
1843
1843
|
|
|
1844
|
-
# The global forwarding rule
|
|
1845
|
-
# googleapis.com/
|
|
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``.
|
|
1847
1847
|
# Corresponds to the JSON property `forwardingRule`
|
|
1848
1848
|
# @return [String]
|
|
1849
1849
|
attr_accessor :forwarding_rule
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module CloudassetV1p5beta1
|
|
18
18
|
# Version of the google-apis-cloudasset_v1p5beta1 gem
|
|
19
|
-
GEM_VERSION = "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 = "
|
|
25
|
+
REVISION = "20260703"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-cloudasset_v1p5beta1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 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_v1p5beta1/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-cloudasset_v1p5beta1/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-cloudasset_v1p5beta1/v0.50.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudasset_v1p5beta1
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|