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.



88
89
90
# File 'lib/google/apis/discoveryengine_v1alpha/classes.rb', line 88

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



80
81
82
# File 'lib/google/apis/discoveryengine_v1alpha/classes.rb', line 80

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



86
87
88
# File 'lib/google/apis/discoveryengine_v1alpha/classes.rb', line 86

def report_location
  @report_location
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



93
94
95
96
# File 'lib/google/apis/discoveryengine_v1alpha/classes.rb', line 93

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