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 ZipInfo
ZipInfo.Builder. build()
ZipInfo
ZipInfo.Builder. buildPartial()
static ZipInfo
ZipInfo. getDefaultInstance()
ZipInfo
ZipInfo.Builder. getDefaultInstanceForType()
ZipInfo
ZipInfo. getDefaultInstanceForType()
ZipInfo
Deployment.Builder. getZip()
The zip file for this deployment, if this is a zip deployment.ZipInfo
Deployment. getZip()
The zip file for this deployment, if this is a zip deployment.ZipInfo
DeploymentOrBuilder. getZip()
The zip file for this deployment, if this is a zip deployment.static ZipInfo
ZipInfo. parseDelimitedFrom(InputStream input)
static ZipInfo
ZipInfo. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ZipInfo
ZipInfo. parseFrom(byte[] data)
static ZipInfo
ZipInfo. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ZipInfo
ZipInfo. parseFrom(com.google.protobuf.ByteString data)
static ZipInfo
ZipInfo. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ZipInfo
ZipInfo. parseFrom(com.google.protobuf.CodedInputStream input)
static ZipInfo
ZipInfo. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ZipInfo
ZipInfo. parseFrom(InputStream input)
static ZipInfo
ZipInfo. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ZipInfo
ZipInfo. parseFrom(ByteBuffer data)
static ZipInfo
ZipInfo. 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.Builder
ZipInfo.Builder. mergeFrom(ZipInfo other)
Deployment.Builder
Deployment.Builder. mergeZip(ZipInfo value)
The zip file for this deployment, if this is a zip deployment.static ZipInfo.Builder
ZipInfo. newBuilder(ZipInfo prototype)
Deployment.Builder
Deployment.Builder. setZip(ZipInfo value)
The zip file for this deployment, if this is a zip deployment.
-