Parallelstore V1 API - Class Google::Cloud::Parallelstore::V1::TransferErrorLogEntry (v1.1.0)

Reference documentation and code samples for the Parallelstore V1 API class Google::Cloud::Parallelstore::V1::TransferErrorLogEntry.

An entry describing an error that has occurred.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#error_details

def error_details() -> ::Array<::String>
Returns
  • (::Array<::String>) — A list of messages that carry the error details.

#error_details=

def error_details=(value) -> ::Array<::String>
Parameter
  • value (::Array<::String>) — A list of messages that carry the error details.
Returns
  • (::Array<::String>) — A list of messages that carry the error details.

#uri

def uri() -> ::String
Returns
  • (::String) — A URL that refers to the target (a data source, a data sink, or an object) with which the error is associated.

#uri=

def uri=(value) -> ::String
Parameter
  • value (::String) — A URL that refers to the target (a data source, a data sink, or an object) with which the error is associated.
Returns
  • (::String) — A URL that refers to the target (a data source, a data sink, or an object) with which the error is associated.