Class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineLoggingSourceLocation
- Inherits:
-
Object
- Object
- Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineLoggingSourceLocation
- 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
Indicates a location in the source code of the service for which errors are reported.
Instance Attribute Summary collapse
-
#function_name ⇒ String
Human-readable name of a function or method—for example, `google.cloud.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDiscoveryengineLoggingSourceLocation
constructor
A new instance of GoogleCloudDiscoveryengineLoggingSourceLocation.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDiscoveryengineLoggingSourceLocation
Returns a new instance of GoogleCloudDiscoveryengineLoggingSourceLocation.
269 270 271 |
# File 'lib/google/apis/discoveryengine_v1alpha/classes.rb', line 269 def initialize(**args) update!(**args) end |
Instance Attribute Details
#function_name ⇒ String
Human-readable name of a function or method—for example, google.cloud.
discoveryengine.v1alpha.RecommendationService.Recommend
.
Corresponds to the JSON property functionName
267 268 269 |
# File 'lib/google/apis/discoveryengine_v1alpha/classes.rb', line 267 def function_name @function_name end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
274 275 276 |
# File 'lib/google/apis/discoveryengine_v1alpha/classes.rb', line 274 def update!(**args) @function_name = args[:function_name] if args.key?(:function_name) end |