Service Management v1 API - Class ConfigFile (2.2.0)

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

Reference documentation and code samples for the Service Management v1 API class ConfigFile.

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
ConfigFileTypesFileType