public sealed class File : IMessage<File>, IEquatable<File>, IDeepCloneable<File>, IBufferMessage, IMessage
Reference documentation and code samples for the Telco Automation v1 API class File.
File represents a yaml file present in a blueprint's package.
Namespace
Google.Cloud.TelcoAutomation.V1Assembly
Google.Cloud.TelcoAutomation.V1.dll
Constructors
File()
public File()
File(File)
public File(File other)
Parameter | |
---|---|
Name | Description |
other |
File |
Properties
Content
public string Content { get; set; }
Optional. The contents of a file in string format.
Property Value | |
---|---|
Type | Description |
string |
Deleted
public bool Deleted { get; set; }
Optional. Signifies whether a file is marked for deletion.
Property Value | |
---|---|
Type | Description |
bool |
Editable
public bool Editable { get; set; }
Optional. Indicates whether changes are allowed to a file. If the field is not set, the file cannot be edited.
Property Value | |
---|---|
Type | Description |
bool |
Path
public string Path { get; set; }
Required. Path of the file in package.
e.g. gdce/v1/cluster.yaml
Property Value | |
---|---|
Type | Description |
string |