graphqlDocumentation = $graphqlDocumentation; } /** * @return GoogleCloudApigeeV1GraphqlDocumentation */ public function getGraphqlDocumentation() { return $this->graphqlDocumentation; } /** * @param GoogleCloudApigeeV1OASDocumentation */ public function setOasDocumentation(GoogleCloudApigeeV1OASDocumentation $oasDocumentation) { $this->oasDocumentation = $oasDocumentation; } /** * @return GoogleCloudApigeeV1OASDocumentation */ public function getOasDocumentation() { return $this->oasDocumentation; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudApigeeV1ApiDocDocumentation::class, 'Google_Service_Apigee_GoogleCloudApigeeV1ApiDocDocumentation');