google-apis-datamanager_v1 0.1.0 → 0.3.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: 973cd24b86415fa1f1e4c8455cf779229a59d8b9d6c30f41f87b5ff62c084cd2
4
- data.tar.gz: caaf7e0b496fb1ad5ef2fdae57aba875759ecd95c9f7d8174b09e1fa52468f05
3
+ metadata.gz: ac18438143ba27a8a026a91a72abbadea06b89f94030a51bae097b2ba9a5635d
4
+ data.tar.gz: 42db4ed3e7850d11a3dffaacd7469ac30090509769261064602c2fff09312a52
5
5
  SHA512:
6
- metadata.gz: 5533cf1ccf096c9a5bd63c3ac2ba20303a2eccfb996dee3c97201bf4fbfe6173cfcef5fe9036ef3fe507e0f2c67a1b3c536a3005417bc79ac3ad4d2dbf5c057c
7
- data.tar.gz: 5c26fc195e5e9dbf51b287315bf3213a3bb6d6345ad758104edaab2857216d806b28eac0d349b31b3abfa7df6ebba4eed71a1693043346b4d519027a0e81da98
6
+ metadata.gz: 67b0c8af456d68838cebc346a18070d12166a6db238f9d79ae0c787c94bd7d6026e7f420dcff40dde29cf0f15b9f57e93825b9e284c4e7d3518779fd58d6a688
7
+ data.tar.gz: 97f6747d4c753a8510a40a4f7cd0478768a1b032499dd91accf716d1523a9972bad0c1946ad4c887dafe8ca78e8d269ec451b4b089582eff1d18e0e87642161d
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-datamanager_v1
2
2
 
3
+ ### v0.3.0 (2025-11-23)
4
+
5
+ * Regenerated from discovery document revision 20251115
6
+
7
+ ### v0.2.0 (2025-11-09)
8
+
9
+ * Regenerated from discovery document revision 20251105
10
+
3
11
  ### v0.1.0 (2025-10-12)
4
12
 
5
13
  * Regenerated from discovery document revision 20251006
@@ -152,6 +152,47 @@ module Google
152
152
  end
153
153
  end
154
154
 
155
+ # A data encryption key wrapped by an AWS KMS key.
156
+ class AwsWrappedKeyInfo
157
+ include Google::Apis::Core::Hashable
158
+
159
+ # Required. The base64 encoded encrypted data encryption key.
160
+ # Corresponds to the JSON property `encryptedDek`
161
+ # @return [String]
162
+ attr_accessor :encrypted_dek
163
+
164
+ # Required. The URI of the AWS KMS key used to decrypt the DEK. Should be in the
165
+ # format of `arn:`partition`:kms:`region`:`account_id`:key/`key_id`` or `aws-kms:
166
+ # //arn:`partition`:kms:`region`:`account_id`:key/`key_id``
167
+ # Corresponds to the JSON property `kekUri`
168
+ # @return [String]
169
+ attr_accessor :kek_uri
170
+
171
+ # Required. The type of algorithm used to encrypt the data.
172
+ # Corresponds to the JSON property `keyType`
173
+ # @return [String]
174
+ attr_accessor :key_type
175
+
176
+ # Required. The Amazon Resource Name of the IAM Role to assume for KMS
177
+ # decryption access. Should be in the format of `arn:`partition`:iam::`
178
+ # account_id`:role/`role_name``
179
+ # Corresponds to the JSON property `roleArn`
180
+ # @return [String]
181
+ attr_accessor :role_arn
182
+
183
+ def initialize(**args)
184
+ update!(**args)
185
+ end
186
+
187
+ # Update properties of this object
188
+ def update!(**args)
189
+ @encrypted_dek = args[:encrypted_dek] if args.key?(:encrypted_dek)
190
+ @kek_uri = args[:kek_uri] if args.key?(:kek_uri)
191
+ @key_type = args[:key_type] if args.key?(:key_type)
192
+ @role_arn = args[:role_arn] if args.key?(:role_arn)
193
+ end
194
+ end
195
+
155
196
  # The cart data associated with the event.
156
197
  class CartData
157
198
  include Google::Apis::Core::Hashable
