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.



7274
7275
7276
# File 'lib/google/apis/ces_v1/classes.rb', line 7274

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)


7272
7273
7274
# File 'lib/google/apis/ces_v1/classes.rb', line 7272

def service
  @service
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



7279
7280
7281
# File 'lib/google/apis/ces_v1/classes.rb', line 7279

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