google-apis-admob_v1beta 0.26.0 → 0.27.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: '096a5669011387f9506d5c2901ed7152eb56612a067c161958fd52333be73662'
4
- data.tar.gz: '09aaa6a6f868a478f608e2b43bf4914ffd0a37ac8b67c2b67c514d17f1921fd1'
3
+ metadata.gz: 3d6a5ffaf06b9d08ef7fe5f52ca9335b7198d5662e69027a01bc746f08951ea1
4
+ data.tar.gz: 76d5764d28487ae7d134a9fc364380d9852d0bc2561972a000e7c9e9e219e079
5
5
  SHA512:
6
- metadata.gz: a9c7e66faee2a8bc739eb70e9213db0a53c3762f2ca0c65181a83bef9d2c661dbf9441df95793ab37c51909303b4a7e9f5d2eff5af189e6f8b2e3c59a37b2a44
7
- data.tar.gz: 230f9c3467d4ec3279d67fe0e91a7f21dd51ff30f30e18d50adf50ccaa1291384d7ea5970bca7e4c1b1416f3c1b531eff4672c31ab123a0af64881600b115d4e
6
+ metadata.gz: b5da83df0beb55aa2c7c2c40f79e0288e1e7fe3c5619691cc9219768b60f6cb11e40ad80c0d968c4a0995d0fefaba949bbfe7d69b3298f27f142a77be7581cd9
7
+ data.tar.gz: b7378c576232f3f543ff838e368fcea2f5df397119077fbe573c25fa6b3285d468f035732d935cf7d00b7d952ec49d94611a70f49849d539a14472f598a9fad6
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-admob_v1beta
2
2
 
3
+ ### v0.27.0 (2023-11-19)
4
+
5
+ * Regenerated from discovery document revision 20231113
6
+
3
7
  ### v0.26.0 (2023-09-17)
4
8
 
5
9
  * Regenerated from discovery document revision 20230912
@@ -1016,12 +1016,24 @@ module Google
1016
1016
  # @return [String]
1017
1017
  attr_accessor :display_name
1018
1018
 
1019
+ # Output only. The time at which the experiment was ended or target to end (in
1020
+ # UTC).
1021
+ # Corresponds to the JSON property `endTime`
1022
+ # @return [String]
1023
+ attr_accessor :end_time
1024
+
1019
1025
  # Output only. Unique identifier for the mediation A/B experiment. It is an
1020
1026
  # output only property.
1021
1027
  # Corresponds to the JSON property `experimentId`
1022
1028
  # @return [String]
1023
1029
  attr_accessor :experiment_id
1024
1030
 
1031
+ # Output only. The mediation group id this experiment belongs to. This can be
1032
+ # used for filtering the experiments in the list experiments API.
1033
+ # Corresponds to the JSON property `mediationGroupId`
1034
+ # @return [String]
1035
+ attr_accessor :mediation_group_id
1036
+
1025
1037
  # Resource name for this experiment. The format is accounts/`publisher_id`/
1026
1038
  # mediationGroups/`mediation_group_id`/mediationAbExperiment/ `
1027
1039
  # mediation_group_experiment_id`. For example: accounts/pub-9876543210987654/
@@ -1030,6 +1042,11 @@ module Google
1030
1042
  # @return [String]
1031
1043
  attr_accessor :name
1032
1044
 
1045
+ # Output only. The time at which the experiment was started (in UTC).
1046
+ # Corresponds to the JSON property `startTime`
1047
+ # @return [String]
1048
+ attr_accessor :start_time
1049
+
1033
1050
  # Output only. The state of the experiment. It is an output only field.
1034
1051
  # Corresponds to the JSON property `state`
1035
1052
  # @return [String]
@@ -1049,6 +1066,12 @@ module Google
1049
1066
  # @return [Fixnum]
1050
1067
  attr_accessor :treatment_traffic_percentage
1051
1068
 
1069
+ # Output only. The variant leader for the experiment according to some key
1070
+ # metrics.
1071
+ # Corresponds to the JSON property `variantLeader`
1072
+ # @return [String]
1073
+ attr_accessor :variant_leader
1074
+
1052
1075
  def initialize(**args)
1053
1076
  update!(**args)
1054
1077
  end
@@ -1057,11 +1080,15 @@ module Google
1057
1080
  def update!(**args)
1058
1081
  @control_mediation_lines = args[:control_mediation_lines] if args.key?(:control_mediation_lines)
1059
1082
  @display_name = args[:display_name] if args.key?(:display_name)
1083
+ @end_time = args[:end_time] if args.key?(:end_time)
1060
1084
  @experiment_id = args[:experiment_id] if args.key?(:experiment_id)
1085
+ @mediation_group_id = args[:mediation_group_id] if args.key?(:mediation_group_id)
1061
1086
  @name = args[:name] if args.key?(:name)
1087
+ @start_time = args[:start_time] if args.key?(:start_time)
1062
1088
  @state = args[:state] if args.key?(:state)
1063
1089
  @treatment_mediation_lines = args[:treatment_mediation_lines] if args.key?(:treatment_mediation_lines)
1064
1090
  @treatment_traffic_percentage = args[:treatment_traffic_percentage] if args.key?(:treatment_traffic_percentage)
1091
+ @variant_leader = args[:variant_leader] if args.key?(:variant_leader)
1065
1092
  end
1066
1093
  end
1067
1094
 
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module AdmobV1beta
18
18
  # Version of the google-apis-admob_v1beta gem
19
- GEM_VERSION = "0.26.0"
19
+ GEM_VERSION = "0.27.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 = "20230912"
25
+ REVISION = "20231113"
26
26
  end
27
27
  end
28
28
  end
@@ -598,12 +598,16 @@ module Google
598
598
  collection :control_mediation_lines, as: 'controlMediationLines', class: Google::Apis::AdmobV1beta::MediationAbExperimentExperimentMediationLine, decorator: Google::Apis::AdmobV1beta::MediationAbExperimentExperimentMediationLine::Representation
599
599
 
600
600
  property :display_name, as: 'displayName'
601
+ property :end_time, as: 'endTime'
601
602
  property :experiment_id, as: 'experimentId'
603
+ property :mediation_group_id, as: 'mediationGroupId'
602
604
  property :name, as: 'name'
605
+ property :start_time, as: 'startTime'
603
606
  property :state, as: 'state'
604
607
  collection :treatment_mediation_lines, as: 'treatmentMediationLines', class: Google::Apis::AdmobV1beta::MediationAbExperimentExperimentMediationLine, decorator: Google::Apis::AdmobV1beta::MediationAbExperimentExperimentMediationLine::Representation
605
608
 
606
609
  property :treatment_traffic_percentage, :numeric_string => true, as: 'treatmentTrafficPercentage'
610
+ property :variant_leader, as: 'variantLeader'
607
611
  end
608
612
  end
609
613
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-admob_v1beta
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.26.0
4
+ version: 0.27.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-09-17 00:00:00.000000000 Z
11
+ date: 2023-11-19 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-admob_v1beta/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-admob_v1beta/v0.26.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-admob_v1beta/v0.27.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-admob_v1beta
63
63
  post_install_message:
64
64
  rdoc_options: []