google-apis-searchads360_v0 0.16.0 → 0.17.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: dea63f1167e4ad7f835419ce1cb4ec64e88995ca777e61026a0fe3b676c6af19
4
- data.tar.gz: 5fa17d872451243d6b0a1d61b21e405500108314c173fb7b1617b3165f428fb5
3
+ metadata.gz: f4189a733ea7e77d02949f502a5794aacf064777aeecd5c0914fbee3b9f143ff
4
+ data.tar.gz: f5789fdfc5fc11ddbd15925f31cbc1f6c5e16fe1390e21cdb187a4b748daa95f
5
5
  SHA512:
6
- metadata.gz: 9d340708af0f415c24f5339f0aa51b7d914933eab163bcc52151cb80aa808669ec1abc3b800ee1a68f3c95396cafd60e05fe6f3a0119d1b7a43c1445946805f9
7
- data.tar.gz: 1baa37885915f257069841db06d07997e3719816d9b1c13cfe8d768d483d2a39eb42e2974f914aaf0c2a25c30d235640db5d84ab17a55ae69ecaf903f2314096
6
+ metadata.gz: c6a49fd08563b38782ead74f2e123441a8580f7a1eb4ec13d4942875d3a293c7098d26351d43b4dfd08245602eb2d45ab7439d083e854c1e45b083ff47953544
7
+ data.tar.gz: 1c89b9521826f7829c165c110172aaec6a5b954d961e521d3dde1e68f4a2d22a21a01c4eb1f3335043189aede9082b769588b1318a62a3bbdd7ec4498712904e
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-searchads360_v0
2
2
 
3
+ ### v0.17.0 (2024-08-25)
4
+
5
+ * Regenerated from discovery document revision 20240822
6
+
3
7
  ### v0.16.0 (2024-08-18)
4
8
 
5
9
  * Regenerated from discovery document revision 20240808
@@ -4275,6 +4275,11 @@ module Google
4275
4275
  # @return [String]
4276
4276
  attr_accessor :label
4277
4277
 
4278
+ # Output only. The ID of the Customer which owns the label.
4279
+ # Corresponds to the JSON property `ownerCustomerId`
4280
+ # @return [Fixnum]
4281
+ attr_accessor :owner_customer_id
4282
+
4278
4283
  # Immutable. The resource name of the ad group ad label. Ad group ad label
4279
4284
  # resource names have the form: `customers/`customer_id`/adGroupAdLabels/`
4280
4285
  # ad_group_id`~`ad_id`~`label_id``
@@ -4290,6 +4295,7 @@ module Google
4290
4295
  def update!(**args)
4291
4296
  @ad_group_ad = args[:ad_group_ad] if args.key?(:ad_group_ad)
4292
4297
  @label = args[:label] if args.key?(:label)
4298
+ @owner_customer_id = args[:owner_customer_id] if args.key?(:owner_customer_id)
4293
4299
  @resource_name = args[:resource_name] if args.key?(:resource_name)
4294
4300
  end
4295
4301
  end
@@ -4635,6 +4641,11 @@ module Google
4635
4641
  # @return [String]
4636
4642
  attr_accessor :label
4637
4643
 
4644
+ # Output only. The ID of the Customer which owns the label.
4645
+ # Corresponds to the JSON property `ownerCustomerId`
4646
+ # @return [Fixnum]
4647
+ attr_accessor :owner_customer_id
4648
+
4638
4649
  # Immutable. The resource name of the ad group criterion label. Ad group
4639
4650
  # criterion label resource names have the form: `customers/`customer_id`/
4640
4651
  # adGroupCriterionLabels/`ad_group_id`~`criterion_id`~`label_id``
@@ -4650,6 +4661,7 @@ module Google
4650
4661
  def update!(**args)
4651
4662
  @ad_group_criterion = args[:ad_group_criterion] if args.key?(:ad_group_criterion)
4652
4663
  @label = args[:label] if args.key?(:label)
4664
+ @owner_customer_id = args[:owner_customer_id] if args.key?(:owner_customer_id)
4653
4665
  @resource_name = args[:resource_name] if args.key?(:resource_name)
4654
4666
  end
4655
4667
  end
@@ -4668,6 +4680,11 @@ module Google
4668
4680
  # @return [String]
4669
4681
  attr_accessor :label
4670
4682
 
4683
+ # Output only. The ID of the Customer which owns the label.
4684
+ # Corresponds to the JSON property `ownerCustomerId`
4685
+ # @return [Fixnum]
4686
+ attr_accessor :owner_customer_id
4687
+
4671
4688
  # Immutable. The resource name of the ad group label. Ad group label resource
4672
4689
  # names have the form: `customers/`customer_id`/adGroupLabels/`ad_group_id`~`
4673
4690
  # label_id``
@@ -4683,6 +4700,7 @@ module Google
4683
4700
  def update!(**args)
4684
4701
  @ad_group = args[:ad_group] if args.key?(:ad_group)
4685
4702
  @label = args[:label] if args.key?(:label)
4703
+ @owner_customer_id = args[:owner_customer_id] if args.key?(:owner_customer_id)
4686
4704
  @resource_name = args[:resource_name] if args.key?(:resource_name)
