Service Management v1 API - Class ConfigSource (2.2.0)

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.

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