google-apis-searchads360_v0 0.6.0 → 0.7.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: 8ca8e5e74b7c8b7c1dbde9b59637aeb46937bcf0d28876bd686cfd88e9660ec4
4
- data.tar.gz: 4cc1e97faeb3ebccf0035bbb024cd957922b2e64c2f507d082ede123db092d60
3
+ metadata.gz: 33fbd4502f2c1acb39d57aedf63f541e6b1a442de681c6b649d2b5941fdaf870
4
+ data.tar.gz: 6b350f9c05086fdd66b6bfbbdf2ba6de94bc8ba04664f605405f1d4b5fe1c557
5
5
  SHA512:
6
- metadata.gz: ff0fc796b5a972334799e4e516f03683414a30b68133604a8f8d360b2bd5709d62d0cde53c7f374b27ec57235bd17a69ddcee079c419a99a927a8ade191fc8f8
7
- data.tar.gz: 16e52685f9867fb5952df5e4aa71b08458c17a5800c38fab302e6876b554fe552a51e99178f5dac8836654deeb98f237f91dd02421e08f3994e417af9732f324
6
+ metadata.gz: 2b1d66dbe0c198ae71ea0d2fca6f569efb29bba5d6bd0cb09ce73a83968011b5807580ff782aadd3cf96316505634cf4a8e8ed755844a44dfeaf9a299d9aba49
7
+ data.tar.gz: 042777eada12400dff6ff6315140479a7396ec2699883858f25bee503475a9250bbb20b9fd82da4313f9ac278fee1df212723e4a550af98b3b46ccef9ed2e883
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-searchads360_v0
2
2
 
3
+ ### v0.7.0 (2023-07-02)
4
+
5
+ * Regenerated from discovery document revision 20230625
6
+
3
7
  ### v0.6.0 (2023-05-07)
4
8
 
5
9
  * Regenerated from discovery document revision 20230502
@@ -937,6 +937,33 @@ module Google
937
937
  end
938
938
  end
939
939
 
940
+ # An asset representing a mobile app.
941
+ class GoogleAdsSearchads360V0CommonMobileAppAsset
942
+ include Google::Apis::Core::Hashable
943
+
944
+ # Required. A string that uniquely identifies a mobile application. It should
945
+ # just contain the platform native id, like "com.android.ebay" for Android or "
946
+ # 12345689" for iOS.
947
+ # Corresponds to the JSON property `appId`
948
+ # @return [String]
949
+ attr_accessor :app_id
950
+
951
+ # Required. The application store that distributes this specific app.
952
+ # Corresponds to the JSON property `appStore`
953
+ # @return [String]
954
+ attr_accessor :app_store
955
+
956
+ def initialize(**args)
957
+ update!(**args)
958
+ end
959
+
960
+ # Update properties of this object
961
+ def update!(**args)
962
+ @app_id = args[:app_id] if args.key?(:app_id)
963
+ @app_store = args[:app_store] if args.key?(:app_store)
964
+ end
965
+ end
966
+
940
967
  # A bidding strategy where bids are a fraction of the advertised price for some
941
968
  # good or service.
942
969
  class GoogleAdsSearchads360V0CommonPercentCpc
@@ -1178,6 +1205,11 @@ module Google
1178
1205
  class GoogleAdsSearchads360V0CommonSegments
1179
1206
  include Google::Apis::Core::Hashable
1180
1207
 
1208
+ # Ad network type.
1209
+ # Corresponds to the JSON property `adNetworkType`
1210
+ # @return [String]
1211
+ attr_accessor :ad_network_type
1212
+
1181
1213
  # Resource name of the conversion action.
1182
1214
  # Corresponds to the JSON property `conversionAction`
1183
1215
  # @return [String]
@@ -1243,6 +1275,7 @@ module Google
1243
1275
 
1244
1276
  # Update properties of this object
1245
1277
  def update!(**args)
1278
+ @ad_network_type = args[:ad_network_type] if args.key?(:ad_network_type)
1246
1279
  @conversion_action = args[:conversion_action] if args.key?(:conversion_action)
1247
1280
  @conversion_action_category = args[:conversion_action_category] if args.key?(:conversion_action_category)
1248
1281
  @conversion_action_name = args[:conversion_action_name] if args.key?(:conversion_action_name)
@@ -1689,6 +1722,11 @@ module Google
1689
1722
  # @return [String]
1690
1723
  attr_accessor :authorization_error
1691
1724
 
