public sealed class ConfigFile : IMessage<ConfigFile>, IEquatable<ConfigFile>, IDeepCloneable<ConfigFile>, IBufferMessage, IMessageGeneric specification of a source configuration file
Implements
IMessage<ConfigFile>, IEquatable<ConfigFile>, IDeepCloneable<ConfigFile>, 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 |
ConfigFile.Types.FileType |
|