google-apis-chromemanagement_v1 0.40.0 → 0.41.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7ec2afd990653efae4a4c278c91e8637e695b12eb3a5d8a4ea104f97843a2fb1
|
4
|
+
data.tar.gz: 7faf6740c88f92fb4f85200400b1f427c7128fe0eef0599dcda2c063efdaffd9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8cfc380dac153bee5bef65a36f5b200f3360d317488b3489761767855c1a082b33b9fe3b3025350a9868d7bc9febdde5e5fd04638bdb791df2760264ed8201c0
|
7
|
+
data.tar.gz: 98b23c012cbe1758f4af1ae8997bea5e51e3fcfcae53af294594e0fa697f129de7e3164d0ec45c44ada704ab60b8025dafe732a6c473eaf2c9bce4fd3f8f9799
|
data/CHANGELOG.md
CHANGED
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module ChromemanagementV1
|
18
18
|
# Version of the google-apis-chromemanagement_v1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.41.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 = "20230620"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -599,20 +599,23 @@ module Google
|
|
599
599
|
# Required. Customer id or "my_customer" to use the customer associated to the
|
600
600
|
# account making the request.
|
601
601
|
# @param [String] filter
|
602
|
-
# Optional. Only include resources that match the filter.
|
603
|
-
#
|
604
|
-
#
|
605
|
-
#
|
606
|
-
#
|
607
|
-
#
|
608
|
-
#
|
602
|
+
# Optional. Only include resources that match the filter. Although this
|
603
|
+
# parameter is currently optional, this parameter will be required- please
|
604
|
+
# specify at least 1 event type. Supported filter fields: - device_id - user_id -
|
605
|
+
# device_org_unit_id - user_org_unit_id - timestamp - event_type The "timestamp"
|
606
|
+
# filter accepts either the Unix Epoch milliseconds format or the RFC3339 UTC "
|
607
|
+
# Zulu" format with nanosecond resolution and up to nine fractional digits. Both
|
608
|
+
# formats should be surrounded by simple double quotes. Examples: "2014-10-02T15:
|
609
|
+
# 01:23Z", "2014-10-02T15:01:23.045123456Z", "1679283943823".
|
609
610
|
# @param [Fixnum] page_size
|
610
611
|
# Optional. Maximum number of results to return. Default value is 100. Maximum
|
611
612
|
# value is 1000.
|
612
613
|
# @param [String] page_token
|
613
614
|
# Optional. Token to specify next page in the list.
|
614
615
|
# @param [String] read_mask
|
615
|
-
# Required. Read mask to specify which fields to return.
|
616
|
+
# Required. Read mask to specify which fields to return. Although currently
|
617
|
+
# required, this field will become optional, while the filter parameter with an
|
618
|
+
# event type will be come required.
|
616
619
|
# @param [String] fields
|
617
620
|
# Selector specifying which fields to include in a partial response.
|
618
621
|
# @param [String] quota_user
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-chromemanagement_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.41.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-
|
11
|
+
date: 2023-06-25 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-chromemanagement_v1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-chromemanagement_v1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-chromemanagement_v1/v0.41.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-chromemanagement_v1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|