Cloud Build v2 API - Class ServiceDirectoryConfig (1.3.0)

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.

Inheritance

object > ServiceDirectoryConfig

Namespace

Google.Cloud.CloudBuild.V2

Assembly

Google.Cloud.CloudBuild.V2.dll

Constructors

ServiceDirectoryConfig()

public ServiceDirectoryConfig()

ServiceDirectoryConfig(ServiceDirectoryConfig)

public ServiceDirectoryConfig(ServiceDirectoryConfig other)
Parameter
NameDescription
otherServiceDirectoryConfig

Properties

Service

public string Service { get; set; }

Required. The Service Directory service name. Format: projects/{project}/locations/{location}/namespaces/{namespace}/services/{service}.

Property Value
TypeDescription
string

ServiceAsServiceName

public ServiceName ServiceAsServiceName { get; set; }

ServiceName-typed view over the Service resource name property.

Property Value
TypeDescription
ServiceName