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
Implements
IMessageConfigFile, IEquatableConfigFile, IDeepCloneableConfigFile, IBufferMessage, IMessageNamespace
Google.Cloud.ServiceManagement.V1Assembly
Google.Cloud.ServiceManagement.V1.dll
Constructors
ConfigFile()
public ConfigFile()
ConfigFile(ConfigFile)
public ConfigFile(ConfigFile other)
Parameter | |
---|---|
Name | Description |
other |
ConfigFile |
Properties
FileContents
public ByteString FileContents { get; set; }
The bytes that constitute the file.
Property Value | |
---|---|
Type | Description |
ByteString |
FilePath
public string FilePath { get; set; }
The file name of the configuration file (full or relative path).
Property Value | |
---|---|
Type | Description |
string |
FileType
public ConfigFile.Types.FileType FileType { get; set; }
The type of configuration file this represents.
Property Value | |
---|---|
Type | Description |
ConfigFileTypesFileType |