googleOidc = $googleOidc; } /** * @return GoogleCloudEventarcV1PipelineDestinationAuthenticationConfigOidcToken */ public function getGoogleOidc() { return $this->googleOidc; } /** * @param GoogleCloudEventarcV1PipelineDestinationAuthenticationConfigOAuthToken */ public function setOauthToken(GoogleCloudEventarcV1PipelineDestinationAuthenticationConfigOAuthToken $oauthToken) { $this->oauthToken = $oauthToken; } /** * @return GoogleCloudEventarcV1PipelineDestinationAuthenticationConfigOAuthToken */ public function getOauthToken() { return $this->oauthToken; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudEventarcV1PipelineDestinationAuthenticationConfig::class, 'Google_Service_Eventarc_GoogleCloudEventarcV1PipelineDestinationAuthenticationConfig');