@@ -340,6 +381,11 @@ module Google
340
381
  class EncryptionInfo
341
382
  include Google::Apis::Core::Hashable
342
383
 
384
+ # A data encryption key wrapped by an AWS KMS key.
385
+ # Corresponds to the JSON property `awsWrappedKeyInfo`
386
+ # @return [Google::Apis::DatamanagerV1::AwsWrappedKeyInfo]
387
+ attr_accessor :aws_wrapped_key_info
388
+
343
389
  # Information about the Google Cloud Platform wrapped key.
344
390
  # Corresponds to the JSON property `gcpWrappedKeyInfo`
345
391
  # @return [Google::Apis::DatamanagerV1::GcpWrappedKeyInfo]
@@ -351,6 +397,7 @@ module Google
351
397
 
352
398
  # Update properties of this object
353
399
  def update!(**args)
400
+ @aws_wrapped_key_info = args[:aws_wrapped_key_info] if args.key?(:aws_wrapped_key_info)
354
401
  @gcp_wrapped_key_info = args[:gcp_wrapped_key_info] if args.key?(:gcp_wrapped_key_info)
355
402
  end
356
403
  end
@@ -410,11 +457,24 @@ module Google
410
457
  # @return [Google::Apis::DatamanagerV1::AdIdentifiers]
411
458
  attr_accessor :ad_identifiers
412
459
 
460
+ # Optional. A bucket of any [event parameters](https://developers.google.com/
461
+ # analytics/devguides/collection/protocol/ga4/reference/events) to be included
462
+ # within the event that were not already specified using other structured fields.
463
+ # Corresponds to the JSON property `additionalEventParameters`
464
+ # @return [Array<Google::Apis::DatamanagerV1::EventParameter>]
465
+ attr_accessor :additional_event_parameters
466
+
413
467
  # The cart data associated with the event.
414
468
  # Corresponds to the JSON property `cartData`
415
469
  # @return [Google::Apis::DatamanagerV1::CartData]
416
470
  attr_accessor :cart_data
417
471
 
472
+ # Optional. A unique identifier for the user instance of a web client for this
473
+ # GA4 web stream.
474
+ # Corresponds to the JSON property `clientId`
475
+ # @return [String]
476
+ attr_accessor :client_id
477
+
418
478
  # [Digital Markets Act (DMA)](//digital-markets-act.ec.europa.eu/index_en)
419
479
  # consent settings for the user.
420
480
  # Corresponds to the JSON property `consent`
@@ -450,6 +510,11 @@ module Google
450
510
  # @return [Google::Apis::DatamanagerV1::DeviceInfo]
451
511
  attr_accessor :event_device_info
452
512
 
513
+ # Optional. The name of the event. Required for GA4 events.
514
+ # Corresponds to the JSON property `eventName`
515
+ # @return [String]
516
+ attr_accessor :event_name
517
+
453
518
  # Optional. Signal for where the event happened (web, app, in-store, etc.).
454
519
  # Corresponds to the JSON property `eventSource`
455
520
  # @return [String]
@@ -482,6 +547,11 @@ module Google
482
547
  # @return [Google::Apis::DatamanagerV1::UserData]
483
548
  attr_accessor :user_data
484
549
 
550
+ # Optional. A unique identifier for a user, as defined by the advertiser.
551
+ # Corresponds to the JSON property `userId`
552
+ # @return [String]
553
+ attr_accessor :user_id
554
+
485
555
  # Advertiser-assessed information about the user at the time that the event
486
556
  # happened. See https://support.google.com/google-ads/answer/14007601 for more
487
557
  # details.
@@ -496,23 +566,52 @@ module Google
496
566
  # Update properties of this object
497
567
  def update!(**args)
498
568
  @ad_identifiers = args[:ad_identifiers] if args.key?(:ad_identifiers)
569
+ @additional_event_parameters = args[:additional_event_parameters] if args.key?(:additional_event_parameters)
499
570
  @cart_data = args[:cart_data] if args.key?(:cart_data)
571
+ @client_id = args[:client_id] if args.key?(:client_id)
500
572
  @consent = args[:consent] if args.key?(:consent)
501
573
  @conversion_value = args[:conversion_value] if args.key?(:conversion_value)
