google-apis-admob_v1beta 0.25.0 → 0.27.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: 6b84f648133c70864d859398292c2d6811690577fab5a5ed768a732c90cd1732
4
- data.tar.gz: 45f1339e273786ae0451f8e2995de59e94fc9ba5fe6ea19ee0514c5424dbb167
3
+ metadata.gz: 3d6a5ffaf06b9d08ef7fe5f52ca9335b7198d5662e69027a01bc746f08951ea1
4
+ data.tar.gz: 76d5764d28487ae7d134a9fc364380d9852d0bc2561972a000e7c9e9e219e079
5
5
  SHA512:
6
- metadata.gz: 2cf91d766418d1d112ae576a69682361d6df7e576f67449054c70996d0e1f11be6428e8c2bfbe69afcd4b83f4240840f3fe233d5c56a888e21c6b72a806feb73
7
- data.tar.gz: dab98d89c45adcd86753e61b4b9ea8976b9ecac27431adb0324ed867a7ab05f15968f20e77bde8953b82470a144a6ffe10e4ca747eabfc58236fab1a6e942704
6
+ metadata.gz: b5da83df0beb55aa2c7c2c40f79e0288e1e7fe3c5619691cc9219768b60f6cb11e40ad80c0d968c4a0995d0fefaba949bbfe7d69b3298f27f142a77be7581cd9
7
+ data.tar.gz: b7378c576232f3f543ff838e368fcea2f5df397119077fbe573c25fa6b3285d468f035732d935cf7d00b7d952ec49d94611a70f49849d539a14472f598a9fad6
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
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
+
7
+ ### v0.26.0 (2023-09-17)
8
+
9
+ * Regenerated from discovery document revision 20230912
10
+
3
11
  ### v0.25.0 (2023-09-10)
4
12
 
5
13
  * Regenerated from discovery document revision 20230907
@@ -1001,7 +1001,7 @@ module Google
1001
1001
  end
1002
1002
  end
1003
1003
 
1004
- # The mediation A/B experiment. NEXT ID: 12
1004
+ # The mediation A/B experiment.
1005
1005
  class MediationAbExperiment
1006
1006
  include Google::Apis::Core::Hashable
1007
1007
 
@@ -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.25.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 = "20230907"
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.25.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-10 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.25.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: []