google-apis-driveactivity_v2 0.14.0 → 0.16.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 12b6b0dd0a1d22a7269f6ceb5c2ce13bfb070dd6da68accaec1af0189c23167d
4
- data.tar.gz: 0101f075e8c5c99ba833c19e2b144bdae0ca6a367d2959e1318e45090c694060
3
+ metadata.gz: 98ef40fb7c4413bac7add67ae771d3098bba16f828c6aa28e142e1d6dcde0cfc
4
+ data.tar.gz: b3e8322af067e3a2fe204e70f58464ba1ce7b0211a770d18bc046769c1870cf5
5
5
  SHA512:
6
- metadata.gz: 20568abdcd3fb1bdd351a0c3cd6077737bcefe977ce579efeaa659c3057af83a6c2f53611750cfc73898dcd18e685671383e04911e839548f9c69f1ef879bacb
7
- data.tar.gz: c700b3c9f81ddd02553c73b1087396a096ec6aa4172d70176f4189302d85d49886f6c9f45e32fb1aa21d31f40592c5a0a15b3bfe7b5aa4fd0dc1818f5c512a64
6
+ metadata.gz: 8a93c4485e1f68cf52d181cc9e1be6ac535a177badae893e56ec6c251955091ef57da1607a59af547ffa52073686b0be191cb72a78323b4bb49c9f04ddd44f6e
7
+ data.tar.gz: df29b85813c1d278279201d63a331e38cd3437d78ae6f17c0430d0dc2eb52adc3937a2f9b546584c251bd91f20a3a46563f9769fb1eeab78bfe8b818fecedd86
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Release history for google-apis-driveactivity_v2
2
2
 
3
+ ### v0.16.0 (2023-01-15)
4
+
5
+ * Regenerated from discovery document revision 20230110
6
+ * Regenerated using generator version 0.11.1
7
+
8
+ ### v0.15.0 (2022-12-29)
9
+
10
+ * Regenerated from discovery document revision 20221218
11
+
3
12
  ### v0.14.0 (2022-10-28)
4
13
 
5
14
  * Regenerated using generator version 0.11.0
@@ -36,7 +36,9 @@ module Google
36
36
  # @return [Google::Apis::DriveactivityV2::ActionDetail]
37
37
  attr_accessor :detail
38
38
 
39
- # Information about the target of activity.
39
+ # Information about the target of activity. For more information on how activity
40
+ # history is shared with users, see [Activity history visibility](https://
41
+ # developers.google.com/drive/activity/v2#activityhistory).
40
42
  # Corresponds to the JSON property `target`
41
43
  # @return [Google::Apis::DriveactivityV2::Target]
42
44
  attr_accessor :target
@@ -374,15 +376,15 @@ module Google
374
376
  end
375
377
  end
376
378
 
377
- # How the individual activities are consolidated. A set of activities may be
378
- # consolidated into one combined activity if they are related in some way, such
379
- # as one actor performing the same action on multiple targets, or multiple
380
- # actors performing the same action on a single target. The strategy defines the
381
- # rules for which activities are related.
379
+ # How the individual activities are consolidated. If a set of activities is
380
+ # related they can be consolidated into one combined activity, such as one actor
381
+ # performing the same action on multiple targets, or multiple actors performing
382
+ # the same action on a single target. The strategy defines the rules for which
383
+ # activities are related.
382
384
  class ConsolidationStrategy
383
385
  include Google::Apis::Core::Hashable
384
386
 
385
- # A strategy which consolidates activities using the grouping rules from the
387
+ # A strategy that consolidates activities using the grouping rules from the
386
388
  # legacy V1 Activity API. Similar actions occurring within a window of time can
387
389
  # be grouped across multiple targets (such as moving a set of files at once) or
388
390
  # multiple actors (such as several users editing the same item). Grouping rules
@@ -391,7 +393,7 @@ module Google
391
393
  # @return [Google::Apis::DriveactivityV2::Legacy]
392
394
  attr_accessor :legacy
393
395
 
394
- # A strategy which does no consolidation of individual activities.
396
+ # A strategy that does no consolidation of individual activities.
395
397
  # Corresponds to the JSON property `none`
396
398
  # @return [Google::Apis::DriveactivityV2::NoConsolidation]
397
399
  attr_accessor :none
@@ -1087,7 +1089,7 @@ module Google
1087
1089
  end
1088
1090
  end
1089
1091
 
1090
- # A strategy which consolidates activities using the grouping rules from the
1092
+ # A strategy that consolidates activities using the grouping rules from the
1091
1093
  # legacy V1 Activity API. Similar actions occurring within a window of time can
1092
1094
  # be grouped across multiple targets (such as moving a set of files at once) or
1093
1095
  # multiple actors (such as several users editing the same item). Grouping rules
@@ -1142,7 +1144,7 @@ module Google
1142
1144
  end
1143
1145
  end
1144
1146
 
1145
- # A strategy which does no consolidation of individual activities.
1147
+ # A strategy that does no consolidation of individual activities.
1146
1148
  class NoConsolidation
