google-apis-digitalassetlinks_v1 0.17.0 → 0.19.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: '0850e091c1eceea132995143bc966c330e7de6fa4a87325238c74e30532433e1'
|
4
|
+
data.tar.gz: b9b2dd2850dfe0aeccb15298c89cd9f5b70447dc91bfc4997ffc31eb413dabbd
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c72d4acb6d3c25864524fc69a392ec6220aba4065be611918410de71cf687ff76ee763c5d62aa374c9c49c91679f7d2ac538eab6b2cf2827f62f4e61268067d0
|
7
|
+
data.tar.gz: da5ede29e5a2c09d526682b921a273f0958d0c83b30fbfae4d583228aab227b25cfe0a21babdbcc21f9f745e7674123aed1e4fd7378496439aed72ffe19ff929
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,15 @@
|
|
1
1
|
# Release history for google-apis-digitalassetlinks_v1
|
2
2
|
|
3
|
+
### v0.19.0 (2025-02-26)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20250211
|
6
|
+
* Regenerated using generator version 0.16.0
|
7
|
+
|
8
|
+
### v0.18.0 (2024-11-17)
|
9
|
+
|
10
|
+
* Regenerated from discovery document revision 20241109
|
11
|
+
* Regenerated using generator version 0.15.1
|
12
|
+
|
3
13
|
### v0.17.0 (2024-05-26)
|
4
14
|
|
5
15
|
* Regenerated using generator version 0.15.0
|
@@ -81,13 +81,6 @@ module Google
|
|
81
81
|
class BulkCheckRequest
|
82
82
|
include Google::Apis::Core::Hashable
|
83
83
|
|
84
|
-
# Same configuration as in Check request, all statements checks will use same
|
85
|
-
# configurations.
|
86
|
-
# Corresponds to the JSON property `allowGoogleInternalDataSources`
|
87
|
-
# @return [Boolean]
|
88
|
-
attr_accessor :allow_google_internal_data_sources
|
89
|
-
alias_method :allow_google_internal_data_sources?, :allow_google_internal_data_sources
|
90
|
-
|
91
84
|
# If specified, will be used in any given template statement that doesn’t
|
92
85
|
# specify a relation.
|
93
86
|
# Corresponds to the JSON property `defaultRelation`
|
@@ -108,13 +101,6 @@ module Google
|
|
108
101
|
# @return [Google::Apis::DigitalassetlinksV1::Asset]
|
109
102
|
attr_accessor :default_target
|
110
103
|
|
111
|
-
# Same configuration as in Check request, all statements checks will use same
|
112
|
-
# configurations.
|
113
|
-
# Corresponds to the JSON property `skipCacheLookup`
|
114
|
-
# @return [Boolean]
|
115
|
-
attr_accessor :skip_cache_lookup
|
116
|
-
alias_method :skip_cache_lookup?, :skip_cache_lookup
|
117
|
-
|
118
104
|
# List of statements to check. For each statement, you can omit a field if the
|
119
105
|
# corresponding default_* field below was supplied. Minimum 1 statement; maximum
|
120
106
|
# 1,000 statements. Any additional statements will be ignored.
|
@@ -128,11 +114,9 @@ module Google
|
|
128
114
|
|
129
115
|
# Update properties of this object
|
130
116
|
def update!(**args)
|
131
|
-
@allow_google_internal_data_sources = args[:allow_google_internal_data_sources] if args.key?(:allow_google_internal_data_sources)
|
132
117
|
@default_relation = args[:default_relation] if args.key?(:default_relation)
|
133
118
|
@default_source = args[:default_source] if args.key?(:default_source)
|
134
119
|
@default_target = args[:default_target] if args.key?(:default_target)
|
135
|
-
@skip_cache_lookup = args[:skip_cache_lookup] if args.key?(:skip_cache_lookup)
|
136
120
|
@statements = args[:statements] if args.key?(:statements)
|
137
121
|
end
|
138
122
|
end
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module DigitalassetlinksV1
|
18
18
|
# Version of the google-apis-digitalassetlinks_v1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.19.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.16.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250211"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -104,13 +104,11 @@ module Google
|
|
104
104
|
class BulkCheckRequest
|
105
105
|
# @private
|
106
106
|
class Representation < Google::Apis::Core::JsonRepresentation
|
107
|
-
property :allow_google_internal_data_sources, as: 'allowGoogleInternalDataSources'
|
108
107
|
property :default_relation, as: 'defaultRelation'
|
109
108
|
property :default_source, as: 'defaultSource', class: Google::Apis::DigitalassetlinksV1::Asset, decorator: Google::Apis::DigitalassetlinksV1::Asset::Representation
|
110
109
|
|
111
110
|
property :default_target, as: 'defaultTarget', class: Google::Apis::DigitalassetlinksV1::Asset, decorator: Google::Apis::DigitalassetlinksV1::Asset::Representation
|
112
111
|
|
113
|
-
property :skip_cache_lookup, as: 'skipCacheLookup'
|
114
112
|
collection :statements, as: 'statements', class: Google::Apis::DigitalassetlinksV1::StatementTemplate, decorator: Google::Apis::DigitalassetlinksV1::StatementTemplate::Representation
|
115
113
|
|
116
114
|
end
|
metadata
CHANGED
@@ -1,14 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-digitalassetlinks_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.19.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
|
-
autorequire:
|
9
8
|
bindir: bin
|
10
9
|
cert_chain: []
|
11
|
-
date:
|
10
|
+
date: 2025-03-02 00:00:00.000000000 Z
|
12
11
|
dependencies:
|
13
12
|
- !ruby/object:Gem::Dependency
|
14
13
|
name: google-apis-core
|
@@ -58,9 +57,8 @@ licenses:
|
|
58
57
|
metadata:
|
59
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
60
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-digitalassetlinks_v1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-digitalassetlinks_v1/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-digitalassetlinks_v1/v0.19.0
|
62
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-digitalassetlinks_v1
|
63
|
-
post_install_message:
|
64
62
|
rdoc_options: []
|
65
63
|
require_paths:
|
66
64
|
- lib
|
@@ -75,8 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
75
73
|
- !ruby/object:Gem::Version
|
76
74
|
version: '0'
|
77
75
|
requirements: []
|
78
|
-
rubygems_version: 3.5
|
79
|
-
signing_key:
|
76
|
+
rubygems_version: 3.6.5
|
80
77
|
specification_version: 4
|
81
78
|
summary: Simple REST client for Digital Asset Links API V1
|
82
79
|
test_files: []
|