google-apis-logging_v2 0.12.0 → 0.13.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/logging_v2/classes.rb +5 -5
- data/lib/google/apis/logging_v2/gem_version.rb +2 -2
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: df9f8ca0a53cee762ccb82941421bfa6c510b70e600fa05d49b9d29ac32333b5
|
4
|
+
data.tar.gz: b9fc3a0b5418248ee4b23ec144cc4c1f0267bb5f832087254938f4bb58c03dfe
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e1dcd65c66e1e16df10af24c2dc3abb12aef52b2229f44e360c08e4aa117a356f4fd3713923dc2a89772e05cae5a9adc1f260c0c0142a9afd8cc600a6d7b0a2c
|
7
|
+
data.tar.gz: fd7512b3ac18a50e5596a1d28b2805b9eb5fb1a2e64b9a2d5c04d0665b89032a9c2cdec609e93ba85bf49add50ebaff31a49a6cf71325cba9ebf173c6bb94f8f
|
data/CHANGELOG.md
CHANGED
@@ -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/
|
2559
|
-
#
|
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/
|
2563
|
-
#
|
2564
|
-
#
|
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.
|
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 = "
|
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.
|
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-
|
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.
|
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: []
|