google-apis-analyticshub_v1 0.26.0 → 0.28.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: e3905514b2ac2f321c126d7a1552a8aee5ccf81d62d35a3cdb97aa0802b060d3
4
- data.tar.gz: 125f6d9398fc050768cbb260e250b19cc292be4378680d6856651fc5582c6568
3
+ metadata.gz: 4e6dd27a168d018a419788a72d8e5c5245dd7bf52ad04d4bd5d24c099807d7a0
4
+ data.tar.gz: bb06c6e04c8251c3d8b45b9d81a65537b341c7b0bb80e6014d95baeead3d83b9
5
5
  SHA512:
6
- metadata.gz: c4f937c1f20037bb1823f9c21dd82f9a4d2730510b7f1627e01b016fbe29a9172529dc948502540d0572e237d253653a9dbc666bbdd365672d9c8d51ff37cb76
7
- data.tar.gz: 2df52e1326ef901a7763d0712ad22056838ee570e09ddfa816b3367f0205eb2046d73f4a40c83b3e0ecf9dd3eee8e79cc15aeeb045059fc98c1c41e4a98a8e9a
6
+ metadata.gz: 93c6f74c4ddb851862d1c3822572e8fb8e5a99e9123954b0aafc068388b90b86059352837f7e9d61c2b9f5305377add5e3ef7acd24e5fc48fa5a948c79ab3adc
7
+ data.tar.gz: 2b4355382b9cd9b3bc7188064c19feed421bb2ee292f9fc3fb1eb94ddf5d359d8c3ca74273db691c1835566656e35054fb63f98c0155cae522f5f4ba1498dfaf
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Release history for google-apis-analyticshub_v1
2
2
 
3
+ ### v0.28.0 (2025-02-26)
4
+
5
+ * Regenerated from discovery document revision 20250217
6
+ * Regenerated using generator version 0.16.0
7
+
8
+ ### v0.27.0 (2025-01-05)
9
+
10
+ * Regenerated from discovery document revision 20241213
11
+
3
12
  ### v0.26.0 (2024-11-03)
4
13
 
5
14
  * Regenerated from discovery document revision 20241028
@@ -22,7 +22,7 @@ module Google
22
22
  module Apis
23
23
  module AnalyticshubV1
24
24
 
25
- # Information about an associated Analytics Hub subscription (https://cloud.
25
+ # Information about an associated [Analytics Hub subscription](https://cloud.
26
26
  # google.com/bigquery/docs/analytics-hub-manage-subscriptions).
27
27
  class AnalyticsHubSubscriptionInfo
28
28
  include Google::Apis::Core::Hashable
@@ -241,8 +241,8 @@ module Google
241
241
  class BigQueryDatasetSource
242
242
  include Google::Apis::Core::Hashable
243
243
 
244
- # Resource name of the dataset source for this listing. e.g. `projects/myproject/
245
- # datasets/123`
244
+ # Optional. Resource name of the dataset source for this listing. e.g. `projects/
245
+ # myproject/datasets/123`
246
246
  # Corresponds to the JSON property `dataset`
247
247
  # @return [String]
248
248
  attr_accessor :dataset
@@ -418,7 +418,7 @@ module Google
418
418
 
419
419
  # Optional. The maximum duration that can elapse before a new Cloud Storage file
420
420
  # is created. Min 1 minute, max 10 minutes, default 5 minutes. May not exceed
421
- # the subscription's acknowledgement deadline.
421
+ # the subscription's acknowledgment deadline.
422
422
  # Corresponds to the JSON property `maxDuration`
423
423
  # @return [String]
424
424
  attr_accessor :max_duration
@@ -519,6 +519,13 @@ module Google
519
519
  # @return [Fixnum]
520
520
  attr_accessor :listing_count
521
521
 
522
+ # Optional. By default, false. If true, the DataExchange has an email sharing
523
+ # mandate enabled.
524
+ # Corresponds to the JSON property `logLinkedDatasetQueryUserEmail`
525
+ # @return [Boolean]
526
+ attr_accessor :log_linked_dataset_query_user_email
527
+ alias_method :log_linked_dataset_query_user_email?, :log_linked_dataset_query_user_email
528
+
522
529
  # Output only. The resource name of the data exchange. e.g. `projects/myproject/
523
530
  # locations/US/dataExchanges/123`.
524
531
  # Corresponds to the JSON property `name`
@@ -549,6 +556,7 @@ module Google
549
556
  @documentation = args[:documentation] if args.key?(:documentation)
