google-apis-driveactivity_v2 0.2.0 → 0.3.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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/lib/google/apis/driveactivity_v2/classes.rb +21 -20
- data/lib/google/apis/driveactivity_v2/gem_version.rb +3 -3
- 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: f9898645cb423e26d0e595941fa418c27aa5a6bcb4168b6d2af31d85f6f030c0
|
|
4
|
+
data.tar.gz: 3ba37b50c4a740291cf15ba5c85af424218f15e9977dc2f1efd6ad412e00a299
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 50a1fd2ba598dd667e31b91427f4fd378aef1459425c3fe5125074874f0b9820dcbda2e1f5f7f993e461b98e74cd97d682e00b1f7f3b60a4a69879ee0afbb0e4
|
|
7
|
+
data.tar.gz: 7faba915169a4d802f9a7cef3c9d7aa87416f811a011e19b052d1efcabeec783a32ba4a513e47278ed0aa1651181c5eebe56f6ec73063c19c591470075b2aa53
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
# Release history for google-apis-driveactivity_v2
|
|
2
2
|
|
|
3
|
+
### v0.3.0 (2021-03-12)
|
|
4
|
+
|
|
5
|
+
* Regenerated from discovery document revision 20210310
|
|
6
|
+
* Regenerated using generator version 0.2.0
|
|
7
|
+
|
|
3
8
|
### v0.2.0 (2021-03-04)
|
|
4
9
|
|
|
5
10
|
* Regenerated using generator version 0.1.2
|
|
@@ -453,7 +453,7 @@ module Google
|
|
|
453
453
|
# @return [String]
|
|
454
454
|
attr_accessor :legacy_id
|
|
455
455
|
|
|
456
|
-
# The name of the domain, e.g.
|
|
456
|
+
# The name of the domain, e.g. `google.com`.
|
|
457
457
|
# Corresponds to the JSON property `name`
|
|
458
458
|
# @return [String]
|
|
459
459
|
attr_accessor :name
|
|
@@ -473,7 +473,7 @@ module Google
|
|
|
473
473
|
class Drive
|
|
474
474
|
include Google::Apis::Core::Hashable
|
|
475
475
|
|
|
476
|
-
# The resource name of the shared drive. The format is
|
|
476
|
+
# The resource name of the shared drive. The format is `COLLECTION_ID/DRIVE_ID`.
|
|
477
477
|
# Clients should not assume a specific collection ID for this resource name.
|
|
478
478
|
# Corresponds to the JSON property `name`
|
|
479
479
|
# @return [String]
|
|
@@ -618,7 +618,7 @@ module Google
|
|
|
618
618
|
# @return [String]
|
|
619
619
|
attr_accessor :mime_type
|
|
620
620
|
|
|
621
|
-
# The target Drive item. The format is
|
|
621
|
+
# The target Drive item. The format is `items/ITEM_ID`.
|
|
622
622
|
# Corresponds to the JSON property `name`
|
|
623
623
|
# @return [String]
|
|
624
624
|
attr_accessor :name
|
|
@@ -674,7 +674,7 @@ module Google
|
|
|
674
674
|
# @return [Google::Apis::DriveactivityV2::Folder]
|
|
675
675
|
attr_accessor :folder
|
|
676
676
|
|
|
677
|
-
# The target Drive item. The format is
|
|
677
|
+
# The target Drive item. The format is `items/ITEM_ID`.
|
|
678
678
|
# Corresponds to the JSON property `name`
|
|
679
679
|
# @return [String]
|
|
680
680
|
attr_accessor :name
|
|
@@ -703,7 +703,7 @@ module Google
|
|
|
703
703
|
class DriveReference
|
|
704
704
|
include Google::Apis::Core::Hashable
|
|
705
705
|
|
|
706
|
-
# The resource name of the shared drive. The format is
|
|
706
|
+
# The resource name of the shared drive. The format is `COLLECTION_ID/DRIVE_ID`.
|
|
707
707
|
# Clients should not assume a specific collection ID for this resource name.
|
|
708
708
|
# Corresponds to the JSON property `name`
|
|
709
709
|
# @return [String]
|
|
@@ -770,8 +770,8 @@ module Google
|
|
|
770
770
|
# @return [String]
|
|
771
771
|
attr_accessor :legacy_discussion_id
|
|
772
772
|
|
|
773
|
-
# The link to the discussion thread containing this comment, for example,
|
|
774
|
-
# //docs.google.com/DOCUMENT_ID/edit?disco=THREAD_ID
|
|
773
|
+
# The link to the discussion thread containing this comment, for example, `https:
|
|
774
|
+
# //docs.google.com/DOCUMENT_ID/edit?disco=THREAD_ID`.
|
|
775
775
|
# Corresponds to the JSON property `linkToDiscussion`
|
|
776
776
|
# @return [String]
|
|
777
777
|
attr_accessor :link_to_discussion
|
|
@@ -869,7 +869,7 @@ module Google
|
|
|
869
869
|
alias_method :is_current_user?, :is_current_user
|
|
870
870
|
|
|
871
871
|
# The identifier for this user that can be used with the People API to get more
|
|
872
|
-
# information. The format is
|
|
872
|
+
# information. The format is `people/ACCOUNT_ID`. See https://developers.google.
|
|
873
873
|
# com/people/.
|
|
874
874
|
# Corresponds to the JSON property `personName`
|
|
875
875
|
# @return [String]
|
|
@@ -1017,8 +1017,9 @@ module Google
|
|
|
1017
1017
|
# @return [Google::Apis::DriveactivityV2::Group]
|
|
1018
1018
|
attr_accessor :group
|
|
1019
1019
|
|
|
1020
|
-
# Indicates the Google Drive permissions role.
|
|
1021
|
-
#
|
|
1020
|
+
# Indicates the [Google Drive permissions role](https://developers.google.com/
|
|
1021
|
+
# drive/web/manage-sharing#roles). The role determines a user's ability to read,
|
|
1022
|
+
# write, and comment on items.
|
|
1022
1023
|
# Corresponds to the JSON property `role`
|
|
1023
1024
|
# @return [String]
|
|
1024
1025
|
attr_accessor :role
|
|
@@ -1092,7 +1093,7 @@ module Google
|
|
|
1092
1093
|
include Google::Apis::Core::Hashable
|
|
1093
1094
|
|
|
1094
1095
|
# Return activities for this Drive folder and all children and descendants. The
|
|
1095
|
-
# format is
|
|
1096
|
+
# format is `items/ITEM_ID`.
|
|
1096
1097
|
# Corresponds to the JSON property `ancestorName`
|
|
1097
1098
|
# @return [String]
|
|
1098
1099
|
attr_accessor :ancestor_name
|
|
@@ -1108,19 +1109,19 @@ module Google
|
|
|
1108
1109
|
|
|
1109
1110
|
# The filtering for items returned from this query request. The format of the
|
|
1110
1111
|
# filter string is a sequence of expressions, joined by an optional "AND", where
|
|
1111
|
-
# each expression is of the form "field operator value". Supported fields: -
|
|
1112
|
-
# time
|
|
1113
|
-
# since Jan 1, 1970 or in RFC 3339 format. Examples: - time > 1452409200000 AND
|
|
1114
|
-
# time <= 1492812924310 - time >= "2016-01-10T01:02:03-05:00" - detail.
|
|
1115
|
-
# action_detail_case
|
|
1116
|
-
# a list of allowed action types enclosed in parentheses. Examples: - detail.
|
|
1117
|
-
# action_detail_case: RENAME - detail.action_detail_case:(CREATE EDIT) -
|
|
1118
|
-
# action_detail_case:MOVE
|
|
1112
|
+
# each expression is of the form "field operator value". Supported fields: - `
|
|
1113
|
+
# time`: Uses numerical operators on date values either in terms of milliseconds
|
|
1114
|
+
# since Jan 1, 1970 or in RFC 3339 format. Examples: - `time > 1452409200000 AND
|
|
1115
|
+
# time <= 1492812924310` - `time >= "2016-01-10T01:02:03-05:00"` - `detail.
|
|
1116
|
+
# action_detail_case`: Uses the "has" operator (:) and either a singular value
|
|
1117
|
+
# or a list of allowed action types enclosed in parentheses. Examples: - `detail.
|
|
1118
|
+
# action_detail_case: RENAME` - `detail.action_detail_case:(CREATE EDIT)` - `-
|
|
1119
|
+
# detail.action_detail_case:MOVE`
|
|
1119
1120
|
# Corresponds to the JSON property `filter`
|
|
1120
1121
|
# @return [String]
|
|
1121
1122
|
attr_accessor :filter
|
|
1122
1123
|
|
|
1123
|
-
# Return activities for this Drive item. The format is
|
|
1124
|
+
# Return activities for this Drive item. The format is `items/ITEM_ID`.
|
|
1124
1125
|
# Corresponds to the JSON property `itemName`
|
|
1125
1126
|
# @return [String]
|
|
1126
1127
|
attr_accessor :item_name
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module DriveactivityV2
|
|
18
18
|
# Version of the google-apis-driveactivity_v2 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.3.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
|
-
GENERATOR_VERSION = "0.
|
|
22
|
+
GENERATOR_VERSION = "0.2.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20210310"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-driveactivity_v2
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.3.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-03-
|
|
11
|
+
date: 2021-03-15 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-driveactivity_v2/CHANGELOG.md
|
|
55
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-driveactivity_v2/v0.
|
|
55
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-driveactivity_v2/v0.3.0
|
|
56
56
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-driveactivity_v2
|
|
57
57
|
post_install_message:
|
|
58
58
|
rdoc_options: []
|