google-apis-analyticshub_v1 0.18.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: ddfeaba446be06e8a0b276c70f0bfc469cb7360568b462343d6efc4bfd2e911b
|
|
4
|
+
data.tar.gz: 2363687c0a5fc070a6f4936010e84567a7a2088296fcadf637ae4a9cdb7875b4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2a7cf597d8f2b3702ab028ff09d39264cb367e0e89437d9e3d61eada23a83068c7c105f6b2e89b48e839340d0410dbda72e64bdea26ea35ea70604fd7a259c0e
|
|
7
|
+
data.tar.gz: 407db8e00daa9a43009b442b52f50a13236afb31e98490453ceae1bed16af2766459f135c6a6efb95c14ef1e723848d6270315afa0f277e7703fd40850739229
|
data/CHANGELOG.md
CHANGED
|
@@ -108,6 +108,13 @@ module Google
|
|
|
108
108
|
# @return [String]
|
|
109
109
|
attr_accessor :dataset
|
|
110
110
|
|
|
111
|
+
# Optional. Resources in this dataset that are selectively shared. If this field
|
|
112
|
+
# is empty, then the entire dataset (all resources) are shared. This field is
|
|
113
|
+
# only valid for data clean room exchanges.
|
|
114
|
+
# Corresponds to the JSON property `selectedResources`
|
|
115
|
+
# @return [Array<Google::Apis::AnalyticshubV1::SelectedResource>]
|
|
116
|
+
attr_accessor :selected_resources
|
|
117
|
+
|
|
111
118
|
def initialize(**args)
|
|
112
119
|
update!(**args)
|
|
113
120
|
end
|
|
@@ -115,6 +122,7 @@ module Google
|
|
|
115
122
|
# Update properties of this object
|
|
116
123
|
def update!(**args)
|
|
117
124
|
@dataset = args[:dataset] if args.key?(:dataset)
|
|
125
|
+
@selected_resources = args[:selected_resources] if args.key?(:selected_resources)
|
|
118
126
|
end
|
|
119
127
|
end
|
|
120
128
|
|
|
@@ -1157,6 +1165,27 @@ module Google
|
|
|
1157
1165
|
end
|
|
1158
1166
|
end
|
|
1159
1167
|
|
|
1168
|
+
# Resource in this dataset that are selectively shared.
|
|
1169
|
+
class SelectedResource
|
|
1170
|
+
include Google::Apis::Core::Hashable
|
|
1171
|
+
|
|
1172
|
+
# Optional. Format: For table: `projects/`projectId`/datasets/`datasetId`/tables/
|
|
1173
|
+
# `tableId`` Example:"projects/test_project/datasets/test_dataset/tables/
|
|
1174
|
+
# test_table"
|
|
1175
|
+
# Corresponds to the JSON property `table`
|
|
1176
|
+
# @return [String]
|
|
1177
|
+
attr_accessor :table
|
|
1178
|
+
|
|
1179
|
+
def initialize(**args)
|
|
1180
|
+
update!(**args)
|
|
1181
|
+
end
|
|
1182
|
+
|
|
1183
|
+
# Update properties of this object
|
|
1184
|
+
def update!(**args)
|
|
1185
|
+
@table = args[:table] if args.key?(:table)
|
|
1186
|
+
end
|
|
1187
|
+
end
|
|
1188
|
+
|
|
1160
1189
|
# Request message for `SetIamPolicy` method.
|
|
1161
1190
|
class SetIamPolicyRequest
|
|
1162
1191
|
include Google::Apis::Core::Hashable
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module AnalyticshubV1
|
|
18
18
|
# Version of the google-apis-analyticshub_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
22
|
GENERATOR_VERSION = "0.14.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20240307"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -202,6 +202,12 @@ module Google
|
|
|
202
202
|
include Google::Apis::Core::JsonObjectSupport
|
|
203
203
|
end
|
|
204
204
|
|
|
205
|
+
class SelectedResource
|
|
206
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
207
|
+
|
|
208
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
209
|
+
end
|
|
210
|
+
|
|
205
211
|
class SetIamPolicyRequest
|
|
206
212
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
207
213
|
|
|
@@ -283,6 +289,8 @@ module Google
|
|
|
283
289
|
# @private
|
|
284
290
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
285
291
|
property :dataset, as: 'dataset'
|
|
292
|
+
collection :selected_resources, as: 'selectedResources', class: Google::Apis::AnalyticshubV1::SelectedResource, decorator: Google::Apis::AnalyticshubV1::SelectedResource::Representation
|
|
293
|
+
|
|
286
294
|
end
|
|
287
295
|
end
|
|
288
296
|
|
|
@@ -539,6 +547,13 @@ module Google
|
|
|
539
547
|
end
|
|
540
548
|
end
|
|
541
549
|
|
|
550
|
+
class SelectedResource
|
|
551
|
+
# @private
|
|
552
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
553
|
+
property :table, as: 'table'
|
|
554
|
+
end
|
|
555
|
+
end
|
|
556
|
+
|
|
542
557
|
class SetIamPolicyRequest
|
|
543
558
|
# @private
|
|
544
559
|
class Representation < Google::Apis::Core::JsonRepresentation
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-analyticshub_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
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2024-
|
|
11
|
+
date: 2024-03-17 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: google-apis-core
|
|
@@ -58,7 +58,7 @@ licenses:
|
|
|
58
58
|
metadata:
|
|
59
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
60
60
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-analyticshub_v1/CHANGELOG.md
|
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-analyticshub_v1/v0.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-analyticshub_v1/v0.19.0
|
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-analyticshub_v1
|
|
63
63
|
post_install_message:
|
|
64
64
|
rdoc_options: []
|