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