google-apis-chromepolicy_v1 0.35.0 → 0.37.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: 3178200159bde9497f18007adfe43152e2ce4de4e98f3f869c4c5381d0abc7af
4
- data.tar.gz: 784947657c046db56abdb357dae216abbdea44b5e16305b93726038c02d710a6
3
+ metadata.gz: 564be0888c7f6e84cb0d93901d3b04e6657aa9c29d9130eef67ef7cc1dcbcac0
4
+ data.tar.gz: bdcf72f7aec6435da5d0d550a3799e970032bbe61977e1a4a2a6a9ba2c2c3649
5
5
  SHA512:
6
- metadata.gz: e055e3a4ce03c3b29623358fdd6b212f96c9602ec11d8acea59afab62d85cdb33df2cf8ee159ad494031fda247678c8b80987063dc89bd49d5172df58b2c4fa3
7
- data.tar.gz: '07339e9530d204593eb3853c493255fb72e59325779a39eea78a85587573a4d5eb8e22ef7da7deb941680c8e8da2f815fac3ac66dd4f017b62953297c86f5792'
6
+ metadata.gz: dcd8810901c812102af7b9ff9410618ba6848417a815f5e0e52363a02aefee888edfbc7120cf2d94e9261f7ac1d99bb0d977c7d598ea1cedc8437fca156cb490
7
+ data.tar.gz: 6b58d44b61ccb2b40cea6e1b700b4dd4b1fb522eb4ba1a7e83286f0759ed5486262d94b22ec0264e4a73fae98b950f00b599aae7b1e428cf481880793ee08cbf
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-chromepolicy_v1
2
2
 
3
+ ### v0.37.0 (2023-04-30)
4
+
5
+ * Regenerated from discovery document revision 20230426
6
+
7
+ ### v0.36.0 (2023-04-16)
8
+
9
+ * Regenerated from discovery document revision 20230402
10
+
3
11
  ### v0.35.0 (2023-03-12)
4
12
 
5
13
  * Regenerated from discovery document revision 20230304
@@ -435,11 +435,16 @@ module Google
435
435
  class GoogleChromePolicyVersionsV1ListGroupPriorityOrderingRequest
436
436
  include Google::Apis::Core::Hashable
437
437
 
438
- # Required. The namespace of the policy type for the request.
438
+ # The namespace of the policy type for the request.
439
439
  # Corresponds to the JSON property `policyNamespace`
440
440
  # @return [String]
441
441
  attr_accessor :policy_namespace
442
442
 
443
+ # The schema name of the policy for the request.
444
+ # Corresponds to the JSON property `policySchema`
445
+ # @return [String]
446
+ attr_accessor :policy_schema
447
+
443
448
  # The key used to identify the target on which the policy will be applied.
444
449
  # Corresponds to the JSON property `policyTargetKey`
445
450
  # @return [Google::Apis::ChromepolicyV1::GoogleChromePolicyVersionsV1PolicyTargetKey]
@@ -452,6 +457,7 @@ module Google
452
457
  # Update properties of this object
453
458
  def update!(**args)
454
459
  @policy_namespace = args[:policy_namespace] if args.key?(:policy_namespace)
460
+ @policy_schema = args[:policy_schema] if args.key?(:policy_schema)
455
461
  @policy_target_key = args[:policy_target_key] if args.key?(:policy_target_key)
456
462
  end
457
463
  end
@@ -470,6 +476,11 @@ module Google
470
476
  # @return [String]
471
477
  attr_accessor :policy_namespace
472
478
 
479
+ # Output only. The schema name of the policy for the group IDs.
480
+ # Corresponds to the JSON property `policySchema`
481
+ # @return [String]
482
+ attr_accessor :policy_schema
483
+
473
484
  # The key used to identify the target on which the policy will be applied.
474
485
  # Corresponds to the JSON property `policyTargetKey`
475
486
  # @return [Google::Apis::ChromepolicyV1::GoogleChromePolicyVersionsV1PolicyTargetKey]
@@ -483,6 +494,7 @@ module Google
483
494
  def update!(**args)
484
495
  @group_ids = args[:group_ids] if args.key?(:group_ids)
485
496
  @policy_namespace = args[:policy_namespace] if args.key?(:policy_namespace)
497
+ @policy_schema = args[:policy_schema] if args.key?(:policy_schema)
486
498
  @policy_target_key = args[:policy_target_key] if args.key?(:policy_target_key)
487
499
  end
488
500
  end
@@ -927,6 +939,11 @@ module Google
927
939
  # @return [String]
928
940
  attr_accessor :description
929
941
 
942
+ # Output only. Field conditions required for this value to be valid.
943
+ # Corresponds to the JSON property `fieldDependencies`
944
+ # @return [Array<Google::Apis::ChromepolicyV1::GoogleChromePolicyVersionsV1PolicySchemaFieldDependencies>]
945
+ attr_accessor :field_dependencies
946
+
930
947
  # Output only. The string represenstation of the value that can be set for the
