Uses of Class
com.google.appengine.v1.ZipInfo
-
Packages that use ZipInfo Package Description com.google.appengine.v1 A client to App Engine Admin API -
-
Uses of ZipInfo in com.google.appengine.v1
Methods in com.google.appengine.v1 that return ZipInfo Modifier and Type Method Description ZipInfoZipInfo.Builder. build()ZipInfoZipInfo.Builder. buildPartial()static ZipInfoZipInfo. getDefaultInstance()ZipInfoZipInfo.Builder. getDefaultInstanceForType()ZipInfoZipInfo. getDefaultInstanceForType()ZipInfoDeployment.Builder. getZip()The zip file for this deployment, if this is a zip deployment.ZipInfoDeployment. getZip()The zip file for this deployment, if this is a zip deployment.ZipInfoDeploymentOrBuilder. getZip()The zip file for this deployment, if this is a zip deployment.static ZipInfoZipInfo. parseDelimitedFrom(InputStream input)static ZipInfoZipInfo. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ZipInfoZipInfo. parseFrom(byte[] data)static ZipInfoZipInfo. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ZipInfoZipInfo. parseFrom(com.google.protobuf.ByteString data)static ZipInfoZipInfo. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ZipInfoZipInfo. parseFrom(com.google.protobuf.CodedInputStream input)static ZipInfoZipInfo. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ZipInfoZipInfo. parseFrom(InputStream input)static ZipInfoZipInfo. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ZipInfoZipInfo. parseFrom(ByteBuffer data)static ZipInfoZipInfo. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.appengine.v1 that return types with arguments of type ZipInfo Modifier and Type Method Description com.google.protobuf.Parser<ZipInfo>ZipInfo. getParserForType()static com.google.protobuf.Parser<ZipInfo>ZipInfo. parser()Methods in com.google.appengine.v1 with parameters of type ZipInfo Modifier and Type Method Description ZipInfo.BuilderZipInfo.Builder. mergeFrom(ZipInfo other)Deployment.BuilderDeployment.Builder. mergeZip(ZipInfo value)The zip file for this deployment, if this is a zip deployment.static ZipInfo.BuilderZipInfo. newBuilder(ZipInfo prototype)Deployment.BuilderDeployment.Builder. setZip(ZipInfo value)The zip file for this deployment, if this is a zip deployment.
-