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-03-21 UTC."],[[["This documentation is for the `ServiceDirectoryConfig` class within the Google Cloud Build v2 API, specifically for version 1.3.0."],["`ServiceDirectoryConfig` is used to configure Service Directory settings for a connection, representing the Service Directory configuration."],["The `ServiceDirectoryConfig` class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class."],["The class has two constructors and two properties, `Service` (a string) and `ServiceAsServiceName` (of type `ServiceName`)."],["The `Service` property represents the required Service Directory service name in a specific format, while the `ServiceAsServiceName` property provides a typed view of the service resource name."]]],[]]