502
574
  @currency = args[:currency] if args.key?(:currency)
503
575
  @custom_variables = args[:custom_variables] if args.key?(:custom_variables)
504
576
  @destination_references = args[:destination_references] if args.key?(:destination_references)
505
577
  @event_device_info = args[:event_device_info] if args.key?(:event_device_info)
578
+ @event_name = args[:event_name] if args.key?(:event_name)
506
579
  @event_source = args[:event_source] if args.key?(:event_source)
507
580
  @event_timestamp = args[:event_timestamp] if args.key?(:event_timestamp)
508
581
  @experimental_fields = args[:experimental_fields] if args.key?(:experimental_fields)
509
582
  @last_updated_timestamp = args[:last_updated_timestamp] if args.key?(:last_updated_timestamp)
510
583
  @transaction_id = args[:transaction_id] if args.key?(:transaction_id)
511
584
  @user_data = args[:user_data] if args.key?(:user_data)
585
+ @user_id = args[:user_id] if args.key?(:user_id)
512
586
  @user_properties = args[:user_properties] if args.key?(:user_properties)
513
587
  end
514
588
  end
515
589
 
590
+ # Event parameter for GA4 events.
591
+ class EventParameter
592
+ include Google::Apis::Core::Hashable
593
+
594
+ # Required. The name of the parameter to use.
595
+ # Corresponds to the JSON property `parameterName`
596
+ # @return [String]
597
+ attr_accessor :parameter_name
598
+
599
+ # Required. The string representation of the value of the parameter to set.
600
+ # Corresponds to the JSON property `value`
601
+ # @return [String]
602
+ attr_accessor :value
603
+
604
+ def initialize(**args)
605
+ update!(**args)
606
+ end
607
+
608
+ # Update properties of this object
609
+ def update!(**args)
610
+ @parameter_name = args[:parameter_name] if args.key?(:parameter_name)
611
+ @value = args[:value] if args.key?(:value)
612
+ end
613
+ end
614
+
516
615
  # Experimental field representing unofficial fields.
517
616
  class ExperimentalField
518
617
  include Google::Apis::Core::Hashable
@@ -548,8 +647,10 @@ module Google
548
647
  attr_accessor :encrypted_dek
549
648
 
550
649
  # Required. Google Cloud Platform [Cloud Key Management Service resource ID](//
551
- # cloud.google.com/kms/docs/getting-resource-ids). Should be in the format of "
552
- # projects/`project`/locations/`location`/keyRings/`key_ring`/cryptoKeys/`key`".
650
+ # cloud.google.com/kms/docs/getting-resource-ids). Should be in the format of `
651
+ # projects/`project`/locations/`location`/keyRings/`key_ring`/cryptoKeys/`key``
652
+ # or `gcp-kms://projects/`project`/locations/`location`/keyRings/`key_ring`/
653
+ # cryptoKeys/`key``
553
654
  # Corresponds to the JSON property `kekUri`
554
655
  # @return [String]
555
656
  attr_accessor :kek_uri
@@ -896,6 +997,19 @@ module Google
896
997
  class Item
897
998
  include Google::Apis::Core::Hashable
898
999
 
1000
+ # Optional. A bucket of any [event parameters related to an item](https://
1001
+ # developers.google.com/analytics/devguides/collection/protocol/ga4/reference/
1002
+ # events) to be included within the event that were not already specified using
1003
+ # other structured fields.
1004
+ # Corresponds to the JSON property `additionalItemParameters`
1005
+ # @return [Array<Google::Apis::DatamanagerV1::ItemParameter>]
1006
+ attr_accessor :additional_item_parameters
1007
+
1008
+ # Optional. A unique identifier to reference the item.
1009
+ # Corresponds to the JSON property `itemId`
1010
+ # @return [String]
1011
+ attr_accessor :item_id
1012
+
899
1013
  # Optional. The product ID within the Merchant Center account.
900
1014
  # Corresponds to the JSON property `merchantProductId`
901
1015
  # @return [String]
@@ -918,12 +1032,42 @@ module Google
918
1032
 
919
1033
  # Update properties of this object
920
1034
  def update!(**args)
