Class: Google::Cloud::ServiceControl::V1::ReportResponse::ReportError
- Inherits:
-
Object
- Object
- Google::Cloud::ServiceControl::V1::ReportResponse::ReportError
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/api/servicecontrol/v1/service_controller.rb
Overview
Represents the processing error of one Operation in the request.
Instance Attribute Summary collapse
-
#operation_id ⇒ ::String
The Operation.operation_id value from the request.
-
#status ⇒ ::Google::Rpc::Status
Details of the error when processing the Operation.
Instance Attribute Details
#operation_id ⇒ ::String
Returns The Operation.operation_id value from the request.
209 210 211 212 |
# File 'proto_docs/google/api/servicecontrol/v1/service_controller.rb', line 209 class ReportError include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#status ⇒ ::Google::Rpc::Status
Returns Details of the error when processing the Operation.
209 210 211 212 |
# File 'proto_docs/google/api/servicecontrol/v1/service_controller.rb', line 209 class ReportError include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |