google-apis-chromemanagement_v1 0.62.0 → 0.63.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 +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/chromemanagement_v1/classes.rb +4 -20
- data/lib/google/apis/chromemanagement_v1/gem_version.rb +2 -2
- data/lib/google/apis/chromemanagement_v1/representations.rb +0 -2
- data/lib/google/apis/chromemanagement_v1/service.rb +16 -15
- 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: 300122e78f8697e7fdd9eee66735811abb5012d40232733eba82e91127852ba3
|
4
|
+
data.tar.gz: 759559af714cddd721e2c8416b63623ba3ac286f4f61f93a7f1c73fdc9c13bcb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 57c259230612cd9156ed1606671140774b5c0de9308936aaf837246e2a2ee38585841a030e1bd85a805616fa64169b2b71b0c6f1bdbe5e9953470367362c9825
|
7
|
+
data.tar.gz: daeb40228b8d8035eb1af6f0dd66373ddf84ec72f7623d2a6e807b193365c9867ca3cd76610b29d27497673babd1703a3f9b5d0303beb238bb819c61a9448f16
|
data/CHANGELOG.md
CHANGED
@@ -4130,13 +4130,6 @@ module Google
|
|
4130
4130
|
class GoogleChromeManagementVersionsV1CertificateProvisioningProcess
|
4131
4131
|
include Google::Apis::Core::Hashable
|
4132
4132
|
|
4133
|
-
# Output only. A JSON string that contains the administrator-provided
|
4134
|
-
# configuration for the certification authority service. This field can be
|
4135
|
-
# missing if no configuration was given.
|
4136
|
-
# Corresponds to the JSON property `caConnectionAdapterConfigReference`
|
4137
|
-
# @return [String]
|
4138
|
-
attr_accessor :ca_connection_adapter_config_reference
|
4139
|
-
|
4140
4133
|
# Describes the ChromeOS device that a `CertificateProvisioningProcess` belongs
|
4141
4134
|
# to.
|
4142
4135
|
# Corresponds to the JSON property `chromeOsDevice`
|
@@ -4150,7 +4143,7 @@ module Google
|
|
4150
4143
|
attr_accessor :chrome_os_user_session
|
4151
4144
|
|
4152
4145
|
# Output only. A message describing why this `CertificateProvisioningProcess`
|
4153
|
-
# failed. Presence of this field indicates that the `
|
4146
|
+
# has failed. Presence of this field indicates that the `
|
4154
4147
|
# CertificateProvisioningProcess` has failed.
|
4155
4148
|
# Corresponds to the JSON property `failureMessage`
|
4156
4149
|
# @return [String]
|
@@ -4181,13 +4174,6 @@ module Google
|
|
4181
4174
|
# @return [String]
|
4182
4175
|
attr_accessor :name
|
4183
4176
|
|
4184
|
-
# Output only. A JSON string that contains the administrator-provided
|
4185
|
-
# configuration for the certificate provisioning profile. This field can be
|
4186
|
-
# missing if no configuration was given.
|
4187
|
-
# Corresponds to the JSON property `profileAdapterConfigReference`
|
4188
|
-
# @return [String]
|
4189
|
-
attr_accessor :profile_adapter_config_reference
|
4190
|
-
|
4191
4177
|
# Output only. The ID of the certificate provisioning profile.
|
4192
4178
|
# Corresponds to the JSON property `provisioningProfileId`
|
4193
4179
|
# @return [String]
|
@@ -4202,7 +4188,7 @@ module Google
|
|
4202
4188
|
|
4203
4189
|
# Output only. The signature of `signature_algorithm`, generated using the
|
4204
4190
|
# client's private key using `signature_algorithm`. This field is only present
|
4205
|
-
# after the`SignData` operation has finished.
|
4191
|
+
# after the `SignData` operation has finished.
|
4206
4192
|
# Corresponds to the JSON property `signature`
|
4207
4193
|
# NOTE: Values are automatically base64 encoded/decoded in the client library.
|
4208
4194
|
# @return [String]
|
@@ -4234,7 +4220,6 @@ module Google
|
|
4234
4220
|
|
4235
4221
|
# Update properties of this object
|
4236
4222
|
def update!(**args)
|
4237
|
-
@ca_connection_adapter_config_reference = args[:ca_connection_adapter_config_reference] if args.key?(:ca_connection_adapter_config_reference)
|
4238
4223
|
@chrome_os_device = args[:chrome_os_device] if args.key?(:chrome_os_device)
|
4239
4224
|
@chrome_os_user_session = args[:chrome_os_user_session] if args.key?(:chrome_os_user_session)
|
4240
4225
|
@failure_message = args[:failure_message] if args.key?(:failure_message)
|
@@ -4242,7 +4227,6 @@ module Google
|
|
4242
4227
|
@generic_profile = args[:generic_profile] if args.key?(:generic_profile)
|
4243
4228
|
@issued_certificate = args[:issued_certificate] if args.key?(:issued_certificate)
|
4244
4229
|
@name = args[:name] if args.key?(:name)
|
4245
|
-
@profile_adapter_config_reference = args[:profile_adapter_config_reference] if args.key?(:profile_adapter_config_reference)
|
4246
4230
|
@provisioning_profile_id = args[:provisioning_profile_id] if args.key?(:provisioning_profile_id)
|
4247
4231
|
@sign_data = args[:sign_data] if args.key?(:sign_data)
|
4248
4232
|
@signature = args[:signature] if args.key?(:signature)
|
@@ -4347,8 +4331,8 @@ module Google
|
|
4347
4331
|
# @return [String]
|
4348
4332
|
attr_accessor :os_platform_type
|
4349
4333
|
|
4350
|
-
# Output only. Major OS version of the device on which the profile
|
4351
|
-
#
|
4334
|
+
# Output only. Major OS platform version of the device on which the profile
|
4335
|
+
# exists, from profile reporting.
|
4352
4336
|
# Corresponds to the JSON property `osPlatformVersion`
|
4353
4337
|
# @return [String]
|
4354
4338
|
attr_accessor :os_platform_version
|
@@ -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.63.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.16.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250313"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -1773,7 +1773,6 @@ module Google
|
|
1773
1773
|
class GoogleChromeManagementVersionsV1CertificateProvisioningProcess
|
1774
1774
|
# @private
|
1775
1775
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1776
|
-
property :ca_connection_adapter_config_reference, as: 'caConnectionAdapterConfigReference'
|
1777
1776
|
property :chrome_os_device, as: 'chromeOsDevice', class: Google::Apis::ChromemanagementV1::GoogleChromeManagementVersionsV1ChromeOsDevice, decorator: Google::Apis::ChromemanagementV1::GoogleChromeManagementVersionsV1ChromeOsDevice::Representation
|
1778
1777
|
|
1779
1778
|
property :chrome_os_user_session, as: 'chromeOsUserSession', class: Google::Apis::ChromemanagementV1::GoogleChromeManagementVersionsV1ChromeOsUserSession, decorator: Google::Apis::ChromemanagementV1::GoogleChromeManagementVersionsV1ChromeOsUserSession::Representation
|
@@ -1785,7 +1784,6 @@ module Google
|
|
1785
1784
|
|
1786
1785
|
property :issued_certificate, as: 'issuedCertificate'
|
1787
1786
|
property :name, as: 'name'
|
1788
|
-
property :profile_adapter_config_reference, as: 'profileAdapterConfigReference'
|
1789
1787
|
property :provisioning_profile_id, as: 'provisioningProfileId'
|
1790
1788
|
property :sign_data, :base64 => true, as: 'signData'
|
1791
1789
|
property :signature, :base64 => true, as: 'signature'
|
@@ -361,27 +361,28 @@ module Google
|
|
361
361
|
# in the filter: - profile_id - display_name - user_email - last_activity_time -
|
362
362
|
# last_policy_sync_time - last_status_report_time - first_enrollment_time -
|
363
363
|
# os_platform_type - os_version - browser_version - browser_channel -
|
364
|
-
# policy_count - extension_count - identity_provider - affiliation_state -
|
365
|
-
# Any of the above fields can be used to specify a
|
366
|
-
# multiple fields is supported with AND operator.
|
367
|
-
# type fields support '=' and '!=' operators. The
|
368
|
-
# type fields support '=', '!=', '<', '>', '<='
|
369
|
-
# expect an RFC-3339 formatted string (e.g. 2012-
|
370
|
-
# '*' can be used with a string type field
|
371
|
-
# filtering is also supported, for example, '
|
372
|
-
# that checks if any of the filterable string
|
373
|
-
# Organization unit number can be used as a
|
374
|
-
# specifying 'ouId = $`your_org_unit_id`', please
|
375
|
-
# matching is supported.
|
364
|
+
# policy_count - extension_count - identity_provider - affiliation_state -
|
365
|
+
# os_platform_version - ouId Any of the above fields can be used to specify a
|
366
|
+
# filter, and filtering by multiple fields is supported with AND operator.
|
367
|
+
# String type fields and enum type fields support '=' and '!=' operators. The
|
368
|
+
# integer type and the timestamp type fields support '=', '!=', '<', '>', '<='
|
369
|
+
# and '>=' operators. Timestamps expect an RFC-3339 formatted string (e.g. 2012-
|
370
|
+
# 04-21T11:30:00-04:00). Wildcard '*' can be used with a string type field
|
371
|
+
# filter. In addition, string literal filtering is also supported, for example, '
|
372
|
+
# ABC' as a filter maps to a filter that checks if any of the filterable string
|
373
|
+
# type fields contains 'ABC'. Organization unit number can be used as a
|
374
|
+
# filtering criteria here by specifying 'ouId = $`your_org_unit_id`', please
|
375
|
+
# note that only single OU ID matching is supported.
|
376
376
|
# @param [String] order_by
|
377
377
|
# Optional. The fields used to specify the ordering of the results. The
|
378
378
|
# supported fields are: - profile_id - display_name - user_email -
|
379
379
|
# last_activity_time - last_policy_sync_time - last_status_report_time -
|
380
380
|
# first_enrollment_time - os_platform_type - os_version - browser_version -
|
381
381
|
# browser_channel - policy_count - extension_count - identity_provider -
|
382
|
-
# affiliation_state By default, sorting is in ascending
|
383
|
-
# descending order for a field, a suffix " desc" should be
|
384
|
-
# name. The default ordering is the descending order of
|
382
|
+
# affiliation_state - os_platform_version By default, sorting is in ascending
|
383
|
+
# order, to specify descending order for a field, a suffix " desc" should be
|
384
|
+
# added to the field name. The default ordering is the descending order of
|
385
|
+
# last_status_report_time.
|
385
386
|
# @param [Fixnum] page_size
|
386
387
|
# Optional. The maximum number of profiles to return. The default page size is
|
387
388
|
# 100 if page_size is unspecified, and the maximum page size allowed is 200.
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
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.63.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
bindir: bin
|
9
9
|
cert_chain: []
|
10
|
-
date: 2025-03-
|
10
|
+
date: 2025-03-16 00:00:00.000000000 Z
|
11
11
|
dependencies:
|
12
12
|
- !ruby/object:Gem::Dependency
|
13
13
|
name: google-apis-core
|
@@ -57,7 +57,7 @@ licenses:
|
|
57
57
|
metadata:
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-chromemanagement_v1/CHANGELOG.md
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-chromemanagement_v1/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-chromemanagement_v1/v0.63.0
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-chromemanagement_v1
|
62
62
|
rdoc_options: []
|
63
63
|
require_paths:
|