Interface FileContentBufferOrBuilder (1.23.0)

public interface FileContentBufferOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getContent()

public abstract String getContent()

The raw content in the secure keys file.

optional string content = 414659705;

Returns
TypeDescription
String

The content.

getContentBytes()

public abstract ByteString getContentBytes()

The raw content in the secure keys file.

optional string content = 414659705;

Returns
TypeDescription
ByteString

The bytes for content.

getFileType()

public abstract String getFileType()

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

optional string file_type = 294346781;

Returns
TypeDescription
String

The fileType.

getFileTypeBytes()

public abstract ByteString getFileTypeBytes()

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

optional string file_type = 294346781;

Returns
TypeDescription
ByteString

The bytes for fileType.

hasContent()

public abstract boolean hasContent()

The raw content in the secure keys file.

optional string content = 414659705;

Returns
TypeDescription
boolean

Whether the content field is set.

hasFileType()

public abstract boolean hasFileType()

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

optional string file_type = 294346781;

Returns
TypeDescription
boolean

Whether the fileType field is set.