550
557
  @icon = args[:icon] if args.key?(:icon)
551
558
  @listing_count = args[:listing_count] if args.key?(:listing_count)
559
+ @log_linked_dataset_query_user_email = args[:log_linked_dataset_query_user_email] if args.key?(:log_linked_dataset_query_user_email)
552
560
  @name = args[:name] if args.key?(:name)
553
561
  @primary_contact = args[:primary_contact] if args.key?(:primary_contact)
554
562
  @sharing_environment_config = args[:sharing_environment_config] if args.key?(:sharing_environment_config)
@@ -636,11 +644,11 @@ module Google
636
644
 
637
645
  # Optional. The maximum number of delivery attempts for any message. The value
638
646
  # must be between 5 and 100. The number of delivery attempts is defined as 1 + (
639
- # the sum of number of NACKs and number of times the acknowledgement deadline
640
- # has been exceeded for the message). A NACK is any call to ModifyAckDeadline
641
- # with a 0 deadline. Note that client libraries may automatically extend
642
- # ack_deadlines. This field will be honored on a best effort basis. If this
643
- # parameter is 0, a default value of 5 is used.
647
+ # the sum of number of NACKs and number of times the acknowledgment deadline has
648
+ # been exceeded for the message). A NACK is any call to ModifyAckDeadline with a
649
+ # 0 deadline. Note that client libraries may automatically extend ack_deadlines.
650
+ # This field will be honored on a best effort basis. If this parameter is 0, a
651
+ # default value of 5 is used.
644
652
  # Corresponds to the JSON property `maxDeliveryAttempts`
645
653
  # @return [Fixnum]
646
654
  attr_accessor :max_delivery_attempts
@@ -673,7 +681,7 @@ module Google
673
681
  class DestinationDataset
674
682
  include Google::Apis::Core::Hashable
675
683
 
676
- # Contains the reference that identifies a destination bigquery dataset.
684
+ # Required. A reference that identifies the destination dataset.
677
685
  # Corresponds to the JSON property `datasetReference`
678
686
  # @return [Google::Apis::AnalyticshubV1::DestinationDatasetReference]
679
687
  attr_accessor :dataset_reference
@@ -716,7 +724,7 @@ module Google
716
724
  end
717
725
  end
718
726
 
719
- # Contains the reference that identifies a destination bigquery dataset.
727
+ #
720
728
  class DestinationDatasetReference
721
729
  include Google::Apis::Core::Hashable
722
730
 
@@ -905,6 +913,92 @@ module Google
905
913
  end
906
914
  end
907
915
 
916
+ # Commercial info contains the information about the commercial data products
917
+ # associated with the listing.
918
+ class GoogleCloudBigqueryAnalyticshubV1ListingCommercialInfo
919
+ include Google::Apis::Core::Hashable
920
+
921
+ # Specifies the details of the Marketplace Data Product associated with the
922
+ # Listing.
923
+ # Corresponds to the JSON property `cloudMarketplace`
924
+ # @return [Google::Apis::AnalyticshubV1::GoogleCloudBigqueryAnalyticshubV1ListingCommercialInfoGoogleCloudMarketplaceInfo]
925
+ attr_accessor :cloud_marketplace
926
+
927
+ def initialize(**args)
928
+ update!(**args)
929
+ end
930
+
931
+ # Update properties of this object
932
+ def update!(**args)
933
+ @cloud_marketplace = args[:cloud_marketplace] if args.key?(:cloud_marketplace)
934
+ end
935
+ end
936
+
937
+ # Specifies the details of the Marketplace Data Product associated with the
938
+ # Listing.
939
+ class GoogleCloudBigqueryAnalyticshubV1ListingCommercialInfoGoogleCloudMarketplaceInfo
940
+ include Google::Apis::Core::Hashable
941
+
942
+ # Output only. Commercial state of the Marketplace Data Product.
943
+ # Corresponds to the JSON property `commercialState`
944
+ # @return [String]
945
+ attr_accessor :commercial_state
946
+
947
+ # Output only. Resource name of the commercial service associated with the
948
+ # Marketplace Data Product. e.g. example.com
949
+ # Corresponds to the JSON property `service`
950
+ # @return [String]
951
+ attr_accessor :service
952
+
953
+ def initialize(**args)
954
+ update!(**args)
955
+ end
956
+
957
+ # Update properties of this object
958
+ def update!(**args)
959
+ @commercial_state = args[:commercial_state] if args.key?(:commercial_state)
960
+ @service = args[:service] if args.key?(:service)
961
+ end
962
+ end
963
+
964
+ # Commercial info metadata for this subscription.
965
+ class GoogleCloudBigqueryAnalyticshubV1SubscriptionCommercialInfo
966
+ include Google::Apis::Core::Hashable
967
+
968
+ # Cloud Marketplace commercial metadata for this subscription.
969
+ # Corresponds to the JSON property `cloudMarketplace`
970
+ # @return [Google::Apis::AnalyticshubV1::GoogleCloudBigqueryAnalyticshubV1SubscriptionCommercialInfoGoogleCloudMarketplaceInfo]
971
+ attr_accessor :cloud_marketplace
972
+
973
+ def initialize(**args)
974
+ update!(**args)
975
+ end
976
+
977
+ # Update properties of this object
978
+ def update!(**args)
979
+ @cloud_marketplace = args[:cloud_marketplace] if args.key?(:cloud_marketplace)
980
+ end
981
+ end
982
+
983
+ # Cloud Marketplace commercial metadata for this subscription.
984
+ class GoogleCloudBigqueryAnalyticshubV1SubscriptionCommercialInfoGoogleCloudMarketplaceInfo
985
+ include Google::Apis::Core::Hashable
986
+
987
+ # Resource name of the Marketplace Order.
988
+ # Corresponds to the JSON property `order`
989
+ # @return [String]
990
+ attr_accessor :order
991
+
992
+ def initialize(**args)
993
+ update!(**args)
994
+ end
995
+
996
+ # Update properties of this object
997
+ def update!(**args)
998
+ @order = args[:order] if args.key?(:order)
999
+ end
1000
+ end
1001
+
908
1002
  # A subscription resource. If none of `push_config`, `bigquery_config`, or `