1725
+ # The reasons for the custom column error
1726
+ # Corresponds to the JSON property `customColumnError`
1727
+ # @return [String]
1728
+ attr_accessor :custom_column_error
1729
+
1692
1730
  # The reasons for the date error
1693
1731
  # Corresponds to the JSON property `dateError`
1694
1732
  # @return [String]
@@ -1742,6 +1780,7 @@ module Google
1742
1780
  def update!(**args)
1743
1781
  @authentication_error = args[:authentication_error] if args.key?(:authentication_error)
1744
1782
  @authorization_error = args[:authorization_error] if args.key?(:authorization_error)
1783
+ @custom_column_error = args[:custom_column_error] if args.key?(:custom_column_error)
1745
1784
  @date_error = args[:date_error] if args.key?(:date_error)
1746
1785
  @date_range_error = args[:date_range_error] if args.key?(:date_range_error)
1747
1786
  @distinct_error = args[:distinct_error] if args.key?(:distinct_error)
@@ -2885,6 +2924,112 @@ module Google
2885
2924
  end
2886
2925
  end
2887
2926
 
2927
+ # Asset is a part of an ad which can be shared across multiple ads. It can be an
2928
+ # image (ImageAsset), a video (YoutubeVideoAsset), etc. Assets are immutable and
2929
+ # cannot be removed. To stop an asset from serving, remove the asset from the
2930
+ # entity that is using it.
2931
+ class GoogleAdsSearchads360V0ResourcesAsset
2932
+ include Google::Apis::Core::Hashable
2933
+
2934
+ # Output only. The timestamp when this asset was created. The timestamp is in
2935
+ # the customer's time zone and in "yyyy-MM-dd HH:mm:ss" format.
2936
+ # Corresponds to the JSON property `creationTime`
2937
+ # @return [String]
2938
+ attr_accessor :creation_time
2939
+
2940
+ # Output only. The Engine Status for an asset.
2941
+ # Corresponds to the JSON property `engineStatus`
2942
+ # @return [String]
2943
+ attr_accessor :engine_status
2944
+
2945
+ # A list of possible final URLs after all cross domain redirects.
2946
+ # Corresponds to the JSON property `finalUrls`
2947
+ # @return [Array<String>]
2948
+ attr_accessor :final_urls
2949
+
2950
+ # Output only. The ID of the asset.
2951
+ # Corresponds to the JSON property `id`
2952
+ # @return [Fixnum]
2953
+ attr_accessor :id
2954
+
2955
+ # Output only. The datetime when this asset was last modified. The datetime is
2956
+ # in the customer's time zone and in "yyyy-MM-dd HH:mm:ss.ssssss" format.
2957
+ # Corresponds to the JSON property `lastModifiedTime`
2958
+ # @return [String]
2959
+ attr_accessor :last_modified_time
2960
+
2961
+ # An asset representing a mobile app.
2962
+ # Corresponds to the JSON property `mobileAppAsset`
2963
+ # @return [Google::Apis::Searchads360V0::GoogleAdsSearchads360V0CommonMobileAppAsset]
2964
+ attr_accessor :mobile_app_asset
2965
+
2966
+ # Immutable. The resource name of the asset. Asset resource names have the form:
2967
+ # `customers/`customer_id`/assets/`asset_id``
2968
+ # Corresponds to the JSON property `resourceName`
2969
+ # @return [String]
2970
+ attr_accessor :resource_name
2971
+
2972
+ # Output only. The status of the asset.
2973
+ # Corresponds to the JSON property `status`
2974
+ # @return [String]
2975
+ attr_accessor :status
2976
+
2977
+ # URL template for constructing a tracking URL.
2978
+ # Corresponds to the JSON property `trackingUrlTemplate`
2979
+ # @return [String]
2980
+ attr_accessor :tracking_url_template
2981
+
2982
+ # Output only. Type of the asset.
2983
+ # Corresponds to the JSON property `type`
2984
+ # @return [String]
2985
+ attr_accessor :type
2986
+
2987
+ def initialize(**args)
2988
+ update!(**args)
2989
+ end
2990
+
2991
+ # Update properties of this object
2992
+ def update!(**args)
2993
+ @creation_time = args[:creation_time] if args.key?(:creation_time)
2994
+ @engine_status = args[:engine_status] if args.key?(:engine_status)
2995
+ @final_urls = args[:final_urls] if args.key?(:final_urls)
2996
+ @id = args[:id] if args.key?(:id)
2997
+ @last_modified_time = args[:last_modified_time] if args.key?(:last_modified_time)
2998
+ @mobile_app_asset = args[:mobile_app_asset] if args.key?(:mobile_app_asset)
2999
+ @resource_name = args[:resource_name] if args.key?(:resource_name)
3000
+ @status = args[:status] if args.key?(:status)
3001
+ @tracking_url_template = args[:tracking_url_template] if args.key?(:tracking_url_template)
3002
+ @type = args[:type] if args.key?(:type)
3003
+ end
3004
+ end
3005
+
3006
+ # An asset set representing a collection of assets. Use AssetSetAsset to link an
3007
+ # asset to the asset set.
3008
+ class GoogleAdsSearchads360V0ResourcesAssetSet
3009
+ include Google::Apis::Core::Hashable
3010
+
3011
+ # Output only. The ID of the asset set.
3012
+ # Corresponds to the JSON property `id`
3013
+ # @return [Fixnum]
3014
+ attr_accessor :id
3015
+
3016
+ # Immutable. The resource name of the asset set. Asset set resource names have
3017
+ # the form: `customers/`customer_id`/assetSets/`asset_set_id``
3018
+ # Corresponds to the JSON property `resourceName`
3019
+ # @return [String]
3020
+ attr_accessor :resource_name
3021
+
3022
+ def initialize(**args)
3023
+ update!(**args)
3024
+ end
3025
+
3026
+ # Update properties of this object
3027
+ def update!(**args)
3028
+ @id = args[:id] if args.key?(:id)
3029
+ @resource_name = args[:resource_name] if args.key?(:resource_name)
3030
+ end
3031
+ end
3032
+
2888
3033
  # A bidding strategy.