4687
4705
  end
4688
4706
  end
@@ -5997,6 +6015,11 @@ module Google
5997
6015
  # @return [String]
5998
6016
  attr_accessor :label
5999
6017
 
6018
+ # Output only. The ID of the Customer which owns the label.
6019
+ # Corresponds to the JSON property `ownerCustomerId`
6020
+ # @return [Fixnum]
6021
+ attr_accessor :owner_customer_id
6022
+
6000
6023
  # Immutable. Name of the resource. Campaign label resource names have the form: `
6001
6024
  # customers/`customer_id`/campaignLabels/`campaign_id`~`label_id``
6002
6025
  # Corresponds to the JSON property `resourceName`
@@ -6011,6 +6034,7 @@ module Google
6011
6034
  def update!(**args)
6012
6035
  @campaign = args[:campaign] if args.key?(:campaign)
6013
6036
  @label = args[:label] if args.key?(:label)
6037
+ @owner_customer_id = args[:owner_customer_id] if args.key?(:owner_customer_id)
6014
6038
  @resource_name = args[:resource_name] if args.key?(:resource_name)
6015
6039
  end
6016
6040
  end
@@ -6545,6 +6569,11 @@ module Google
6545
6569
  attr_accessor :references_metrics
6546
6570
  alias_method :references_metrics?, :references_metrics
6547
6571
 
6572
+ # Output only. How the result value of the custom column should be interpreted.
6573
+ # Corresponds to the JSON property `renderType`
6574
+ # @return [String]
6575
+ attr_accessor :render_type
6576
+
6548
6577
  # Immutable. The resource name of the custom column. Custom column resource
6549
6578
  # names have the form: `customers/`customer_id`/customColumns/`custom_column_id``
6550
6579
  # Corresponds to the JSON property `resourceName`
@@ -6569,6 +6598,7 @@ module Google
6569
6598
  @referenced_system_columns = args[:referenced_system_columns] if args.key?(:referenced_system_columns)
6570
6599
  @references_attributes = args[:references_attributes] if args.key?(:references_attributes)
6571
6600
  @references_metrics = args[:references_metrics] if args.key?(:references_metrics)
6601
+ @render_type = args[:render_type] if args.key?(:render_type)
6572
6602
  @resource_name = args[:resource_name] if args.key?(:resource_name)
6573
6603
  @value_type = args[:value_type] if args.key?(:value_type)
6574
6604
  end
@@ -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.16.0"
19
+ GEM_VERSION = "0.17.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.15.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240808"
25
+ REVISION = "20240822"
26
26
  end
27
27
  end
28
28
  end
@@ -1987,6 +1987,7 @@ module Google
1987
1987
  class Representation < Google::Apis::Core::JsonRepresentation
1988
1988
  property :ad_group_ad, as: 'adGroupAd'
1989
1989
  property :label, as: 'label'
1990
+ property :owner_customer_id, :numeric_string => true, as: 'ownerCustomerId'
1990
1991
  property :resource_name, as: 'resourceName'
1991
1992
  end
1992
1993
  end
@@ -2074,6 +2075,7 @@ module Google
2074
2075
  class Representation < Google::Apis::Core::JsonRepresentation
2075
2076
  property :ad_group_criterion, as: 'adGroupCriterion'
2076
2077
  property :label, as: 'label'
2078
+ property :owner_customer_id, :numeric_string => true, as: 'ownerCustomerId'
2077
2079
  property :resource_name, as: 'resourceName'
2078
2080
  end
2079
2081
  end
@@ -2083,6 +2085,7 @@ module Google
2083
2085
  class Representation < Google::Apis::Core::JsonRepresentation
2084
2086
  property :ad_group, as: 'adGroup'
2085
2087
  property :label, as: 'label'
2088
+ property :owner_customer_id, :numeric_string => true, as: 'ownerCustomerId'
2086
2089
  property :resource_name, as: 'resourceName'
2087
2090
  end
2088
2091
  end
@@ -2405,6 +2408,7 @@ module Google
2405
2408
  class Representation < Google::Apis::Core::JsonRepresentation
2406
2409
  property :campaign, as: 'campaign'
2407
2410
  property :label, as: 'label'
2411
+ property :owner_customer_id, :numeric_string => true, as: 'ownerCustomerId'
2408
2412
  property :resource_name, as: 'resourceName'
2409
2413
  end
2410
2414
  end
@@ -2511,6 +2515,7 @@ module Google
2511
2515
  collection :referenced_system_columns, as: 'referencedSystemColumns'
2512
2516
  property :references_attributes, as: 'referencesAttributes'
2513
2517
  property :references_metrics, as: 'referencesMetrics'
2518
+ property :render_type, as: 'renderType'
2514
2519
  property :resource_name, as: 'resourceName'
2515
2520
  property :value_type, as: 'valueType'
2516
2521
  end
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.16.0
4
+ version: 0.17.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-08-18 00:00:00.000000000 Z
11
+ date: 2024-08-25 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.16.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-searchads360_v0/v0.17.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: []