google-apis-cloudasset_v1p7beta1 0.52.0 → 0.53.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: 4c15b10c298bf1397b947484331a36ecc78865f1ab1c4123c6d545608e1ddd49
|
|
4
|
+
data.tar.gz: 55c6d6758045d15ab381f27f1c451fd99f5ecdce9d1cb7b63d502f0eead5cefb
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 69a4c357d2fb4d0f7928938bf793e42fcaa1c4d9d453404627f074a6c2d4e017ef26b7fefffb309e805ca4cd9ba89862071d203f7c3e26267427ee5ef19eddbc
|
|
7
|
+
data.tar.gz: 5e26b1a3f8f7f959442685d02a500dcc326d9875d8cf243edd6951f33f9bc9e8794fe2eaa359211399e2714dc2ce9bc6f5d06c2907b7108f7b21c5cd54ab946e
|
data/CHANGELOG.md
CHANGED
|
@@ -1591,7 +1591,7 @@ module Google
|
|
|
1591
1591
|
# @return [String]
|
|
1592
1592
|
attr_accessor :access_level
|
|
1593
1593
|
|
|
1594
|
-
# Specifies the
|
|
1594
|
+
# Specifies the Private Service Connect endpoint that an API call refers to.
|
|
1595
1595
|
# Corresponds to the JSON property `pscEndpoint`
|
|
1596
1596
|
# @return [Google::Apis::CloudassetV1p7beta1::GoogleIdentityAccesscontextmanagerV1PrivateServiceConnectEndpoint]
|
|
1597
1597
|
attr_accessor :psc_endpoint
|
|
@@ -1776,7 +1776,7 @@ module Google
|
|
|
1776
1776
|
# @return [String]
|
|
1777
1777
|
attr_accessor :access_level
|
|
1778
1778
|
|
|
1779
|
-
# Specifies the
|
|
1779
|
+
# Specifies the Private Service Connect endpoint that an API call refers to.
|
|
1780
1780
|
# Corresponds to the JSON property `pscEndpoint`
|
|
1781
1781
|
# @return [Google::Apis::CloudassetV1p7beta1::GoogleIdentityAccesscontextmanagerV1PrivateServiceConnectEndpoint]
|
|
1782
1782
|
attr_accessor :psc_endpoint
|
|
@@ -1927,13 +1927,13 @@ module Google
|
|
|
1927
1927
|
end
|
|
1928
1928
|
end
|
|
1929
1929
|
|
|
1930
|
-
# Specifies the
|
|
1930
|
+
# Specifies the Private Service Connect endpoint that an API call refers to.
|
|
1931
1931
|
class GoogleIdentityAccesscontextmanagerV1PrivateServiceConnectEndpoint
|
|
1932
1932
|
include Google::Apis::Core::Hashable
|
|
1933
1933
|
|
|
1934
|
-
# The global forwarding rule
|
|
1935
|
-
# googleapis.com/
|
|
1936
|
-
# FORWARDING_RULE_ID``.
|
|
1934
|
+
# The full resource name of the global forwarding rule that identifies a Private
|
|
1935
|
+
# Service Connect endpoint. Forwarding rule format: `//compute.googleapis.com/
|
|
1936
|
+
# projects/`PROJECT_ID`/global/forwardingRules/`FORWARDING_RULE_ID``.
|
|
1937
1937
|
# Corresponds to the JSON property `forwardingRule`
|
|
1938
1938
|
# @return [String]
|
|
1939
1939
|
attr_accessor :forwarding_rule
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module CloudassetV1p7beta1
|
|
18
18
|
# Version of the google-apis-cloudasset_v1p7beta1 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.53.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
|
|
@@ -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_v1p7beta1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.53.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_v1p7beta1/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-cloudasset_v1p7beta1/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-cloudasset_v1p7beta1/v0.53.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudasset_v1p7beta1
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|