931
948
  # field.
932
949
  # Corresponds to the JSON property `value`
@@ -940,6 +957,7 @@ module Google
940
957
  # Update properties of this object
941
958
  def update!(**args)
942
959
  @description = args[:description] if args.key?(:description)
960
+ @field_dependencies = args[:field_dependencies] if args.key?(:field_dependencies)
943
961
  @value = args[:value] if args.key?(:value)
944
962
  end
945
963
  end
@@ -1286,11 +1304,16 @@ module Google
1286
1304
  # @return [Array<String>]
1287
1305
  attr_accessor :group_ids
1288
1306
 
1289
- # Required. The namespace of the policy type for the request.
1307
+ # The namespace of the policy type for the request.
1290
1308
  # Corresponds to the JSON property `policyNamespace`
1291
1309
  # @return [String]
1292
1310
  attr_accessor :policy_namespace
1293
1311
 
1312
+ # The schema name of the policy for the request.
1313
+ # Corresponds to the JSON property `policySchema`
1314
+ # @return [String]
1315
+ attr_accessor :policy_schema
1316
+
1294
1317
  # The key used to identify the target on which the policy will be applied.
1295
1318
  # Corresponds to the JSON property `policyTargetKey`
1296
1319
  # @return [Google::Apis::ChromepolicyV1::GoogleChromePolicyVersionsV1PolicyTargetKey]
@@ -1304,6 +1327,7 @@ module Google
1304
1327
  def update!(**args)
1305
1328
  @group_ids = args[:group_ids] if args.key?(:group_ids)
1306
1329
  @policy_namespace = args[:policy_namespace] if args.key?(:policy_namespace)
1330
+ @policy_schema = args[:policy_schema] if args.key?(:policy_schema)
1307
1331
  @policy_target_key = args[:policy_target_key] if args.key?(:policy_target_key)
1308
1332
  end
1309
1333
  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.35.0"
19
+ GEM_VERSION = "0.37.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 = "20230304"
25
+ REVISION = "20230426"
26
26
  end
27
27
  end
28
28
  end
@@ -458,6 +458,7 @@ module Google
458
458
  # @private
459
459
  class Representation < Google::Apis::Core::JsonRepresentation
460
460
  property :policy_namespace, as: 'policyNamespace'
461
+ property :policy_schema, as: 'policySchema'
461
462
  property :policy_target_key, as: 'policyTargetKey', class: Google::Apis::ChromepolicyV1::GoogleChromePolicyVersionsV1PolicyTargetKey, decorator: Google::Apis::ChromepolicyV1::GoogleChromePolicyVersionsV1PolicyTargetKey::Representation
462
463
 
463
464
  end
@@ -468,6 +469,7 @@ module Google
468
469
  class Representation < Google::Apis::Core::JsonRepresentation
469
470
  collection :group_ids, as: 'groupIds'
470
471
  property :policy_namespace, as: 'policyNamespace'
472
+ property :policy_schema, as: 'policySchema'
471
473
  property :policy_target_key, as: 'policyTargetKey', class: Google::Apis::ChromepolicyV1::GoogleChromePolicyVersionsV1PolicyTargetKey, decorator: Google::Apis::ChromepolicyV1::GoogleChromePolicyVersionsV1PolicyTargetKey::Representation
472
474
 
473
475
  end
@@ -605,6 +607,8 @@ module Google
605
607
  # @private
606
608
  class Representation < Google::Apis::Core::JsonRepresentation
607
609
  property :description, as: 'description'
610
+ collection :field_dependencies, as: 'fieldDependencies', class: Google::Apis::ChromepolicyV1::GoogleChromePolicyVersionsV1PolicySchemaFieldDependencies, decorator: Google::Apis::ChromepolicyV1::GoogleChromePolicyVersionsV1PolicySchemaFieldDependencies::Representation
611
+
608
612
  property :value, as: 'value'
609
613
  end
610
614
  end
@@ -718,6 +722,7 @@ module Google
718
722
  class Representation < Google::Apis::Core::JsonRepresentation
719
723
  collection :group_ids, as: 'groupIds'
720
724
  property :policy_namespace, as: 'policyNamespace'
725
+ property :policy_schema, as: 'policySchema'
721
726
  property :policy_target_key, as: 'policyTargetKey', class: Google::Apis::ChromepolicyV1::GoogleChromePolicyVersionsV1PolicyTargetKey, decorator: Google::Apis::ChromepolicyV1::GoogleChromePolicyVersionsV1PolicyTargetKey::Representation
722
727
 
723
728
  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.35.0
4
+ version: 0.37.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-03-12 00:00:00.000000000 Z
11
+ date: 2023-04-30 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.35.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-chromepolicy_v1/v0.37.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: []