Class ConfigSource (1.5.0)

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

Represents a source file which is used to generate the service configuration defined by google.api.Service.

Inheritance

Object > ConfigSource

Namespace

Google.Cloud.ServiceManagement.V1

Assembly

Google.Cloud.ServiceManagement.V1.dll

Constructors

ConfigSource()

public ConfigSource()

ConfigSource(ConfigSource)

public ConfigSource(ConfigSource other)
Parameter
NameDescription
otherConfigSource

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
TypeDescription
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
TypeDescription
String