public interface FileContentBufferOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getContent()
The raw content in the secure keys file.
|
com.google.protobuf.ByteString |
getContentBytes()
The raw content in the secure keys file.
|
String |
getFileType()
The file type of source file.
|
com.google.protobuf.ByteString |
getFileTypeBytes()
The file type of source file.
|
boolean |
hasContent()
The raw content in the secure keys file.
|
boolean |
hasFileType()
The file type of source file.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasContent()
The raw content in the secure keys file.
optional string content = 414659705;String getContent()
The raw content in the secure keys file.
optional string content = 414659705;com.google.protobuf.ByteString getContentBytes()
The raw content in the secure keys file.
optional string content = 414659705;boolean hasFileType()
The file type of source file. Check the FileType enum for the list of possible values.
optional string file_type = 294346781;String getFileType()
The file type of source file. Check the FileType enum for the list of possible values.
optional string file_type = 294346781;com.google.protobuf.ByteString getFileTypeBytes()
The file type of source file. Check the FileType enum for the list of possible values.
optional string file_type = 294346781;Copyright © 2023 Google LLC. All rights reserved.