909
1003
  # cloud_storage_config` is set, then the subscriber will pull and ack messages
910
1004
  # using API methods. At most one of these fields may be set.
@@ -930,7 +1024,7 @@ module Google
930
1024
  # @return [Fixnum]
931
1025
  attr_accessor :ack_deadline_seconds
932
1026
 
933
- # Information about an associated Analytics Hub subscription (https://cloud.
1027
+ # Information about an associated [Analytics Hub subscription](https://cloud.
934
1028
  # google.com/bigquery/docs/analytics-hub-manage-subscriptions).
935
1029
  # Corresponds to the JSON property `analyticsHubSubscriptionInfo`
936
1030
  # @return [Google::Apis::AnalyticshubV1::AnalyticsHubSubscriptionInfo]
@@ -967,7 +1061,7 @@ module Google
967
1061
  # Optional. If true, Pub/Sub provides the following guarantees for the delivery
968
1062
  # of a message with a given value of `message_id` on this subscription: * The
969
1063
  # message sent to a subscriber is guaranteed not to be resent before the message'
970
- # s acknowledgement deadline expires. * An acknowledged message will not be
1064
+ # s acknowledgment deadline expires. * An acknowledged message will not be
971
1065
  # resent to a subscriber. Note that subscribers may still receive multiple
972
1066
  # copies of a message when `enable_exactly_once_delivery` is true if the message
973
1067
  # was published multiple times by a publisher client. These copies are
@@ -1015,6 +1109,12 @@ module Google
1015
1109
  # @return [String]
1016
1110
  attr_accessor :message_retention_duration
1017
1111
 
1112
+ # Optional. Transforms to be applied to messages before they are delivered to
1113
+ # subscribers. Transforms are applied in the order specified.
1114
+ # Corresponds to the JSON property `messageTransforms`
1115
+ # @return [Array<Google::Apis::AnalyticshubV1::MessageTransform>]
1116
+ attr_accessor :message_transforms
1117
+
1018
1118
  # Required. Name of the subscription. Format is `projects/`project`/
1019
1119
  # subscriptions/`sub``.
1020
1120
  # Corresponds to the JSON property `name`
@@ -1040,7 +1140,7 @@ module Google
1040
1140
  # A policy that specifies how Pub/Sub retries message delivery. Retry delay will
1041
1141
  # be exponential based on provided minimum and maximum backoffs. https://en.
1042
1142
  # wikipedia.org/wiki/Exponential_backoff. RetryPolicy will be triggered on NACKs
1043
- # or acknowledgement deadline exceeded events for a given message. Retry Policy
1143
+ # or acknowledgment deadline exceeded events for a given message. Retry Policy
1044
1144
  # is implemented on a best effort basis. At times, the delay between consecutive
