Class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineLoggingErrorContext

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/discoveryengine_v1alpha/classes.rb,
lib/google/apis/discoveryengine_v1alpha/representations.rb,
lib/google/apis/discoveryengine_v1alpha/representations.rb

Overview

A description of the context in which an error occurred.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudDiscoveryengineLoggingErrorContext

Returns a new instance of GoogleCloudDiscoveryengineLoggingErrorContext.



442
443
444
# File 'lib/google/apis/discoveryengine_v1alpha/classes.rb', line 442

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#http_requestGoogle::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineLoggingHttpRequestContext

HTTP request data that is related to a reported error. Corresponds to the JSON property httpRequest



434
435
436
# File 'lib/google/apis/discoveryengine_v1alpha/classes.rb', line 434

def http_request
  @http_request
end

#report_locationGoogle::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineLoggingSourceLocation

Indicates a location in the source code of the service for which errors are reported. Corresponds to the JSON property reportLocation



440
441
442
# File 'lib/google/apis/discoveryengine_v1alpha/classes.rb', line 440

def report_location
  @report_location
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



447
448
449
450
# File 'lib/google/apis/discoveryengine_v1alpha/classes.rb', line 447

def update!(**args)
  @http_request = args[:http_request] if args.key?(:http_request)
  @report_location = args[:report_location] if args.key?(:report_location)
end