objectDefinitions = $objectDefinitions; } /** * @return ObjectDefinition[] */ public function getObjectDefinitions() { return $this->objectDefinitions; } /** * IDs of the Long Running Operations (LROs) currently running for this * schema. After modifying the schema, wait for operations to complete before * indexing additional content. * * @param string[] $operationIds */ public function setOperationIds($operationIds) { $this->operationIds = $operationIds; } /** * @return string[] */ public function getOperationIds() { return $this->operationIds; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(Schema::class, 'Google_Service_CloudSearch_Schema');