1045
1145
  # deliveries may not match the configuration. That is, delay can be more or less
1046
1146
  # than configured backoff.
@@ -1082,6 +1182,7 @@ module Google
1082
1182
  @filter = args[:filter] if args.key?(:filter)
1083
1183
  @labels = args[:labels] if args.key?(:labels)
1084
1184
  @message_retention_duration = args[:message_retention_duration] if args.key?(:message_retention_duration)
1185
+ @message_transforms = args[:message_transforms] if args.key?(:message_transforms)
1085
1186
  @name = args[:name] if args.key?(:name)
1086
1187
  @push_config = args[:push_config] if args.key?(:push_config)
1087
1188
  @retain_acked_messages = args[:retain_acked_messages] if args.key?(:retain_acked_messages)
@@ -1091,6 +1192,43 @@ module Google
1091
1192
  end
1092
1193
  end
1093
1194
 
1195
+ # User-defined JavaScript function that can transform or filter a Pub/Sub
1196
+ # message.
1197
+ class JavaScriptUdf
1198
+ include Google::Apis::Core::Hashable
1199
+
1200
+ # Required. JavaScript code that contains a function `function_name` with the
1201
+ # below signature: ``` /** * Transforms a Pub/Sub message. * @return `(Object)>|
1202
+ # null)` - To * filter a message, return `null`. To transform a message return a
1203
+ # map * with the following keys: * - (required) 'data' : `string` * - (optional)
1204
+ # 'attributes' : `Object` * Returning empty `attributes` will remove all
1205
+ # attributes from the * message. * * @param `(Object)>` Pub/Sub * message. Keys:
1206
+ # * - (required) 'data' : `string` * - (required) 'attributes' : `Object` * * @
1207
+ # param `Object` metadata - Pub/Sub message metadata. * Keys: * - (required) '
1208
+ # message_id' : `string` * - (optional) 'publish_time': `string` YYYY-MM-DDTHH:
1209
+ # MM:SSZ format * - (optional) 'ordering_key': `string` */ function (message,
1210
+ # metadata) ` ` ```
1211
+ # Corresponds to the JSON property `code`
1212
+ # @return [String]
1213
+ attr_accessor :code
1214
+
1215
+ # Required. Name of the JavasScript function that should applied to Pub/Sub
1216
+ # messages.
1217
+ # Corresponds to the JSON property `functionName`
1218
+ # @return [String]
1219
+ attr_accessor :function_name
1220
+
1221
+ def initialize(**args)
1222
+ update!(**args)
1223
+ end
1224
+
1225
+ # Update properties of this object
1226
+ def update!(**args)
1227
+ @code = args[:code] if args.key?(:code)
1228
+ @function_name = args[:function_name] if args.key?(:function_name)
1229
+ end
1230
+ end
1231
+
1094
1232
  # Reference to a linked resource tracked by this Subscription.
1095
1233
  class LinkedResource
1096
1234
  include Google::Apis::Core::Hashable
@@ -1270,6 +1408,12 @@ module Google
1270
1408
  # @return [Array<String>]
1271
1409
  attr_accessor :categories
1272
1410
 
1411
+ # Commercial info contains the information about the commercial data products
1412
+ # associated with the listing.
1413
+ # Corresponds to the JSON property `commercialInfo`
1414
+ # @return [Google::Apis::AnalyticshubV1::GoogleCloudBigqueryAnalyticshubV1ListingCommercialInfo]
1415
+ attr_accessor :commercial_info
1416
+
1273
1417
  # Contains details of the data provider.
1274
1418
  # Corresponds to the JSON property `dataProvider`
1275
1419
  # @return [Google::Apis::AnalyticshubV1::DataProvider]
@@ -1311,6 +1455,13 @@ module Google
1311
1455
  # @return [String]
1312
1456
  attr_accessor :icon
1313
1457
 
1458
+ # Optional. By default, false. If true, the Listing has an email sharing mandate
1459
+ # enabled.
1460
+ # Corresponds to the JSON property `logLinkedDatasetQueryUserEmail`
1461
+ # @return [Boolean]
1462
+ attr_accessor :log_linked_dataset_query_user_email
1463
+ alias_method :log_linked_dataset_query_user_email?, :log_linked_dataset_query_user_email
1464
+
1314
1465
  # Output only. The resource name of the listing. e.g. `projects/myproject/
1315
1466
  # locations/US/dataExchanges/123/listings/456`
1316
1467
  # Corresponds to the JSON property `name`
