google-apis-playdeveloperreporting_v1beta1 0.26.0 → 0.28.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: d4cecd9794cc39661b94da7d9e7ba4345bc5fba012043d940ce3fd20c48d3a59
4
- data.tar.gz: 6d0370ce7d11a8c2b9f986ceb0e81d6d7f826368af03fe333de68d8d0d153109
3
+ metadata.gz: f947a03afa9f704dde513929aa36c58e23c258e1288b6f86359a50c85e2c8b68
4
+ data.tar.gz: 445bd0c281e6c8cbd3eee4db5948bd662a8921399a4f56da8f0f42146ecf2348
5
5
  SHA512:
6
- metadata.gz: 886f37e9744917d4d4fb60bfd40e7c0f383a4be2222e765b33c47a7caa3c0647ba97d79e25f52f574790ce47511ac959c07bdad0e92173ee824a6e308e9eb263
7
- data.tar.gz: 4a8b463a3f59a2944206a66839f5199798d54d6a934cd05e8b86e07565adce62779c96767e594dfb1b520aefc46d3f0264d7ad340bb5007000a22f94bd7173e3
6
+ metadata.gz: 659d6c99c757117dc3bddd07fa215a1e684b2d79986f6de12aaf6cb3d92376ae259c0553ae6b794e5a7eb63912846cd9fde49c2d9875e6929e1633470c458064
7
+ data.tar.gz: d6c13643c63be187ab37052a48534a9d9aa32409fc4f3cd48aad9533ad29d8f495ceb4ca90f4bbfcc5b98ed64a4f356d4561e4dc6722c2d76043f9f4d920d8ea
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-playdeveloperreporting_v1beta1
2
2
 
3
+ ### v0.28.0 (2024-03-10)
4
+
5
+ * Regenerated from discovery document revision 20240306
6
+
7
+ ### v0.27.0 (2024-02-23)
8
+
9
+ * Regenerated using generator version 0.14.0
10
+
3
11
  ### v0.26.0 (2024-02-04)
4
12
 
5
13
  * Regenerated from discovery document revision 20240201
