google-apis-chromepolicy_v1 0.34.0 → 0.36.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: 898fc53db811357e1f7db0c541aa95cd1761997aaee450347125eb975037053c
4
- data.tar.gz: 82c16d1038df05e534ec0f442c0f4150432e05afbb6bd2e883413b9984618b13
3
+ metadata.gz: 646d4578bb9b6bb0cb3944385ee09a4b8a0f8a0b497115bba861a0dacc2e4400
4
+ data.tar.gz: 55e48aea0ac1ed4d68075170bded1cd960dbd99d67c7c8d71544ad0e509044e3
5
5
  SHA512:
6
- metadata.gz: '0911e0ee3052c966f7556986b2ec5df01433b94b84ef1e6be54018b05152145e5caf104a9ad13f41aece3192bd46400b95d547bbdebbef77ae8d47d0a13dd0cc'
7
- data.tar.gz: 96cfb0e0c11e8f3a173d90fee8cac3854f07f7afbd89c9c35b3a20f2750ad9827db9bb6ff0aa8d489a92c4aa949bdbf7b290f384e9fbe2e002d5550ebda9e75b
6
+ metadata.gz: bf5269f4ce8ec6eaef3e1e5ff59891f9c18d6a8be093085ef26019e49111b511be24cee542bb9fb742a0921c9b733ded1b6f7a8a9e35f2573c442f8538edbd20
7
+ data.tar.gz: eaa7531b0416074759061229fa56c62db9aca87fee7a4da9129ad053b705a8f7dd76fd298ae3637ebde1ed9449b6a6207f3d5148e3ff60eef5a78bdb7d35b5c7
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-chromepolicy_v1
2
2
 
3
+ ### v0.36.0 (2023-04-16)
4
+
5
+ * Regenerated from discovery document revision 20230402
6
+
7
+ ### v0.35.0 (2023-03-12)
8
+
9
+ * Regenerated from discovery document revision 20230304
10
+
3
11
  ### v0.34.0 (2023-02-26)
4
12
 
5
13
  * Regenerated from discovery document revision 20230220
@@ -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
@@ -761,11 +773,6 @@ module Google
761
773
  # @return [Google::Apis::ChromepolicyV1::ChromeCrosDpanelAutosettingsProtoPolicyApiLifecycle]
762
774
  attr_accessor :policy_api_lifecycle
763
775
 
764
- # Deprecated field because of typo.
765
- # Corresponds to the JSON property `policyApiLifeycle`
766
- # @return [Google::Apis::ChromepolicyV1::ChromeCrosDpanelAutosettingsProtoPolicyApiLifecycle]
767
- attr_accessor :policy_api_lifeycle
768
-
769
776
  # Output only. Description about the policy schema for user consumption.
770
777
  # Corresponds to the JSON property `policyDescription`
771
778
  # @return [String]
@@ -803,7 +810,6 @@ module Google
803
810
  @name = args[:name] if args.key?(:name)
804
811
  @notices = args[:notices] if args.key?(:notices)
805
812
  @policy_api_lifecycle = args[:policy_api_lifecycle] if args.key?(:policy_api_lifecycle)
806
- @policy_api_lifeycle = args[:policy_api_lifeycle] if args.key?(:policy_api_lifeycle)
807
813
  @policy_description = args[:policy_description] if args.key?(:policy_description)
808
814
  @schema_name = args[:schema_name] if args.key?(:schema_name)
809
815
  @support_uri = args[:support_uri] if args.key?(:support_uri)
@@ -1191,13 +1197,13 @@ module Google
1191
1197
  # @return [String]
1192
1198
  attr_accessor :page_token
1193
1199
 
