google-apis-analyticsadmin_v1alpha 0.72.0 → 0.74.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: 595c384105d239bda5f359c48887d62ac4f77ac16fb80a7c7d792a5d5722f95c
4
- data.tar.gz: 3f35c86f5f91c37061430a18aab3e2b1cde16244cba5e26e21db232a3658d02c
3
+ metadata.gz: 90f4c0c89268d08d108375f764a0c9962df2a36c82deee4689b3d6ac91420848
4
+ data.tar.gz: 929973c6bb555c15a413907867ccc64ade279c3ca7c793ea83d2b6f12f4c5b80
5
5
  SHA512:
6
- metadata.gz: cebbd962263376e5bd89c3838b2873dd4cd4af3fc5fce482e16eef479ea49863f6b219c62fb241e848048f0288c86cb3a0a25b3f2a7087525a807af52a77a8fb
7
- data.tar.gz: 59e96ed8bd9a85f84b5e6bcbcb5f4fa82e849b0fe88b5748776632ae644c57810707fa2b6bf587e50c180b119daea03f4b1de91e8293bf0a50042960b708a121
6
+ metadata.gz: 260d604a7a44ca103edd97ab58d8fad43375200465d6a9c0a7ff61a8ca1f1728349582dc521e9c4b0ce47ee286f2ea15f1de7c1c297f728601699bcee28e8c77
7
+ data.tar.gz: 39078d4486eb304b3d1baad054ff620ad5121d0661e505c5bddc9bd87dea8d9371c1e66ed069c8f89429eb8a8e709d1c7e0405553188492459fcbe5dcd1efbf9
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Release history for google-apis-analyticsadmin_v1alpha
2
2
 
3
+ ### v0.74.0 (2024-06-02)
4
+
5
+ * Regenerated from discovery document revision 20240529
6
+
7
+ ### v0.73.0 (2024-05-26)
8
+
9
+ * Regenerated from discovery document revision 20240517
10
+ * Regenerated using generator version 0.15.0
11
+
3
12
  ### v0.72.0 (2024-04-07)
4
13
 
5
14
  * Regenerated from discovery document revision 20240402
@@ -904,6 +904,11 @@ module Google
904
904
  attr_accessor :ads_personalization_enabled
905
905
  alias_method :ads_personalization_enabled?, :ads_personalization_enabled
906
906
 
907
+ # Output only. Time when the Audience was created.
908
+ # Corresponds to the JSON property `createTime`
909
+ # @return [String]
910
+ attr_accessor :create_time
911
+
907
912
  # Required. The description of the Audience.
908
913
  # Corresponds to the JSON property `description`
909
914
  # @return [String]
@@ -951,6 +956,7 @@ module Google
951
956
  # Update properties of this object
952
957
  def update!(**args)
953
958
  @ads_personalization_enabled = args[:ads_personalization_enabled] if args.key?(:ads_personalization_enabled)
959
+ @create_time = args[:create_time] if args.key?(:create_time)
954
960
  @description = args[:description] if args.key?(:description)
955
961
  @display_name = args[:display_name] if args.key?(:display_name)
956
962
  @event_trigger = args[:event_trigger] if args.key?(:event_trigger)
@@ -2472,12 +2478,6 @@ module Google
2472
2478
  class GoogleAnalyticsAdminV1alphaCreateSubpropertyRequest
2473
2479
  include Google::Apis::Core::Hashable
2474
2480
 
2475
- # Required. The ordinary property for which to create a subproperty. Format:
2476
- # properties/property_id Example: properties/123
2477
- # Corresponds to the JSON property `parent`
2478
- # @return [String]
2479
- attr_accessor :parent
2480
-
2481
2481
  # A resource message representing a Google Analytics GA4 property.
2482
2482
  # Corresponds to the JSON property `subproperty`
2483
2483
  # @return [Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaProperty]
@@ -2494,7 +2494,6 @@ module Google
2494
2494
 
2495
2495
  # Update properties of this object
2496
2496
  def update!(**args)
2497
- @parent = args[:parent] if args.key?(:parent)
2498
2497
  @subproperty = args[:subproperty] if args.key?(:subproperty)
2499
2498
  @subproperty_event_filter = args[:subproperty_event_filter] if args.key?(:subproperty_event_filter)
2500
2499
  end
@@ -4974,6 +4973,27 @@ module Google
4974
4973
  end
4975
4974
  end
4976
4975
 
4976
+ # Request message for ReorderEventEditRules RPC.
4977
+ class GoogleAnalyticsAdminV1alphaReorderEventEditRulesRequest
4978
+ include Google::Apis::Core::Hashable
4979
+
4980
+ # Required. EventEditRule resource names for the specified data stream, in the
4981
+ # needed processing order. All EventEditRules for the stream must be present in
4982
+ # the list.
4983
+ # Corresponds to the JSON property `eventEditRules`
4984
+ # @return [Array<String>]
4985
+ attr_accessor :event_edit_rules
4986
+
4987
+ def initialize(**args)
4988
+ update!(**args)
4989
+ end
4990
+
4991
+ # Update properties of this object
4992
+ def update!(**args)
4993
+ @event_edit_rules = args[:event_edit_rules] if args.key?(:event_edit_rules)
4994
+ end
4995
+ end
4996
+
4977
4997
  # A link that references a source property under the parent rollup property.
4978
4998
  class GoogleAnalyticsAdminV1alphaRollupPropertySourceLink
4979
4999
  include Google::Apis::Core::Hashable
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module AnalyticsadminV1alpha
18
18
  # Version of the google-apis-analyticsadmin_v1alpha gem
