Uses of Class
com.google.appengine.v1.ContainerInfo
-
Packages that use ContainerInfo Package Description com.google.appengine.v1 A client to App Engine Admin API -
-
Uses of ContainerInfo in com.google.appengine.v1
Methods in com.google.appengine.v1 that return ContainerInfo Modifier and Type Method Description ContainerInfo
ContainerInfo.Builder. build()
ContainerInfo
ContainerInfo.Builder. buildPartial()
ContainerInfo
Deployment.Builder. getContainer()
The Docker image for the container that runs the version.ContainerInfo
Deployment. getContainer()
The Docker image for the container that runs the version.ContainerInfo
DeploymentOrBuilder. getContainer()
The Docker image for the container that runs the version.static ContainerInfo
ContainerInfo. getDefaultInstance()
ContainerInfo
ContainerInfo.Builder. getDefaultInstanceForType()
ContainerInfo
ContainerInfo. getDefaultInstanceForType()
static ContainerInfo
ContainerInfo. parseDelimitedFrom(InputStream input)
static ContainerInfo
ContainerInfo. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ContainerInfo
ContainerInfo. parseFrom(byte[] data)
static ContainerInfo
ContainerInfo. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ContainerInfo
ContainerInfo. parseFrom(com.google.protobuf.ByteString data)
static ContainerInfo
ContainerInfo. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ContainerInfo
ContainerInfo. parseFrom(com.google.protobuf.CodedInputStream input)
static ContainerInfo
ContainerInfo. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ContainerInfo
ContainerInfo. parseFrom(InputStream input)
static ContainerInfo
ContainerInfo. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ContainerInfo
ContainerInfo. parseFrom(ByteBuffer data)
static ContainerInfo
ContainerInfo. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.appengine.v1 that return types with arguments of type ContainerInfo Modifier and Type Method Description com.google.protobuf.Parser<ContainerInfo>
ContainerInfo. getParserForType()
static com.google.protobuf.Parser<ContainerInfo>
ContainerInfo. parser()
Methods in com.google.appengine.v1 with parameters of type ContainerInfo Modifier and Type Method Description Deployment.Builder
Deployment.Builder. mergeContainer(ContainerInfo value)
The Docker image for the container that runs the version.ContainerInfo.Builder
ContainerInfo.Builder. mergeFrom(ContainerInfo other)
static ContainerInfo.Builder
ContainerInfo. newBuilder(ContainerInfo prototype)
Deployment.Builder
Deployment.Builder. setContainer(ContainerInfo value)
The Docker image for the container that runs the version.
-