public sealed class FileContentBuffer : IMessage<FileContentBuffer>, IEquatable<FileContentBuffer>, IDeepCloneable<FileContentBuffer>, IBufferMessage, IMessage
Implements
IMessageFileContentBuffer, IEquatableFileContentBuffer, IDeepCloneableFileContentBuffer, IBufferMessage, IMessageNamespace
GoogleCloudGoogle.Cloud.ComputeV1Assembly
Google.Cloud.Compute.V1.dll
Constructors
FileContentBuffer()
public FileContentBuffer()
FileContentBuffer(FileContentBuffer)
public FileContentBuffer(FileContentBuffer other)
Parameter | |
---|---|
Name | Description |
other | FileContentBuffer |
Properties
Content
public string Content { get; set; }
The raw content in the secure keys file.
Property Value | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
string |
HasContent
public bool HasContent { get; }
Gets whether the "content" field is set
Property Value | |
---|---|
Type | Description |
bool |
HasFileType
public bool HasFileType { get; }
Gets whether the "file_type" field is set
Property Value | |
---|---|
Type | Description |
bool |