google-apis-searchads360_v0 0.19.0 → 0.20.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: 4ebc31b008300f4ae35bea84447e02ccdd03bac4fdd427713037d1ac41d2c01a
4
- data.tar.gz: 3008ccb8261cc675a090a83a61d3f8883c4d146c1678a78db1aac4f49d07daca
3
+ metadata.gz: 22b62a56548a5ab29b874a93f3aa04b783e40cdd554bbf158cbeb307a5222283
4
+ data.tar.gz: 9556768b321ff55f7d74c41331dd95451c8140794a34ded0f968148e9c47743e
5
5
  SHA512:
6
- metadata.gz: 6adea95a64d4af82934bdae049da830ee85aa8073a0feff144fe9982cf5d8f1be090c5d2d85d3bee7d353d74a04819ca5c492aaa1e98f210699c1ed538c1c7cd
7
- data.tar.gz: a103fb2c0617bb05a71ba7a20f0387e8682d74b650967e421824f838ddcedc5439ba2f50f314fe3f25c3d38db252ab0123e70df7141e70658a920b26afd47096
6
+ metadata.gz: c432b3450500c77835c6f80a40bfd244b6c3138290e7a4a0889e342fcbe11122f38ae848f5ef221a352b2dbb9b50fd8e396970f9d3f00505230f633bc70d2d30
7
+ data.tar.gz: 193c71a074d90f07861cc6a7b5fc0e958db7de235bf09d36de18b32efb9fceba80efdb12f603f09aeef7eedb249d1a6be1ec70b1688eef2e55e02754c6c658a9
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-searchads360_v0
2
2
 
3
+ ### v0.20.0 (2025-04-20)
4
+
5
+ * Regenerated from discovery document revision 20250407
6
+ * Regenerated using generator version 0.16.0
7
+
3
8
  ### v0.19.0 (2024-11-17)
4
9
 
5
10
  * Regenerated from discovery document revision 20241108
@@ -5299,7 +5299,7 @@ module Google
5299
5299
  end
5300
5300
  end
5301
5301
 
5302
- # A view on the usage of ad group ad asset combination.
5302
+ # A view on the usage of asset group asset top combinations.
5303
5303
  class GoogleAdsSearchads360V0ResourcesAssetGroupTopCombinationView
5304
5304
  include Google::Apis::Core::Hashable
5305
5305
 
@@ -6839,6 +6839,12 @@ module Google
6839
6839
  class GoogleAdsSearchads360V0ResourcesCustomer
6840
6840
  include Google::Apis::Core::Hashable
6841
6841
 
6842
+ # Output only. The account level of the customer: Manager, Sub-manager,
6843
+ # Associate manager, Service account.
6844
+ # Corresponds to the JSON property `accountLevel`
6845
+ # @return [String]
6846
+ attr_accessor :account_level
6847
+
6842
6848
  # Output only. Account status, for example, Enabled, Paused, Removed, etc.
6843
6849
  # Corresponds to the JSON property `accountStatus`
6844
6850
  # @return [String]
@@ -6850,6 +6856,17 @@ module Google
6850
6856
  # @return [String]
6851
6857
  attr_accessor :account_type
6852
6858
 
6859
+ # Output only. The descriptive name of the associate manager.
6860
+ # Corresponds to the JSON property `associateManagerDescriptiveName`
6861
+ # @return [String]
6862
+ attr_accessor :associate_manager_descriptive_name
6863
+
6864
+ # Output only. The customer ID of the associate manager. A 0 value indicates
6865
+ # that the customer has no SA360 associate manager.
6866
+ # Corresponds to the JSON property `associateManagerId`
6867
+ # @return [Fixnum]
6868
+ attr_accessor :associate_manager_id
6869
+
6853
6870
  # Whether auto-tagging is enabled for the customer.
6854
6871
  # Corresponds to the JSON property `autoTaggingEnabled`
6855
6872
  # @return [Boolean]
@@ -6911,6 +6928,17 @@ module Google
6911
6928
  attr_accessor :manager
6912
6929
  alias_method :manager?, :manager
6913
6930
 
6931
+ # Output only. The descriptive name of the manager.
6932
+ # Corresponds to the JSON property `managerDescriptiveName`
6933
+ # @return [String]
6934
+ attr_accessor :manager_descriptive_name
6935
+
6936
+ # Output only. The customer ID of the manager. A 0 value indicates that the
6937
+ # customer has no SA360 manager.
6938
+ # Corresponds to the JSON property `managerId`
6939
+ # @return [Fixnum]
6940
+ attr_accessor :manager_id
6941
+
6914
6942
  # Immutable. The resource name of the customer. Customer resource names have the
6915
6943
  # form: `customers/`customer_id``
6916
6944
  # Corresponds to the JSON property `resourceName`
@@ -6922,6 +6950,17 @@ module Google
6922
6950
  # @return [String]
6923
6951
  attr_accessor :status
6924
6952
 
6953
+ # Output only. The descriptive name of the sub manager.
6954
+ # Corresponds to the JSON property `subManagerDescriptiveName`
6955
+ # @return [String]
6956
+ attr_accessor :sub_manager_descriptive_name
6957
+
6958
+ # Output only. The customer ID of the sub manager. A 0 value indicates that the
6959
+ # customer has no sub SA360 manager.
6960
+ # Corresponds to the JSON property `subManagerId`
6961
+ # @return [Fixnum]
6962
+ attr_accessor :sub_manager_id
6963
+
6925
6964
  # Immutable. The local timezone ID of the customer.
