appName = $appName; } /** * @return string */ public function getAppName() { return $this->appName; } /** * Optional. The instance name identifying the 3P app, e.g., "vaissptbots-my". * This is different from the instance_uri which is the full URL of the 3P app * e.g., "https://vaissptbots-my.sharepoint.com". * * @param string $instanceName */ public function setInstanceName($instanceName) { $this->instanceName = $instanceName; } /** * @return string */ public function getInstanceName() { return $this->instanceName; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudDiscoveryengineV1betaDataStoreFederatedSearchConfigThirdPartyOauthConfig::class, 'Google_Service_DiscoveryEngine_GoogleCloudDiscoveryengineV1betaDataStoreFederatedSearchConfigThirdPartyOauthConfig');