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."],[[["This document provides reference documentation for the `ServiceDirectoryConfig` class within the Cloud Build v2 API, specifically version 1.1.0."],["`ServiceDirectoryConfig` is a class that represents Service Directory configuration for a connection in the Cloud Build v2 API."],["The `ServiceDirectoryConfig` class inherits from `object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors: a default constructor and one that takes another `ServiceDirectoryConfig` object as a parameter for copying."],["The `ServiceDirectoryConfig` class has two main properties: `Service` which stores the service directory name and `ServiceAsServiceName` which is a typed-view over the `Service` resource name."]]],[]]