public interface FileContentBufferOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getContent()
public abstract String getContent()The raw content in the secure keys file.
optional string content = 414659705;
| Type | Description |
String |
The content. |
getContentBytes()
public abstract ByteString getContentBytes()The raw content in the secure keys file.
optional string content = 414659705;
| Type | Description |
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;
| Type | Description |
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;
| Type | Description |
ByteString |
The bytes for fileType. |
hasContent()
public abstract boolean hasContent()The raw content in the secure keys file.
optional string content = 414659705;
| Type | Description |
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;
| Type | Description |
boolean |
Whether the fileType field is set. |