google-apis-analyticsadmin_v1alpha 0.40.0 → 0.41.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5e19ab8964fcc9bd412963bb5541c0bcd8ab382e202709cd24a8579701d5e915
|
4
|
+
data.tar.gz: 2dd6097bb9d576cb738d8b7fecd9efec5a673e8d1d63ab20951b97d0487c1cdc
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1d21faa3d41c1217f43701bdf524852a28783d5a7b96b71e8169b1245f50f44441a772a90606413711d05f126f53a3976380937310170512437ecc647e0ac2b1
|
7
|
+
data.tar.gz: 53c290a09993e1fb3fbf7d7caf073f4a42521281463ab84ea1d8864632d4ae8c9b2a4fc9e3609f62ad0b88c622008068cb4b904db876cca8fb92f3cb2ce1e953
|
data/CHANGELOG.md
CHANGED
@@ -1670,6 +1670,11 @@ module Google
|
|
1670
1670
|
# @return [Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaDisplayVideo360AdvertiserLinkProposal]
|
1671
1671
|
attr_accessor :display_video360_advertiser_link_proposal
|
1672
1672
|
|
1673
|
+
# A resource message representing a GA4 ExpandedDataSet.
|
1674
|
+
# Corresponds to the JSON property `expandedDataSet`
|
1675
|
+
# @return [Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaExpandedDataSet]
|
1676
|
+
attr_accessor :expanded_data_set
|
1677
|
+
|
1673
1678
|
# A link between a GA4 property and a Firebase project.
|
1674
1679
|
# Corresponds to the JSON property `firebaseLink`
|
1675
1680
|
# @return [Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaFirebaseLink]
|
@@ -1715,6 +1720,7 @@ module Google
|
|
1715
1720
|
@data_stream = args[:data_stream] if args.key?(:data_stream)
|
1716
1721
|
@display_video360_advertiser_link = args[:display_video360_advertiser_link] if args.key?(:display_video360_advertiser_link)
|
1717
1722
|
@display_video360_advertiser_link_proposal = args[:display_video360_advertiser_link_proposal] if args.key?(:display_video360_advertiser_link_proposal)
|
1723
|
+
@expanded_data_set = args[:expanded_data_set] if args.key?(:expanded_data_set)
|
1718
1724
|
@firebase_link = args[:firebase_link] if args.key?(:firebase_link)
|
1719
1725
|
@google_ads_link = args[:google_ads_link] if args.key?(:google_ads_link)
|
1720
1726
|
@google_signals_settings = args[:google_signals_settings] if args.key?(:google_signals_settings)
|
@@ -2404,6 +2410,209 @@ module Google
|
|
2404
2410
|
end
|
2405
2411
|
end
|
2406
2412
|
|
2413
|
+
# A resource message representing a GA4 ExpandedDataSet.
|
2414
|
+
class GoogleAnalyticsAdminV1alphaExpandedDataSet
|
2415
|
+
include Google::Apis::Core::Hashable
|
2416
|
+
|
2417
|
+
# Output only. Time when expanded data set began (or will begin) collecing data.
|
2418
|
+
# Corresponds to the JSON property `dataCollectionStartTime`
|
2419
|
+
# @return [String]
|
2420
|
+
attr_accessor :data_collection_start_time
|
2421
|
+
|
2422
|
+
# Optional. The description of the ExpandedDataSet. Max 50 chars.
|
2423
|
+
# Corresponds to the JSON property `description`
|
2424
|
+
# @return [String]
|
2425
|
+
attr_accessor :description
|
2426
|
+
|
2427
|
+
# A logical expression of EnhancedDataSet dimension filters.
|
2428
|
+
# Corresponds to the JSON property `dimensionFilterExpression`
|
2429
|
+
# @return [Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaExpandedDataSetFilterExpression]
|
2430
|
+
attr_accessor :dimension_filter_expression
|
2431
|
+
|
2432
|
+
# Immutable. The list of dimensions included in the ExpandedDataSet. See the [
|
2433
|
+
# API Dimensions](https://developers.google.com/analytics/devguides/reporting/
|
2434
|
+
# data/v1/api-schema#dimensions) for the list of dimension names.
|
2435
|
+
# Corresponds to the JSON property `dimensionNames`
|
2436
|
+
# @return [Array<String>]
|
2437
|
+
attr_accessor :dimension_names
|
2438
|
+
|
2439
|
+
# Required. The display name of the ExpandedDataSet. Max 200 chars.
|
2440
|
+
# Corresponds to the JSON property `displayName`
|
2441
|
+
# @return [String]
|
2442
|
+
attr_accessor :display_name
|
2443
|
+
|
2444
|
+
# Immutable. The list of metrics included in the ExpandedDataSet. See the [API
|
2445
|
+
# Metrics](https://developers.google.com/analytics/devguides/reporting/data/v1/
|
2446
|
+
# api-schema#metrics) for the list of dimension names.
|
2447
|
+
# Corresponds to the JSON property `metricNames`
|
2448
|
+
# @return [Array<String>]
|
2449
|
+
attr_accessor :metric_names
|
2450
|
+
|
2451
|
+
# Output only. The resource name for this ExpandedDataSet resource. Format:
|
2452
|
+
# properties/`property_id`/expandedDataSets/`expanded_data_set`
|
2453
|
+
# Corresponds to the JSON property `name`
|
2454
|
+
# @return [String]
|
2455
|
+
attr_accessor :name
|
2456
|
+
|
2457
|
+
def initialize(**args)
|
2458
|
+
update!(**args)
|
2459
|
+
end
|
2460
|
+
|
2461
|
+
# Update properties of this object
|
2462
|
+
def update!(**args)
|
2463
|
+
@data_collection_start_time = args[:data_collection_start_time] if args.key?(:data_collection_start_time)
|
2464
|
+
@description = args[:description] if args.key?(:description)
|
2465
|
+
@dimension_filter_expression = args[:dimension_filter_expression] if args.key?(:dimension_filter_expression)
|
2466
|
+
@dimension_names = args[:dimension_names] if args.key?(:dimension_names)
|
2467
|
+
@display_name = args[:display_name] if args.key?(:display_name)
|
2468
|
+
@metric_names = args[:metric_names] if args.key?(:metric_names)
|
2469
|
+
@name = args[:name] if args.key?(:name)
|
2470
|
+
end
|
2471
|
+
end
|
2472
|
+
|
2473
|
+
# A specific filter for a single dimension
|
2474
|
+
class GoogleAnalyticsAdminV1alphaExpandedDataSetFilter
|
2475
|
+
include Google::Apis::Core::Hashable
|
2476
|
+
|
2477
|
+
# Required. The dimension name to filter.
|
2478
|
+
# Corresponds to the JSON property `fieldName`
|
2479
|
+
# @return [String]
|
2480
|
+
attr_accessor :field_name
|
2481
|
+
|
2482
|
+
# A filter for a string dimension that matches a particular list of options.
|
2483
|
+
# Corresponds to the JSON property `inListFilter`
|
2484
|
+
# @return [Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaExpandedDataSetFilterInListFilter]
|
2485
|
+
attr_accessor :in_list_filter
|
2486
|
+
|
2487
|
+
# A filter for a string-type dimension that matches a particular pattern.
|
2488
|
+
# Corresponds to the JSON property `stringFilter`
|
2489
|
+
# @return [Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaExpandedDataSetFilterStringFilter]
|
2490
|
+
attr_accessor :string_filter
|
2491
|
+
|
2492
|
+
def initialize(**args)
|
2493
|
+
update!(**args)
|
2494
|
+
end
|
2495
|
+
|
2496
|
+
# Update properties of this object
|
2497
|
+
def update!(**args)
|
2498
|
+
@field_name = args[:field_name] if args.key?(:field_name)
|
2499
|
+
@in_list_filter = args[:in_list_filter] if args.key?(:in_list_filter)
|
2500
|
+
@string_filter = args[:string_filter] if args.key?(:string_filter)
|
2501
|
+
end
|
2502
|
+
end
|
2503
|
+
|
2504
|
+
# A logical expression of EnhancedDataSet dimension filters.
|
2505
|
+
class GoogleAnalyticsAdminV1alphaExpandedDataSetFilterExpression
|
2506
|
+
include Google::Apis::Core::Hashable
|
2507
|
+
|
2508
|
+
# A list of ExpandedDataSet filter expressions.
|
2509
|
+
# Corresponds to the JSON property `andGroup`
|
2510
|
+
# @return [Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaExpandedDataSetFilterExpressionList]
|
2511
|
+
attr_accessor :and_group
|
2512
|
+
|
2513
|
+
# A specific filter for a single dimension
|
2514
|
+
# Corresponds to the JSON property `filter`
|
2515
|
+
# @return [Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaExpandedDataSetFilter]
|
2516
|
+
attr_accessor :filter
|
2517
|
+
|
2518
|
+
# A logical expression of EnhancedDataSet dimension filters.
|
2519
|
+
# Corresponds to the JSON property `notExpression`
|
2520
|
+
# @return [Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaExpandedDataSetFilterExpression]
|
2521
|
+
attr_accessor :not_expression
|
2522
|
+
|
2523
|
+
def initialize(**args)
|
2524
|
+
update!(**args)
|
2525
|
+
end
|
2526
|
+
|
2527
|
+
# Update properties of this object
|
2528
|
+
def update!(**args)
|
2529
|
+
@and_group = args[:and_group] if args.key?(:and_group)
|
2530
|
+
@filter = args[:filter] if args.key?(:filter)
|
2531
|
+
@not_expression = args[:not_expression] if args.key?(:not_expression)
|
2532
|
+
end
|
2533
|
+
end
|
2534
|
+
|
2535
|
+
# A list of ExpandedDataSet filter expressions.
|
2536
|
+
class GoogleAnalyticsAdminV1alphaExpandedDataSetFilterExpressionList
|
2537
|
+
include Google::Apis::Core::Hashable
|
2538
|
+
|
2539
|
+
# A list of ExpandedDataSet filter expressions.
|
2540
|
+
# Corresponds to the JSON property `filterExpressions`
|
2541
|
+
# @return [Array<Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaExpandedDataSetFilterExpression>]
|
2542
|
+
attr_accessor :filter_expressions
|
2543
|
+
|
2544
|
+
def initialize(**args)
|
2545
|
+
update!(**args)
|
2546
|
+
end
|
2547
|
+
|
2548
|
+
# Update properties of this object
|
2549
|
+
def update!(**args)
|
2550
|
+
@filter_expressions = args[:filter_expressions] if args.key?(:filter_expressions)
|
2551
|
+
end
|
2552
|
+
end
|
2553
|
+
|
2554
|
+
# A filter for a string dimension that matches a particular list of options.
|
2555
|
+
class GoogleAnalyticsAdminV1alphaExpandedDataSetFilterInListFilter
|
2556
|
+
include Google::Apis::Core::Hashable
|
2557
|
+
|
2558
|
+
# Optional. If true, the match is case-sensitive. If false, the match is case-
|
2559
|
+
# insensitive. Must be true.
|
2560
|
+
# Corresponds to the JSON property `caseSensitive`
|
2561
|
+
# @return [Boolean]
|
2562
|
+
attr_accessor :case_sensitive
|
2563
|
+
alias_method :case_sensitive?, :case_sensitive
|
2564
|
+
|
2565
|
+
# Required. The list of possible string values to match against. Must be non-
|
2566
|
+
# empty.
|
2567
|
+
# Corresponds to the JSON property `values`
|
2568
|
+
# @return [Array<String>]
|
2569
|
+
attr_accessor :values
|
2570
|
+
|
2571
|
+
def initialize(**args)
|
2572
|
+
update!(**args)
|
2573
|
+
end
|
2574
|
+
|
2575
|
+
# Update properties of this object
|
2576
|
+
def update!(**args)
|
2577
|
+
@case_sensitive = args[:case_sensitive] if args.key?(:case_sensitive)
|
2578
|
+
@values = args[:values] if args.key?(:values)
|
2579
|
+
end
|
2580
|
+
end
|
2581
|
+
|
2582
|
+
# A filter for a string-type dimension that matches a particular pattern.
|
2583
|
+
class GoogleAnalyticsAdminV1alphaExpandedDataSetFilterStringFilter
|
2584
|
+
include Google::Apis::Core::Hashable
|
2585
|
+
|
2586
|
+
# Optional. If true, the match is case-sensitive. If false, the match is case-
|
2587
|
+
# insensitive. Must be true when match_type is EXACT. Must be false when
|
2588
|
+
# match_type is CONTAINS.
|
2589
|
+
# Corresponds to the JSON property `caseSensitive`
|
2590
|
+
# @return [Boolean]
|
2591
|
+
attr_accessor :case_sensitive
|
2592
|
+
alias_method :case_sensitive?, :case_sensitive
|
2593
|
+
|
2594
|
+
# Required. The match type for the string filter.
|
2595
|
+
# Corresponds to the JSON property `matchType`
|
2596
|
+
# @return [String]
|
2597
|
+
attr_accessor :match_type
|
2598
|
+
|
2599
|
+
# Required. The string value to be matched against.
|
2600
|
+
# Corresponds to the JSON property `value`
|
2601
|
+
# @return [String]
|
2602
|
+
attr_accessor :value
|
2603
|
+
|
2604
|
+
def initialize(**args)
|
2605
|
+
update!(**args)
|
2606
|
+
end
|
2607
|
+
|
2608
|
+
# Update properties of this object
|
2609
|
+
def update!(**args)
|
2610
|
+
@case_sensitive = args[:case_sensitive] if args.key?(:case_sensitive)
|
2611
|
+
@match_type = args[:match_type] if args.key?(:match_type)
|
2612
|
+
@value = args[:value] if args.key?(:value)
|
2613
|
+
end
|
2614
|
+
end
|
2615
|
+
|
2407
2616
|
# A link between a GA4 property and a Firebase project.
|
2408
2617
|
class GoogleAnalyticsAdminV1alphaFirebaseLink
|
2409
2618
|
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.
|
19
|
+
GEM_VERSION = "0.41.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.10.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20221013"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -448,6 +448,42 @@ module Google
|
|
448
448
|
include Google::Apis::Core::JsonObjectSupport
|
449
449
|
end
|
450
450
|
|
451
|
+
class GoogleAnalyticsAdminV1alphaExpandedDataSet
|
452
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
453
|
+
|
454
|
+
include Google::Apis::Core::JsonObjectSupport
|
455
|
+
end
|
456
|
+
|
457
|
+
class GoogleAnalyticsAdminV1alphaExpandedDataSetFilter
|
458
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
459
|
+
|
460
|
+
include Google::Apis::Core::JsonObjectSupport
|
461
|
+
end
|
462
|
+
|
463
|
+
class GoogleAnalyticsAdminV1alphaExpandedDataSetFilterExpression
|
464
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
465
|
+
|
466
|
+
include Google::Apis::Core::JsonObjectSupport
|
467
|
+
end
|
468
|
+
|
469
|
+
class GoogleAnalyticsAdminV1alphaExpandedDataSetFilterExpressionList
|
470
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
471
|
+
|
472
|
+
include Google::Apis::Core::JsonObjectSupport
|
473
|
+
end
|
474
|
+
|
475
|
+
class GoogleAnalyticsAdminV1alphaExpandedDataSetFilterInListFilter
|
476
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
477
|
+
|
478
|
+
include Google::Apis::Core::JsonObjectSupport
|
479
|
+
end
|
480
|
+
|
481
|
+
class GoogleAnalyticsAdminV1alphaExpandedDataSetFilterStringFilter
|
482
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
483
|
+
|
484
|
+
include Google::Apis::Core::JsonObjectSupport
|
485
|
+
end
|
486
|
+
|
451
487
|
class GoogleAnalyticsAdminV1alphaFirebaseLink
|
452
488
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
453
489
|
|
@@ -1187,6 +1223,8 @@ module Google
|
|
1187
1223
|
|
1188
1224
|
property :display_video360_advertiser_link_proposal, as: 'displayVideo360AdvertiserLinkProposal', class: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaDisplayVideo360AdvertiserLinkProposal, decorator: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaDisplayVideo360AdvertiserLinkProposal::Representation
|
1189
1225
|
|
1226
|
+
property :expanded_data_set, as: 'expandedDataSet', class: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaExpandedDataSet, decorator: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaExpandedDataSet::Representation
|
1227
|
+
|
1190
1228
|
property :firebase_link, as: 'firebaseLink', class: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaFirebaseLink, decorator: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaFirebaseLink::Representation
|
1191
1229
|
|
1192
1230
|
property :google_ads_link, as: 'googleAdsLink', class: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaGoogleAdsLink, decorator: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaGoogleAdsLink::Representation
|
@@ -1358,6 +1396,68 @@ module Google
|
|
1358
1396
|
end
|
1359
1397
|
end
|
1360
1398
|
|
1399
|
+
class GoogleAnalyticsAdminV1alphaExpandedDataSet
|
1400
|
+
# @private
|
1401
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1402
|
+
property :data_collection_start_time, as: 'dataCollectionStartTime'
|
1403
|
+
property :description, as: 'description'
|
1404
|
+
property :dimension_filter_expression, as: 'dimensionFilterExpression', class: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaExpandedDataSetFilterExpression, decorator: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaExpandedDataSetFilterExpression::Representation
|
1405
|
+
|
1406
|
+
collection :dimension_names, as: 'dimensionNames'
|
1407
|
+
property :display_name, as: 'displayName'
|
1408
|
+
collection :metric_names, as: 'metricNames'
|
1409
|
+
property :name, as: 'name'
|
1410
|
+
end
|
1411
|
+
end
|
1412
|
+
|
1413
|
+
class GoogleAnalyticsAdminV1alphaExpandedDataSetFilter
|
1414
|
+
# @private
|
1415
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1416
|
+
property :field_name, as: 'fieldName'
|
1417
|
+
property :in_list_filter, as: 'inListFilter', class: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaExpandedDataSetFilterInListFilter, decorator: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaExpandedDataSetFilterInListFilter::Representation
|
1418
|
+
|
1419
|
+
property :string_filter, as: 'stringFilter', class: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaExpandedDataSetFilterStringFilter, decorator: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaExpandedDataSetFilterStringFilter::Representation
|
1420
|
+
|
1421
|
+
end
|
1422
|
+
end
|
1423
|
+
|
1424
|
+
class GoogleAnalyticsAdminV1alphaExpandedDataSetFilterExpression
|
1425
|
+
# @private
|
1426
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1427
|
+
property :and_group, as: 'andGroup', class: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaExpandedDataSetFilterExpressionList, decorator: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaExpandedDataSetFilterExpressionList::Representation
|
1428
|
+
|
1429
|
+
property :filter, as: 'filter', class: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaExpandedDataSetFilter, decorator: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaExpandedDataSetFilter::Representation
|
1430
|
+
|
1431
|
+
property :not_expression, as: 'notExpression', class: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaExpandedDataSetFilterExpression, decorator: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaExpandedDataSetFilterExpression::Representation
|
1432
|
+
|
1433
|
+
end
|
1434
|
+
end
|
1435
|
+
|
1436
|
+
class GoogleAnalyticsAdminV1alphaExpandedDataSetFilterExpressionList
|
1437
|
+
# @private
|
1438
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1439
|
+
collection :filter_expressions, as: 'filterExpressions', class: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaExpandedDataSetFilterExpression, decorator: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaExpandedDataSetFilterExpression::Representation
|
1440
|
+
|
1441
|
+
end
|
1442
|
+
end
|
1443
|
+
|
1444
|
+
class GoogleAnalyticsAdminV1alphaExpandedDataSetFilterInListFilter
|
1445
|
+
# @private
|
1446
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1447
|
+
property :case_sensitive, as: 'caseSensitive'
|
1448
|
+
collection :values, as: 'values'
|
1449
|
+
end
|
1450
|
+
end
|
1451
|
+
|
1452
|
+
class GoogleAnalyticsAdminV1alphaExpandedDataSetFilterStringFilter
|
1453
|
+
# @private
|
1454
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1455
|
+
property :case_sensitive, as: 'caseSensitive'
|
1456
|
+
property :match_type, as: 'matchType'
|
1457
|
+
property :value, as: 'value'
|
1458
|
+
end
|
1459
|
+
end
|
1460
|
+
|
1361
1461
|
class GoogleAnalyticsAdminV1alphaFirebaseLink
|
1362
1462
|
# @private
|
1363
1463
|
class Representation < Google::Apis::Core::JsonRepresentation
|
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.
|
4
|
+
version: 0.41.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: 2022-10-
|
11
|
+
date: 2022-10-17 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-analyticsadmin_v1alpha/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-analyticsadmin_v1alpha/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-analyticsadmin_v1alpha/v0.41.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: []
|