public sealed class ConfigRef : IMessage<ConfigRef>, IEquatable<ConfigRef>, IDeepCloneable<ConfigRef>, IBufferMessage, IMessageRepresents a service configuration with its name and id.
Implements
IMessage<ConfigRef>, IEquatable<ConfigRef>, IDeepCloneable<ConfigRef>, IBufferMessage, IMessageNamespace
Google.Cloud.ServiceManagement.V1Assembly
Google.Cloud.ServiceManagement.V1.dll
Constructors
ConfigRef()
public ConfigRef()ConfigRef(ConfigRef)
public ConfigRef(ConfigRef other)| Parameter | |
|---|---|
| Name | Description |
other |
ConfigRef |
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 | |
|---|---|
| Type | Description |
String |
|