data/OVERVIEW.md CHANGED
@@ -83,9 +83,9 @@ The [product documentation](https://developers.google.com/play/developer/reporti
83
83
 
84
84
  ## Supported Ruby versions
85
85
 
86
- This library is supported on Ruby 2.5+.
86
+ This library is supported on Ruby 2.7+.
87
87
 
88
- Google provides official support for Ruby versions that are actively supported by Ruby Core -- that is, Ruby versions that are either in normal maintenance or in security maintenance, and not end of life. Currently, this means Ruby 2.5 and later. Older versions of Ruby _may_ still work, but are unsupported and not recommended. See https://www.ruby-lang.org/en/downloads/branches/ for details about the Ruby support schedule.
88
+ Google provides official support for Ruby versions that are actively supported by Ruby Core -- that is, Ruby versions that are either in normal maintenance or in security maintenance, and not end of life. Older versions of Ruby _may_ still work, but are unsupported and not recommended. See https://www.ruby-lang.org/en/downloads/branches/ for details about the Ruby support schedule.
89
89
 
90
90
  ## License
91
91
 
@@ -600,6 +600,13 @@ module Google
600
600
  # @return [String]
601
601
  attr_accessor :name
602
602
 
603
+ # Output only. Sample error reports which belong to this ErrorIssue. *Note:*
604
+ # currently a maximum of 1 per ErrorIssue is supported. Format: "apps/`app`/`
605
+ # report`"
606
+ # Corresponds to the JSON property `sampleErrorReports`
607
+ # @return [Array<String>]
608
+ attr_accessor :sample_error_reports
609
+
603
610
  # Type of the errors grouped in this issue.
604
611
  # Corresponds to the JSON property `type`
605
612
  # @return [String]
@@ -623,6 +630,7 @@ module Google
623
630
  @last_os_version = args[:last_os_version] if args.key?(:last_os_version)
624
631
  @location = args[:location] if args.key?(:location)
625
632
  @name = args[:name] if args.key?(:name)
633
+ @sample_error_reports = args[:sample_error_reports] if args.key?(:sample_error_reports)
626
634
  @type = args[:type] if args.key?(:type)
627
635
  end
628
636
  end
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module PlaydeveloperreportingV1beta1
18
18
  # Version of the google-apis-playdeveloperreporting_v1beta1 gem
19
- GEM_VERSION = "0.26.0"
19
+ GEM_VERSION = "0.28.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.13.1"
22
+ GENERATOR_VERSION = "0.14.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240201"
25
+ REVISION = "20240306"
26
26
  end
27
27
  end
28
28
  end
@@ -413,6 +413,7 @@ module Google
413
413
 
414
414
  property :location, as: 'location'
415
415
  property :name, as: 'name'
416
+ collection :sample_error_reports, as: 'sampleErrorReports'
416
417
  property :type, as: 'type'
417
418
  end
418
419
  end
@@ -469,6 +469,9 @@ module Google
469
469
  # A page token, received from a previous call. Provide this to retrieve the
470
470
  # subsequent page. When paginating, all other parameters provided to the request
471
471
  # must match the call that provided the page token.
472
+ # @param [Fixnum] sample_error_report_limit
473
+ # Optional. Number of sample error reports to return per ErrorIssue. If
474
+ # unspecified, 0 will be used. *Note:* currently only 0 and 1 are supported.
472
475
  # @param [String] fields
473
476
  # Selector specifying which fields to include in a partial response.
474
477
  # @param [String] quota_user
@@ -486,7 +489,7 @@ module Google
486
489
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
487
490
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
488
491
  # @raise [Google::Apis::AuthorizationError] Authorization is required
489
- def search_vital_error_issues(parent, filter: nil, interval_end_time_day: nil, interval_end_time_hours: nil, interval_end_time_minutes: nil, interval_end_time_month: nil, interval_end_time_nanos: nil, interval_end_time_seconds: nil, interval_end_time_time_zone_id: nil, interval_end_time_time_zone_version: nil, interval_end_time_utc_offset: nil, interval_end_time_year: nil, interval_start_time_day: nil, interval_start_time_hours: nil, interval_start_time_minutes: nil, interval_start_time_month: nil, interval_start_time_nanos: nil, interval_start_time_seconds: nil, interval_start_time_time_zone_id: nil, interval_start_time_time_zone_version: nil, interval_start_time_utc_offset: nil, interval_start_time_year: nil, order_by: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
492
+ def search_vital_error_issues(parent, filter: nil, interval_end_time_day: nil, interval_end_time_hours: nil, interval_end_time_minutes: nil, interval_end_time_month: nil, interval_end_time_nanos: nil, interval_end_time_seconds: nil, interval_end_time_time_zone_id: nil, interval_end_time_time_zone_version: nil, interval_end_time_utc_offset: nil, interval_end_time_year: nil, interval_start_time_day: nil, interval_start_time_hours: nil, interval_start_time_minutes: nil, interval_start_time_month: nil, interval_start_time_nanos: nil, interval_start_time_seconds: nil, interval_start_time_time_zone_id: nil, interval_start_time_time_zone_version: nil, interval_start_time_utc_offset: nil, interval_start_time_year: nil, order_by: nil, page_size: nil, page_token: nil, sample_error_report_limit: nil, fields: nil, quota_user: nil, options: nil, &block)
490
493
  command = make_simple_command(:get, 'v1beta1/{+parent}/errorIssues:search', options)
491
494
  command.response_representation = Google::Apis::PlaydeveloperreportingV1beta1::GooglePlayDeveloperReportingV1beta1SearchErrorIssuesResponse::Representation
492
495
  command.response_class = Google::Apis::PlaydeveloperreportingV1beta1::GooglePlayDeveloperReportingV1beta1SearchErrorIssuesResponse
@@ -515,6 +518,7 @@ module Google
515
518
  command.query['orderBy'] = order_by unless order_by.nil?
516
519
  command.query['pageSize'] = page_size unless page_size.nil?
517
520
  command.query['pageToken'] = page_token unless page_token.nil?
521
+ command.query['sampleErrorReportLimit'] = sample_error_report_limit unless sample_error_report_limit.nil?
518
522
  command.query['fields'] = fields unless fields.nil?
519
523
  command.query['quotaUser'] = quota_user unless quota_user.nil?
520
524
  execute_or_queue_command(command, &block)
@@ -541,23 +545,25 @@ module Google
541
545
  # Example: `errorIssueType = JAVA_CRASH OR errorIssueType = NATIVE_CRASH`. * `
542
546
  # errorIssueId`: Matches error reports belonging to the requested error issue
543
547
  # ids only. Example: `errorIssueId = 1234 OR errorIssueId = 4567`. * `
544
- # appProcessState`: Matches error reports on the process state of an app,
545
- # indicating whether an app runs in the foreground (user-visible) or background.
546
- # Valid candidates: `FOREGROUND`, `BACKGROUND`. Example: `appProcessState =
547
- # FOREGROUND`. * `isUserPerceived`: Matches error reports that are user-
548
- # perceived. It is not accompanied by any operators. Example: `isUserPerceived`.
549
- # ** Supported operators:** * Comparison operators: The only supported
550
- # comparison operator is equality. The filtered field must appear on the left
551
- # hand side of the comparison. * Logical Operators: Logical operators `AND` and `
552
- # OR` can be used to build complex filters following a conjunctive normal form (
553
- # CNF), i.e., conjunctions of disjunctions. The `OR` operator takes precedence
554
- # over `AND` so the use of parenthesis is not necessary when building CNF. The `
555
- # OR` operator is only supported to build disjunctions that apply to the same
556
- # field, e.g., `versionCode = 123 OR versionCode = ANR`. The filter expression `
557
- # versionCode = 123 OR errorIssueType = ANR` is not valid. ** Examples ** Some
558
- # valid filtering expressions: * `versionCode = 123 AND errorIssueType = ANR` * `
559
- # versionCode = 123 AND errorIssueType = OR errorIssueType = CRASH` * `
560
- # versionCode = 123 AND (errorIssueType = OR errorIssueType = CRASH)`
548
+ # errorReportId`: Matches error reports with the requested error report id.
549
+ # Example: `errorReportId = 1234 OR errorReportId = 4567`. * `appProcessState`:
550
+ # Matches error reports on the process state of an app, indicating whether an
551
+ # app runs in the foreground (user-visible) or background. Valid candidates: `
552
+ # FOREGROUND`, `BACKGROUND`. Example: `appProcessState = FOREGROUND`. * `
553
+ # isUserPerceived`: Matches error reports that are user-perceived. It is not
554
+ # accompanied by any operators. Example: `isUserPerceived`. ** Supported
555
+ # operators:** * Comparison operators: The only supported comparison operator is
556
+ # equality. The filtered field must appear on the left hand side of the
557
+ # comparison. * Logical Operators: Logical operators `AND` and `OR` can be used
558
+ # to build complex filters following a conjunctive normal form (CNF), i.e.,
559
+ # conjunctions of disjunctions. The `OR` operator takes precedence over `AND` so
560
+ # the use of parenthesis is not necessary when building CNF. The `OR` operator
561
+ # is only supported to build disjunctions that apply to the same field, e.g., `
562
+ # versionCode = 123 OR versionCode = ANR`. The filter expression `versionCode =
563
+ # 123 OR errorIssueType = ANR` is not valid. ** Examples ** Some valid filtering
564
+ # expressions: * `versionCode = 123 AND errorIssueType = ANR` * `versionCode =
565
+ # 123 AND errorIssueType = OR errorIssueType = CRASH` * `versionCode = 123 AND (
566
+ # errorIssueType = OR errorIssueType = CRASH)`
561
567
  # @param [Fixnum] interval_end_time_day
562
568
  # Optional. Day of month. Must be from 1 to 31 and valid for the year and month,
563
569
  # or 0 if specifying a datetime without a day.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-playdeveloperreporting_v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.26.0
4
+ version: 0.28.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: 2024-02-04 00:00:00.000000000 Z
11
+ date: 2024-03-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: 0.12.0
19
+ version: 0.14.0
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: 0.12.0
29
+ version: 0.14.0
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -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-playdeveloperreporting_v1beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-playdeveloperreporting_v1beta1/v0.26.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-playdeveloperreporting_v1beta1/v0.28.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-playdeveloperreporting_v1beta1
63
63
  post_install_message:
64
64
  rdoc_options: []
@@ -68,14 +68,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
68
68
  requirements:
69
69
  - - ">="
70
70
  - !ruby/object:Gem::Version
71
- version: '2.5'
71
+ version: '2.7'
72
72
  required_rubygems_version: !ruby/object:Gem::Requirement
73
73
  requirements:
74
74
  - - ">="
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.5.3
78
+ rubygems_version: 3.5.6
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Google Play Developer Reporting API V1beta1