1035
+ @additional_item_parameters = args[:additional_item_parameters] if args.key?(:additional_item_parameters)
1036
+ @item_id = args[:item_id] if args.key?(:item_id)
921
1037
  @merchant_product_id = args[:merchant_product_id] if args.key?(:merchant_product_id)
922
1038
  @quantity = args[:quantity] if args.key?(:quantity)
923
1039
  @unit_price = args[:unit_price] if args.key?(:unit_price)
924
1040
  end
925
1041
  end
926
1042
 
1043
+ # A bucket of any [event parameters related to an item](https://developers.
1044
+ # google.com/analytics/devguides/collection/protocol/ga4/reference/events) to be
1045
+ # included within the event that were not already specified using other
1046
+ # structured fields.
1047
+ class ItemParameter
1048
+ include Google::Apis::Core::Hashable
1049
+
1050
+ # Required. The name of the parameter to use.
1051
+ # Corresponds to the JSON property `parameterName`
1052
+ # @return [String]
1053
+ attr_accessor :parameter_name
1054
+
1055
+ # Required. The string representation of the value of the parameter to set.
1056
+ # Corresponds to the JSON property `value`
1057
+ # @return [String]
1058
+ attr_accessor :value
1059
+
1060
+ def initialize(**args)
1061
+ update!(**args)
1062
+ end
1063
+
1064
+ # Update properties of this object
1065
+ def update!(**args)
1066
+ @parameter_name = args[:parameter_name] if args.key?(:parameter_name)
1067
+ @value = args[:value] if args.key?(:value)
1068
+ end
1069
+ end
1070
+
927
1071
  # Mobile IDs for the audience. At least one mobile ID is required.
928
1072
  class MobileData
929
1073
  include Google::Apis::Core::Hashable
@@ -1341,6 +1485,13 @@ module Google
1341
1485
  class UserProperties
1342
1486
  include Google::Apis::Core::Hashable
1343
1487
 
1488
+ # Optional. A bucket of any additional [user properties](https://developers.
1489
+ # google.com/analytics/devguides/collection/protocol/ga4/user-properties) for
1490
+ # the user associated with this event.
1491
+ # Corresponds to the JSON property `additionalUserProperties`
1492
+ # @return [Array<Google::Apis::DatamanagerV1::UserProperty>]
1493
+ attr_accessor :additional_user_properties
1494
+
1344
1495
  # Optional. Type of the customer associated with the event.
1345
1496
  # Corresponds to the JSON property `customerType`
1346
1497
  # @return [String]
@@ -1357,11 +1508,39 @@ module Google
1357
1508
 
1358
1509
  # Update properties of this object
1359
1510
  def update!(**args)
1511
+ @additional_user_properties = args[:additional_user_properties] if args.key?(:additional_user_properties)
1360
1512
  @customer_type = args[:customer_type] if args.key?(:customer_type)
1361
1513
  @customer_value_bucket = args[:customer_value_bucket] if args.key?(:customer_value_bucket)
1362
1514
  end
1363
1515
  end
1364
1516
 
1517
+ # A bucket of any additional [user properties](https://developers.google.com/
1518
+ # analytics/devguides/collection/protocol/ga4/user-properties) for the user
1519
+ # associated with this event.
1520
+ class UserProperty
1521
+ include Google::Apis::Core::Hashable
1522
+
1523
+ # Required. The name of the user property to use.
1524
+ # Corresponds to the JSON property `propertyName`
1525
+ # @return [String]
1526
+ attr_accessor :property_name
1527
+
1528
+ # Required. The string representation of the value of the user property to use.
1529
+ # Corresponds to the JSON property `value`
1530
+ # @return [String]
1531
+ attr_accessor :value
1532
+
1533
+ def initialize(**args)
1534
+ update!(**args)
1535
+ end
1536
+
1537
+ # Update properties of this object
1538
+ def update!(**args)
1539
+ @property_name = args[:property_name] if args.key?(:property_name)
1540
+ @value = args[:value] if args.key?(:value)
1541
+ end
1542
+ end
1543
+
1365
1544
  # The warning count for a given warning reason.
1366
1545
  class WarningCount
1367
1546
  include Google::Apis::Core::Hashable
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module DatamanagerV1
18
18
  # Version of the google-apis-datamanager_v1 gem
