public sealed class ServiceDirectoryConfig : IMessage<ServiceDirectoryConfig>, IEquatable<ServiceDirectoryConfig>, IDeepCloneable<ServiceDirectoryConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Build v2 API class ServiceDirectoryConfig.
ServiceDirectoryConfig represents Service Directory configuration for a
connection.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-06-12 UTC."],[[["The `ServiceDirectoryConfig` class in the Cloud Build v2 API represents the Service Directory configuration for a connection."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, equality checks, deep cloning, and buffer message management."],["The `ServiceDirectoryConfig` class contains a `Service` property, which is a string representing the required Service Directory service name in a specific format."],["The class also has a `ServiceAsServiceName` property, which offers a typed view of the service resource name."],["The class has multiple versions available, ranging from version 1.0.0 to 1.4.0, with 1.4.0 being the most recent."]]],[]]