Class: Google::Cloud::ServiceControl::V1::ReportResponse::ReportError

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#operation_id::String

Returns The Operation.operation_id value from the request.

Returns:



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.

Returns:



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