Service Management v1 API - Class ConfigRef (2.3.0)

public sealed class ConfigRef : IMessage<ConfigRef>, IEquatable<ConfigRef>, IDeepCloneable<ConfigRef>, IBufferMessage, IMessage

Reference documentation and code samples for the Service Management v1 API class ConfigRef.

Represents a service configuration with its name and id.

Inheritance

object > ConfigRef

Namespace

Google.Cloud.ServiceManagement.V1

Assembly

Google.Cloud.ServiceManagement.V1.dll

Constructors

ConfigRef()

public ConfigRef()

ConfigRef(ConfigRef)

public ConfigRef(ConfigRef other)
Parameter
NameDescription
otherConfigRef

Properties

Name

public string Name { get; set; }

Resource name of a service config. It must have the following format: "services/{service name}/configs/{config id}".

Property Value
TypeDescription
string