2889
3034
  class GoogleAdsSearchads360V0ResourcesBiddingStrategy
2890
3035
  include Google::Apis::Core::Hashable
@@ -4512,6 +4657,26 @@ module Google
4512
4657
  end
4513
4658
  end
4514
4659
 
4660
+ # Response message for CustomerService.ListAccessibleCustomers.
4661
+ class GoogleAdsSearchads360V0ServicesListAccessibleCustomersResponse
4662
+ include Google::Apis::Core::Hashable
4663
+
4664
+ # Resource name of customers directly accessible by the user authenticating the
4665
+ # call.
4666
+ # Corresponds to the JSON property `resourceNames`
4667
+ # @return [Array<String>]
4668
+ attr_accessor :resource_names
4669
+
4670
+ def initialize(**args)
4671
+ update!(**args)
4672
+ end
4673
+
4674
+ # Update properties of this object
4675
+ def update!(**args)
4676
+ @resource_names = args[:resource_names] if args.key?(:resource_names)
4677
+ end
4678
+ end
4679
+
4515
4680
  # Response message for fetching all custom columns associated with a customer.
4516
4681
  class GoogleAdsSearchads360V0ServicesListCustomColumnsResponse
4517
4682
  include Google::Apis::Core::Hashable
@@ -4582,6 +4747,20 @@ module Google
4582
4747
  # @return [Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ResourcesAgeRangeView]
4583
4748
  attr_accessor :age_range_view
4584
4749
 
4750
+ # Asset is a part of an ad which can be shared across multiple ads. It can be an
4751
+ # image (ImageAsset), a video (YoutubeVideoAsset), etc. Assets are immutable and
4752
+ # cannot be removed. To stop an asset from serving, remove the asset from the
4753
+ # entity that is using it.
4754
+ # Corresponds to the JSON property `asset`
4755
+ # @return [Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ResourcesAsset]
4756
+ attr_accessor :asset
4757
+
4758
+ # An asset set representing a collection of assets. Use AssetSetAsset to link an
4759
+ # asset to the asset set.
4760
+ # Corresponds to the JSON property `assetSet`
4761
+ # @return [Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ResourcesAssetSet]
4762
+ attr_accessor :asset_set
4763
+
4585
4764
  # A bidding strategy.
4586
4765
  # Corresponds to the JSON property `biddingStrategy`
4587
4766
  # @return [Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ResourcesBiddingStrategy]
@@ -4707,6 +4886,8 @@ module Google
4707
4886
  @ad_group_criterion_label = args[:ad_group_criterion_label] if args.key?(:ad_group_criterion_label)
4708
4887
  @ad_group_label = args[:ad_group_label] if args.key?(:ad_group_label)
4709
4888
  @age_range_view = args[:age_range_view] if args.key?(:age_range_view)
4889
+ @asset = args[:asset] if args.key?(:asset)
4890
+ @asset_set = args[:asset_set] if args.key?(:asset_set)
4710
4891
  @bidding_strategy = args[:bidding_strategy] if args.key?(:bidding_strategy)
