google-apis-analyticsadmin_v1alpha 0.74.0 → 0.76.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.
@@ -466,18 +466,6 @@ module Google
466
466
  include Google::Apis::Core::JsonObjectSupport
467
467
  end
468
468
 
469
- class GoogleAnalyticsAdminV1alphaCreateSubpropertyRequest
470
- class Representation < Google::Apis::Core::JsonRepresentation; end
471
-
472
- include Google::Apis::Core::JsonObjectSupport
473
- end
474
-
475
- class GoogleAnalyticsAdminV1alphaCreateSubpropertyResponse
476
- class Representation < Google::Apis::Core::JsonRepresentation; end
477
-
478
- include Google::Apis::Core::JsonObjectSupport
479
- end
480
-
481
469
  class GoogleAnalyticsAdminV1alphaCustomDimension
482
470
  class Representation < Google::Apis::Core::JsonRepresentation; end
483
471
 
@@ -568,6 +556,12 @@ module Google
568
556
  include Google::Apis::Core::JsonObjectSupport
569
557
  end
570
558
 
559
+ class GoogleAnalyticsAdminV1alphaEventEditRule
560
+ class Representation < Google::Apis::Core::JsonRepresentation; end
561
+
562
+ include Google::Apis::Core::JsonObjectSupport
563
+ end
564
+
571
565
  class GoogleAnalyticsAdminV1alphaEventMapping
572
566
  class Representation < Google::Apis::Core::JsonRepresentation; end
573
567
 
@@ -778,6 +772,12 @@ module Google
778
772
  include Google::Apis::Core::JsonObjectSupport
779
773
  end
780
774
 
775
+ class GoogleAnalyticsAdminV1alphaListEventEditRulesResponse
776
+ class Representation < Google::Apis::Core::JsonRepresentation; end
777
+
778
+ include Google::Apis::Core::JsonObjectSupport
779
+ end
780
+
781
781
  class GoogleAnalyticsAdminV1alphaListExpandedDataSetsResponse
782
782
  class Representation < Google::Apis::Core::JsonRepresentation; end
783
783
 
@@ -892,6 +892,18 @@ module Google
892
892
  include Google::Apis::Core::JsonObjectSupport
893
893
  end
894
894
 
895
+ class GoogleAnalyticsAdminV1alphaProvisionSubpropertyRequest
896
+ class Representation < Google::Apis::Core::JsonRepresentation; end
897
+
898
+ include Google::Apis::Core::JsonObjectSupport
899
+ end
900
+
901
+ class GoogleAnalyticsAdminV1alphaProvisionSubpropertyResponse
902
+ class Representation < Google::Apis::Core::JsonRepresentation; end
903
+
904
+ include Google::Apis::Core::JsonObjectSupport
905
+ end
906
+
895
907
  class GoogleAnalyticsAdminV1alphaReorderEventEditRulesRequest
896
908
  class Representation < Google::Apis::Core::JsonRepresentation; end
897
909
 
@@ -1493,6 +1505,7 @@ module Google
1493
1505
  class Representation < Google::Apis::Core::JsonRepresentation
1494
1506
  property :create_time, as: 'createTime'
1495
1507
  property :daily_export_enabled, as: 'dailyExportEnabled'
1508
+ property :dataset_location, as: 'datasetLocation'
1496
1509
  collection :excluded_events, as: 'excludedEvents'
1497
1510
  collection :export_streams, as: 'exportStreams'
1498
1511
  property :fresh_daily_export_enabled, as: 'freshDailyExportEnabled'
@@ -1750,26 +1763,6 @@ module Google
1750
1763
  end
1751
1764
  end
1752
1765
 
