google-apis-chromepolicy_v1 0.36.0 → 0.38.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: 646d4578bb9b6bb0cb3944385ee09a4b8a0f8a0b497115bba861a0dacc2e4400
4
- data.tar.gz: 55e48aea0ac1ed4d68075170bded1cd960dbd99d67c7c8d71544ad0e509044e3
3
+ metadata.gz: b155d92250d0102b700548bb86bfc28bb5172a3871d715b818eda3e912cfb71b
4
+ data.tar.gz: 5b44aae729f3cf8aaaaec955934c4028260812d2e6ddf010461f543f32101128
5
5
  SHA512:
6
- metadata.gz: bf5269f4ce8ec6eaef3e1e5ff59891f9c18d6a8be093085ef26019e49111b511be24cee542bb9fb742a0921c9b733ded1b6f7a8a9e35f2573c442f8538edbd20
7
- data.tar.gz: eaa7531b0416074759061229fa56c62db9aca87fee7a4da9129ad053b705a8f7dd76fd298ae3637ebde1ed9449b6a6207f3d5148e3ff60eef5a78bdb7d35b5c7
6
+ metadata.gz: 512c2fe2541ba73ccb6ddf163ca38b817ad9bd7b8f68edee63263525a3473f10b5f4b1e5a67519dda2f4d16a53166082ba47b112c7fab316862803a8bbad5112
7
+ data.tar.gz: 9de296d957b887ec868beaef846638ea7cea1532415feb72c41953f236ca2c19c4f8cad4673a8d221ba773fa81c39a0d0989629832b6c1743bab4f4c0c2f8b88
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-chromepolicy_v1
2
2
 
3
+ ### v0.38.0 (2023-08-03)
4
+
5
+ * Regenerated from discovery document revision 20230727
6
+
7
+ ### v0.37.0 (2023-04-30)
8
+
9
+ * Regenerated from discovery document revision 20230426
10
+
3
11
  ### v0.36.0 (2023-04-16)
4
12
 
5
13
  * Regenerated from discovery document revision 20230402
@@ -753,6 +753,8 @@ module Google
753
753
  attr_accessor :definition
754
754
 
755
755
  # Output only. Detailed description of each field that is part of the schema.
756
+ # Fields are suggested to be displayed by the ordering in this list, not by
757
+ # field number.
756
758
  # Corresponds to the JSON property `fieldDescriptions`
757
759
  # @return [Array<Google::Apis::ChromepolicyV1::GoogleChromePolicyVersionsV1PolicySchemaFieldDescription>]
758
760
  attr_accessor :field_descriptions
@@ -898,7 +900,8 @@ module Google
898
900
  attr_accessor :name
899
901
 
900
902
  # Output only. Provides the description of the fields nested in this field, if
901
- # the field is a message type that defines multiple fields.
903
+ # the field is a message type that defines multiple fields. Fields are suggested
904
+ # to be displayed by the ordering in this list, not by field number.
902
905
  # Corresponds to the JSON property `nestedFieldDescriptions`
903
906
  # @return [Array<Google::Apis::ChromepolicyV1::GoogleChromePolicyVersionsV1PolicySchemaFieldDescription>]
904
907
  attr_accessor :nested_field_descriptions
@@ -939,6 +942,11 @@ module Google
939
942
  # @return [String]
940
943
  attr_accessor :description
941
944
 
945
+ # Output only. Field conditions required for this value to be valid.
946
+ # Corresponds to the JSON property `fieldDependencies`
947
+ # @return [Array<Google::Apis::ChromepolicyV1::GoogleChromePolicyVersionsV1PolicySchemaFieldDependencies>]
948
+ attr_accessor :field_dependencies
949
+
942
950
  # Output only. The string represenstation of the value that can be set for the
943
951
  # field.
944
952
  # Corresponds to the JSON property `value`
@@ -952,6 +960,7 @@ module Google
952
960
  # Update properties of this object
953
961
  def update!(**args)
954
962
  @description = args[:description] if args.key?(:description)
963
+ @field_dependencies = args[:field_dependencies] if args.key?(:field_dependencies)
955
964
  @value = args[:value] if args.key?(:value)
956
965
  end
957
966
  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.36.0"
19
+ GEM_VERSION = "0.38.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 = "20230402"
25
+ REVISION = "20230727"
26
26
  end
27
27
  end
28
28
  end
@@ -607,6 +607,8 @@ module Google
607
607
  # @private
608
608
  class Representation < Google::Apis::Core::JsonRepresentation
609
609
  property :description, as: 'description'
610
+ collection :field_dependencies, as: 'fieldDependencies', class: Google::Apis::ChromepolicyV1::GoogleChromePolicyVersionsV1PolicySchemaFieldDependencies, decorator: Google::Apis::ChromepolicyV1::GoogleChromePolicyVersionsV1PolicySchemaFieldDependencies::Representation
611
+
610
612
  property :value, as: 'value'
611
613
  end
612
614
  end
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.36.0
4
+ version: 0.38.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-04-16 00:00:00.000000000 Z
11
+ date: 2023-08-06 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.36.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-chromepolicy_v1/v0.38.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: []