google-apis-analyticsadmin_v1alpha 0.9.0 → 0.10.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: e8256a987d7b9ef9adc731756d3b9e028d83e555209869884c0bdebec3be1015
4
- data.tar.gz: fc99e22efef33ba5bf0bcb51847c2cc6bdac463ba4b14851c305939384dca466
3
+ metadata.gz: 62f99e6b30c5b8c9668ab57157ffabb68ce384da015ee9bbd01b265f43baa043
4
+ data.tar.gz: 8279ebe395be748c36f3a42e317583b74b11b7b48270a833a3a92fa5eecf5c5f
5
5
  SHA512:
6
- metadata.gz: 402c22f5ddd2665aaa31baa1aa742a51e369e71020d4236796e2927e55018015a9d5c0e3299b0a04cb48cf94a486a1d4311482b6b4e1528a439e81f9e31dd646
7
- data.tar.gz: e666e261448bf05f39a5c33e0c12d2c3b316e3f76ec5cba0055267016cdb15a0ef397ee754c8622a3ee93019f9e56e80f1bf0e7eebbb21bbbd5ef85d488eb400
6
+ metadata.gz: 853934f6111ea598f660d4b0b1824f6ecac5aa94f1452af83bf15856fff339227512d41547e2477449a20d739aad6416c4fce9eda11d86da9040e0864e06296a
7
+ data.tar.gz: fdb5cfcb76ed7122502b7cd1a628ffb5a33964867dd2856488dba06710731b321f83c20fafbfa402d4b7f827aaaec4602a8a44b98be6e0641504cbc152e5eb3b
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-analyticsadmin_v1alpha
2
2
 
3
+ ### v0.10.0 (2021-06-24)
4
+
5
+ * Regenerated from discovery document revision 20210622
6
+
3
7
  ### v0.9.0 (2021-06-15)
4
8
 
5
9
  * Regenerated from discovery document revision 20210613
@@ -619,19 +619,19 @@ module Google
619
619
  attr_accessor :custom
620
620
  alias_method :custom?, :custom
621
621
 
622
+ # Output only. If set, this event can currently be deleted via
623
+ # DeleteConversionEvent.
624
+ # Corresponds to the JSON property `deletable`
625
+ # @return [Boolean]
626
+ attr_accessor :deletable
627
+ alias_method :deletable?, :deletable
628
+
622
629
  # Immutable. The event name for this conversion event. Examples: 'click', '
623
630
  # purchase'
624
631
  # Corresponds to the JSON property `eventName`
625
632
  # @return [String]
626
633
  attr_accessor :event_name
627
634
 
628
- # Output only. If set, this event can currently be deleted via
629
- # DeleteConversionEvent.
630
- # Corresponds to the JSON property `isDeletable`
631
- # @return [Boolean]
632
- attr_accessor :is_deletable
633
- alias_method :is_deletable?, :is_deletable
634
-
635
635
  # Output only. Resource name of this conversion event. Format: properties/`
636
636
  # property`/conversionEvents/`conversion_event`
637
637
  # Corresponds to the JSON property `name`
@@ -646,8 +646,8 @@ module Google
646
646
  def update!(**args)
647
647
  @create_time = args[:create_time] if args.key?(:create_time)
648
648
  @custom = args[:custom] if args.key?(:custom)
649
+ @deletable = args[:deletable] if args.key?(:deletable)
649
650
  @event_name = args[:event_name] if args.key?(:event_name)
650
- @is_deletable = args[:is_deletable] if args.key?(:is_deletable)
651
651
  @name = args[:name] if args.key?(:name)
652
652
  end
653
653
  end
@@ -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.9.0"
19
+ GEM_VERSION = "0.10.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.3.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210613"
25
+ REVISION = "20210622"
26
26
  end
27
27
  end
28
28
  end
@@ -523,8 +523,8 @@ module Google
523
523
  class Representation < Google::Apis::Core::JsonRepresentation
524
524
  property :create_time, as: 'createTime'
525
525
  property :custom, as: 'custom'
