public sealed class FileContentBuffer : IMessage<FileContentBuffer>, IEquatable<FileContentBuffer>, IDeepCloneable<FileContentBuffer>, IBufferMessage, IMessageImplements
IMessage<FileContentBuffer>, IEquatable<FileContentBuffer>, IDeepCloneable<FileContentBuffer>, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
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 |
Boolean |
|
HasFileType
public bool HasFileType { get; }Gets whether the "file_type" field is set
| Property Value | |
|---|---|
| Type | Description |
Boolean |
|