Class FileContentBuffer (1.3.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
Boolean

HasFileType

public bool HasFileType { get; }

Gets whether the "file_type" field is set

Property Value
TypeDescription
Boolean