19
- GEM_VERSION = "0.72.0"
19
+ GEM_VERSION = "0.74.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.14.0"
22
+ GENERATOR_VERSION = "0.15.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240402"
25
+ REVISION = "20240529"
26
26
  end
27
27
  end
28
28
  end
@@ -892,6 +892,12 @@ module Google
892
892
  include Google::Apis::Core::JsonObjectSupport
893
893
  end
894
894
 
895
+ class GoogleAnalyticsAdminV1alphaReorderEventEditRulesRequest
896
+ class Representation < Google::Apis::Core::JsonRepresentation; end
897
+
898
+ include Google::Apis::Core::JsonObjectSupport
899
+ end
900
+
895
901
  class GoogleAnalyticsAdminV1alphaRollupPropertySourceLink
896
902
  class Representation < Google::Apis::Core::JsonRepresentation; end
897
903
 
@@ -1278,6 +1284,7 @@ module Google
1278
1284
  # @private
1279
1285
  class Representation < Google::Apis::Core::JsonRepresentation
1280
1286
  property :ads_personalization_enabled, as: 'adsPersonalizationEnabled'
1287
+ property :create_time, as: 'createTime'
1281
1288
  property :description, as: 'description'
1282
1289
  property :display_name, as: 'displayName'
1283
1290
  property :event_trigger, as: 'eventTrigger', class: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaAudienceEventTrigger, decorator: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaAudienceEventTrigger::Representation
@@ -1746,7 +1753,6 @@ module Google
1746
1753
  class GoogleAnalyticsAdminV1alphaCreateSubpropertyRequest
1747
1754
  # @private
1748
1755
  class Representation < Google::Apis::Core::JsonRepresentation
1749
- property :parent, as: 'parent'
1750
1756
  property :subproperty, as: 'subproperty', class: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaProperty, decorator: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaProperty::Representation
1751
1757
 
1752
1758
  property :subproperty_event_filter, as: 'subpropertyEventFilter', class: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaSubpropertyEventFilter, decorator: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaSubpropertyEventFilter::Representation
@@ -2436,6 +2442,13 @@ module Google
2436
2442
  end
2437
2443
  end
2438
2444
 
2445
+ class GoogleAnalyticsAdminV1alphaReorderEventEditRulesRequest
2446
+ # @private
2447
+ class Representation < Google::Apis::Core::JsonRepresentation
2448
+ collection :event_edit_rules, as: 'eventEditRules'
2449
+ end
2450
+ end
2451
+
2439
2452
  class GoogleAnalyticsAdminV1alphaRollupPropertySourceLink
2440
2453
  # @private
2441
2454
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -3589,6 +3589,39 @@ module Google
3589
3589
  execute_or_queue_command(command, &block)
3590
3590
  end
3591
3591
 
3592
+ # Changes the processing order of event edit rules on the specified stream.
3593
+ # @param [String] parent
3594
+ # Required. Example format: properties/123/dataStreams/456
3595
+ # @param [Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaReorderEventEditRulesRequest] google_analytics_admin_v1alpha_reorder_event_edit_rules_request_object
3596
+ # @param [String] fields
3597
+ # Selector specifying which fields to include in a partial response.
3598
+ # @param [String] quota_user
3599
+ # Available to use for quota purposes for server-side applications. Can be any
3600
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
3601
+ # @param [Google::Apis::RequestOptions] options
3602
+ # Request-specific options
3603
+ #
3604
+ # @yield [result, err] Result & error if block supplied
3605
+ # @yieldparam result [Google::Apis::AnalyticsadminV1alpha::GoogleProtobufEmpty] parsed result object
3606
+ # @yieldparam err [StandardError] error object if request failed
3607
+ #
3608
+ # @return [Google::Apis::AnalyticsadminV1alpha::GoogleProtobufEmpty]
3609
+ #
3610
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
3611
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
3612
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
3613
+ def reorder_property_data_stream_event_edit_rule(parent, google_analytics_admin_v1alpha_reorder_event_edit_rules_request_object = nil, fields: nil, quota_user: nil, options: nil, &block)
3614
+ command = make_simple_command(:post, 'v1alpha/{+parent}/eventEditRules:reorder', options)
3615
+ command.request_representation = Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaReorderEventEditRulesRequest::Representation
3616
+ command.request_object = google_analytics_admin_v1alpha_reorder_event_edit_rules_request_object
3617
+ command.response_representation = Google::Apis::AnalyticsadminV1alpha::GoogleProtobufEmpty::Representation
3618
+ command.response_class = Google::Apis::AnalyticsadminV1alpha::GoogleProtobufEmpty
3619
+ command.params['parent'] = parent unless parent.nil?
3620
+ command.query['fields'] = fields unless fields.nil?
3621
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
3622
+ execute_or_queue_command(command, &block)
3623
+ end
3624
+
3592
3625
  # Creates a measurement protocol secret.
3593
3626
  # @param [String] parent
3594
3627
  # Required. The parent resource where this secret will be created. Format:
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-analyticsadmin_v1alpha
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.72.0
4
+ version: 0.74.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-04-07 00:00:00.000000000 Z
11
+ date: 2024-06-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: 0.14.0
19
+ version: 0.15.0
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: 0.14.0
29
+ version: 0.15.0
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -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-analyticsadmin_v1alpha/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-analyticsadmin_v1alpha/v0.72.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-analyticsadmin_v1alpha/v0.74.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-analyticsadmin_v1alpha
63
63
  post_install_message:
64
64
  rdoc_options: []