class Google::Apis::RetailV2beta::GoogleCloudRetailLoggingServiceContext

Describes a running service that sends errors.

Attributes

service[RW]

An identifier of the service. For example, “retail.googleapis.com”. Corresponds to the JSON property `service` @return [String]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/retail_v2beta/classes.rb, line 251
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_v2beta/classes.rb, line 256
def update!(**args)
  @service = args[:service] if args.key?(:service)
end