google-apis-drive_v3 0.40.0 → 0.42.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: bd0be714faad4c35ab64704a43223d94d44280396c4cc3973eb9404ab7a7a227
4
- data.tar.gz: 82f4735b1c77da6a6a73191910cf572cbb311a6d05d8eb41cde58873b371afcb
3
+ metadata.gz: 31bc00160f7c7f2d0dc215e19e1be2c726df6bb222f9f43c2fd33c386d308a1a
4
+ data.tar.gz: 8b61f403c7770606ecd80cd6d6203bf8e5d4f7e15954ed24cde9401cbadd6df6
5
5
  SHA512:
6
- metadata.gz: ffe2f46a594b769dfca2d2c52dbce5d93da8788d161e641b061a8810b67d93a9e57d15825b66e30d274c87ec85d6da2c963b91beb6bd4c29762dd5533812fcbb
7
- data.tar.gz: 91bf69dc181e7f21781ac467d9fcdf71019f43545e271e27efc11eef11fef100ff14743f8dc233779741564c1afd0c7fab060f4120df5a9391988716474e678c
6
+ metadata.gz: 35eb6f9c9b404180eed3b924ee847cbb08326dbca43e5a17832e5759c0056babebb0017449c929ce63f657e809d2b7d81d6a7266d3424db36aed925d326eae02
7
+ data.tar.gz: 9d73c3218a425552aa46d99fa1b66aae9d2dbd187f045bfd727c29f287f879c920888b6870814a0780f3cf0048ea0a3f7c751df0f04fb4b0c21f610f4399fdcb
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-drive_v3
2
2
 
3
+ ### v0.42.0 (2023-06-18)
4
+
5
+ * Regenerated from discovery document revision 20230610
6
+
7
+ ### v0.41.0 (2023-06-11)
8
+
9
+ * Regenerated from discovery document revision 20230603
10
+
3
11
  ### v0.40.0 (2023-05-28)
4
12
 
5
13
  * Regenerated from discovery document revision 20230520
@@ -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. If the token is rejected for any reason, it
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
@@ -1355,7 +1356,8 @@ module Google
1355
1356
 
1356
1357
  # Output only. A short-lived link to the file's thumbnail, if available.
1357
1358
  # Typically lasts on the order of hours. Only populated when the requesting app
1358
- # can access the file's content.
1359
+ # can access the file's content. If the file isn't shared publicly, the URL
1360
+ # returned in `Files.thumbnailLink` must be fetched using a credentialed request.
1359
1361
  # Corresponds to the JSON property `thumbnailLink`
1360
1362
  # @return [String]
1361
1363
  attr_accessor :thumbnail_link
@@ -2191,7 +2193,8 @@ module Google
2191
2193
  # The page token for the next page of files. This will be absent if the end of
2192
2194
  # the files list has been reached. If the token is rejected for any reason, it
2193
2195
  # should be discarded, and pagination should be restarted from the first page of
2194
- # 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.
2195
2198
  # Corresponds to the JSON property `nextPageToken`
2196
2199
  # @return [String]
2197
2200
  attr_accessor :next_page_token
@@ -2422,7 +2425,8 @@ module Google
2422
2425
  # The page token for the next page of labels. This field will be absent if the
2423
2426
  # end of the list has been reached. If the token is rejected for any reason, it
2424
2427
  # should be discarded, and pagination should be restarted from the first page of
2425
- # 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.
2426
2430
  # Corresponds to the JSON property `nextPageToken`
2427
2431
  # @return [String]
2428
2432
  attr_accessor :next_page_token
@@ -2755,7 +2759,9 @@ module Google
2755
2759
  # The page token for the next page of permissions. This field will be absent if
2756
2760
  # the end of the permissions list has been reached. If the token is rejected for
2757
2761
  # any reason, it should be discarded, and pagination should be restarted from
2758
- # 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.
2759
2765
  # Corresponds to the JSON property `nextPageToken`
2760
2766
  # @return [String]
2761
2767
  attr_accessor :next_page_token
@@ -2864,7 +2870,8 @@ module Google
2864
2870
  # The page token for the next page of replies. This will be absent if the end of
2865
2871
  # the replies list has been reached. If the token is rejected for any reason, it
2866
2872
  # should be discarded, and pagination should be restarted from the first page of
2867
- # 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.
2868
2875
  # Corresponds to the JSON property `nextPageToken`
2869
2876
  # @return [String]
2870
2877
  attr_accessor :next_page_token
@@ -3012,7 +3019,8 @@ module Google
3012
3019
  # The page token for the next page of revisions. This will be absent if the end
3013
3020
  # of the revisions list has been reached. If the token is rejected for any
3014
3021
  # reason, it should be discarded, and pagination should be restarted from the
3015
- # 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.
3016
3024
  # Corresponds to the JSON property `nextPageToken`
3017
3025
  # @return [String]
3018
3026
  attr_accessor :next_page_token
@@ -3045,7 +3053,8 @@ module Google
3045
3053
  # @return [String]
3046
3054
  attr_accessor :kind
3047
3055
 
3048
- # The starting page token for listing changes.
3056
+ # The starting page token for listing future changes. The page token doesn't
3057
+ # expire.
3049
3058
  # Corresponds to the JSON property `startPageToken`
3050
3059
  # @return [String]
3051
3060
  attr_accessor :start_page_token
@@ -3442,7 +3451,8 @@ module Google
3442
3451
  # The page token for the next page of Team Drives. This will be absent if the
3443
3452
  # end of the Team Drives list has been reached. If the token is rejected for any
3444
3453
  # reason, it should be discarded, and pagination should be restarted from the
3445
- # 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.
3446
3456
  # Corresponds to the JSON property `nextPageToken`
3447
3457
  # @return [String]
3448
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.40.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 = "20230520"
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.40.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-05-28 00:00:00.000000000 Z
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.40.0
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: []