google-apis-testing_v1 0.14.0 → 0.17.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: b9eabcbcf1e7d082062952a013dc2e603577f3a4149805a1bde1ac12ddbd9a12
4
- data.tar.gz: 6d21df79d550cdedf26232bcebe3b69fd915c187d977a92513ae0dd02a3e7cd4
3
+ metadata.gz: ccac6ce30dbd7acf2a5dff4ef0c11bffb6efd12805be41b68a25f230a196c44e
4
+ data.tar.gz: 7cb37d10155828897bd6edba2ab9ecce22c36fd62e12dd258577db2c42f1f882
5
5
  SHA512:
6
- metadata.gz: 2d75a0c32efda06baad5522f682fb1802fbdbfa46d1d3c953de778283cab01fa57296bff62ffd1879ef9e01d8c0d59b123ab1a9aba4437e44bb06719c80b43e3
7
- data.tar.gz: 3e162cd54e3755831b62c5e14666d50c88f1bfd1df355cd75e8e1385a0a13e1973a573816b9f1d6450858e1b9c57c10bbd6b421da92b115d20f3ca8f62d30b7c
6
+ metadata.gz: 40fbba5a019950c5e964e610f183c62a8fb908548c1c5925ff3d22463cd1e70d31ff5f8c690e40ff98b0ff5d22ab86843d4ff2190fe63237b08b5dc40154bfc6
7
+ data.tar.gz: c8335ea051ab660eac5b362b38674d85ddf6bb97da604b3ce14a9899493df17e07936ea91fdcfd58fe37c48a5fa95fe1ed9ab5e19b45e3e04372b3a0ef728ece
data/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # Release history for google-apis-testing_v1
2
2
 
3
+ ### v0.17.0 (2022-03-16)
4
+
5
+ * Regenerated from discovery document revision 20220310
6
+
7
+ ### v0.16.0 (2022-03-10)
8
+
9
+ * Regenerated from discovery document revision 20220308
10
+
11
+ ### v0.15.0 (2022-02-11)
12
+
13
+ * Regenerated from discovery document revision 20220201
14
+ * Regenerated using generator version 0.4.1
15
+
3
16
  ### v0.14.0 (2022-01-06)
4
17
 
5
18
  * Regenerated from discovery document revision 20211228
@@ -410,6 +410,17 @@ module Google
410
410
  # @return [String]
411
411
  attr_accessor :app_package_id
412
412
 
413
+ # The max depth of the traversal stack Robo can explore. Needs to be at least 2
414
+ # to make Robo explore the app beyond the first activity. Default is 50.
415
+ # Corresponds to the JSON property `maxDepth`
416
+ # @return [Fixnum]
417
+ attr_accessor :max_depth
418
+
419
+ # The max number of steps Robo can execute. Default is no limit.
420
+ # Corresponds to the JSON property `maxSteps`
421
+ # @return [Fixnum]
422
+ attr_accessor :max_steps
423
+
413
424
  # A set of directives Robo should apply during the crawl. This allows users to
414
425
  # customize the crawl. For example, the username and password for a test account
415
426
  # can be provided.
@@ -445,6 +456,8 @@ module Google
445
456
  @app_bundle = args[:app_bundle] if args.key?(:app_bundle)
446
457
  @app_initial_activity = args[:app_initial_activity] if args.key?(:app_initial_activity)
447
458
  @app_package_id = args[:app_package_id] if args.key?(:app_package_id)
459
+ @max_depth = args[:max_depth] if args.key?(:max_depth)
460
+ @max_steps = args[:max_steps] if args.key?(:max_steps)
448
461
  @robo_directives = args[:robo_directives] if args.key?(:robo_directives)
449
462
  @robo_mode = args[:robo_mode] if args.key?(:robo_mode)
450
463
  @robo_script = args[:robo_script] if args.key?(:robo_script)
@@ -559,11 +572,11 @@ module Google
559
572
  # Represents a whole or partial calendar date, such as a birthday. The time of
560
573
  # day and time zone are either specified elsewhere or are insignificant. The
561
574
  # date is relative to the Gregorian Calendar. This can represent one of the
562
- # following: * A full date, with non-zero year, month, and day values * A month
563
- # and day value, with a zero year, such as an anniversary * A year on its own,
564
- # with zero month and day values * A year and month value, with a zero day, such
565
- # as a credit card expiration date Related types are google.type.TimeOfDay and `
566
- # google.protobuf.Timestamp`.
575
+ # following: * A full date, with non-zero year, month, and day values. * A month
576
+ # and day, with a zero year (for example, an anniversary). * A year on its own,
577
+ # with a zero month and a zero day. * A year and month, with a zero day (for
578
+ # example, a credit card expiration date). Related types: * google.type.
579
+ # TimeOfDay * google.type.DateTime * google.protobuf.Timestamp
567
580
  # Corresponds to the JSON property `releaseDate`
568
581
  # @return [Google::Apis::TestingV1::Date]
569
582
  attr_accessor :release_date
@@ -793,11 +806,11 @@ module Google
793
806
  # Represents a whole or partial calendar date, such as a birthday. The time of