19
- GEM_VERSION = "0.1.0"
19
+ GEM_VERSION = "0.3.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.18.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20251006"
25
+ REVISION = "20251115"
26
26
  end
27
27
  end
28
28
  end
@@ -40,6 +40,12 @@ module Google
40
40
  include Google::Apis::Core::JsonObjectSupport
41
41
  end
42
42
 
43
+ class AwsWrappedKeyInfo
44
+ class Representation < Google::Apis::Core::JsonRepresentation; end
45
+
46
+ include Google::Apis::Core::JsonObjectSupport
47
+ end
48
+
43
49
  class CartData
44
50
  class Representation < Google::Apis::Core::JsonRepresentation; end
45
51
 
@@ -94,6 +100,12 @@ module Google
94
100
  include Google::Apis::Core::JsonObjectSupport
95
101
  end
96
102
 
103
+ class EventParameter
104
+ class Representation < Google::Apis::Core::JsonRepresentation; end
105
+
106
+ include Google::Apis::Core::JsonObjectSupport
107
+ end
108
+
97
109
  class ExperimentalField
98
110
  class Representation < Google::Apis::Core::JsonRepresentation; end
99
111
 
@@ -166,6 +178,12 @@ module Google
166
178
  include Google::Apis::Core::JsonObjectSupport
167
179
  end
168
180
 
181
+ class ItemParameter
182
+ class Representation < Google::Apis::Core::JsonRepresentation; end
183
+
184
+ include Google::Apis::Core::JsonObjectSupport
185
+ end
186
+
169
187
  class MobileData
170
188
  class Representation < Google::Apis::Core::JsonRepresentation; end
171
189
 
@@ -256,6 +274,12 @@ module Google
256
274
  include Google::Apis::Core::JsonObjectSupport
257
275
  end
258
276
 
277
+ class UserProperty
278
+ class Representation < Google::Apis::Core::JsonRepresentation; end
279
+
280
+ include Google::Apis::Core::JsonObjectSupport
281
+ end
282
+
259
283
  class WarningCount
260
284
  class Representation < Google::Apis::Core::JsonRepresentation; end
261
285
 
@@ -305,6 +329,16 @@ module Google
305
329
  end
306
330
  end
307
331
 
332
+ class AwsWrappedKeyInfo
333
+ # @private
334
+ class Representation < Google::Apis::Core::JsonRepresentation
335
+ property :encrypted_dek, as: 'encryptedDek'
336
+ property :kek_uri, as: 'kekUri'
337
+ property :key_type, as: 'keyType'
338
+ property :role_arn, as: 'roleArn'
339
+ end
340
+ end
341
+
308
342
  class CartData
309
343
  # @private
310
344
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -359,6 +393,8 @@ module Google
359
393
  class EncryptionInfo
360
394
  # @private
361
395
  class Representation < Google::Apis::Core::JsonRepresentation
396
+ property :aws_wrapped_key_info, as: 'awsWrappedKeyInfo', class: Google::Apis::DatamanagerV1::AwsWrappedKeyInfo, decorator: Google::Apis::DatamanagerV1::AwsWrappedKeyInfo::Representation
397
+
362
398
  property :gcp_wrapped_key_info, as: 'gcpWrappedKeyInfo', class: Google::Apis::DatamanagerV1::GcpWrappedKeyInfo, decorator: Google::Apis::DatamanagerV1::GcpWrappedKeyInfo::Representation
363
399
 
364
400
  end
@@ -385,8 +421,11 @@ module Google
385
421
  class Representation < Google::Apis::Core::JsonRepresentation
386
422
  property :ad_identifiers, as: 'adIdentifiers', class: Google::Apis::DatamanagerV1::AdIdentifiers, decorator: Google::Apis::DatamanagerV1::AdIdentifiers::Representation
387
423
 
424
+ collection :additional_event_parameters, as: 'additionalEventParameters', class: Google::Apis::DatamanagerV1::EventParameter, decorator: Google::Apis::DatamanagerV1::EventParameter::Representation
425
+
388
426
  property :cart_data, as: 'cartData', class: Google::Apis::DatamanagerV1::CartData, decorator: Google::Apis::DatamanagerV1::CartData::Representation