@@ -1363,12 +1514,14 @@ module Google
1363
1514
  def update!(**args)
1364
1515
  @bigquery_dataset = args[:bigquery_dataset] if args.key?(:bigquery_dataset)
1365
1516
  @categories = args[:categories] if args.key?(:categories)
1517
+ @commercial_info = args[:commercial_info] if args.key?(:commercial_info)
1366
1518
  @data_provider = args[:data_provider] if args.key?(:data_provider)
1367
1519
  @description = args[:description] if args.key?(:description)
1368
1520
  @discovery_type = args[:discovery_type] if args.key?(:discovery_type)
1369
1521
  @display_name = args[:display_name] if args.key?(:display_name)
1370
1522
  @documentation = args[:documentation] if args.key?(:documentation)
1371
1523
  @icon = args[:icon] if args.key?(:icon)
1524
+ @log_linked_dataset_query_user_email = args[:log_linked_dataset_query_user_email] if args.key?(:log_linked_dataset_query_user_email)
1372
1525
  @name = args[:name] if args.key?(:name)
1373
1526
  @primary_contact = args[:primary_contact] if args.key?(:primary_contact)
1374
1527
  @publisher = args[:publisher] if args.key?(:publisher)
@@ -1380,6 +1533,34 @@ module Google
1380
1533
  end
1381
1534
  end
1382
1535
 
1536
+ # All supported message transforms types.
1537
+ class MessageTransform
1538
+ include Google::Apis::Core::Hashable
1539
+
1540
+ # Optional. If set to true, the transform is enabled. If false, the transform is
1541
+ # disabled and will not be applied to messages. Defaults to `true`.
1542
+ # Corresponds to the JSON property `enabled`
1543
+ # @return [Boolean]
1544
+ attr_accessor :enabled
1545
+ alias_method :enabled?, :enabled
1546
+
1547
+ # User-defined JavaScript function that can transform or filter a Pub/Sub
1548
+ # message.
1549
+ # Corresponds to the JSON property `javascriptUdf`
1550
+ # @return [Google::Apis::AnalyticshubV1::JavaScriptUdf]
1551
+ attr_accessor :javascript_udf
1552
+
1553
+ def initialize(**args)
1554
+ update!(**args)
1555
+ end
1556
+
1557
+ # Update properties of this object
1558
+ def update!(**args)
1559
+ @enabled = args[:enabled] if args.key?(:enabled)
1560
+ @javascript_udf = args[:javascript_udf] if args.key?(:javascript_udf)
1561
+ end
1562
+ end
1563
+
1383
1564
  # Sets the `data` field as the HTTP body for delivery.
1384
1565
  class NoWrapper
1385
1566
  include Google::Apis::Core::Hashable
@@ -1889,7 +2070,7 @@ module Google
1889
2070
  # A policy that specifies how Pub/Sub retries message delivery. Retry delay will
1890
2071
  # be exponential based on provided minimum and maximum backoffs. https://en.
1891
2072
  # wikipedia.org/wiki/Exponential_backoff. RetryPolicy will be triggered on NACKs
1892
- # or acknowledgement deadline exceeded events for a given message. Retry Policy
2073
+ # or acknowledgment deadline exceeded events for a given message. Retry Policy
1893
2074
  # is implemented on a best effort basis. At times, the delay between consecutive
1894
2075
  # deliveries may not match the configuration. That is, delay can be more or less
1895
2076
  # than configured backoff.
@@ -1949,6 +2130,13 @@ module Google
1949
2130
  class SelectedResource
1950
2131
  include Google::Apis::Core::Hashable
1951
2132
 
2133
+ # Optional. Format: For routine: `projects/`projectId`/datasets/`datasetId`/
2134
+ # routines/`routineId`` Example:"projects/test_project/datasets/test_dataset/
2135
+ # routines/test_routine"
2136
+ # Corresponds to the JSON property `routine`
2137
+ # @return [String]
2138
+ attr_accessor :routine
2139
+
1952
2140
  # Optional. Format: For table: `projects/`projectId`/datasets/`datasetId`/tables/
1953
2141
  # `tableId`` Example:"projects/test_project/datasets/test_dataset/tables/
1954
2142
  # test_table"
@@ -1962,6 +2150,7 @@ module Google
1962
2150
 
1963
2151
  # Update properties of this object
1964
2152
  def update!(**args)
2153
+ @routine = args[:routine] if args.key?(:routine)
1965
2154
  @table = args[:table] if args.key?(:table)
1966
2155
  end
1967
2156
  end
