Uses of Class
com.google.appengine.v1.FileInfo
-
Packages that use FileInfo Package Description com.google.appengine.v1 A client to App Engine Admin API -
-
Uses of FileInfo in com.google.appengine.v1
Methods in com.google.appengine.v1 that return FileInfo Modifier and Type Method Description FileInfo
FileInfo.Builder. build()
FileInfo
FileInfo.Builder. buildPartial()
static FileInfo
FileInfo. getDefaultInstance()
FileInfo
FileInfo.Builder. getDefaultInstanceForType()
FileInfo
FileInfo. getDefaultInstanceForType()
FileInfo
Deployment.Builder. getFilesOrDefault(String key, FileInfo defaultValue)
Manifest of the files stored in Google Cloud Storage that are included as part of this version.FileInfo
Deployment. getFilesOrDefault(String key, FileInfo defaultValue)
Manifest of the files stored in Google Cloud Storage that are included as part of this version.FileInfo
DeploymentOrBuilder. getFilesOrDefault(String key, FileInfo defaultValue)
Manifest of the files stored in Google Cloud Storage that are included as part of this version.FileInfo
Deployment.Builder. getFilesOrThrow(String key)
Manifest of the files stored in Google Cloud Storage that are included as part of this version.FileInfo
Deployment. getFilesOrThrow(String key)
Manifest of the files stored in Google Cloud Storage that are included as part of this version.FileInfo
DeploymentOrBuilder. getFilesOrThrow(String key)
Manifest of the files stored in Google Cloud Storage that are included as part of this version.static FileInfo
FileInfo. parseDelimitedFrom(InputStream input)
static FileInfo
FileInfo. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static FileInfo
FileInfo. parseFrom(byte[] data)
static FileInfo
FileInfo. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static FileInfo
FileInfo. parseFrom(com.google.protobuf.ByteString data)
static FileInfo
FileInfo. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static FileInfo
FileInfo. parseFrom(com.google.protobuf.CodedInputStream input)
static FileInfo
FileInfo. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static FileInfo
FileInfo. parseFrom(InputStream input)
static FileInfo
FileInfo. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static FileInfo
FileInfo. parseFrom(ByteBuffer data)
static FileInfo
FileInfo. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.appengine.v1 that return types with arguments of type FileInfo Modifier and Type Method Description Map<String,FileInfo>
Deployment.Builder. getFiles()
Deprecated.Map<String,FileInfo>
Deployment. getFiles()
Deprecated.Map<String,FileInfo>
DeploymentOrBuilder. getFiles()
Deprecated.Map<String,FileInfo>
Deployment.Builder. getFilesMap()
Manifest of the files stored in Google Cloud Storage that are included as part of this version.Map<String,FileInfo>
Deployment. getFilesMap()
Manifest of the files stored in Google Cloud Storage that are included as part of this version.Map<String,FileInfo>
DeploymentOrBuilder. getFilesMap()
Manifest of the files stored in Google Cloud Storage that are included as part of this version.Map<String,FileInfo>
Deployment.Builder. getMutableFiles()
Deprecated.com.google.protobuf.Parser<FileInfo>
FileInfo. getParserForType()
static com.google.protobuf.Parser<FileInfo>
FileInfo. parser()
Methods in com.google.appengine.v1 with parameters of type FileInfo Modifier and Type Method Description FileInfo
Deployment.Builder. getFilesOrDefault(String key, FileInfo defaultValue)
Manifest of the files stored in Google Cloud Storage that are included as part of this version.FileInfo
Deployment. getFilesOrDefault(String key, FileInfo defaultValue)
Manifest of the files stored in Google Cloud Storage that are included as part of this version.FileInfo
DeploymentOrBuilder. getFilesOrDefault(String key, FileInfo defaultValue)
Manifest of the files stored in Google Cloud Storage that are included as part of this version.FileInfo.Builder
FileInfo.Builder. mergeFrom(FileInfo other)
static FileInfo.Builder
FileInfo. newBuilder(FileInfo prototype)
Deployment.Builder
Deployment.Builder. putFiles(String key, FileInfo value)
Manifest of the files stored in Google Cloud Storage that are included as part of this version.Method parameters in com.google.appengine.v1 with type arguments of type FileInfo Modifier and Type Method Description Deployment.Builder
Deployment.Builder. putAllFiles(Map<String,FileInfo> values)
Manifest of the files stored in Google Cloud Storage that are included as part of this version.
-