File tree Expand file tree Collapse file tree 4 files changed +12
-8
lines changed
generated/google-apis-logging_v2
lib/google/apis/logging_v2 Expand file tree Collapse file tree 4 files changed +12
-8
lines changed Original file line number Diff line number Diff line change 11# Release history for google-apis-logging_v2
22
3+ ### v0.13.0 (2021-07-16)
4+
5+ * Regenerated from discovery document revision 20210709
6+
37### v0.12.0 (2021-07-03)
48
59* Regenerated from discovery document revision 20210625
Original file line number Diff line number Diff line change @@ -2555,13 +2555,13 @@ class WriteLogEntriesRequest
25552555 # that did not supply their own values, the entries earlier in the list will
25562556 # sort before the entries later in the list. See the entries.list method.Log
25572557 # 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
25602560 # entries can still be exported with LogSinks (https://cloud.google.com/logging/
25612561 # 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.
25652565 # Corresponds to the JSON property `entries`
25662566 # @return [Array<Google::Apis::LoggingV2::LogEntry>]
25672567 attr_accessor :entries
Original file line number Diff line number Diff line change @@ -16,13 +16,13 @@ module Google
1616 module Apis
1717 module LoggingV2
1818 # Version of the google-apis-logging_v2 gem
19- GEM_VERSION = "0.12 .0"
19+ GEM_VERSION = "0.13 .0"
2020
2121 # Version of the code generator used to generate this client
2222 GENERATOR_VERSION = "0.4.0"
2323
2424 # Revision of the discovery document this client was generated from
25- REVISION = "20210625 "
25+ REVISION = "20210709 "
2626 end
2727 end
2828end
Original file line number Diff line number Diff line change 44 "git": {
55 "name": ".",
66 "remote": "https://github.com/googleapis/google-api-ruby-client.git",
7- "sha": "ef90db2b2b53c60161fdc2bb5bd92d7973b4bd8e "
7+ "sha": "e2df6c6cbefcdc3db3d87b23dd1c8ee8ad15946b "
88 }
99 }
1010 ]
You can’t perform that action at this time.
0 commit comments