@@ -2195,6 +2384,11 @@ module Google
2195
2384
  class Subscription
2196
2385
  include Google::Apis::Core::Hashable
2197
2386
 
2387
+ # Commercial info metadata for this subscription.
2388
+ # Corresponds to the JSON property `commercialInfo`
2389
+ # @return [Google::Apis::AnalyticshubV1::GoogleCloudBigqueryAnalyticshubV1SubscriptionCommercialInfo]
2390
+ attr_accessor :commercial_info
2391
+
2198
2392
  # Output only. Timestamp when the subscription was created.
2199
2393
  # Corresponds to the JSON property `creationTime`
2200
2394
  # @return [String]
@@ -2231,6 +2425,13 @@ module Google
2231
2425
  # @return [String]
2232
2426
  attr_accessor :listing
2233
2427
 
2428
+ # Output only. By default, false. If true, the Subscriber agreed to the email
2429
+ # sharing mandate that is enabled for DataExchange/Listing.
2430
+ # Corresponds to the JSON property `logLinkedDatasetQueryUserEmail`
2431
+ # @return [Boolean]
2432
+ attr_accessor :log_linked_dataset_query_user_email
2433
+ alias_method :log_linked_dataset_query_user_email?, :log_linked_dataset_query_user_email
2434
+
2234
2435
  # Output only. The resource name of the subscription. e.g. `projects/myproject/
2235
2436
  # locations/US/subscriptions/123`.
2236
2437
  # Corresponds to the JSON property `name`
@@ -2268,12 +2469,14 @@ module Google
2268
2469
 
2269
2470
  # Update properties of this object
2270
2471
  def update!(**args)
2472
+ @commercial_info = args[:commercial_info] if args.key?(:commercial_info)
2271
2473
  @creation_time = args[:creation_time] if args.key?(:creation_time)
2272
2474
  @data_exchange = args[:data_exchange] if args.key?(:data_exchange)
2273
2475
  @last_modify_time = args[:last_modify_time] if args.key?(:last_modify_time)
2274
2476
  @linked_dataset_map = args[:linked_dataset_map] if args.key?(:linked_dataset_map)
2275
2477
  @linked_resources = args[:linked_resources] if args.key?(:linked_resources)
2276
2478
  @listing = args[:listing] if args.key?(:listing)
2479
+ @log_linked_dataset_query_user_email = args[:log_linked_dataset_query_user_email] if args.key?(:log_linked_dataset_query_user_email)
2277
2480
  @name = args[:name] if args.key?(:name)
2278
2481
  @organization_display_name = args[:organization_display_name] if args.key?(:organization_display_name)
2279
2482
  @organization_id = args[:organization_id] if args.key?(:organization_id)
@@ -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.26.0"
19
+ GEM_VERSION = "0.28.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.15.1"
22
+ GENERATOR_VERSION = "0.16.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20241028"
25
+ REVISION = "20250217"
26
26
  end
27
27
  end
28
28
  end
@@ -148,12 +148,42 @@ module Google
148
148
  include Google::Apis::Core::JsonObjectSupport
149
149
  end
150
150
 
151
+ class GoogleCloudBigqueryAnalyticshubV1ListingCommercialInfo
152
+ class Representation < Google::Apis::Core::JsonRepresentation; end
153
+
154
+ include Google::Apis::Core::JsonObjectSupport
155
+ end
156
+
157
+ class GoogleCloudBigqueryAnalyticshubV1ListingCommercialInfoGoogleCloudMarketplaceInfo
158
+ class Representation < Google::Apis::Core::JsonRepresentation; end
159
+
160
+ include Google::Apis::Core::JsonObjectSupport
161
+ end
162
+
163
+ class GoogleCloudBigqueryAnalyticshubV1SubscriptionCommercialInfo
164
+ class Representation < Google::Apis::Core::JsonRepresentation; end
165
+
166
+ include Google::Apis::Core::JsonObjectSupport
167
+ end
168
+
169
+ class GoogleCloudBigqueryAnalyticshubV1SubscriptionCommercialInfoGoogleCloudMarketplaceInfo
170
+ class Representation < Google::Apis::Core::JsonRepresentation; end
171
+
172
+ include Google::Apis::Core::JsonObjectSupport
173
+ end
174
+
151
175
  class GooglePubsubV1Subscription
152
176
  class Representation < Google::Apis::Core::JsonRepresentation; end
153
177
 
154
178
  include Google::Apis::Core::JsonObjectSupport
155
179
  end
156
180
 
