method = $method; } /** * @return self::METHOD_* */ public function getMethod() { return $this->method; } /** * Optional. The path details for the Operation. Note: Even though this field * is optional, it is required for CreateApiOperation API and we will fail the * request if not provided. * * @param GoogleCloudApihubV1Path $path */ public function setPath(GoogleCloudApihubV1Path $path) { $this->path = $path; } /** * @return GoogleCloudApihubV1Path */ public function getPath() { return $this->path; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudApihubV1HttpOperation::class, 'Google_Service_APIhub_GoogleCloudApihubV1HttpOperation');