google-apis-chromepolicy_v1 0.23.0 → 0.26.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ef4010cf9ece45819dff5e5d8ace5406b4c6c38f37b1043688a2dced7296e909
|
4
|
+
data.tar.gz: bb747877be23d51a82c747498c7c7ef2bbaadf5cc0d0585ff65149e525b4625a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3117a61d914fb1515f3a7666748de09f49a4ddb4afc6e3273f1e3f4a7efe14583c1ec4c71d1613e2706feda1a718fe18469fb675d2c3c938d2031b821dced4f6
|
7
|
+
data.tar.gz: '067288e33a97984d9f37ceefb94aade4db02bbfd0a571435469e6070c60cc361cc3080f5ca3a32424d3ee3e027101e03e44f194225a84c90f0589bdfd54dc99e'
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,17 @@
|
|
1
1
|
# Release history for google-apis-chromepolicy_v1
|
2
2
|
|
3
|
+
### v0.26.0 (2022-09-10)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20220908
|
6
|
+
|
7
|
+
### v0.25.0 (2022-08-31)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20220827
|
10
|
+
|
11
|
+
### v0.24.0 (2022-08-17)
|
12
|
+
|
13
|
+
* Regenerated from discovery document revision 20220816
|
14
|
+
|
3
15
|
### v0.23.0 (2022-08-10)
|
4
16
|
|
5
17
|
* Regenerated from discovery document revision 20220808
|
@@ -388,7 +388,7 @@ module Google
|
|
388
388
|
end
|
389
389
|
end
|
390
390
|
|
391
|
-
# Resource representing a policy schema. Next ID:
|
391
|
+
# Resource representing a policy schema. Next ID: 14
|
392
392
|
class GoogleChromePolicyV1PolicySchema
|
393
393
|
include Google::Apis::Core::Hashable
|
394
394
|
|
@@ -404,6 +404,11 @@ module Google
|
|
404
404
|
# @return [Array<Google::Apis::ChromepolicyV1::GoogleChromePolicyV1AdditionalTargetKeyName>]
|
405
405
|
attr_accessor :additional_target_key_names
|
406
406
|
|
407
|
+
# Output only. Title of the category in which a setting belongs.
|
408
|
+
# Corresponds to the JSON property `categoryTitle`
|
409
|
+
# @return [String]
|
410
|
+
attr_accessor :category_title
|
411
|
+
|
407
412
|
# Describes a complete .proto file.
|
408
413
|
# Corresponds to the JSON property `definition`
|
409
414
|
# @return [Google::Apis::ChromepolicyV1::Proto2FileDescriptorProto]
|
@@ -425,7 +430,12 @@ module Google
|
|
425
430
|
# @return [Array<Google::Apis::ChromepolicyV1::GoogleChromePolicyV1PolicySchemaNoticeDescription>]
|
426
431
|
attr_accessor :notices
|
427
432
|
|
428
|
-
# Output only. Current
|
433
|
+
# Output only. Current lifecycle information.
|
434
|
+
# Corresponds to the JSON property `policyApiLifecycle`
|
435
|
+
# @return [Google::Apis::ChromepolicyV1::ChromeCrosDpanelAutosettingsProtoPolicyApiLifecycle]
|
436
|
+
attr_accessor :policy_api_lifecycle
|
437
|
+
|
438
|
+
# Deprecated field because of typo.
|
429
439
|
# Corresponds to the JSON property `policyApiLifeycle`
|
430
440
|
# @return [Google::Apis::ChromepolicyV1::ChromeCrosDpanelAutosettingsProtoPolicyApiLifecycle]
|
431
441
|
attr_accessor :policy_api_lifeycle
|
@@ -461,10 +471,12 @@ module Google
|
|
461
471
|
def update!(**args)
|
462
472
|
@access_restrictions = args[:access_restrictions] if args.key?(:access_restrictions)
|
463
473
|
@additional_target_key_names = args[:additional_target_key_names] if args.key?(:additional_target_key_names)
|
474
|
+
@category_title = args[:category_title] if args.key?(:category_title)
|
464
475
|
@definition = args[:definition] if args.key?(:definition)
|
465
476
|
@field_descriptions = args[:field_descriptions] if args.key?(:field_descriptions)
|
466
477
|
@name = args[:name] if args.key?(:name)
|
467
478
|
@notices = args[:notices] if args.key?(:notices)
|
479
|
+
@policy_api_lifecycle = args[:policy_api_lifecycle] if args.key?(:policy_api_lifecycle)
|
468
480
|
@policy_api_lifeycle = args[:policy_api_lifeycle] if args.key?(:policy_api_lifeycle)
|
469
481
|
@policy_description = args[:policy_description] if args.key?(:policy_description)
|
470
482
|
@schema_name = args[:schema_name] if args.key?(:schema_name)
|
@@ -504,7 +516,8 @@ module Google
|
|
504
516
|
class GoogleChromePolicyV1PolicySchemaFieldDescription
|
505
517
|
include Google::Apis::Core::Hashable
|
506
518
|
|
507
|
-
#
|
519
|
+
# Deprecated. Use name and field_description instead. The description for the
|
520
|
+
# field.
|
508
521
|
# Corresponds to the JSON property `description`
|
509
522
|
# @return [String]
|
510
523
|
attr_accessor :description
|
@@ -521,6 +534,11 @@ module Google
|
|
521
534
|
# @return [Array<Google::Apis::ChromepolicyV1::GoogleChromePolicyV1PolicySchemaFieldDependencies>]
|
522
535
|
attr_accessor :field_dependencies
|
523
536
|
|
537
|
+
# Output only. The description of the field.
|
538
|
+
# Corresponds to the JSON property `fieldDescription`
|
539
|
+
# @return [String]
|
540
|
+
attr_accessor :field_description
|
541
|
+
|
524
542
|
# Output only. Any input constraints associated on the values for the field.
|
525
543
|
# Corresponds to the JSON property `inputConstraint`
|
526
544
|
# @return [String]
|
@@ -532,6 +550,11 @@ module Google
|
|
532
550
|
# @return [Array<Google::Apis::ChromepolicyV1::GoogleChromePolicyV1PolicySchemaFieldKnownValueDescription>]
|
533
551
|
attr_accessor :known_value_descriptions
|
534
552
|
|
553
|
+
# Output only. The name of the field.
|
554
|
+
# Corresponds to the JSON property `name`
|
555
|
+
# @return [String]
|
556
|
+
attr_accessor :name
|
557
|
+
|
535
558
|
# Output only. Provides the description of the fields nested in this field, if
|
536
559
|
# the field is a message type that defines multiple fields.
|
537
560
|
# Corresponds to the JSON property `nestedFieldDescriptions`
|
@@ -553,8 +576,10 @@ module Google
|
|
553
576
|
@description = args[:description] if args.key?(:description)
|
554
577
|
@field = args[:field] if args.key?(:field)
|
555
578
|
@field_dependencies = args[:field_dependencies] if args.key?(:field_dependencies)
|
579
|
+
@field_description = args[:field_description] if args.key?(:field_description)
|
556
580
|
@input_constraint = args[:input_constraint] if args.key?(:input_constraint)
|
557
581
|
@known_value_descriptions = args[:known_value_descriptions] if args.key?(:known_value_descriptions)
|
582
|
+
@name = args[:name] if args.key?(:name)
|
558
583
|
@nested_field_descriptions = args[:nested_field_descriptions] if args.key?(:nested_field_descriptions)
|
559
584
|
@required_items = args[:required_items] if args.key?(:required_items)
|
560
585
|
end
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module ChromepolicyV1
|
18
18
|
# Version of the google-apis-chromepolicy_v1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.26.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.9.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20220908"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -356,6 +356,7 @@ module Google
|
|
356
356
|
collection :access_restrictions, as: 'accessRestrictions'
|
357
357
|
collection :additional_target_key_names, as: 'additionalTargetKeyNames', class: Google::Apis::ChromepolicyV1::GoogleChromePolicyV1AdditionalTargetKeyName, decorator: Google::Apis::ChromepolicyV1::GoogleChromePolicyV1AdditionalTargetKeyName::Representation
|
358
358
|
|
359
|
+
property :category_title, as: 'categoryTitle'
|
359
360
|
property :definition, as: 'definition', class: Google::Apis::ChromepolicyV1::Proto2FileDescriptorProto, decorator: Google::Apis::ChromepolicyV1::Proto2FileDescriptorProto::Representation
|
360
361
|
|
361
362
|
collection :field_descriptions, as: 'fieldDescriptions', class: Google::Apis::ChromepolicyV1::GoogleChromePolicyV1PolicySchemaFieldDescription, decorator: Google::Apis::ChromepolicyV1::GoogleChromePolicyV1PolicySchemaFieldDescription::Representation
|
@@ -363,6 +364,8 @@ module Google
|
|
363
364
|
property :name, as: 'name'
|
364
365
|
collection :notices, as: 'notices', class: Google::Apis::ChromepolicyV1::GoogleChromePolicyV1PolicySchemaNoticeDescription, decorator: Google::Apis::ChromepolicyV1::GoogleChromePolicyV1PolicySchemaNoticeDescription::Representation
|
365
366
|
|
367
|
+
property :policy_api_lifecycle, as: 'policyApiLifecycle', class: Google::Apis::ChromepolicyV1::ChromeCrosDpanelAutosettingsProtoPolicyApiLifecycle, decorator: Google::Apis::ChromepolicyV1::ChromeCrosDpanelAutosettingsProtoPolicyApiLifecycle::Representation
|
368
|
+
|
366
369
|
property :policy_api_lifeycle, as: 'policyApiLifeycle', class: Google::Apis::ChromepolicyV1::ChromeCrosDpanelAutosettingsProtoPolicyApiLifecycle, decorator: Google::Apis::ChromepolicyV1::ChromeCrosDpanelAutosettingsProtoPolicyApiLifecycle::Representation
|
367
370
|
|
368
371
|
property :policy_description, as: 'policyDescription'
|
@@ -387,9 +390,11 @@ module Google
|
|
387
390
|
property :field, as: 'field'
|
388
391
|
collection :field_dependencies, as: 'fieldDependencies', class: Google::Apis::ChromepolicyV1::GoogleChromePolicyV1PolicySchemaFieldDependencies, decorator: Google::Apis::ChromepolicyV1::GoogleChromePolicyV1PolicySchemaFieldDependencies::Representation
|
389
392
|
|
393
|
+
property :field_description, as: 'fieldDescription'
|
390
394
|
property :input_constraint, as: 'inputConstraint'
|
391
395
|
collection :known_value_descriptions, as: 'knownValueDescriptions', class: Google::Apis::ChromepolicyV1::GoogleChromePolicyV1PolicySchemaFieldKnownValueDescription, decorator: Google::Apis::ChromepolicyV1::GoogleChromePolicyV1PolicySchemaFieldKnownValueDescription::Representation
|
392
396
|
|
397
|
+
property :name, as: 'name'
|
393
398
|
collection :nested_field_descriptions, as: 'nestedFieldDescriptions', class: Google::Apis::ChromepolicyV1::GoogleChromePolicyV1PolicySchemaFieldDescription, decorator: Google::Apis::ChromepolicyV1::GoogleChromePolicyV1PolicySchemaFieldDescription::Representation
|
394
399
|
|
395
400
|
collection :required_items, as: 'requiredItems', class: Google::Apis::ChromepolicyV1::GoogleChromePolicyV1PolicySchemaRequiredItems, decorator: Google::Apis::ChromepolicyV1::GoogleChromePolicyV1PolicySchemaRequiredItems::Representation
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-chromepolicy_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.26.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-
|
11
|
+
date: 2022-09-12 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-chromepolicy_v1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-chromepolicy_v1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-chromepolicy_v1/v0.26.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-chromepolicy_v1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|