public sealed class ConfigSource : IMessage<ConfigSource>, IEquatable<ConfigSource>, IDeepCloneable<ConfigSource>, IBufferMessage, IMessage
Reference 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
IMessage<ConfigSource>, IEquatable<ConfigSource>, IDeepCloneable<ConfigSource>, 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 |
RepeatedField<ConfigFile> |
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 |