anonAllowed = $anonAllowed; } /** * @return bool */ public function getAnonAllowed() { return $this->anonAllowed; } /** * @param string */ public function setApiProductName($apiProductName) { $this->apiProductName = $apiProductName; } /** * @return string */ public function getApiProductName() { return $this->apiProductName; } /** * @param string[] */ public function setCategoryIds($categoryIds) { $this->categoryIds = $categoryIds; } /** * @return string[] */ public function getCategoryIds() { return $this->categoryIds; } /** * @param string */ public function setDescription($description) { $this->description = $description; } /** * @return string */ public function getDescription() { return $this->description; } /** * @param string */ public function setEdgeAPIProductName($edgeAPIProductName) { $this->edgeAPIProductName = $edgeAPIProductName; } /** * @return string */ public function getEdgeAPIProductName() { return $this->edgeAPIProductName; } /** * @param string */ public function setGraphqlEndpointUrl($graphqlEndpointUrl) { $this->graphqlEndpointUrl = $graphqlEndpointUrl; } /** * @return string */ public function getGraphqlEndpointUrl() { return $this->graphqlEndpointUrl; } /** * @param string */ public function setGraphqlSchema($graphqlSchema) { $this->graphqlSchema = $graphqlSchema; } /** * @return string */ public function getGraphqlSchema() { return $this->graphqlSchema; } /** * @param string */ public function setGraphqlSchemaDisplayName($graphqlSchemaDisplayName) { $this->graphqlSchemaDisplayName = $graphqlSchemaDisplayName; } /** * @return string */ public function getGraphqlSchemaDisplayName() { return $this->graphqlSchemaDisplayName; } /** * @param string */ public function setId($id) { $this->id = $id; } /** * @return string */ public function getId() { return $this->id; } /** * @param string */ public function setImageUrl($imageUrl) { $this->imageUrl = $imageUrl; } /** * @return string */ public function getImageUrl() { return $this->imageUrl; } /** * @param string */ public function setModified($modified) { $this->modified = $modified; } /** * @return string */ public function getModified() { return $this->modified; } /** * @param bool */ public function setPublished($published) { $this->published = $published; } /** * @return bool */ public function getPublished() { return $this->published; } /** * @param bool */ public function setRequireCallbackUrl($requireCallbackUrl) { $this->requireCallbackUrl = $requireCallbackUrl; } /** * @return bool */ public function getRequireCallbackUrl() { return $this->requireCallbackUrl; } /** * @param string */ public function setSiteId($siteId) { $this->siteId = $siteId; } /** * @return string */ public function getSiteId() { return $this->siteId; } /** * @param string */ public function setSpecId($specId) { $this->specId = $specId; } /** * @return string */ public function getSpecId() { return $this->specId; } /** * @param string */ public function setTitle($title) { $this->title = $title; } /** * @return string */ public function getTitle() { return $this->title; } /** * @param bool */ public function setVisibility($visibility) { $this->visibility = $visibility; } /** * @return bool */ public function getVisibility() { return $this->visibility; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudApigeeV1ApiDoc::class, 'Google_Service_Apigee_GoogleCloudApigeeV1ApiDoc');