createVersionMetadata = $createVersionMetadata; } /** * @return CreateVersionMetadataV1Beta */ public function getCreateVersionMetadata() { return $this->createVersionMetadata; } /** * Time that this operation completed.@OutputOnly * * @param string $endTime */ public function setEndTime($endTime) { $this->endTime = $endTime; } /** * @return string */ public function getEndTime() { return $this->endTime; } /** * Ephemeral message that may change every time the operation is polled. * @OutputOnly * * @param string $ephemeralMessage */ public function setEphemeralMessage($ephemeralMessage) { $this->ephemeralMessage = $ephemeralMessage; } /** * @return string */ public function getEphemeralMessage() { return $this->ephemeralMessage; } /** * Time that this operation was created.@OutputOnly * * @param string $insertTime */ public function setInsertTime($insertTime) { $this->insertTime = $insertTime; } /** * @return string */ public function getInsertTime() { return $this->insertTime; } /** * API method that initiated this operation. Example: * google.appengine.v1beta.Versions.CreateVersion.@OutputOnly * * @param string $method */ public function setMethod($method) { $this->method = $method; } /** * @return string */ public function getMethod() { return $this->method; } /** * Name of the resource that this operation is acting on. Example: * apps/myapp/services/default.@OutputOnly * * @param string $target */ public function setTarget($target) { $this->target = $target; } /** * @return string */ public function getTarget() { return $this->target; } /** * User who requested this operation.@OutputOnly * * @param string $user */ public function setUser($user) { $this->user = $user; } /** * @return string */ public function getUser() { return $this->user; } /** * Durable messages that persist on every operation poll. @OutputOnly * * @param string[] $warning */ public function setWarning($warning) { $this->warning = $warning; } /** * @return string[] */ public function getWarning() { return $this->warning; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(OperationMetadataV1Beta::class, 'Google_Service_Appengine_OperationMetadataV1Beta');