4711
4892
  @campaign = args[:campaign] if args.key?(:campaign)
4712
4893
  @campaign_audience_view = args[:campaign_audience_view] if args.key?(:campaign_audience_view)
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module Searchads360V0
18
18
  # Version of the google-apis-searchads360_v0 gem
19
- GEM_VERSION = "0.6.0"
19
+ GEM_VERSION = "0.7.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230502"
25
+ REVISION = "20230625"
26
26
  end
27
27
  end
28
28
  end
@@ -130,6 +130,12 @@ module Google
130
130
  include Google::Apis::Core::JsonObjectSupport
131
131
  end
132
132
 
133
+ class GoogleAdsSearchads360V0CommonMobileAppAsset
134
+ class Representation < Google::Apis::Core::JsonRepresentation; end
135
+
136
+ include Google::Apis::Core::JsonObjectSupport
137
+ end
138
+
133
139
  class GoogleAdsSearchads360V0CommonPercentCpc
134
140
  class Representation < Google::Apis::Core::JsonRepresentation; end
135
141
 
@@ -424,6 +430,18 @@ module Google
424
430
  include Google::Apis::Core::JsonObjectSupport
425
431
  end
426
432
 
433
+ class GoogleAdsSearchads360V0ResourcesAsset
434
+ class Representation < Google::Apis::Core::JsonRepresentation; end
435
+
436
+ include Google::Apis::Core::JsonObjectSupport
437
+ end
438
+
439
+ class GoogleAdsSearchads360V0ResourcesAssetSet
440
+ class Representation < Google::Apis::Core::JsonRepresentation; end
441
+
442
+ include Google::Apis::Core::JsonObjectSupport
443
+ end
444
+
427
445
  class GoogleAdsSearchads360V0ResourcesBiddingStrategy
428
446
  class Representation < Google::Apis::Core::JsonRepresentation; end
429
447
 
@@ -562,6 +580,12 @@ module Google
562
580
  include Google::Apis::Core::JsonObjectSupport
563
581
  end
564
582
 
583
+ class GoogleAdsSearchads360V0ServicesListAccessibleCustomersResponse
584
+ class Representation < Google::Apis::Core::JsonRepresentation; end
585
+
586
+ include Google::Apis::Core::JsonObjectSupport
587
+ end
588
+
565
589
  class GoogleAdsSearchads360V0ServicesListCustomColumnsResponse
566
590
  class Representation < Google::Apis::Core::JsonRepresentation; end
567
591
 
@@ -797,6 +821,14 @@ module Google
797
821
  end
798
822
  end
799
823
 
824
+ class GoogleAdsSearchads360V0CommonMobileAppAsset
825
+ # @private
826
+ class Representation < Google::Apis::Core::JsonRepresentation
827
+ property :app_id, as: 'appId'
828
+ property :app_store, as: 'appStore'
829
+ end
830
+ end
831
+
800
832
  class GoogleAdsSearchads360V0CommonPercentCpc
801
833
  # @private
802
834
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -865,6 +897,7 @@ module Google
865
897
  class GoogleAdsSearchads360V0CommonSegments
866
898
  # @private
867
899
  class Representation < Google::Apis::Core::JsonRepresentation
900
+ property :ad_network_type, as: 'adNetworkType'
868
901
  property :conversion_action, as: 'conversionAction'
869
902
  property :conversion_action_category, as: 'conversionActionCategory'
870
903
  property :conversion_action_name, as: 'conversionActionName'
@@ -1002,6 +1035,7 @@ module Google
1002
1035
  class Representation < Google::Apis::Core::JsonRepresentation
1003
1036
  property :authentication_error, as: 'authenticationError'
1004
1037
  property :authorization_error, as: 'authorizationError'
1038
+ property :custom_column_error, as: 'customColumnError'
1005
1039
  property :date_error, as: 'dateError'
1006
1040
  property :date_range_error, as: 'dateRangeError'
1007
1041
  property :distinct_error, as: 'distinctError'
@@ -1307,6 +1341,31 @@ module Google
1307
1341
  end
1308
1342
  end
1309
1343
 
