Class ConfigFile (1.3.0)

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

Generic specification of a source configuration file

Inheritance

Object > ConfigFile

Namespace

Google.Cloud.ServiceManagement.V1

Assembly

Google.Cloud.ServiceManagement.V1.dll

Constructors

ConfigFile()

public ConfigFile()

ConfigFile(ConfigFile)

public ConfigFile(ConfigFile other)
Parameter
NameDescription
otherConfigFile

Properties

FileContents

public ByteString FileContents { get; set; }

The bytes that constitute the file.

Property Value
TypeDescription
ByteString

FilePath

public string FilePath { get; set; }

The file name of the configuration file (full or relative path).

Property Value
TypeDescription
String

FileType

public ConfigFile.Types.FileType FileType { get; set; }

The type of configuration file this represents.

Property Value
TypeDescription
ConfigFile.Types.FileType