google-apis-logging_v2 0.28.0 → 0.31.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: a2c5e2856e96c69c93b8d05fa850aa73e4148a953132472716fb0e600298b015
4
- data.tar.gz: bbc7ad58d3ec8f61878c8f3a52485392d98819833bc0b9d8441b3f51f2333838
3
+ metadata.gz: d53f8f817fbc567ac024243249234366101bb89220b77ebe27727683480cb4ca
4
+ data.tar.gz: eb7ca0cff4ab8367f223147810b7128024aea6458fd899c773f3117bd2af5200
5
5
  SHA512:
6
- metadata.gz: 92242c9cc1b0f0562ec5bcee6de514b0d4510cec1acd2677ddab819c7b9f7351ca73eb8f9589151a7a75f0553619e44c7e3f1c1efcee2043a89fdf2f18a88e94
7
- data.tar.gz: 45cf4ac363398b9069bf3db0ae70d9d980611c518912afe8ee5865fca6247a38922b889047139c5f1cc498d0ba105ece828386544ce3ddc83034cc7dd6e4e4d6
6
+ metadata.gz: 341905c7359385c15ccc195ce842b2b783730d0483d8de9f594026fbe8e9e7653ec15e9c8f97d41ac69c5f49eb372d5a535986c5ffcd415186ff9110ab9cb304
7
+ data.tar.gz: 356bf57b558ee66dde57dd67b380d4d6a818cdd5f74c7a96148cb576fbe3c9ded77bf516282ad18e1ea775b01a23c34b5b6b288683a58155ddbcf3bf5c58276f
data/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # Release history for google-apis-logging_v2
2
2
 
3
+ ### v0.31.0 (2022-06-18)
4
+
5
+ * Regenerated using generator version 0.7.0
6
+
7
+ ### v0.30.0 (2022-06-04)
8
+
9
+ * Regenerated from discovery document revision 20220527
10
+ * Regenerated using generator version 0.5.0
11
+
12
+ ### v0.29.0 (2022-04-23)
13
+
14
+ * Regenerated from discovery document revision 20220414
15
+
3
16
  ### v0.28.0 (2022-04-16)
4
17
 
5
18
  * Regenerated from discovery document revision 20220408
@@ -2335,6 +2335,11 @@ module Google
2335
2335
  # @return [Array<Google::Apis::LoggingV2::SourceReference>]
2336
2336
  attr_accessor :source_reference
2337
2337
 
2338
+ # Stackdriver Trace span identifier for this request.
2339
+ # Corresponds to the JSON property `spanId`
2340
+ # @return [String]
2341
+ attr_accessor :span_id
2342
+
2338
2343
  # Time when the request started.
2339
2344
  # Corresponds to the JSON property `startTime`
2340
2345
  # @return [String]
@@ -2417,6 +2422,7 @@ module Google
2417
2422
  @resource = args[:resource] if args.key?(:resource)
2418
2423
  @response_size = args[:response_size] if args.key?(:response_size)
2419
2424
  @source_reference = args[:source_reference] if args.key?(:source_reference)
2425
+ @span_id = args[:span_id] if args.key?(:span_id)
2420
2426
  @start_time = args[:start_time] if args.key?(:start_time)
2421
2427
  @status = args[:status] if args.key?(:status)
2422
2428
  @task_name = args[:task_name] if args.key?(:task_name)
@@ -2768,11 +2774,12 @@ module Google
2768
2774
  # @return [String]
2769
2775
  attr_accessor :log_name
2770
2776
 
2771
- # Optional. Whether valid entries should be written even if some other entries
2772
- # fail due to INVALID_ARGUMENT or PERMISSION_DENIED errors. If any entry is not
2773
- # written, then the response status is the error associated with one of the
2774
- # failed entries and the response includes error details keyed by the entries'
2775
- # zero-based index in the entries.write method.
2777
+ # Optional. Whether a batch's valid entries should be written even if some other
2778
+ # entry failed due to a permanent error such as INVALID_ARGUMENT or
2779
+ # PERMISSION_DENIED. If any entry failed, then the response status is the
2780
+ # response status is the status of one of the failed entries. The response will
2781
+ # include error details keyed by the entries' zero-based index in the entries.
2782
+ # write method.
2776
2783
  # Corresponds to the JSON property `partialSuccess`
2777
2784
  # @return [Boolean]
2778
2785
  attr_accessor :partial_success
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module LoggingV2
18
18
  # Version of the google-apis-logging_v2 gem
19
- GEM_VERSION = "0.28.0"
19
+ GEM_VERSION = "0.31.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.4.1"
22
+ GENERATOR_VERSION = "0.7.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220408"
25
+ REVISION = "20220527"
26
26
  end
27
27
  end
28
28
  end
@@ -834,6 +834,7 @@ module Google
834
834
  property :response_size, :numeric_string => true, as: 'responseSize'
835
835
  collection :source_reference, as: 'sourceReference', class: Google::Apis::LoggingV2::SourceReference, decorator: Google::Apis::LoggingV2::SourceReference::Representation
836
836
 
837
+ property :span_id, as: 'spanId'
837
838
  property :start_time, as: 'startTime'
838
839
  property :status, as: 'status'
839
840
  property :task_name, as: 'taskName'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-logging_v2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.28.0
4
+ version: 0.31.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-04-18 00:00:00.000000000 Z
11
+ date: 2022-06-20 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.4'
19
+ version: '0.6'
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.4'
29
+ version: '0.6'
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-logging_v2/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-logging_v2/v0.28.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-logging_v2/v0.31.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-logging_v2
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.5
78
+ rubygems_version: 3.3.14
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Cloud Logging API V2