181
+ class JavaScriptUdf
182
+ class Representation < Google::Apis::Core::JsonRepresentation; end
183
+
184
+ include Google::Apis::Core::JsonObjectSupport
185
+ end
186
+
157
187
  class LinkedResource
158
188
  class Representation < Google::Apis::Core::JsonRepresentation; end
159
189
 
@@ -196,6 +226,12 @@ module Google
196
226
  include Google::Apis::Core::JsonObjectSupport
197
227
  end
198
228
 
229
+ class MessageTransform
230
+ class Representation < Google::Apis::Core::JsonRepresentation; end
231
+
232
+ include Google::Apis::Core::JsonObjectSupport
233
+ end
234
+
199
235
  class NoWrapper
200
236
  class Representation < Google::Apis::Core::JsonRepresentation; end
201
237
 
@@ -459,6 +495,7 @@ module Google
459
495
  property :documentation, as: 'documentation'
460
496
  property :icon, :base64 => true, as: 'icon'
461
497
  property :listing_count, as: 'listingCount'
498
+ property :log_linked_dataset_query_user_email, as: 'logLinkedDatasetQueryUserEmail'
462
499
  property :name, as: 'name'
463
500
  property :primary_contact, as: 'primaryContact'
464
501
  property :sharing_environment_config, as: 'sharingEnvironmentConfig', class: Google::Apis::AnalyticshubV1::SharingEnvironmentConfig, decorator: Google::Apis::AnalyticshubV1::SharingEnvironmentConfig::Representation
@@ -562,6 +599,37 @@ module Google
562
599
  end
563
600
  end
564
601
 
602
+ class GoogleCloudBigqueryAnalyticshubV1ListingCommercialInfo
603
+ # @private
604
+ class Representation < Google::Apis::Core::JsonRepresentation
605
+ property :cloud_marketplace, as: 'cloudMarketplace', class: Google::Apis::AnalyticshubV1::GoogleCloudBigqueryAnalyticshubV1ListingCommercialInfoGoogleCloudMarketplaceInfo, decorator: Google::Apis::AnalyticshubV1::GoogleCloudBigqueryAnalyticshubV1ListingCommercialInfoGoogleCloudMarketplaceInfo::Representation
606
+
607
+ end
608
+ end
609
+
610
+ class GoogleCloudBigqueryAnalyticshubV1ListingCommercialInfoGoogleCloudMarketplaceInfo
611
+ # @private
612
+ class Representation < Google::Apis::Core::JsonRepresentation
613
+ property :commercial_state, as: 'commercialState'
614
+ property :service, as: 'service'
615
+ end
616
+ end
617
+
618
+ class GoogleCloudBigqueryAnalyticshubV1SubscriptionCommercialInfo
619
+ # @private
620
+ class Representation < Google::Apis::Core::JsonRepresentation
621
+ property :cloud_marketplace, as: 'cloudMarketplace', class: Google::Apis::AnalyticshubV1::GoogleCloudBigqueryAnalyticshubV1SubscriptionCommercialInfoGoogleCloudMarketplaceInfo, decorator: Google::Apis::AnalyticshubV1::GoogleCloudBigqueryAnalyticshubV1SubscriptionCommercialInfoGoogleCloudMarketplaceInfo::Representation
622
+
623
+ end
624
+ end
625
+
626
+ class GoogleCloudBigqueryAnalyticshubV1SubscriptionCommercialInfoGoogleCloudMarketplaceInfo
627
+ # @private
628
+ class Representation < Google::Apis::Core::JsonRepresentation
629
+ property :order, as: 'order'
630
+ end
631
+ end
632
+
565
633
  class GooglePubsubV1Subscription
566
634
  # @private
567
635
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -582,6 +650,8 @@ module Google
582
650
  property :filter, as: 'filter'
583
651
  hash :labels, as: 'labels'
584
652
  property :message_retention_duration, as: 'messageRetentionDuration'
653
+ collection :message_transforms, as: 'messageTransforms', class: Google::Apis::AnalyticshubV1::MessageTransform, decorator: Google::Apis::AnalyticshubV1::MessageTransform::Representation
654
+
585
655
  property :name, as: 'name'
586
656
  property :push_config, as: 'pushConfig', class: Google::Apis::AnalyticshubV1::PushConfig, decorator: Google::Apis::AnalyticshubV1::PushConfig::Representation
587
657
 
@@ -593,6 +663,14 @@ module Google
593
663
  end
594
664
  end
595
665
 