526
+ property :deletable, as: 'deletable'
526
527
  property :event_name, as: 'eventName'
527
- property :is_deletable, as: 'isDeletable'
528
528
  property :name, as: 'name'
529
529
  end
530
530
  end
@@ -1883,44 +1883,6 @@ module Google
1883
1883
  execute_or_queue_command(command, &block)
1884
1884
  end
1885
1885
 
1886
- # Updates a FirebaseLink on a property
1887
- # @param [String] name
1888
- # Output only. Example format: properties/1234/firebaseLinks/5678
1889
- # @param [Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaFirebaseLink] google_analytics_admin_v1alpha_firebase_link_object
1890
- # @param [String] update_mask
1891
- # Required. The list of fields to be updated. Field names must be in snake case (
1892
- # e.g., "field_to_update"). Omitted fields will not be updated. To replace the
1893
- # entire entity, use one path with the string "*" to match all fields.
1894
- # @param [String] fields
1895
- # Selector specifying which fields to include in a partial response.
1896
- # @param [String] quota_user
1897
- # Available to use for quota purposes for server-side applications. Can be any
1898
- # arbitrary string assigned to a user, but should not exceed 40 characters.
1899
- # @param [Google::Apis::RequestOptions] options
1900
- # Request-specific options
1901
- #
1902
- # @yield [result, err] Result & error if block supplied
1903
- # @yieldparam result [Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaFirebaseLink] parsed result object
1904
- # @yieldparam err [StandardError] error object if request failed
1905
- #
1906
- # @return [Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaFirebaseLink]
1907
- #
1908
- # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
1909
- # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
1910
- # @raise [Google::Apis::AuthorizationError] Authorization is required
1911
- def patch_property_firebase_link(name, google_analytics_admin_v1alpha_firebase_link_object = nil, update_mask: nil, fields: nil, quota_user: nil, options: nil, &block)
1912
- command = make_simple_command(:patch, 'v1alpha/{+name}', options)
1913
- command.request_representation = Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaFirebaseLink::Representation
1914
- command.request_object = google_analytics_admin_v1alpha_firebase_link_object
1915
- command.response_representation = Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaFirebaseLink::Representation
1916
- command.response_class = Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaFirebaseLink
1917
- command.params['name'] = name unless name.nil?
1918
- command.query['updateMask'] = update_mask unless update_mask.nil?
1919
- command.query['fields'] = fields unless fields.nil?
1920
- command.query['quotaUser'] = quota_user unless quota_user.nil?
1921
- execute_or_queue_command(command, &block)
1922
- end
1923
-
1924
1886
  # Creates a GoogleAdsLink.
1925
1887
  # @param [String] parent
1926
1888
  # Required. Example format: properties/1234
metadata CHANGED
@@ -1,29 +1,35 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-analyticsadmin_v1alpha
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.0
4
+ version: 0.10.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: 2021-06-21 00:00:00.000000000 Z
11
+ date: 2021-06-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - "~>"
17
+ - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '0.1'
19
+ version: '0.3'
20
+ - - "<"
21
+ - !ruby/object:Gem::Version
22
+ version: 2.a
20
23
  type: :runtime
21
24
  prerelease: false
22
25
  version_requirements: !ruby/object:Gem::Requirement
23
26
  requirements:
24
- - - "~>"
27
+ - - ">="
28
+ - !ruby/object:Gem::Version
29
+ version: '0.3'
30
+ - - "<"
25
31
  - !ruby/object:Gem::Version
26
- version: '0.1'
32
+ version: 2.a
27
33
  description: This is the simple REST client for Google Analytics Admin API V1alpha.
28
34
  Simple REST clients are Ruby client libraries that provide access to Google services
29
35
  via their HTTP REST API endpoints. These libraries are generated and updated automatically
@@ -52,7 +58,7 @@ licenses:
52
58
  metadata:
53
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
54
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-analyticsadmin_v1alpha/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-analyticsadmin_v1alpha/v0.9.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-analyticsadmin_v1alpha/v0.10.0
56
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-analyticsadmin_v1alpha
57
63
  post_install_message:
58
64
  rdoc_options: []