BossBey File Manager
PHP:
8.2.30
OS:
Linux
User:
imagivibe
Root
/
.
/
app.imagivibe.com
/
vendor
/
google
/
apiclient-services
/
src
/
APIhub
📤 Upload
📝 New File
📁 New Folder
Close
Editing: GoogleCloudApihubV1AuthConfig.php
<?php /* * Copyright 2014 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of * the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations under * the License. */ namespace Google\Service\APIhub; class GoogleCloudApihubV1AuthConfig extends \Google\Model { protected $apiKeyConfigType = GoogleCloudApihubV1ApiKeyConfig::class; protected $apiKeyConfigDataType = ''; /** * @var string */ public $authType; protected $googleServiceAccountConfigType = GoogleCloudApihubV1GoogleServiceAccountConfig::class; protected $googleServiceAccountConfigDataType = ''; protected $oauth2ClientCredentialsConfigType = GoogleCloudApihubV1Oauth2ClientCredentialsConfig::class; protected $oauth2ClientCredentialsConfigDataType = ''; protected $userPasswordConfigType = GoogleCloudApihubV1UserPasswordConfig::class; protected $userPasswordConfigDataType = ''; /** * @param GoogleCloudApihubV1ApiKeyConfig */ public function setApiKeyConfig(GoogleCloudApihubV1ApiKeyConfig $apiKeyConfig) { $this->apiKeyConfig = $apiKeyConfig; } /** * @return GoogleCloudApihubV1ApiKeyConfig */ public function getApiKeyConfig() { return $this->apiKeyConfig; } /** * @param string */ public function setAuthType($authType) { $this->authType = $authType; } /** * @return string */ public function getAuthType() { return $this->authType; } /** * @param GoogleCloudApihubV1GoogleServiceAccountConfig */ public function setGoogleServiceAccountConfig(GoogleCloudApihubV1GoogleServiceAccountConfig $googleServiceAccountConfig) { $this->googleServiceAccountConfig = $googleServiceAccountConfig; } /** * @return GoogleCloudApihubV1GoogleServiceAccountConfig */ public function getGoogleServiceAccountConfig() { return $this->googleServiceAccountConfig; } /** * @param GoogleCloudApihubV1Oauth2ClientCredentialsConfig */ public function setOauth2ClientCredentialsConfig(GoogleCloudApihubV1Oauth2ClientCredentialsConfig $oauth2ClientCredentialsConfig) { $this->oauth2ClientCredentialsConfig = $oauth2ClientCredentialsConfig; } /** * @return GoogleCloudApihubV1Oauth2ClientCredentialsConfig */ public function getOauth2ClientCredentialsConfig() { return $this->oauth2ClientCredentialsConfig; } /** * @param GoogleCloudApihubV1UserPasswordConfig */ public function setUserPasswordConfig(GoogleCloudApihubV1UserPasswordConfig $userPasswordConfig) { $this->userPasswordConfig = $userPasswordConfig; } /** * @return GoogleCloudApihubV1UserPasswordConfig */ public function getUserPasswordConfig() { return $this->userPasswordConfig; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudApihubV1AuthConfig::class, 'Google_Service_APIhub_GoogleCloudApihubV1AuthConfig');
Save
Cancel