google-apis-testing_v1 0.51.0 → 0.53.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: 440e78130a202544e8ff47c951d6be8b92e2f2252dce81faedfde27c3e0bcb5f
4
- data.tar.gz: 9d35948e5c06cce2da45b3fbc65c752b91c5b32b724ef3bda711f2577c8ae700
3
+ metadata.gz: f88b4ad9ab9b6d743cc045804eb1a1e887be0e9b38ab7557a1f74f84a0728b78
4
+ data.tar.gz: b422cbb6e1807a063045be0f8e4d1131d1b13f314ff8df0cdf4eb407dd8aa4d5
5
5
  SHA512:
6
- metadata.gz: 424f909725df7963b236255ae2e4608c29b45acb01b2ed247f9f873b428986a59cd7728cf2e1f417efb743c66db4d354f49b804346fc01efa8bab878c2e1f345
7
- data.tar.gz: f178326381d7fb36f9922548206eed19ddeacd7a009a4f14d0dd7677ad940ed1bda16201f1111678e720dfcf8b3b121a2f865d5025a419830037aab1c108c29a
6
+ metadata.gz: 4bdbcb80ff6d9c0143762e6a6b645ba13862e0f45ddd58717816c8f06c836a508178fe95f77c4f5e4547d363c5d9bd69e664886abab186b7a797b579348cfb81
7
+ data.tar.gz: d8bd613dba64d08e5105fb73b8c37cb0e9012181221b4d7ddd65b34ce773daf6077400bcc91520516cddfe4971d22e8138e8e6b4f866f560ef8d6c466df4ba1e
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Release history for google-apis-testing_v1
2
2
 
3
+ ### v0.53.0 (2025-03-30)
4
+
5
+ * Regenerated from discovery document revision 20250327
6
+
7
+ ### v0.52.0 (2025-03-09)
8
+
9
+ * Regenerated from discovery document revision 20250304
10
+ * Regenerated using generator version 0.16.0
11
+
3
12
  ### v0.51.0 (2024-11-17)
4
13
 
5
14
  * Regenerated from discovery document revision 20241105
@@ -272,6 +272,12 @@ module Google
272
272
  class AndroidModel
273
273
  include Google::Apis::Core::Hashable
274
274
 
275
+ # Reasons for access denial. This model is accessible if this list is empty,
276
+ # otherwise the model is viewable only.
277
+ # Corresponds to the JSON property `accessDeniedReasons`
278
+ # @return [Array<String>]
279
+ attr_accessor :access_denied_reasons
280
+
275
281
  # The company that this device is branded with. Example: "Google", "Samsung".
276
282
  # Corresponds to the JSON property `brand`
277
283
  # @return [String]
@@ -372,6 +378,7 @@ module Google
372
378
 
373
379
  # Update properties of this object
374
380
  def update!(**args)
381
+ @access_denied_reasons = args[:access_denied_reasons] if args.key?(:access_denied_reasons)
375
382
  @brand = args[:brand] if args.key?(:brand)
376
383
  @codename = args[:codename] if args.key?(:codename)
377
384
  @form = args[:form] if args.key?(:form)
@@ -1782,6 +1789,12 @@ module Google
1782
1789
  # @return [String]
1783
1790
  attr_accessor :name
1784
1791
 
1792
+ # The Unicode country/region code (CLDR) of the lab where the device is hosted.
1793
+ # E.g. "US" for United States, "CH" for Switzerland.
1794
+ # Corresponds to the JSON property `regionCode`
1795
+ # @return [String]
1796
+ attr_accessor :region_code
1797
+
1785
1798
  def initialize(**args)
1786
1799
  update!(**args)
1787
1800
  end
@@ -1789,6 +1802,7 @@ module Google
1789
1802
  # Update properties of this object
1790
1803
  def update!(**args)
1791
1804
  @name = args[:name] if args.key?(:name)
1805
+ @region_code = args[:region_code] if args.key?(:region_code)
1792
1806
  end
1793
1807
  end
1794
1808
 
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module TestingV1
18
18
  # Version of the google-apis-testing_v1 gem
19
- GEM_VERSION = "0.51.0"
19
+ GEM_VERSION = "0.53.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.15.1"
22
+ GENERATOR_VERSION = "0.16.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20241105"
25
+ REVISION = "20250327"
26
26
  end
27
27
  end
28
28
  end
@@ -614,6 +614,7 @@ module Google
614
614
  class AndroidModel
615
615
  # @private
616
616
  class Representation < Google::Apis::Core::JsonRepresentation
617
+ collection :access_denied_reasons, as: 'accessDeniedReasons'
617
618
  property :brand, as: 'brand'
618
619
  property :codename, as: 'codename'
619
620
  property :form, as: 'form'
@@ -1049,6 +1050,7 @@ module Google
1049
1050
  # @private
1050
1051
  class Representation < Google::Apis::Core::JsonRepresentation
1051
1052
  property :name, as: 'name'
1053
+ property :region_code, as: 'regionCode'
1052
1054
  end
1053
1055
  end
1054
1056
 
@@ -400,6 +400,9 @@ module Google
400
400
  # an internal error occurred
401
401
  # @param [String] environment_type
402
402
  # Required. The type of environment that should be listed.
403
+ # @param [Boolean] include_viewable_models
404
+ # Optional. Whether to include viewable only models in the response. This is
405
+ # only applicable for Android models.
403
406
  # @param [String] project_id
404
407
  # For authorization, the cloud project requesting the TestEnvironmentCatalog.
405
408
  # @param [String] fields
@@ -419,11 +422,12 @@ module Google
419
422
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
420
423
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
421
424
  # @raise [Google::Apis::AuthorizationError] Authorization is required
422
- def get_test_environment_catalog(environment_type, project_id: nil, fields: nil, quota_user: nil, options: nil, &block)
425
+ def get_test_environment_catalog(environment_type, include_viewable_models: nil, project_id: nil, fields: nil, quota_user: nil, options: nil, &block)
423
426
  command = make_simple_command(:get, 'v1/testEnvironmentCatalog/{environmentType}', options)
424
427
  command.response_representation = Google::Apis::TestingV1::TestEnvironmentCatalog::Representation
425
428
  command.response_class = Google::Apis::TestingV1::TestEnvironmentCatalog
426
429
  command.params['environmentType'] = environment_type unless environment_type.nil?
430
+ command.query['includeViewableModels'] = include_viewable_models unless include_viewable_models.nil?
427
431
  command.query['projectId'] = project_id unless project_id.nil?
428
432
  command.query['fields'] = fields unless fields.nil?
429
433
  command.query['quotaUser'] = quota_user unless quota_user.nil?
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-testing_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.51.0
4
+ version: 0.53.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2024-12-04 00:00:00.000000000 Z
10
+ date: 2025-04-16 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: google-apis-core
@@ -58,9 +57,8 @@ licenses:
58
57
  metadata:
59
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-testing_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-testing_v1/v0.51.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-testing_v1/v0.53.0
62
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-testing_v1
63
- post_install_message:
64
62
  rdoc_options: []
65
63
  require_paths:
66
64
  - lib
@@ -75,8 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
73
  - !ruby/object:Gem::Version
76
74
  version: '0'
77
75
  requirements: []
78
- rubygems_version: 3.5.22
79
- signing_key:
76
+ rubygems_version: 3.6.5
80
77
  specification_version: 4
81
78
  summary: Simple REST client for Cloud Testing API V1
82
79
  test_files: []