google-apis-searchads360_v23 0.4.0 → 0.5.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: 7283d2fd103ca31b148d45f2586c068e4feaf3a8909c348ee16845df4f8d03ce
4
- data.tar.gz: b902cb52816e6735425e73bbf82c3f3ab4279f11c872cf3ea877884f4cd31ae9
3
+ metadata.gz: b60fc9fbac04e48982b988449167f9a6145955b92307f79cec53cfb13e22bfeb
4
+ data.tar.gz: 22dbeffeafbc24c9206bfbc24213eb9c8c79df1b167bc756befe848c0b60667a
5
5
  SHA512:
6
- metadata.gz: e2140c3eb651446d396d64255bdd55a40a0701922c9451bd0a43a4e27ab2535a3f4288ca27bb3ae644c5cbcedccb07b3858792019dd0c6cc248bf18f2bf56d2a
7
- data.tar.gz: 7669eeca6a12ea5183263e5f0e1f5b6b5e4aab47e3f760d592f96bbb5ee05fd0ca8f664159be2a2080741ebf0447993fc1d83c3707942be06b22ebf7e11092ba
6
+ metadata.gz: bd7c24465f5e07560a9b0ff1d10f25e35ae43e543e26e1a9e9e53096b01ba4fc1cbf1bc5399e57b39fc1e523d1a1164b5186162140f9233bb9cc66e1d42c1a14
7
+ data.tar.gz: e6f49e11b5fbdaa4ebb4ec31fef4a7bb3a74d76c118b32bb476df9d68718bc52dd62bcee9e281123e24d7e1467cc90269e15f8778f77954bc36ba58b4f88313b
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-searchads360_v23
2
2
 
3
+ ### v0.5.0 (2026-08-23)
4
+
5
+ * Regenerated from discovery document revision 20260820
6
+
3
7
  ### v0.4.0 (2026-08-16)
4
8
 
5
9
  * Regenerated from discovery document revision 20260810
@@ -50703,6 +50703,11 @@ module Google
50703
50703
  # @return [Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesCampaignDraftOperation]
50704
50704
  attr_accessor :campaign_draft_operation
50705
50705
 
50706
+ # A single mutate operation on the campaign goal config.
50707
+ # Corresponds to the JSON property `campaignGoalConfigOperation`
50708
+ # @return [Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesCampaignGoalConfigOperation]
50709
+ attr_accessor :campaign_goal_config_operation
50710
+
50706
50711
  # A single operation (create, update, remove) on a campaign group.
50707
50712
  # Corresponds to the JSON property `campaignGroupOperation`
50708
50713
  # @return [Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesCampaignGroupOperation]
@@ -50901,6 +50906,7 @@ module Google
50901
50906
  @campaign_criterion_operation = args[:campaign_criterion_operation] if args.key?(:campaign_criterion_operation)
50902
50907
  @campaign_customizer_operation = args[:campaign_customizer_operation] if args.key?(:campaign_customizer_operation)
50903
50908
  @campaign_draft_operation = args[:campaign_draft_operation] if args.key?(:campaign_draft_operation)
50909
+ @campaign_goal_config_operation = args[:campaign_goal_config_operation] if args.key?(:campaign_goal_config_operation)
50904
50910
  @campaign_group_operation = args[:campaign_group_operation] if args.key?(:campaign_group_operation)
50905
50911
  @campaign_label_operation = args[:campaign_label_operation] if args.key?(:campaign_label_operation)
50906
50912
  @campaign_operation = args[:campaign_operation] if args.key?(:campaign_operation)
@@ -51095,6 +51101,11 @@ module Google
51095
51101
  # @return [Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesMutateCampaignDraftResult]
51096
51102
  attr_accessor :campaign_draft_result
51097
51103
 
51104
+ # The result for the campaign goal config mutate.
51105
+ # Corresponds to the JSON property `campaignGoalConfigResult`
51106
+ # @return [Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesMutateCampaignGoalConfigResult]
51107
+ attr_accessor :campaign_goal_config_result
51108
+
51098
51109
  # The result for the campaign group mutate.
51099
51110
  # Corresponds to the JSON property `campaignGroupResult`
51100
51111
  # @return [Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesMutateCampaignGroupResult]
@@ -51293,6 +51304,7 @@ module Google
51293
51304
  @campaign_criterion_result = args[:campaign_criterion_result] if args.key?(:campaign_criterion_result)
51294
51305
  @campaign_customizer_result = args[:campaign_customizer_result] if args.key?(:campaign_customizer_result)
51295
51306
  @campaign_draft_result = args[:campaign_draft_result] if args.key?(:campaign_draft_result)
51307
+ @campaign_goal_config_result = args[:campaign_goal_config_result] if args.key?(:campaign_goal_config_result)
51296
51308
  @campaign_group_result = args[:campaign_group_result] if args.key?(:campaign_group_result)
51297
51309
  @campaign_label_result = args[:campaign_label_result] if args.key?(:campaign_label_result)
51298
51310
  @campaign_result = args[:campaign_result] if args.key?(:campaign_result)
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module Searchads360V23
18
18
  # Version of the google-apis-searchads360_v23 gem
19
- GEM_VERSION = "0.4.0"
19
+ GEM_VERSION = "0.5.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.19.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20260810"
25
+ REVISION = "20260820"
26
26
  end
27
27
  end
28
28
  end
@@ -22113,6 +22113,8 @@ module Google
22113
22113
 
22114
22114
  property :campaign_draft_operation, as: 'campaignDraftOperation', class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesCampaignDraftOperation, decorator: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesCampaignDraftOperation::Representation
22115
22115
 
22116
+ property :campaign_goal_config_operation, as: 'campaignGoalConfigOperation', class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesCampaignGoalConfigOperation, decorator: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesCampaignGoalConfigOperation::Representation
22117
+
22116
22118
  property :campaign_group_operation, as: 'campaignGroupOperation', class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesCampaignGroupOperation, decorator: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesCampaignGroupOperation::Representation
22117
22119
 
22118
22120
  property :campaign_label_operation, as: 'campaignLabelOperation', class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesCampaignLabelOperation, decorator: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesCampaignLabelOperation::Representation
@@ -22245,6 +22247,8 @@ module Google
22245
22247
 
22246
22248
  property :campaign_draft_result, as: 'campaignDraftResult', class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesMutateCampaignDraftResult, decorator: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesMutateCampaignDraftResult::Representation
22247
22249
 
22250
+ property :campaign_goal_config_result, as: 'campaignGoalConfigResult', class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesMutateCampaignGoalConfigResult, decorator: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesMutateCampaignGoalConfigResult::Representation
22251
+
22248
22252
  property :campaign_group_result, as: 'campaignGroupResult', class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesMutateCampaignGroupResult, decorator: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesMutateCampaignGroupResult::Representation
22249
22253
 
22250
22254
  property :campaign_label_result, as: 'campaignLabelResult', class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesMutateCampaignLabelResult, decorator: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesMutateCampaignLabelResult::Representation
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-searchads360_v23
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0
4
+ version: 0.5.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-searchads360_v23/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-searchads360_v23/v0.4.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-searchads360_v23/v0.5.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-searchads360_v23
62
62
  rdoc_options: []
63
63
  require_paths: