public sealed class ConfigSource : IMessage<ConfigSource>, IEquatable<ConfigSource>, IDeepCloneable<ConfigSource>, IBufferMessage, IMessageReference documentation and code samples for the Service Management v1 API class ConfigSource.
Represents a source file which is used to generate the service configuration
defined by google.api.Service.
Implements
IMessageConfigSource, IEquatableConfigSource, IDeepCloneableConfigSource, IBufferMessage, IMessageNamespace
Google.Cloud.ServiceManagement.V1Assembly
Google.Cloud.ServiceManagement.V1.dll
Constructors
ConfigSource()
public ConfigSource()ConfigSource(ConfigSource)
public ConfigSource(ConfigSource other)| Parameter | |
|---|---|
| Name | Description |
other |
ConfigSource |
Properties
Files
public RepeatedField<ConfigFile> Files { get; }Set of source configuration files that are used to generate a service
configuration (google.api.Service).
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldConfigFile |
|
Id
public string Id { get; set; }A unique ID for a specific instance of this message, typically assigned by the client for tracking purpose. If empty, the server may choose to generate one instead.
| Property Value | |
|---|---|
| Type | Description |
string |
|