public sealed class ServiceDirectoryConfig : IMessage<ServiceDirectoryConfig>, IEquatable<ServiceDirectoryConfig>, IDeepCloneable<ServiceDirectoryConfig>, IBufferMessage, IMessageReference documentation and code samples for the Gemini Enterprise for Customer Experience v1 API class ServiceDirectoryConfig.
Configuration for tools using Service Directory.
Implements
IMessageServiceDirectoryConfig, IEquatableServiceDirectoryConfig, IDeepCloneableServiceDirectoryConfig, IBufferMessage, IMessageNamespace
Google.Cloud.Ces.V1Assembly
Google.Cloud.Ces.V1.dll
Constructors
ServiceDirectoryConfig()
public ServiceDirectoryConfig()ServiceDirectoryConfig(ServiceDirectoryConfig)
public ServiceDirectoryConfig(ServiceDirectoryConfig other)| Parameter | |
|---|---|
| Name | Description |
other |
ServiceDirectoryConfig |
Properties
Service
public string Service { get; set; }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.
| Property Value | |
|---|---|
| Type | Description |
string |
|
ServiceAsServiceName
public ServiceName ServiceAsServiceName { get; set; }ServiceName-typed view over the Service resource name property.
| Property Value | |
|---|---|
| Type | Description |
ServiceName |
|