794
807
  # day and time zone are either specified elsewhere or are insignificant. The
795
808
  # date is relative to the Gregorian Calendar. This can represent one of the
796
- # following: * A full date, with non-zero year, month, and day values * A month
797
- # and day value, with a zero year, such as an anniversary * A year on its own,
798
- # with zero month and day values * A year and month value, with a zero day, such
799
- # as a credit card expiration date Related types are google.type.TimeOfDay and `
800
- # google.protobuf.Timestamp`.
809
+ # following: * A full date, with non-zero year, month, and day values. * A month
810
+ # and day, with a zero year (for example, an anniversary). * A year on its own,
811
+ # with a zero month and a zero day. * A year and month, with a zero day (for
812
+ # example, a credit card expiration date). Related types: * google.type.
813
+ # TimeOfDay * google.type.DateTime * google.protobuf.Timestamp
801
814
  class Date
802
815
  include Google::Apis::Core::Hashable
803
816
 
@@ -863,11 +876,11 @@ module Google
863
876
  # Represents a whole or partial calendar date, such as a birthday. The time of
864
877
  # day and time zone are either specified elsewhere or are insignificant. The
865
878
  # date is relative to the Gregorian Calendar. This can represent one of the
866
- # following: * A full date, with non-zero year, month, and day values * A month
867
- # and day value, with a zero year, such as an anniversary * A year on its own,
868
- # with zero month and day values * A year and month value, with a zero day, such
869
- # as a credit card expiration date Related types are google.type.TimeOfDay and `
870
- # google.protobuf.Timestamp`.
879
+ # following: * A full date, with non-zero year, month, and day values. * A month
880
+ # and day, with a zero year (for example, an anniversary). * A year on its own,
881
+ # with a zero month and a zero day. * A year and month, with a zero day (for
882
+ # example, a credit card expiration date). Related types: * google.type.
883
+ # TimeOfDay * google.type.DateTime * google.protobuf.Timestamp
871
884
  # Corresponds to the JSON property `addedDate`
872
885
  # @return [Google::Apis::TestingV1::Date]
873
886
  attr_accessor :added_date
@@ -1932,8 +1945,10 @@ module Google
1932
1945
 
1933
1946
  # Uniformly shards test cases given a total number of shards. For
1934
1947
  # Instrumentation test, it will be translated to "-e numShard" "-e shardIndex"
1935
- # AndroidJUnitRunner arguments. With uniform sharding enabled, specifying these
1936
- # sharding arguments via environment_variables is invalid.
1948
+ # AndroidJUnitRunner arguments. Based on the sharding mechanism
1949
+ # AndroidJUnitRunner uses, there is no guarantee that test cases will be
1950
+ # distributed uniformly across all shards. With uniform sharding enabled,
1951
+ # specifying these sharding arguments via environment_variables is invalid.
1937
1952
  # Corresponds to the JSON property `uniformSharding`
1938
1953
  # @return [Google::Apis::TestingV1::UniformSharding]
1939
1954
  attr_accessor :uniform_sharding
@@ -2579,8 +2594,10 @@ module Google
2579
2594
 
2580
2595
  # Uniformly shards test cases given a total number of shards. For
2581
2596
  # Instrumentation test, it will be translated to "-e numShard" "-e shardIndex"
2582
- # AndroidJUnitRunner arguments. With uniform sharding enabled, specifying these
2583
- # sharding arguments via environment_variables is invalid.
2597
+ # AndroidJUnitRunner arguments. Based on the sharding mechanism
2598
+ # AndroidJUnitRunner uses, there is no guarantee that test cases will be
2599
+ # distributed uniformly across all shards. With uniform sharding enabled,
2600
+ # specifying these sharding arguments via environment_variables is invalid.
2584
2601
  class UniformSharding
2585
2602
  include Google::Apis::Core::Hashable
2586
2603
 
@@ -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.14.0"
19
+ GEM_VERSION = "0.17.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.4.0"
22
+ GENERATOR_VERSION = "0.4.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20211228"
25
+ REVISION = "20220310"
26
26
  end
27
27
  end
28
28
  end
@@ -539,6 +539,8 @@ module Google
539
539
 
540
540
  property :app_initial_activity, as: 'appInitialActivity'
541
541
  property :app_package_id, as: 'appPackageId'
542
+ property :max_depth, as: 'maxDepth'
543
+ property :max_steps, as: 'maxSteps'
542
544
  collection :robo_directives, as: 'roboDirectives', class: Google::Apis::TestingV1::RoboDirective, decorator: Google::Apis::TestingV1::RoboDirective::Representation
543
545
 
544
546
  property :robo_mode, as: 'roboMode'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-testing_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.14.0
4
+ version: 0.17.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-01-10 00:00:00.000000000 Z
11
+ date: 2022-03-21 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-testing_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-testing_v1/v0.14.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-testing_v1/v0.17.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-testing_v1
63
63
  post_install_message:
64
64
  rdoc_options: []
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.3.4
78
+ rubygems_version: 3.3.5
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Cloud Testing API V1