6926
6965
  # Corresponds to the JSON property `timeZone`
6927
6966
  # @return [String]
@@ -6938,8 +6977,11 @@ module Google
6938
6977
 
6939
6978
  # Update properties of this object
6940
6979
  def update!(**args)
6980
+ @account_level = args[:account_level] if args.key?(:account_level)
6941
6981
  @account_status = args[:account_status] if args.key?(:account_status)
6942
6982
  @account_type = args[:account_type] if args.key?(:account_type)
6983
+ @associate_manager_descriptive_name = args[:associate_manager_descriptive_name] if args.key?(:associate_manager_descriptive_name)
6984
+ @associate_manager_id = args[:associate_manager_id] if args.key?(:associate_manager_id)
6943
6985
  @auto_tagging_enabled = args[:auto_tagging_enabled] if args.key?(:auto_tagging_enabled)
6944
6986
  @conversion_tracking_setting = args[:conversion_tracking_setting] if args.key?(:conversion_tracking_setting)
6945
6987
  @creation_time = args[:creation_time] if args.key?(:creation_time)
@@ -6951,8 +6993,12 @@ module Google
6951
6993
  @id = args[:id] if args.key?(:id)
6952
6994
  @last_modified_time = args[:last_modified_time] if args.key?(:last_modified_time)
6953
6995
  @manager = args[:manager] if args.key?(:manager)
6996
+ @manager_descriptive_name = args[:manager_descriptive_name] if args.key?(:manager_descriptive_name)
6997
+ @manager_id = args[:manager_id] if args.key?(:manager_id)
6954
6998
  @resource_name = args[:resource_name] if args.key?(:resource_name)
6955
6999
  @status = args[:status] if args.key?(:status)
7000
+ @sub_manager_descriptive_name = args[:sub_manager_descriptive_name] if args.key?(:sub_manager_descriptive_name)
7001
+ @sub_manager_id = args[:sub_manager_id] if args.key?(:sub_manager_id)
6956
7002
  @time_zone = args[:time_zone] if args.key?(:time_zone)
6957
7003
  @tracking_url_template = args[:tracking_url_template] if args.key?(:tracking_url_template)
6958
7004
  end
@@ -8271,7 +8317,7 @@ module Google
8271
8317
  # @return [Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ResourcesAssetGroupSignal]
8272
8318
  attr_accessor :asset_group_signal
8273
8319
 
8274
- # A view on the usage of ad group ad asset combination.
8320
+ # A view on the usage of asset group asset top combinations.
8275
8321
  # Corresponds to the JSON property `assetGroupTopCombinationView`
8276
8322
  # @return [Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ResourcesAssetGroupTopCombinationView]
8277
8323
  attr_accessor :asset_group_top_combination_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.19.0"
19
+ GEM_VERSION = "0.20.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 = "20241108"
25
+ REVISION = "20250407"
26
26
  end
27
27
  end
28
28
  end
@@ -2602,8 +2602,11 @@ module Google
2602
2602
  class GoogleAdsSearchads360V0ResourcesCustomer
2603
2603
  # @private
2604
2604
  class Representation < Google::Apis::Core::JsonRepresentation
2605
+ property :account_level, as: 'accountLevel'
2605
2606
  property :account_status, as: 'accountStatus'
2606
2607
  property :account_type, as: 'accountType'
2608
+ property :associate_manager_descriptive_name, as: 'associateManagerDescriptiveName'
2609
+ property :associate_manager_id, :numeric_string => true, as: 'associateManagerId'
2607
2610
  property :auto_tagging_enabled, as: 'autoTaggingEnabled'
2608
2611
  property :conversion_tracking_setting, as: 'conversionTrackingSetting', class: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ResourcesConversionTrackingSetting, decorator: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ResourcesConversionTrackingSetting::Representation
2609
2612
 
@@ -2617,8 +2620,12 @@ module Google
2617
2620
  property :id, :numeric_string => true, as: 'id'
2618
2621
  property :last_modified_time, as: 'lastModifiedTime'
2619
2622
  property :manager, as: 'manager'
2623
+ property :manager_descriptive_name, as: 'managerDescriptiveName'
2624
+ property :manager_id, :numeric_string => true, as: 'managerId'
2620
2625
  property :resource_name, as: 'resourceName'
2621
2626
  property :status, as: 'status'
2627
+ property :sub_manager_descriptive_name, as: 'subManagerDescriptiveName'
2628
+ property :sub_manager_id, :numeric_string => true, as: 'subManagerId'
2622
2629
  property :time_zone, as: 'timeZone'
2623
2630
  property :tracking_url_template, as: 'trackingUrlTemplate'
2624
2631
  end
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-searchads360_v0
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.19.0
4
+ version: 0.20.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-12-04 00:00:00.000000000 Z
10
+ date: 2025-04-20 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-searchads360_v0/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-searchads360_v0/v0.19.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-searchads360_v0/v0.20.0
62
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-searchads360_v0
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.22
79
- signing_key:
76
+ rubygems_version: 3.6.5
80
77
  specification_version: 4
81
78
  summary: Simple REST client for Search Ads 360 Reporting API V0
82
79
  test_files: []