Compute Engine v1 API - Class FileContentBuffer (2.15.0)

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

Inheritance

object > FileContentBuffer

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

FileContentBuffer()

public FileContentBuffer()

FileContentBuffer(FileContentBuffer)

public FileContentBuffer(FileContentBuffer other)
Parameter
NameDescription
otherFileContentBuffer

Properties

Content

public string Content { get; set; }

The raw content in the secure keys file.

Property Value
TypeDescription
string

FileType

public string FileType { get; set; }

The file type of source file. Check the FileType enum for the list of possible values.

Property Value
TypeDescription
string

HasContent

public bool HasContent { get; }

Gets whether the "content" field is set

Property Value
TypeDescription
bool

HasFileType

public bool HasFileType { get; }

Gets whether the "file_type" field is set

Property Value
TypeDescription
bool