google-apis-logging_v2 0.12.0 → 0.13.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: 55b199883db01d70157f8f5bd0ddc7534861bea400787bdb8544be01afdb4b9b
4
- data.tar.gz: 849a86e953170a461e4ddaa9da1c71bdb88840da75f089968d1fd4f7c6357370
3
+ metadata.gz: df9f8ca0a53cee762ccb82941421bfa6c510b70e600fa05d49b9d29ac32333b5
4
+ data.tar.gz: b9fc3a0b5418248ee4b23ec144cc4c1f0267bb5f832087254938f4bb58c03dfe
5
5
  SHA512:
6
- metadata.gz: a8df843efa8f63d75a76d2720c801d9f469f52395abb963874d5c5b3a39cc01a985bd637f7e1131068a2d6073b2f5bcf42794a7eea1a4286bc9f7ea110ca025f
7
- data.tar.gz: 0d1faab5cfd6c2edf1e67983176d2978890c14f03f4fe640af6ae562c755fd4ad93344b45b5185538f9c456608cae4eb8bd44517a4a49ad669b0d2d5d16d7c85
6
+ metadata.gz: e1dcd65c66e1e16df10af24c2dc3abb12aef52b2229f44e360c08e4aa117a356f4fd3713923dc2a89772e05cae5a9adc1f260c0c0142a9afd8cc600a6d7b0a2c
7
+ data.tar.gz: fd7512b3ac18a50e5596a1d28b2805b9eb5fb1a2e64b9a2d5c04d0665b89032a9c2cdec609e93ba85bf49add50ebaff31a49a6cf71325cba9ebf173c6bb94f8f
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-logging_v2
2
2
 
3
+ ### v0.13.0 (2021-07-16)
4
+
5
+ * Regenerated from discovery document revision 20210709
6
+
3
7
  ### v0.12.0 (2021-07-03)
4
8
 
5
9
  * Regenerated from discovery document revision 20210625
@@ -2555,13 +2555,13 @@ module Google
2555
2555
  # that did not supply their own values, the entries earlier in the list will
2556
2556
  # sort before the entries later in the list. See the entries.list method.Log
2557
2557
  # entries with timestamps that are more than the logs retention period (https://
2558
- # cloud.google.com/logging/quota-policy) in the past or more than 24 hours in
2559
- # the future will not be available when calling entries.list. However, those log
2558
+ # cloud.google.com/logging/quotas) in the past or more than 24 hours in the
2559
+ # future will not be available when calling entries.list. However, those log
2560
2560
  # entries can still be exported with LogSinks (https://cloud.google.com/logging/
2561
2561
  # docs/api/tasks/exporting-logs).To improve throughput and to avoid exceeding
2562
- # the quota limit (https://cloud.google.com/logging/quota-policy) for calls to
2563
- # entries.write, you should try to include several log entries in this list,
2564
- # rather than calling this method for each individual log entry.
2562
+ # the quota limit (https://cloud.google.com/logging/quotas) for calls to entries.
2563
+ # write, you should try to include several log entries in this list, rather than
2564
+ # calling this method for each individual log entry.
2565
2565
  # Corresponds to the JSON property `entries`
2566
2566
  # @return [Array<Google::Apis::LoggingV2::LogEntry>]
2567
2567
  attr_accessor :entries
@@ -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.12.0"
19
+ GEM_VERSION = "0.13.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210625"
25
+ REVISION = "20210709"
26
26
  end
27
27
  end
28
28
  end
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.12.0
4
+ version: 0.13.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: 2021-07-05 00:00:00.000000000 Z
11
+ date: 2021-07-19 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/master/generated/google-apis-logging_v2/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-logging_v2/v0.12.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-logging_v2/v0.13.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-logging_v2
63
63
  post_install_message:
64
64
  rdoc_options: []