endpointUri = $endpointUri; } /** * @return string */ public function getEndpointUri() { return $this->endpointUri; } /** * @param GoogleCloudApigeeV1DocumentationFile */ public function setSchema(GoogleCloudApigeeV1DocumentationFile $schema) { $this->schema = $schema; } /** * @return GoogleCloudApigeeV1DocumentationFile */ public function getSchema() { return $this->schema; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudApigeeV1GraphqlDocumentation::class, 'Google_Service_Apigee_GoogleCloudApigeeV1GraphqlDocumentation');