Reference documentation and code samples for the Service Control API V1 API class Google::Cloud::ServiceControl::V1::ReportResponse::ReportError.
Represents the processing error of one Operation in the request.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#operation_id
def operation_id() -> ::String
Returns
- (::String) — The Operation.operation_id value from the request.
#operation_id=
def operation_id=(value) -> ::String
Parameter
- value (::String) — The Operation.operation_id value from the request.
Returns
- (::String) — The Operation.operation_id value from the request.
#status
def status() -> ::Google::Rpc::Status
Returns
- (::Google::Rpc::Status) — Details of the error when processing the Operation.
#status=
def status=(value) -> ::Google::Rpc::Status
Parameter
- value (::Google::Rpc::Status) — Details of the error when processing the Operation.
Returns
- (::Google::Rpc::Status) — Details of the error when processing the Operation.