1753
- class GoogleAnalyticsAdminV1alphaCreateSubpropertyRequest
1754
- # @private
1755
- class Representation < Google::Apis::Core::JsonRepresentation
1756
- property :subproperty, as: 'subproperty', class: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaProperty, decorator: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaProperty::Representation
1757
-
1758
- property :subproperty_event_filter, as: 'subpropertyEventFilter', class: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaSubpropertyEventFilter, decorator: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaSubpropertyEventFilter::Representation
1759
-
1760
- end
1761
- end
1762
-
1763
- class GoogleAnalyticsAdminV1alphaCreateSubpropertyResponse
1764
- # @private
1765
- class Representation < Google::Apis::Core::JsonRepresentation
1766
- property :subproperty, as: 'subproperty', class: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaProperty, decorator: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaProperty::Representation
1767
-
1768
- property :subproperty_event_filter, as: 'subpropertyEventFilter', class: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaSubpropertyEventFilter, decorator: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaSubpropertyEventFilter::Representation
1769
-
1770
- end
1771
- end
1772
-
1773
1766
  class GoogleAnalyticsAdminV1alphaCustomDimension
1774
1767
  # @private
1775
1768
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1940,6 +1933,19 @@ module Google
1940
1933
  end
1941
1934
  end
1942
1935
 
1936
+ class GoogleAnalyticsAdminV1alphaEventEditRule
1937
+ # @private
1938
+ class Representation < Google::Apis::Core::JsonRepresentation
1939
+ property :display_name, as: 'displayName'
1940
+ collection :event_conditions, as: 'eventConditions', class: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaMatchingCondition, decorator: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaMatchingCondition::Representation
1941
+
1942
+ property :name, as: 'name'
1943
+ collection :parameter_mutations, as: 'parameterMutations', class: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaParameterMutation, decorator: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaParameterMutation::Representation
1944
+
1945
+ property :processing_order, :numeric_string => true, as: 'processingOrder'
1946
+ end
1947
+ end
1948
+
1943
1949
  class GoogleAnalyticsAdminV1alphaEventMapping
1944
1950
  # @private
1945
1951
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -2263,6 +2269,15 @@ module Google
2263
2269
  end
2264
2270
  end
2265
2271
 
2272
+ class GoogleAnalyticsAdminV1alphaListEventEditRulesResponse
2273
+ # @private
2274
+ class Representation < Google::Apis::Core::JsonRepresentation
2275
+ collection :event_edit_rules, as: 'eventEditRules', class: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaEventEditRule, decorator: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaEventEditRule::Representation
2276
+
2277
+ property :next_page_token, as: 'nextPageToken'
2278
+ end
2279
+ end
2280
+
2266
2281
  class GoogleAnalyticsAdminV1alphaListExpandedDataSetsResponse
2267
2282
  # @private
2268
2283
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -2442,6 +2457,26 @@ module Google
2442
2457
  end
2443
2458
  end
2444
2459
 
2460
+ class GoogleAnalyticsAdminV1alphaProvisionSubpropertyRequest
2461
+ # @private
2462
+ class Representation < Google::Apis::Core::JsonRepresentation
2463
+ property :subproperty, as: 'subproperty', class: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaProperty, decorator: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaProperty::Representation
2464
+
2465
+ property :subproperty_event_filter, as: 'subpropertyEventFilter', class: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaSubpropertyEventFilter, decorator: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaSubpropertyEventFilter::Representation
2466
+
2467
+ end
2468
+ end
2469
+
2470
+ class GoogleAnalyticsAdminV1alphaProvisionSubpropertyResponse
2471
+ # @private
2472
+ class Representation < Google::Apis::Core::JsonRepresentation
2473
+ property :subproperty, as: 'subproperty', class: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaProperty, decorator: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaProperty::Representation
2474
+
2475
+ property :subproperty_event_filter, as: 'subpropertyEventFilter', class: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaSubpropertyEventFilter, decorator: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaSubpropertyEventFilter::Representation
2476
+
2477
+ end
2478
+ end
2479
+
2445
2480
  class GoogleAnalyticsAdminV1alphaReorderEventEditRulesRequest
2446
2481
  # @private
2447
2482
  class Representation < Google::Apis::Core::JsonRepresentation