Uses of Class
com.google.appengine.v1.Deployment
-
Packages that use Deployment Package Description com.google.appengine.v1 A client to App Engine Admin API -
-
Uses of Deployment in com.google.appengine.v1
Methods in com.google.appengine.v1 that return Deployment Modifier and Type Method Description Deployment
Deployment.Builder. build()
Deployment
Deployment.Builder. buildPartial()
static Deployment
Deployment. getDefaultInstance()
Deployment
Deployment.Builder. getDefaultInstanceForType()
Deployment
Deployment. getDefaultInstanceForType()
Deployment
Version.Builder. getDeployment()
Code and application artifacts that make up this version.Deployment
Version. getDeployment()
Code and application artifacts that make up this version.Deployment
VersionOrBuilder. getDeployment()
Code and application artifacts that make up this version.static Deployment
Deployment. parseDelimitedFrom(InputStream input)
static Deployment
Deployment. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Deployment
Deployment. parseFrom(byte[] data)
static Deployment
Deployment. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Deployment
Deployment. parseFrom(com.google.protobuf.ByteString data)
static Deployment
Deployment. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Deployment
Deployment. parseFrom(com.google.protobuf.CodedInputStream input)
static Deployment
Deployment. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Deployment
Deployment. parseFrom(InputStream input)
static Deployment
Deployment. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Deployment
Deployment. parseFrom(ByteBuffer data)
static Deployment
Deployment. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.appengine.v1 that return types with arguments of type Deployment Modifier and Type Method Description com.google.protobuf.Parser<Deployment>
Deployment. getParserForType()
static com.google.protobuf.Parser<Deployment>
Deployment. parser()
Methods in com.google.appengine.v1 with parameters of type Deployment Modifier and Type Method Description Version.Builder
Version.Builder. mergeDeployment(Deployment value)
Code and application artifacts that make up this version.Deployment.Builder
Deployment.Builder. mergeFrom(Deployment other)
static Deployment.Builder
Deployment. newBuilder(Deployment prototype)
Version.Builder
Version.Builder. setDeployment(Deployment value)
Code and application artifacts that make up this version.
-