public sealed class ConfigRef : IMessage<ConfigRef>, IEquatable<ConfigRef>, IDeepCloneable<ConfigRef>, IBufferMessage, IMessageReference documentation and code samples for the Service Management v1 API class ConfigRef.
Represents a service configuration with its name and id.
Implements
IMessageConfigRef, IEquatableConfigRef, IDeepCloneableConfigRef, 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 |
|