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 ContainerInfoContainerInfo.Builder. build()ContainerInfoContainerInfo.Builder. buildPartial()ContainerInfoDeployment.Builder. getContainer()The Docker image for the container that runs the version.ContainerInfoDeployment. getContainer()The Docker image for the container that runs the version.ContainerInfoDeploymentOrBuilder. getContainer()The Docker image for the container that runs the version.static ContainerInfoContainerInfo. getDefaultInstance()ContainerInfoContainerInfo.Builder. getDefaultInstanceForType()ContainerInfoContainerInfo. getDefaultInstanceForType()static ContainerInfoContainerInfo. parseDelimitedFrom(InputStream input)static ContainerInfoContainerInfo. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ContainerInfoContainerInfo. parseFrom(byte[] data)static ContainerInfoContainerInfo. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ContainerInfoContainerInfo. parseFrom(com.google.protobuf.ByteString data)static ContainerInfoContainerInfo. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ContainerInfoContainerInfo. parseFrom(com.google.protobuf.CodedInputStream input)static ContainerInfoContainerInfo. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ContainerInfoContainerInfo. parseFrom(InputStream input)static ContainerInfoContainerInfo. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ContainerInfoContainerInfo. parseFrom(ByteBuffer data)static ContainerInfoContainerInfo. 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.BuilderDeployment.Builder. mergeContainer(ContainerInfo value)The Docker image for the container that runs the version.ContainerInfo.BuilderContainerInfo.Builder. mergeFrom(ContainerInfo other)static ContainerInfo.BuilderContainerInfo. newBuilder(ContainerInfo prototype)Deployment.BuilderDeployment.Builder. setContainer(ContainerInfo value)The Docker image for the container that runs the version.
-