class Google::Apis::RetailV2::GoogleCloudRetailLoggingSourceLocation

Indicates a location in the source code of the service for which errors are reported.

Attributes

function_name[RW]

Human-readable name of a function or method. For example, “google.cloud.retail. v2.UserEventService.ImportUserEvents”. Corresponds to the JSON property `functionName` @return [String]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/retail_v2/classes.rb, line 272
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/retail_v2/classes.rb, line 277
def update!(**args)
  @function_name = args[:function_name] if args.key?(:function_name)
end