1194
- # The schema filter to apply to the resolve request. Specify a schema name to
1195
- # view a particular schema, for example: chrome.users.ShowLogoutButton Wildcards
1196
- # are supported, but only in the leaf portion of the schema name. Wildcards
1197
- # cannot be used in namespace directly. Please read https://developers.google.
1198
- # com/chrome/policy/guides/policy-schemas for details on schema namespaces. For
1199
- # example: Valid: "chrome.users.*", "chrome.users.apps.*", "chrome.printers.*"
1200
- # Invalid: "*", "*.users", "chrome.*", "chrome.*.apps.*"
1200
+ # Required. The schema filter to apply to the resolve request. Specify a schema
1201
+ # name to view a particular schema, for example: chrome.users.ShowLogoutButton
1202
+ # Wildcards are supported, but only in the leaf portion of the schema name.
1203
+ # Wildcards cannot be used in namespace directly. Please read https://developers.
1204
+ # google.com/chrome/policy/guides/policy-schemas for details on schema
1205
+ # namespaces. For example: Valid: "chrome.users.*", "chrome.users.apps.*", "
1206
+ # chrome.printers.*" Invalid: "*", "*.users", "chrome.*", "chrome.*.apps.*"
1201
1207
  # Corresponds to the JSON property `policySchemaFilter`
1202
1208
  # @return [String]
1203
1209
  attr_accessor :policy_schema_filter
@@ -1292,11 +1298,16 @@ module Google
1292
1298
  # @return [Array<String>]
1293
1299
  attr_accessor :group_ids
1294
1300
 
1295
- # Required. The namespace of the policy type for the request.
1301
+ # The namespace of the policy type for the request.
1296
1302
  # Corresponds to the JSON property `policyNamespace`
1297
1303
  # @return [String]
1298
1304
  attr_accessor :policy_namespace
1299
1305
 
1306
+ # The schema name of the policy for the request.
1307
+ # Corresponds to the JSON property `policySchema`
1308
+ # @return [String]
1309
+ attr_accessor :policy_schema
1310
+
1300
1311
  # The key used to identify the target on which the policy will be applied.
1301
1312
  # Corresponds to the JSON property `policyTargetKey`
1302
1313
  # @return [Google::Apis::ChromepolicyV1::GoogleChromePolicyVersionsV1PolicyTargetKey]
@@ -1310,6 +1321,7 @@ module Google
1310
1321
  def update!(**args)
1311
1322
  @group_ids = args[:group_ids] if args.key?(:group_ids)
1312
1323
  @policy_namespace = args[:policy_namespace] if args.key?(:policy_namespace)
1324
+ @policy_schema = args[:policy_schema] if args.key?(:policy_schema)
1313
1325
  @policy_target_key = args[:policy_target_key] if args.key?(:policy_target_key)
1314
1326
  end
1315
1327
  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.34.0"
19
+ GEM_VERSION = "0.36.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 = "20230220"
25
+ REVISION = "20230402"
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
@@ -564,8 +566,6 @@ module Google
564
566
 
565
567
  property :policy_api_lifecycle, as: 'policyApiLifecycle', class: Google::Apis::ChromepolicyV1::ChromeCrosDpanelAutosettingsProtoPolicyApiLifecycle, decorator: Google::Apis::ChromepolicyV1::ChromeCrosDpanelAutosettingsProtoPolicyApiLifecycle::Representation
566
568
 
567
- property :policy_api_lifeycle, as: 'policyApiLifeycle', class: Google::Apis::ChromepolicyV1::ChromeCrosDpanelAutosettingsProtoPolicyApiLifecycle, decorator: Google::Apis::ChromepolicyV1::ChromeCrosDpanelAutosettingsProtoPolicyApiLifecycle::Representation
568
-
569
569
  property :policy_description, as: 'policyDescription'
570
570
  property :schema_name, as: 'schemaName'
571
571
  property :support_uri, as: 'supportUri'
@@ -720,6 +720,7 @@ module Google
720
720
  class Representation < Google::Apis::Core::JsonRepresentation
721
721
  collection :group_ids, as: 'groupIds'
722
722
  property :policy_namespace, as: 'policyNamespace'
723
+ property :policy_schema, as: 'policySchema'
723
724
  property :policy_target_key, as: 'policyTargetKey', class: Google::Apis::ChromepolicyV1::GoogleChromePolicyVersionsV1PolicyTargetKey, decorator: Google::Apis::ChromepolicyV1::GoogleChromePolicyVersionsV1PolicyTargetKey::Representation
724
725
 
725
726
  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.34.0
4
+ version: 0.36.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-02-26 00:00:00.000000000 Z
11
+ date: 2023-04-16 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.34.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-chromepolicy_v1/v0.36.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: []