google-apis-analyticsadmin_v1alpha 0.7.0 → 0.8.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: 2373abb0211ed4250745b0563f7e1016db1fd4e5f0df583b5d6057b5116220f4
4
- data.tar.gz: 5f6cf576e28779e1ad34384cad55222d61ed8fbd60ed32f6edf033e5d383719d
3
+ metadata.gz: af8b193de6496380665f5a55c376ae038a03471c18346b69f0a9c1cf4c3bd01c
4
+ data.tar.gz: 631ea72f70b576580adcd68269e3af8e7a6eec19692dcb9ff97f91bb350cb62e
5
5
  SHA512:
6
- metadata.gz: 49ce89096ecf63acbb5a5a9c9b90542a1aa6d4ab80641c7841c829d45e625126ee400bfa1cb259045f25a1ac03c66bd8c7a95ce5e56adecf338d68286303ed14
7
- data.tar.gz: 7bae079792ca9721939b2049525fba8fce793a91e372c4db70c6c815fa1c143fd4ee7680f4e04459a5dd0dc3f0fa1874e1a8c94f8f66ccef8c2fd56767d06a28
6
+ metadata.gz: 932201b4f539b012f2eacbebee06b8eaa1af27f8cdd79e1e0a513dc87df29196ae777ec3ae9fddef2cd85da236cea3a8f36ba50df46ca8d99575b61c20d445a9
7
+ data.tar.gz: 735bb992a2c8db759f1b192255c5e3780c711d7b5cf9ef3e67f9a1efa4335cb3da9f68fad9dab8e12e8d1e51b92f73030a940d00363b6d2c477db8755f75895c
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-analyticsadmin_v1alpha
2
2
 
3
+ ### v0.8.0 (2021-06-11)
4
+
5
+ * Regenerated from discovery document revision 20210610
6
+ * Regenerated using generator version 0.3.0
7
+
3
8
  ### v0.7.0 (2021-05-19)
4
9
 
5
10
  * Regenerated from discovery document revision 20210517
@@ -990,12 +990,6 @@ module Google
990
990
  # @return [String]
991
991
  attr_accessor :create_time
992
992
 
993
- # Maximum user access to the GA4 property allowed to admins of the linked
994
- # Firebase project.
995
- # Corresponds to the JSON property `maximumUserAccess`
996
- # @return [String]
997
- attr_accessor :maximum_user_access
998
-
999
993
  # Output only. Example format: properties/1234/firebaseLinks/5678
1000
994
  # Corresponds to the JSON property `name`
1001
995
  # @return [String]
@@ -1017,7 +1011,6 @@ module Google
1017
1011
  # Update properties of this object
1018
1012
  def update!(**args)
1019
1013
  @create_time = args[:create_time] if args.key?(:create_time)
1020
- @maximum_user_access = args[:maximum_user_access] if args.key?(:maximum_user_access)
1021
1014
  @name = args[:name] if args.key?(:name)
1022
1015
  @project = args[:project] if args.key?(:project)
1023
1016
  end
@@ -1075,17 +1068,17 @@ module Google
1075
1068
  # @return [String]
1076
1069
  attr_accessor :create_time
1077
1070
 
1071
+ # Output only. Email address of the user that created the link. An empty string
1072
+ # will be returned if the email address can't be retrieved.
1073
+ # Corresponds to the JSON property `creatorEmailAddress`
1074
+ # @return [String]
1075
+ attr_accessor :creator_email_address
1076
+
1078
1077
  # Immutable. Google Ads customer ID.
1079
1078
  # Corresponds to the JSON property `customerId`
1080
1079
  # @return [String]
1081
1080
  attr_accessor :customer_id
1082
1081
 
1083
- # Output only. Email address of the user that created the link. An empty string
1084
- # will be returned if the email address can't be retrieved.
1085
- # Corresponds to the JSON property `emailAddress`
1086
- # @return [String]
1087
- attr_accessor :email_address
1088
-
1089
1082
  # Output only. Format: properties/`propertyId`/googleAdsLinks/`googleAdsLinkId`
1090
1083
  # Note: googleAdsLinkId is not the Google Ads customer ID.
1091
1084
  # Corresponds to the JSON property `name`
@@ -1106,8 +1099,8 @@ module Google
1106
1099
  @ads_personalization_enabled = args[:ads_personalization_enabled] if args.key?(:ads_personalization_enabled)
1107
1100
  @can_manage_clients = args[:can_manage_clients] if args.key?(:can_manage_clients)
1108
1101
  @create_time = args[:create_time] if args.key?(:create_time)
1102
+ @creator_email_address = args[:creator_email_address] if args.key?(:creator_email_address)
1109
1103
  @customer_id = args[:customer_id] if args.key?(:customer_id)
1110
- @email_address = args[:email_address] if args.key?(:email_address)
1111
1104
  @name = args[:name] if args.key?(:name)
1112
1105
  @update_time = args[:update_time] if args.key?(:update_time)
1113
1106
  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.7.0"
19
+ GEM_VERSION = "0.8.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.2.0"
22
+ GENERATOR_VERSION = "0.3.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210517"
25
+ REVISION = "20210610"
26
26
  end
27
27
  end
28
28
  end
@@ -603,7 +603,6 @@ module Google
603
603
  # @private
604
604
  class Representation < Google::Apis::Core::JsonRepresentation
605
605
  property :create_time, as: 'createTime'
606
- property :maximum_user_access, as: 'maximumUserAccess'
607
606
  property :name, as: 'name'
608
607
  property :project, as: 'project'
609
608
  end
@@ -623,8 +622,8 @@ module Google
623
622
  property :ads_personalization_enabled, as: 'adsPersonalizationEnabled'
624
623
  property :can_manage_clients, as: 'canManageClients'
625
624
  property :create_time, as: 'createTime'
625
+ property :creator_email_address, as: 'creatorEmailAddress'
626
626
  property :customer_id, as: 'customerId'
627
- property :email_address, as: 'emailAddress'
628
627
  property :name, as: 'name'
629
628
  property :update_time, as: 'updateTime'
630
629
  end
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.7.0
4
+ version: 0.8.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-05-24 00:00:00.000000000 Z
11
+ date: 2021-06-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -52,7 +52,7 @@ licenses:
52
52
  metadata:
53
53
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
54
54
  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.7.0
55
+ documentation_uri: https://googleapis.dev/ruby/google-apis-analyticsadmin_v1alpha/v0.8.0
56
56
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-analyticsadmin_v1alpha
57
57
  post_install_message:
58
58
  rdoc_options: []