Class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineLoggingServiceContext
- Inherits:
-
Object
- Object
- Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineLoggingServiceContext
- 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
Describes a running service that sends errors.
Instance Attribute Summary collapse
-
#service ⇒ String
An identifier of the service—for example,
discoveryengine.googleapis.com
.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDiscoveryengineLoggingServiceContext
constructor
A new instance of GoogleCloudDiscoveryengineLoggingServiceContext.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDiscoveryengineLoggingServiceContext
Returns a new instance of GoogleCloudDiscoveryengineLoggingServiceContext.
248 249 250 |
# File 'lib/google/apis/discoveryengine_v1alpha/classes.rb', line 248 def initialize(**args) update!(**args) end |
Instance Attribute Details
#service ⇒ String
An identifier of the service—for example, discoveryengine.googleapis.com
.
Corresponds to the JSON property service
246 247 248 |
# File 'lib/google/apis/discoveryengine_v1alpha/classes.rb', line 246 def service @service end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
253 254 255 |
# File 'lib/google/apis/discoveryengine_v1alpha/classes.rb', line 253 def update!(**args) @service = args[:service] if args.key?(:service) end |