389
427
 
428
+ property :client_id, as: 'clientId'
390
429
  property :consent, as: 'consent', class: Google::Apis::DatamanagerV1::Consent, decorator: Google::Apis::DatamanagerV1::Consent::Representation
391
430
 
392
431
  property :conversion_value, as: 'conversionValue'
@@ -396,6 +435,7 @@ module Google
396
435
  collection :destination_references, as: 'destinationReferences'
397
436
  property :event_device_info, as: 'eventDeviceInfo', class: Google::Apis::DatamanagerV1::DeviceInfo, decorator: Google::Apis::DatamanagerV1::DeviceInfo::Representation
398
437
 
438
+ property :event_name, as: 'eventName'
399
439
  property :event_source, as: 'eventSource'
400
440
  property :event_timestamp, as: 'eventTimestamp'
401
441
  collection :experimental_fields, as: 'experimentalFields', class: Google::Apis::DatamanagerV1::ExperimentalField, decorator: Google::Apis::DatamanagerV1::ExperimentalField::Representation
@@ -404,11 +444,20 @@ module Google
404
444
  property :transaction_id, as: 'transactionId'
405
445
  property :user_data, as: 'userData', class: Google::Apis::DatamanagerV1::UserData, decorator: Google::Apis::DatamanagerV1::UserData::Representation
406
446
 
447
+ property :user_id, as: 'userId'
407
448
  property :user_properties, as: 'userProperties', class: Google::Apis::DatamanagerV1::UserProperties, decorator: Google::Apis::DatamanagerV1::UserProperties::Representation
408
449
 
409
450
  end
410
451
  end
411
452
 
453
+ class EventParameter
454
+ # @private
455
+ class Representation < Google::Apis::Core::JsonRepresentation
456
+ property :parameter_name, as: 'parameterName'
457
+ property :value, as: 'value'
458
+ end
459
+ end
460
+
412
461
  class ExperimentalField
413
462
  # @private
414
463
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -522,12 +571,23 @@ module Google
522
571
  class Item
523
572
  # @private
524
573
  class Representation < Google::Apis::Core::JsonRepresentation
574
+ collection :additional_item_parameters, as: 'additionalItemParameters', class: Google::Apis::DatamanagerV1::ItemParameter, decorator: Google::Apis::DatamanagerV1::ItemParameter::Representation
575
+
576
+ property :item_id, as: 'itemId'
525
577
  property :merchant_product_id, as: 'merchantProductId'
526
578
  property :quantity, :numeric_string => true, as: 'quantity'
527
579
  property :unit_price, as: 'unitPrice'
528
580
  end
529
581
  end
530
582
 
583
+ class ItemParameter
584
+ # @private
585
+ class Representation < Google::Apis::Core::JsonRepresentation
586
+ property :parameter_name, as: 'parameterName'
587
+ property :value, as: 'value'
588
+ end
589
+ end
590
+
531
591
  class MobileData
532
592
  # @private
533
593
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -663,11 +723,21 @@ module Google
663
723
  class UserProperties
664
724
  # @private
665
725
  class Representation < Google::Apis::Core::JsonRepresentation
726
+ collection :additional_user_properties, as: 'additionalUserProperties', class: Google::Apis::DatamanagerV1::UserProperty, decorator: Google::Apis::DatamanagerV1::UserProperty::Representation
727
+
666
728
  property :customer_type, as: 'customerType'
667
729
  property :customer_value_bucket, as: 'customerValueBucket'
668
730
  end
669
731
  end
670
732
 
733
+ class UserProperty
734
+ # @private
735
+ class Representation < Google::Apis::Core::JsonRepresentation
736
+ property :property_name, as: 'propertyName'
737
+ property :value, as: 'value'
738
+ end
739
+ end
740
+
671
741
  class WarningCount
672
742
  # @private
673
743
  class Representation < Google::Apis::Core::JsonRepresentation
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-datamanager_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.3.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-datamanager_v1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-datamanager_v1/v0.1.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-datamanager_v1/v0.3.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-datamanager_v1
62
62
  rdoc_options: []
63
63
  require_paths: