lib/google/cloud/logging/v2/doc/google/logging/v2/logging.rb in google-cloud-logging-1.5.7 vs lib/google/cloud/logging/v2/doc/google/logging/v2/logging.rb in google-cloud-logging-1.6.0
- old
+ new
@@ -1,6 +1,6 @@
-# Copyright 2018 Google LLC
+# Copyright 2019 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
@@ -109,20 +109,9 @@
class WriteLogEntriesRequest; end
# Result returned from WriteLogEntries.
# empty
class WriteLogEntriesResponse; end
-
- # Error details for WriteLogEntries with partial success.
- # @!attribute [rw] log_entry_errors
- # @return [Hash{Integer => Google::Rpc::Status}]
- # When `WriteLogEntriesRequest.partial_success` is true, records the error
- # status for entries that were not written due to a permanent error, keyed
- # by the entry's zero-based index in `WriteLogEntriesRequest.entries`.
- #
- # Failed requests for which no entries are written will not include
- # per-entry errors.
- class WriteLogEntriesPartialErrors; end
# The parameters to `ListLogEntries`.
# @!attribute [rw] project_ids
# @return [Array<String>]
# Deprecated. Use `resource_names` instead. One or more project identifiers
\ No newline at end of file