Reference documentation and code samples for the Cloud Logging V2 API class Google::Cloud::Logging::V2::WriteLogEntriesPartialErrors.
Error details for WriteLogEntries with partial success.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#log_entry_errors
def log_entry_errors() -> ::Google::Protobuf::Map{::Integer => ::Google::Rpc::Status}
-
(::Google::Protobuf::Map{::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 inWriteLogEntriesRequest.entries
.Failed requests for which no entries are written will not include per-entry errors.
#log_entry_errors=
def log_entry_errors=(value) -> ::Google::Protobuf::Map{::Integer => ::Google::Rpc::Status}
-
value (::Google::Protobuf::Map{::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 inWriteLogEntriesRequest.entries
.Failed requests for which no entries are written will not include per-entry errors.
-
(::Google::Protobuf::Map{::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 inWriteLogEntriesRequest.entries
.Failed requests for which no entries are written will not include per-entry errors.