1344
+ class GoogleAdsSearchads360V0ResourcesAsset
1345
+ # @private
1346
+ class Representation < Google::Apis::Core::JsonRepresentation
1347
+ property :creation_time, as: 'creationTime'
1348
+ property :engine_status, as: 'engineStatus'
1349
+ collection :final_urls, as: 'finalUrls'
1350
+ property :id, :numeric_string => true, as: 'id'
1351
+ property :last_modified_time, as: 'lastModifiedTime'
1352
+ property :mobile_app_asset, as: 'mobileAppAsset', class: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0CommonMobileAppAsset, decorator: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0CommonMobileAppAsset::Representation
1353
+
1354
+ property :resource_name, as: 'resourceName'
1355
+ property :status, as: 'status'
1356
+ property :tracking_url_template, as: 'trackingUrlTemplate'
1357
+ property :type, as: 'type'
1358
+ end
1359
+ end
1360
+
1361
+ class GoogleAdsSearchads360V0ResourcesAssetSet
1362
+ # @private
1363
+ class Representation < Google::Apis::Core::JsonRepresentation
1364
+ property :id, :numeric_string => true, as: 'id'
1365
+ property :resource_name, as: 'resourceName'
1366
+ end
1367
+ end
1368
+
1310
1369
  class GoogleAdsSearchads360V0ResourcesBiddingStrategy
1311
1370
  # @private
1312
1371
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1676,6 +1735,13 @@ module Google
1676
1735
  end
1677
1736
  end
1678
1737
 
1738
+ class GoogleAdsSearchads360V0ServicesListAccessibleCustomersResponse
1739
+ # @private
1740
+ class Representation < Google::Apis::Core::JsonRepresentation
1741
+ collection :resource_names, as: 'resourceNames'
1742
+ end
1743
+ end
1744
+
1679
1745
  class GoogleAdsSearchads360V0ServicesListCustomColumnsResponse
1680
1746
  # @private
1681
1747
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1705,6 +1771,10 @@ module Google
1705
1771
 
1706
1772
  property :age_range_view, as: 'ageRangeView', class: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ResourcesAgeRangeView, decorator: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ResourcesAgeRangeView::Representation
1707
1773
 
1774
+ property :asset, as: 'asset', class: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ResourcesAsset, decorator: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ResourcesAsset::Representation
1775
+
1776
+ property :asset_set, as: 'assetSet', class: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ResourcesAssetSet, decorator: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ResourcesAssetSet::Representation
1777
+
1708
1778
  property :bidding_strategy, as: 'biddingStrategy', class: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ResourcesBiddingStrategy, decorator: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ResourcesBiddingStrategy::Representation
1709
1779
 
1710
1780
  property :campaign, as: 'campaign', class: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ResourcesCampaign, decorator: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ResourcesCampaign::Representation
@@ -50,6 +50,36 @@ module Google
50
50
  @batch_path = 'batch'
51
51
  end
52
52
 
53
+ # Returns resource names of customers directly accessible by the user
54
+ # authenticating the call. List of thrown errors: [AuthenticationError]() [
55
+ # AuthorizationError]() [HeaderError]() [InternalError]() [QuotaError]() [
56
+ # RequestError]()
57
+ # @param [String] fields
58
+ # Selector specifying which fields to include in a partial response.
59
+ # @param [String] quota_user
60
+ # Available to use for quota purposes for server-side applications. Can be any
61
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
62
+ # @param [Google::Apis::RequestOptions] options
63
+ # Request-specific options
64
+ #
65
+ # @yield [result, err] Result & error if block supplied
66
+ # @yieldparam result [Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ServicesListAccessibleCustomersResponse] parsed result object
67
+ # @yieldparam err [StandardError] error object if request failed
68
+ #
69
+ # @return [Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ServicesListAccessibleCustomersResponse]
70
+ #
71
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
72
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
73
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
74
+ def list_customer_accessible_customers(fields: nil, quota_user: nil, options: nil, &block)
75
+ command = make_simple_command(:get, 'v0/customers:listAccessibleCustomers', options)
76
+ command.response_representation = Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ServicesListAccessibleCustomersResponse::Representation
77
+ command.response_class = Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ServicesListAccessibleCustomersResponse
78
+ command.query['fields'] = fields unless fields.nil?
79
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
80
+ execute_or_queue_command(command, &block)
81
+ end
82
+
53
83
  # Returns the requested custom column in full detail.
54
84
  # @param [String] resource_name
55
85
  # Required. The resource name of the custom column to fetch.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-searchads360_v0
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.0
4
+ version: 0.7.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: 2023-05-14 00:00:00.000000000 Z
11
+ date: 2023-07-02 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-searchads360_v0/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-searchads360_v0/v0.6.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-searchads360_v0/v0.7.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-searchads360_v0
63
63
  post_install_message:
64
64
  rdoc_options: []