google-apis-drive_v3 0.41.0 → 0.42.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/drive_v3/classes.rb +22 -13
- data/lib/google/apis/drive_v3/gem_version.rb +2 -2
- 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: 31bc00160f7c7f2d0dc215e19e1be2c726df6bb222f9f43c2fd33c386d308a1a
|
4
|
+
data.tar.gz: 8b61f403c7770606ecd80cd6d6203bf8e5d4f7e15954ed24cde9401cbadd6df6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 35eb6f9c9b404180eed3b924ee847cbb08326dbca43e5a17832e5759c0056babebb0017449c929ce63f657e809d2b7d81d6a7266d3424db36aed925d326eae02
|
7
|
+
data.tar.gz: 9d73c3218a425552aa46d99fa1b66aae9d2dbd187f045bfd727c29f287f879c920888b6870814a0780f3cf0048ea0a3f7c751df0f04fb4b0c21f610f4399fdcb
|
data/CHANGELOG.md
CHANGED
@@ -316,15 +316,14 @@ module Google
|
|
316
316
|
attr_accessor :kind
|
317
317
|
|
318
318
|
# The starting page token for future changes. This will be present only if the
|
319
|
-
# end of the current changes list has been reached.
|
319
|
+
# end of the current changes list has been reached. The page token doesn't
|
320
|
+
# expire.
|
320
321
|
# Corresponds to the JSON property `newStartPageToken`
|
321
322
|
# @return [String]
|
322
323
|
attr_accessor :new_start_page_token
|
323
324
|
|
324
325
|
# The page token for the next page of changes. This will be absent if the end of
|
325
|
-
# the changes list has been reached.
|
326
|
-
# should be discarded, and pagination should be restarted from the first page of
|
327
|
-
# results.
|
326
|
+
# the changes list has been reached. The page token doesn't expire.
|
328
327
|
# Corresponds to the JSON property `nextPageToken`
|
329
328
|
# @return [String]
|
330
329
|
attr_accessor :next_page_token
|
@@ -562,7 +561,8 @@ module Google
|
|
562
561
|
# The page token for the next page of comments. This will be absent if the end
|
563
562
|
# of the comments list has been reached. If the token is rejected for any reason,
|
564
563
|
# it should be discarded, and pagination should be restarted from the first
|
565
|
-
# page of results.
|
564
|
+
# page of results. The page token is typically valid for several hours. However,
|
565
|
+
# if new items are added or removed, your expected results might differ.
|
566
566
|
# Corresponds to the JSON property `nextPageToken`
|
567
567
|
# @return [String]
|
568
568
|
attr_accessor :next_page_token
|
@@ -1024,7 +1024,8 @@ module Google
|
|
1024
1024
|
# The page token for the next page of shared drives. This will be absent if the
|
1025
1025
|
# end of the list has been reached. If the token is rejected for any reason, it
|
1026
1026
|
# should be discarded, and pagination should be restarted from the first page of
|
1027
|
-
# results.
|
1027
|
+
# results. The page token is typically valid for several hours. However, if new
|
1028
|
+
# items are added or removed, your expected results might differ.
|
1028
1029
|
# Corresponds to the JSON property `nextPageToken`
|
1029
1030
|
# @return [String]
|
1030
1031
|
attr_accessor :next_page_token
|
@@ -2192,7 +2193,8 @@ module Google
|
|
2192
2193
|
# The page token for the next page of files. This will be absent if the end of
|
2193
2194
|
# the files list has been reached. If the token is rejected for any reason, it
|
2194
2195
|
# should be discarded, and pagination should be restarted from the first page of
|
2195
|
-
# results.
|
2196
|
+
# results. The page token is typically valid for several hours. However, if new
|
2197
|
+
# items are added or removed, your expected results might differ.
|
2196
2198
|
# Corresponds to the JSON property `nextPageToken`
|
2197
2199
|
# @return [String]
|
2198
2200
|
attr_accessor :next_page_token
|
@@ -2423,7 +2425,8 @@ module Google
|
|
2423
2425
|
# The page token for the next page of labels. This field will be absent if the
|
2424
2426
|
# end of the list has been reached. If the token is rejected for any reason, it
|
2425
2427
|
# should be discarded, and pagination should be restarted from the first page of
|
2426
|
-
# results.
|
2428
|
+
# results. The page token is typically valid for several hours. However, if new
|
2429
|
+
# items are added or removed, your expected results might differ.
|
2427
2430
|
# Corresponds to the JSON property `nextPageToken`
|
2428
2431
|
# @return [String]
|
2429
2432
|
attr_accessor :next_page_token
|
@@ -2756,7 +2759,9 @@ module Google
|
|
2756
2759
|
# The page token for the next page of permissions. This field will be absent if
|
2757
2760
|
# the end of the permissions list has been reached. If the token is rejected for
|
2758
2761
|
# any reason, it should be discarded, and pagination should be restarted from
|
2759
|
-
# the first page of results.
|
2762
|
+
# the first page of results. The page token is typically valid for several hours.
|
2763
|
+
# However, if new items are added or removed, your expected results might
|
2764
|
+
# differ.
|
2760
2765
|
# Corresponds to the JSON property `nextPageToken`
|
2761
2766
|
# @return [String]
|
2762
2767
|
attr_accessor :next_page_token
|
@@ -2865,7 +2870,8 @@ module Google
|
|
2865
2870
|
# The page token for the next page of replies. This will be absent if the end of
|
2866
2871
|
# the replies list has been reached. If the token is rejected for any reason, it
|
2867
2872
|
# should be discarded, and pagination should be restarted from the first page of
|
2868
|
-
# results.
|
2873
|
+
# results. The page token is typically valid for several hours. However, if new
|
2874
|
+
# items are added or removed, your expected results might differ.
|
2869
2875
|
# Corresponds to the JSON property `nextPageToken`
|
2870
2876
|
# @return [String]
|
2871
2877
|
attr_accessor :next_page_token
|
@@ -3013,7 +3019,8 @@ module Google
|
|
3013
3019
|
# The page token for the next page of revisions. This will be absent if the end
|
3014
3020
|
# of the revisions list has been reached. If the token is rejected for any
|
3015
3021
|
# reason, it should be discarded, and pagination should be restarted from the
|
3016
|
-
# first page of results.
|
3022
|
+
# first page of results. The page token is typically valid for several hours.
|
3023
|
+
# However, if new items are added or removed, your expected results might differ.
|
3017
3024
|
# Corresponds to the JSON property `nextPageToken`
|
3018
3025
|
# @return [String]
|
3019
3026
|
attr_accessor :next_page_token
|
@@ -3046,7 +3053,8 @@ module Google
|
|
3046
3053
|
# @return [String]
|
3047
3054
|
attr_accessor :kind
|
3048
3055
|
|
3049
|
-
# The starting page token for listing changes.
|
3056
|
+
# The starting page token for listing future changes. The page token doesn't
|
3057
|
+
# expire.
|
3050
3058
|
# Corresponds to the JSON property `startPageToken`
|
3051
3059
|
# @return [String]
|
3052
3060
|
attr_accessor :start_page_token
|
@@ -3443,7 +3451,8 @@ module Google
|
|
3443
3451
|
# The page token for the next page of Team Drives. This will be absent if the
|
3444
3452
|
# end of the Team Drives list has been reached. If the token is rejected for any
|
3445
3453
|
# reason, it should be discarded, and pagination should be restarted from the
|
3446
|
-
# first page of results.
|
3454
|
+
# first page of results. The page token is typically valid for several hours.
|
3455
|
+
# However, if new items are added or removed, your expected results might differ.
|
3447
3456
|
# Corresponds to the JSON property `nextPageToken`
|
3448
3457
|
# @return [String]
|
3449
3458
|
attr_accessor :next_page_token
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module DriveV3
|
18
18
|
# Version of the google-apis-drive_v3 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.42.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.12.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20230610"
|
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-drive_v3
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.42.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: 2023-06-
|
11
|
+
date: 2023-06-18 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-drive_v3/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-drive_v3/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-drive_v3/v0.42.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-drive_v3
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|