google-apis-analyticsadmin_v1alpha 0.74.0 → 0.75.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/analyticsadmin_v1alpha/classes.rb +9 -22
- data/lib/google/apis/analyticsadmin_v1alpha/gem_version.rb +2 -2
- data/lib/google/apis/analyticsadmin_v1alpha/representations.rb +1 -13
- data/lib/google/apis/analyticsadmin_v1alpha/service.rb +121 -46
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 46fb17b949a3e065a694644e3e363f739a89d4ce441143dee9fe76ab8f4c73f5
|
4
|
+
data.tar.gz: 97dd6f3efbcb0f878d206397c2b4c7eaf42d879ae802f846ca05d76a0cc72d8f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: cfd79f9673c82344861b195b2d72eb4df1421a97c386d2c2d56c3bdbedfc28af74bad4d0dc8bd316b057313c6f67895343157580c9a2c667b6619f31bf3673ce
|
7
|
+
data.tar.gz: 367e4b2bce8e2045ccecb5f99fe8c433b4dd2318631115709b13617a210b72c3d2bb679bafc0c23ebc7b06ee01795dcb4b73c6766066751281c8b2791cf9c530
|
data/CHANGELOG.md
CHANGED
@@ -1564,6 +1564,13 @@ module Google
|
|
1564
1564
|
attr_accessor :daily_export_enabled
|
1565
1565
|
alias_method :daily_export_enabled?, :daily_export_enabled
|
1566
1566
|
|
1567
|
+
# Required. Immutable. The geographic location where the created BigQuery
|
1568
|
+
# dataset should reside. See https://cloud.google.com/bigquery/docs/locations
|
1569
|
+
# for supported locations.
|
1570
|
+
# Corresponds to the JSON property `datasetLocation`
|
1571
|
+
# @return [String]
|
1572
|
+
attr_accessor :dataset_location
|
1573
|
+
|
1567
1574
|
# The list of event names that will be excluded from exports.
|
1568
1575
|
# Corresponds to the JSON property `excludedEvents`
|
1569
1576
|
# @return [Array<String>]
|
@@ -1619,6 +1626,7 @@ module Google
|
|
1619
1626
|
def update!(**args)
|
1620
1627
|
@create_time = args[:create_time] if args.key?(:create_time)
|
1621
1628
|
@daily_export_enabled = args[:daily_export_enabled] if args.key?(:daily_export_enabled)
|
1629
|
+
@dataset_location = args[:dataset_location] if args.key?(:dataset_location)
|
1622
1630
|
@excluded_events = args[:excluded_events] if args.key?(:excluded_events)
|
1623
1631
|
@export_streams = args[:export_streams] if args.key?(:export_streams)
|
1624
1632
|
@fresh_daily_export_enabled = args[:fresh_daily_export_enabled] if args.key?(:fresh_daily_export_enabled)
|
@@ -4973,27 +4981,6 @@ module Google
|
|
4973
4981
|
end
|
4974
4982
|
end
|
4975
4983
|
|
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
|
-
|
4997
4984
|
# A link that references a source property under the parent rollup property.
|
4998
4985
|
class GoogleAnalyticsAdminV1alphaRollupPropertySourceLink
|
4999
4986
|
include Google::Apis::Core::Hashable
|
@@ -5362,7 +5349,7 @@ module Google
|
|
5362
5349
|
|
5363
5350
|
# Optional. Resource name for a child property. If set, only return changes made
|
5364
5351
|
# to this property or its child resources. Format: properties/`propertyId`
|
5365
|
-
# Example:
|
5352
|
+
# Example: `properties/100`
|
5366
5353
|
# Corresponds to the JSON property `property`
|
5367
5354
|
# @return [String]
|
5368
5355
|
attr_accessor :property
|
@@ -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.75.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.15.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20240722"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -892,12 +892,6 @@ 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
|
-
|
901
895
|
class GoogleAnalyticsAdminV1alphaRollupPropertySourceLink
|
902
896
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
903
897
|
|
@@ -1493,6 +1487,7 @@ module Google
|
|
1493
1487
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1494
1488
|
property :create_time, as: 'createTime'
|
1495
1489
|
property :daily_export_enabled, as: 'dailyExportEnabled'
|
1490
|
+
property :dataset_location, as: 'datasetLocation'
|
1496
1491
|
collection :excluded_events, as: 'excludedEvents'
|
1497
1492
|
collection :export_streams, as: 'exportStreams'
|
1498
1493
|
property :fresh_daily_export_enabled, as: 'freshDailyExportEnabled'
|
@@ -2442,13 +2437,6 @@ module Google
|
|
2442
2437
|
end
|
2443
2438
|
end
|
2444
2439
|
|
2445
|
-
class GoogleAnalyticsAdminV1alphaReorderEventEditRulesRequest
|
2446
|
-
# @private
|
2447
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
2448
|
-
collection :event_edit_rules, as: 'eventEditRules'
|
2449
|
-
end
|
2450
|
-
end
|
2451
|
-
|
2452
2440
|
class GoogleAnalyticsAdminV1alphaRollupPropertySourceLink
|
2453
2441
|
# @private
|
2454
2442
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -166,7 +166,7 @@ module Google
|
|
166
166
|
# Get data sharing settings on an account. Data sharing settings are singletons.
|
167
167
|
# @param [String] name
|
168
168
|
# Required. The name of the settings to lookup. Format: accounts/`account`/
|
169
|
-
# dataSharingSettings Example:
|
169
|
+
# dataSharingSettings Example: `accounts/1000/dataSharingSettings`
|
170
170
|
# @param [String] fields
|
171
171
|
# Selector specifying which fields to include in a partial response.
|
172
172
|
# @param [String] quota_user
|
@@ -362,7 +362,7 @@ module Google
|
|
362
362
|
# set of filters.
|
363
363
|
# @param [String] account
|
364
364
|
# Required. The account resource for which to return change history resources.
|
365
|
-
# Format: accounts/`account` Example:
|
365
|
+
# Format: accounts/`account` Example: `accounts/100`
|
366
366
|
# @param [Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaSearchChangeHistoryEventsRequest] google_analytics_admin_v1alpha_search_change_history_events_request_object
|
367
367
|
# @param [String] fields
|
368
368
|
# Selector specifying which fields to include in a partial response.
|
@@ -2087,6 +2087,70 @@ module Google
|
|
2087
2087
|
execute_or_queue_command(command, &block)
|
2088
2088
|
end
|
2089
2089
|
|
2090
|
+
# Creates a BigQueryLink.
|
2091
|
+
# @param [String] parent
|
2092
|
+
# Required. Example format: properties/1234
|
2093
|
+
# @param [Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaBigQueryLink] google_analytics_admin_v1alpha_big_query_link_object
|
2094
|
+
# @param [String] fields
|
2095
|
+
# Selector specifying which fields to include in a partial response.
|
2096
|
+
# @param [String] quota_user
|
2097
|
+
# Available to use for quota purposes for server-side applications. Can be any
|
2098
|
+
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
2099
|
+
# @param [Google::Apis::RequestOptions] options
|
2100
|
+
# Request-specific options
|
2101
|
+
#
|
2102
|
+
# @yield [result, err] Result & error if block supplied
|
2103
|
+
# @yieldparam result [Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaBigQueryLink] parsed result object
|
2104
|
+
# @yieldparam err [StandardError] error object if request failed
|
2105
|
+
#
|
2106
|
+
# @return [Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaBigQueryLink]
|
2107
|
+
#
|
2108
|
+
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
2109
|
+
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
2110
|
+
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
2111
|
+
def create_property_big_query_link(parent, google_analytics_admin_v1alpha_big_query_link_object = nil, fields: nil, quota_user: nil, options: nil, &block)
|
2112
|
+
command = make_simple_command(:post, 'v1alpha/{+parent}/bigQueryLinks', options)
|
2113
|
+
command.request_representation = Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaBigQueryLink::Representation
|
2114
|
+
command.request_object = google_analytics_admin_v1alpha_big_query_link_object
|
2115
|
+
command.response_representation = Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaBigQueryLink::Representation
|
2116
|
+
command.response_class = Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaBigQueryLink
|
2117
|
+
command.params['parent'] = parent unless parent.nil?
|
2118
|
+
command.query['fields'] = fields unless fields.nil?
|
2119
|
+
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
2120
|
+
execute_or_queue_command(command, &block)
|
2121
|
+
end
|
2122
|
+
|
2123
|
+
# Deletes a BigQueryLink on a property.
|
2124
|
+
# @param [String] name
|
2125
|
+
# Required. The BigQueryLink to delete. Example format: properties/1234/
|
2126
|
+
# bigQueryLinks/5678
|
2127
|
+
# @param [String] fields
|
2128
|
+
# Selector specifying which fields to include in a partial response.
|
2129
|
+
# @param [String] quota_user
|
2130
|
+
# Available to use for quota purposes for server-side applications. Can be any
|
2131
|
+
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
2132
|
+
# @param [Google::Apis::RequestOptions] options
|
2133
|
+
# Request-specific options
|
2134
|
+
#
|
2135
|
+
# @yield [result, err] Result & error if block supplied
|
2136
|
+
# @yieldparam result [Google::Apis::AnalyticsadminV1alpha::GoogleProtobufEmpty] parsed result object
|
2137
|
+
# @yieldparam err [StandardError] error object if request failed
|
2138
|
+
#
|
2139
|
+
# @return [Google::Apis::AnalyticsadminV1alpha::GoogleProtobufEmpty]
|
2140
|
+
#
|
2141
|
+
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
2142
|
+
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
2143
|
+
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
2144
|
+
def delete_property_big_query_link(name, fields: nil, quota_user: nil, options: nil, &block)
|
2145
|
+
command = make_simple_command(:delete, 'v1alpha/{+name}', options)
|
2146
|
+
command.response_representation = Google::Apis::AnalyticsadminV1alpha::GoogleProtobufEmpty::Representation
|
2147
|
+
command.response_class = Google::Apis::AnalyticsadminV1alpha::GoogleProtobufEmpty
|
2148
|
+
command.params['name'] = name unless name.nil?
|
2149
|
+
command.query['fields'] = fields unless fields.nil?
|
2150
|
+
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
2151
|
+
execute_or_queue_command(command, &block)
|
2152
|
+
end
|
2153
|
+
|
2090
2154
|
# Lookup for a single BigQuery Link.
|
2091
2155
|
# @param [String] name
|
2092
2156
|
# Required. The name of the BigQuery link to lookup. Format: properties/`
|
@@ -2162,6 +2226,46 @@ module Google
|
|
2162
2226
|
execute_or_queue_command(command, &block)
|
2163
2227
|
end
|
2164
2228
|
|
2229
|
+
# Updates a BigQueryLink.
|
2230
|
+
# @param [String] name
|
2231
|
+
# Output only. Resource name of this BigQuery link. Format: 'properties/`
|
2232
|
+
# property_id`/bigQueryLinks/`bigquery_link_id`' Format: 'properties/1234/
|
2233
|
+
# bigQueryLinks/abc567'
|
2234
|
+
# @param [Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaBigQueryLink] google_analytics_admin_v1alpha_big_query_link_object
|
2235
|
+
# @param [String] update_mask
|
2236
|
+
# Required. The list of fields to be updated. Field names must be in snake case (
|
2237
|
+
# e.g., "field_to_update"). Omitted fields will not be updated. To replace the
|
2238
|
+
# entire entity, use one path with the string "*" to match all fields.
|
2239
|
+
# @param [String] fields
|
2240
|
+
# Selector specifying which fields to include in a partial response.
|
2241
|
+
# @param [String] quota_user
|
2242
|
+
# Available to use for quota purposes for server-side applications. Can be any
|
2243
|
+
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
2244
|
+
# @param [Google::Apis::RequestOptions] options
|
2245
|
+
# Request-specific options
|
2246
|
+
#
|
2247
|
+
# @yield [result, err] Result & error if block supplied
|
2248
|
+
# @yieldparam result [Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaBigQueryLink] parsed result object
|
2249
|
+
# @yieldparam err [StandardError] error object if request failed
|
2250
|
+
#
|
2251
|
+
# @return [Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaBigQueryLink]
|
2252
|
+
#
|
2253
|
+
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
2254
|
+
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
2255
|
+
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
2256
|
+
def patch_property_big_query_link(name, google_analytics_admin_v1alpha_big_query_link_object = nil, update_mask: nil, fields: nil, quota_user: nil, options: nil, &block)
|
2257
|
+
command = make_simple_command(:patch, 'v1alpha/{+name}', options)
|
2258
|
+
command.request_representation = Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaBigQueryLink::Representation
|
2259
|
+
command.request_object = google_analytics_admin_v1alpha_big_query_link_object
|
2260
|
+
command.response_representation = Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaBigQueryLink::Representation
|
2261
|
+
command.response_class = Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaBigQueryLink
|
2262
|
+
command.params['name'] = name unless name.nil?
|
2263
|
+
command.query['updateMask'] = update_mask unless update_mask.nil?
|
2264
|
+
command.query['fields'] = fields unless fields.nil?
|
2265
|
+
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
2266
|
+
execute_or_queue_command(command, &block)
|
2267
|
+
end
|
2268
|
+
|
2165
2269
|
# Creates a CalculatedMetric.
|
2166
2270
|
# @param [String] parent
|
2167
2271
|
# Required. Format: properties/`property_id` Example: properties/1234
|
@@ -2524,7 +2628,8 @@ module Google
|
|
2524
2628
|
execute_or_queue_command(command, &block)
|
2525
2629
|
end
|
2526
2630
|
|
2527
|
-
# Creates a conversion event with the
|
2631
|
+
# Deprecated: Use `CreateKeyEvent` instead. Creates a conversion event with the
|
2632
|
+
# specified attributes.
|
2528
2633
|
# @param [String] parent
|
2529
2634
|
# Required. The resource name of the parent property where this conversion event
|
2530
2635
|
# will be created. Format: properties/123
|
@@ -2558,7 +2663,8 @@ module Google
|
|
2558
2663
|
execute_or_queue_command(command, &block)
|
2559
2664
|
end
|
2560
2665
|
|
2561
|
-
# Deletes a conversion event in a
|
2666
|
+
# Deprecated: Use `DeleteKeyEvent` instead. Deletes a conversion event in a
|
2667
|
+
# property.
|
2562
2668
|
# @param [String] name
|
2563
2669
|
# Required. The resource name of the conversion event to delete. Format:
|
2564
2670
|
# properties/`property`/conversionEvents/`conversion_event` Example: "properties/
|
@@ -2590,7 +2696,7 @@ module Google
|
|
2590
2696
|
execute_or_queue_command(command, &block)
|
2591
2697
|
end
|
2592
2698
|
|
2593
|
-
# Retrieve a single conversion event.
|
2699
|
+
# Deprecated: Use `GetKeyEvent` instead. Retrieve a single conversion event.
|
2594
2700
|
# @param [String] name
|
2595
2701
|
# Required. The resource name of the conversion event to retrieve. Format:
|
2596
2702
|
# properties/`property`/conversionEvents/`conversion_event` Example: "properties/
|
@@ -2622,8 +2728,9 @@ module Google
|
|
2622
2728
|
execute_or_queue_command(command, &block)
|
2623
2729
|
end
|
2624
2730
|
|
2625
|
-
# Returns a list of conversion events
|
2626
|
-
# an empty list if no conversion
|
2731
|
+
# Deprecated: Use `ListKeyEvents` instead. Returns a list of conversion events
|
2732
|
+
# in the specified parent property. Returns an empty list if no conversion
|
2733
|
+
# events are found.
|
2627
2734
|
# @param [String] parent
|
2628
2735
|
# Required. The resource name of the parent property. Example: 'properties/123'
|
2629
2736
|
# @param [Fixnum] page_size
|
@@ -2664,7 +2771,8 @@ module Google
|
|
2664
2771
|
execute_or_queue_command(command, &block)
|
2665
2772
|
end
|
2666
2773
|
|
2667
|
-
# Updates a conversion event with the
|
2774
|
+
# Deprecated: Use `UpdateKeyEvent` instead. Updates a conversion event with the
|
2775
|
+
# specified attributes.
|
2668
2776
|
# @param [String] name
|
2669
2777
|
# Output only. Resource name of this conversion event. Format: properties/`
|
2670
2778
|
# property`/conversionEvents/`conversion_event`
|
@@ -3224,8 +3332,8 @@ module Google
|
|
3224
3332
|
# @param [String] name
|
3225
3333
|
# Required. The name of the site tag to lookup. Note that site tags are
|
3226
3334
|
# singletons and do not have unique IDs. Format: properties/`property_id`/
|
3227
|
-
# dataStreams/`stream_id`/globalSiteTag Example:
|
3228
|
-
# globalSiteTag
|
3335
|
+
# dataStreams/`stream_id`/globalSiteTag Example: `properties/123/dataStreams/456/
|
3336
|
+
# globalSiteTag`
|
3229
3337
|
# @param [String] fields
|
3230
3338
|
# Selector specifying which fields to include in a partial response.
|
3231
3339
|
# @param [String] quota_user
|
@@ -3589,39 +3697,6 @@ module Google
|
|
3589
3697
|
execute_or_queue_command(command, &block)
|
3590
3698
|
end
|
3591
3699
|
|
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
|
-
|
3625
3700
|
# Creates a measurement protocol secret.
|
3626
3701
|
# @param [String] parent
|
3627
3702
|
# Required. The parent resource where this secret will be created. Format:
|
@@ -4549,7 +4624,7 @@ module Google
|
|
4549
4624
|
|
4550
4625
|
# Creates a FirebaseLink. Properties can have at most one FirebaseLink.
|
4551
4626
|
# @param [String] parent
|
4552
|
-
# Required. Format: properties/`property_id` Example: properties/1234
|
4627
|
+
# Required. Format: properties/`property_id` Example: `properties/1234`
|
4553
4628
|
# @param [Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaFirebaseLink] google_analytics_admin_v1alpha_firebase_link_object
|
4554
4629
|
# @param [String] fields
|
4555
4630
|
# Selector specifying which fields to include in a partial response.
|
@@ -4583,7 +4658,7 @@ module Google
|
|
4583
4658
|
# Deletes a FirebaseLink on a property
|
4584
4659
|
# @param [String] name
|
4585
4660
|
# Required. Format: properties/`property_id`/firebaseLinks/`firebase_link_id`
|
4586
|
-
# Example: properties/1234/firebaseLinks/5678
|
4661
|
+
# Example: `properties/1234/firebaseLinks/5678`
|
4587
4662
|
# @param [String] fields
|
4588
4663
|
# Selector specifying which fields to include in a partial response.
|
4589
4664
|
# @param [String] quota_user
|
@@ -4614,7 +4689,7 @@ module Google
|
|
4614
4689
|
# Lists FirebaseLinks on a property. Properties can have at most one
|
4615
4690
|
# FirebaseLink.
|
4616
4691
|
# @param [String] parent
|
4617
|
-
# Required. Format: properties/`property_id` Example: properties/1234
|
4692
|
+
# Required. Format: properties/`property_id` Example: `properties/1234`
|
4618
4693
|
# @param [Fixnum] page_size
|
4619
4694
|
# The maximum number of resources to return. The service may return fewer than
|
4620
4695
|
# this value, even if there are additional pages. If unspecified, at most 50
|
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.75.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-
|
11
|
+
date: 2024-07-25 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.75.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: []
|