Class: Google::Apis::CesV1::ServiceDirectoryConfig

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
Defined in:
lib/google/apis/ces_v1/classes.rb,
lib/google/apis/ces_v1/representations.rb,
lib/google/apis/ces_v1/representations.rb

Overview

Configuration for tools using Service Directory.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ ServiceDirectoryConfig

Returns a new instance of ServiceDirectoryConfig.



6316
6317
6318
# File 'lib/google/apis/ces_v1/classes.rb', line 6316

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#serviceString

Required. The name of Service Directory service. Format: projects/project/locations/location/ namespaces/namespace/services/service`. Location of the service directory must be the same as the location of the app. Corresponds to the JSON propertyservice`

Returns:

  • (String)


6314
6315
6316
# File 'lib/google/apis/ces_v1/classes.rb', line 6314

def service
  @service
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



6321
6322
6323
# File 'lib/google/apis/ces_v1/classes.rb', line 6321

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