google-apis-driveactivity_v2 0.1.0 → 0.6.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 +21 -0
- data/lib/google/apis/driveactivity_v2/classes.rb +21 -20
- data/lib/google/apis/driveactivity_v2/gem_version.rb +3 -3
- metadata +15 -9
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 73f6af6a20d9e234930466399efb51f8e99f8dcde393d410a2d429e3a08ea11a
|
4
|
+
data.tar.gz: 9abff4dd766d0e3b21f408e73c7aa7642ea2aee2f9fc152a56937f3aea20a72e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 60b6d04a782f3406b281e02f303d77c7db500ce49d0261d7aca81ea7347d5e5cd48309391015814b03601fc4c1a8d4d243acfeb2716ccbcf14976de9845e6af0
|
7
|
+
data.tar.gz: 6c74bfb6c77e4875340442395047ca222a705e50e84d415548128842186d8ed21d2c3f1f39cdfc24efc625ab38755d526f842c6bdb7611e431e598919c986229
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,26 @@
|
|
1
1
|
# Release history for google-apis-driveactivity_v2
|
2
2
|
|
3
|
+
### v0.6.0 (2021-06-29)
|
4
|
+
|
5
|
+
* Regenerated using generator version 0.4.0
|
6
|
+
|
7
|
+
### v0.5.0 (2021-06-24)
|
8
|
+
|
9
|
+
* Regenerated using generator version 0.3.0
|
10
|
+
|
11
|
+
### v0.4.0 (2021-05-19)
|
12
|
+
|
13
|
+
* Regenerated from discovery document revision 20210319
|
14
|
+
|
15
|
+
### v0.3.0 (2021-03-12)
|
16
|
+
|
17
|
+
* Regenerated from discovery document revision 20210310
|
18
|
+
* Regenerated using generator version 0.2.0
|
19
|
+
|
20
|
+
### v0.2.0 (2021-03-04)
|
21
|
+
|
22
|
+
* Regenerated using generator version 0.1.2
|
23
|
+
|
3
24
|
### v0.1.0 (2021-01-07)
|
4
25
|
|
5
26
|
* Regenerated using generator version 0.1.1
|
@@ -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.6.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.4.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20210319"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
metadata
CHANGED
@@ -1,29 +1,35 @@
|
|
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.6.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-
|
11
|
+
date: 2021-07-05 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.
|
19
|
+
version: '0.4'
|
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.4'
|
30
|
+
- - "<"
|
25
31
|
- !ruby/object:Gem::Version
|
26
|
-
version:
|
32
|
+
version: 2.a
|
27
33
|
description: This is the simple REST client for Drive Activity API V2. Simple REST
|
28
34
|
clients are Ruby client libraries that provide access to Google services via their
|
29
35
|
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-driveactivity_v2/CHANGELOG.md
|
55
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-driveactivity_v2/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-driveactivity_v2/v0.6.0
|
56
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-driveactivity_v2
|
57
63
|
post_install_message:
|
58
64
|
rdoc_options: []
|
@@ -62,14 +68,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
62
68
|
requirements:
|
63
69
|
- - ">="
|
64
70
|
- !ruby/object:Gem::Version
|
65
|
-
version: '2.
|
71
|
+
version: '2.5'
|
66
72
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
67
73
|
requirements:
|
68
74
|
- - ">="
|
69
75
|
- !ruby/object:Gem::Version
|
70
76
|
version: '0'
|
71
77
|
requirements: []
|
72
|
-
rubygems_version: 3.
|
78
|
+
rubygems_version: 3.2.17
|
73
79
|
signing_key:
|
74
80
|
specification_version: 4
|
75
81
|
summary: Simple REST client for Drive Activity API V2
|