google-apis-chromepolicy_v1 0.24.0 → 0.25.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: 47aa5116a252136182d8526a10982c3455772f5323dcc28f9f999f06bbdce63c
4
- data.tar.gz: af9b51bde2b98d65acfb6ff1b56924896ae9fe10c32c365ed7b0277e18f62b5a
3
+ metadata.gz: aa28c7592c288f13a0733d2ed0fa342251f9b5cae15b025092770b27e1ced7f0
4
+ data.tar.gz: ee00ef073254ab54cd92d82215ff71ad0997c24704571524013cfbe623a8136e
5
5
  SHA512:
6
- metadata.gz: 5532371a9ea811cf264e406960fc7b864925c74126c7ff1336dbfaa7569c69610ef904c3cbf8978019478b15bea39bfa0d6b75db1d344f84ded3bc75071d821f
7
- data.tar.gz: 6d15f1f1d19c9e597cacfc1e0cf277692fde057b0c54afbc812bbde86d9464c83bfb45e6b8fa11bd55a529e6d5a79e732de324f7726f43802bed92ff64087335
6
+ metadata.gz: 59142d8278c8f950bdb39c70a9296cfcd30af7e22997f331b3919a472580b57762991bb2a04dabd254d40d3b59b055f1ea7bf965e50704736e606592c94fb94b
7
+ data.tar.gz: 1c5f567553193e9b9ff66b898bd1f8c532cb76538537165a61abfbebfbe97e953adeec933680999575e557bcbde85664aa015fce4750e9794141da915b6197e8
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-chromepolicy_v1
2
2
 
3
+ ### v0.25.0 (2022-08-31)
4
+
5
+ * Regenerated from discovery document revision 20220827
6
+
3
7
  ### v0.24.0 (2022-08-17)
4
8
 
5
9
  * Regenerated from discovery document revision 20220816
@@ -388,7 +388,7 @@ module Google
388
388
  end
389
389
  end
390
390
 
391
- # Resource representing a policy schema. Next ID: 13
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]
@@ -466,6 +471,7 @@ module Google
466
471
  def update!(**args)
467
472
  @access_restrictions = args[:access_restrictions] if args.key?(:access_restrictions)
468
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)
469
475
  @definition = args[:definition] if args.key?(:definition)
470
476
  @field_descriptions = args[:field_descriptions] if args.key?(:field_descriptions)
471
477
  @name = args[:name] if args.key?(:name)
@@ -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.24.0"
19
+ GEM_VERSION = "0.25.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 = "20220816"
25
+ REVISION = "20220827"
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
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.24.0
4
+ version: 0.25.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-08-22 00:00:00.000000000 Z
11
+ date: 2022-09-05 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.24.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-chromepolicy_v1/v0.25.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: []