google-apis-playdeveloperreporting_v1beta1 0.27.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: 97c9a704fd3f3d878ab7044d503c10402e91e181c13f7b84bb0fb22355b1f119
4
- data.tar.gz: 56d367a53137861940515e9507ccf60240f119503bbe8e2c28526ae740c321b7
3
+ metadata.gz: f947a03afa9f704dde513929aa36c58e23c258e1288b6f86359a50c85e2c8b68
4
+ data.tar.gz: 445bd0c281e6c8cbd3eee4db5948bd662a8921399a4f56da8f0f42146ecf2348
5
5
  SHA512:
6
- metadata.gz: 174986a669931a3c12187f9ffe0ef667088d13a852d66e6be62a181990cc4ff3fb94ebce2a4fc4d33a2f583533f4e61dc452ca10db5349ee47e43c7eb729d133
7
- data.tar.gz: f998431f06d1dc3c75810bda0fd62423ff5466c22517a05128b9b5c23e02dd1ce40c73dba007a8916e15b8ce3d0f1abea58f139e4856995c8513d1af69625b57
6
+ metadata.gz: 659d6c99c757117dc3bddd07fa215a1e684b2d79986f6de12aaf6cb3d92376ae259c0553ae6b794e5a7eb63912846cd9fde49c2d9875e6929e1633470c458064
7
+ data.tar.gz: d6c13643c63be187ab37052a48534a9d9aa32409fc4f3cd48aad9533ad29d8f495ceb4ca90f4bbfcc5b98ed64a4f356d4561e4dc6722c2d76043f9f4d920d8ea
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
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
+
3
7
  ### v0.27.0 (2024-02-23)
4
8
 
5
9
  * Regenerated using generator version 0.14.0
@@ -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.27.0"
19
+ GEM_VERSION = "0.28.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
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.27.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-25 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
@@ -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.27.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: []