1147
1149
  include Google::Apis::Core::Hashable
1148
1150
 
@@ -1293,17 +1295,17 @@ module Google
1293
1295
  class QueryDriveActivityRequest
1294
1296
  include Google::Apis::Core::Hashable
1295
1297
 
1296
- # Return activities for this Drive folder and all children and descendants. The
1297
- # format is `items/ITEM_ID`.
1298
+ # Return activities for this Drive folder, plus all children and descendants.
1299
+ # The format is `items/ITEM_ID`.
1298
1300
  # Corresponds to the JSON property `ancestorName`
1299
1301
  # @return [String]
1300
1302
  attr_accessor :ancestor_name
1301
1303
 
1302
- # How the individual activities are consolidated. A set of activities may be
1303
- # consolidated into one combined activity if they are related in some way, such
1304
- # as one actor performing the same action on multiple targets, or multiple
1305
- # actors performing the same action on a single target. The strategy defines the
1306
- # rules for which activities are related.
1304
+ # How the individual activities are consolidated. If a set of activities is
1305
+ # related they can be consolidated into one combined activity, such as one actor
1306
+ # performing the same action on multiple targets, or multiple actors performing
1307
+ # the same action on a single target. The strategy defines the rules for which
1308
+ # activities are related.
1307
1309
  # Corresponds to the JSON property `consolidationStrategy`
1308
1310
  # @return [Google::Apis::DriveactivityV2::ConsolidationStrategy]
1309
1311
  attr_accessor :consolidation_strategy
@@ -1315,9 +1317,11 @@ module Google
1315
1317
  # since Jan 1, 1970 or in RFC 3339 format. Examples: - `time > 1452409200000 AND
1316
1318
  # time <= 1492812924310` - `time >= "2016-01-10T01:02:03-05:00"` - `detail.
1317
1319
  # action_detail_case`: Uses the "has" operator (:) and either a singular value
1318
- # or a list of allowed action types enclosed in parentheses. Examples: - `detail.
1319
- # action_detail_case: RENAME` - `detail.action_detail_case:(CREATE EDIT)` - `-
1320
- # detail.action_detail_case:MOVE`
1320
+ # or a list of allowed action types enclosed in parentheses, separated by a
1321
+ # space. To exclude a result from the response, prepend a hyphen (`-`) to the
1322
+ # beginning of the filter string. Examples: - `detail.action_detail_case:RENAME`
1323
+ # - `detail.action_detail_case:(CREATE RESTORE)` - `-detail.action_detail_case:
1324
+ # MOVE`
1321
1325
  # Corresponds to the JSON property `filter`
1322
1326
  # @return [String]
1323
1327
  attr_accessor :filter
@@ -1327,17 +1331,17 @@ module Google
1327
1331
  # @return [String]
1328
1332
  attr_accessor :item_name
1329
1333
 
1330
- # The miminum number of activities desired in the response; the server will
1331
- # attempt to return at least this quanitity. The server may also return fewer
1332
- # activities if it has a partial response ready before the request times out. If
1333
- # not set, a default value is used.
1334
+ # The minimum number of activities desired in the response; the server attempts
1335
+ # to return at least this quantity. The server may also return fewer activities
1336
+ # if it has a partial response ready before the request times out. If not set, a
1337
+ # default value is used.
1334
1338
  # Corresponds to the JSON property `pageSize`
1335
1339
  # @return [Fixnum]
1336
1340
  attr_accessor :page_size
1337
1341
 
1338
- # The token identifying which page of results to return. Set this to the
1342
+ # The token identifies which page of results to return. Set this to the
1339
1343
  # next_page_token value returned from a previous query to obtain the following
1340
- # page of results. If not set, the first page of results will be returned.
1344
+ # page of results. If not set, the first page of results is returned.
1341
1345
  # Corresponds to the JSON property `pageToken`
1342
1346
  # @return [String]
1343
1347
  attr_accessor :page_token
@@ -1573,7 +1577,9 @@ module Google
1573
1577
  end
1574
1578
  end
1575
1579
 
1576
- # Information about the target of activity.
1580
+ # Information about the target of activity. For more information on how activity
1581
+ # history is shared with users, see [Activity history visibility](https://
1582
+ # developers.google.com/drive/activity/v2#activityhistory).
1577
1583
  class Target
1578
1584
  include Google::Apis::Core::Hashable
1579
1585
 
@@ -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.14.0"
19
+ GEM_VERSION = "0.16.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.11.0"
22
+ GENERATOR_VERSION = "0.11.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220926"
25
+ REVISION = "20230110"
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.14.0
4
+ version: 0.16.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: 2022-10-31 00:00:00.000000000 Z
11
+ date: 2023-01-15 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-driveactivity_v2/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-driveactivity_v2/v0.14.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-driveactivity_v2/v0.16.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-driveactivity_v2
63
63
  post_install_message:
64
64
  rdoc_options: []
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.3.14
78
+ rubygems_version: 3.4.2
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Drive Activity API V2