666
+ class JavaScriptUdf
667
+ # @private
668
+ class Representation < Google::Apis::Core::JsonRepresentation
669
+ property :code, as: 'code'
670
+ property :function_name, as: 'functionName'
671
+ end
672
+ end
673
+
596
674
  class LinkedResource
597
675
  # @private
598
676
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -653,6 +731,8 @@ module Google
653
731
  property :bigquery_dataset, as: 'bigqueryDataset', class: Google::Apis::AnalyticshubV1::BigQueryDatasetSource, decorator: Google::Apis::AnalyticshubV1::BigQueryDatasetSource::Representation
654
732
 
655
733
  collection :categories, as: 'categories'
734
+ property :commercial_info, as: 'commercialInfo', class: Google::Apis::AnalyticshubV1::GoogleCloudBigqueryAnalyticshubV1ListingCommercialInfo, decorator: Google::Apis::AnalyticshubV1::GoogleCloudBigqueryAnalyticshubV1ListingCommercialInfo::Representation
735
+
656
736
  property :data_provider, as: 'dataProvider', class: Google::Apis::AnalyticshubV1::DataProvider, decorator: Google::Apis::AnalyticshubV1::DataProvider::Representation
657
737
 
658
738
  property :description, as: 'description'
@@ -660,6 +740,7 @@ module Google
660
740
  property :display_name, as: 'displayName'
661
741
  property :documentation, as: 'documentation'
662
742
  property :icon, :base64 => true, as: 'icon'
743
+ property :log_linked_dataset_query_user_email, as: 'logLinkedDatasetQueryUserEmail'
663
744
  property :name, as: 'name'
664
745
  property :primary_contact, as: 'primaryContact'
665
746
  property :publisher, as: 'publisher', class: Google::Apis::AnalyticshubV1::Publisher, decorator: Google::Apis::AnalyticshubV1::Publisher::Representation
@@ -674,6 +755,15 @@ module Google
674
755
  end
675
756
  end
676
757
 
758
+ class MessageTransform
759
+ # @private
760
+ class Representation < Google::Apis::Core::JsonRepresentation
761
+ property :enabled, as: 'enabled'
762
+ property :javascript_udf, as: 'javascriptUdf', class: Google::Apis::AnalyticshubV1::JavaScriptUdf, decorator: Google::Apis::AnalyticshubV1::JavaScriptUdf::Representation
763
+
764
+ end
765
+ end
766
+
677
767
  class NoWrapper
678
768
  # @private
679
769
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -817,6 +907,7 @@ module Google
817
907
  class SelectedResource
818
908
  # @private
819
909
  class Representation < Google::Apis::Core::JsonRepresentation
910
+ property :routine, as: 'routine'
820
911
  property :table, as: 'table'
821
912
  end
822
913
  end
@@ -889,6 +980,8 @@ module Google
889
980
  class Subscription
890
981
  # @private
891
982
  class Representation < Google::Apis::Core::JsonRepresentation
983
+ property :commercial_info, as: 'commercialInfo', class: Google::Apis::AnalyticshubV1::GoogleCloudBigqueryAnalyticshubV1SubscriptionCommercialInfo, decorator: Google::Apis::AnalyticshubV1::GoogleCloudBigqueryAnalyticshubV1SubscriptionCommercialInfo::Representation
984
+
892
985
  property :creation_time, as: 'creationTime'
893
986
  property :data_exchange, as: 'dataExchange'
894
987
  property :last_modify_time, as: 'lastModifyTime'
@@ -897,6 +990,7 @@ module Google
897
990
  collection :linked_resources, as: 'linkedResources', class: Google::Apis::AnalyticshubV1::LinkedResource, decorator: Google::Apis::AnalyticshubV1::LinkedResource::Representation
898
991
 
899
992
  property :listing, as: 'listing'
993
+ property :log_linked_dataset_query_user_email, as: 'logLinkedDatasetQueryUserEmail'
900
994
  property :name, as: 'name'
901
995
  property :organization_display_name, as: 'organizationDisplayName'
902
996
  property :organization_id, as: 'organizationId'
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-analyticshub_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.26.0
4
+ version: 0.28.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2024-11-03 00:00:00.000000000 Z
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-analyticshub_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-analyticshub_v1/v0.26.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-analyticshub_v1/v0.28.0
62
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-analyticshub_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.21
79
- signing_key:
76
+ rubygems_version: 3.6.5
80
77
  specification_version: 4
81
78
  summary: Simple REST client for Analytics Hub API V1
82
79
  test_files: []