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: GoogleCloudApihubV1PluginInstanceAction.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 GoogleCloudApihubV1PluginInstanceAction extends \Google\Model { /** * @var string */ public $actionId; protected $curationConfigType = GoogleCloudApihubV1CurationConfig::class; protected $curationConfigDataType = ''; protected $hubInstanceActionType = GoogleCloudApihubV1ExecutionStatus::class; protected $hubInstanceActionDataType = ''; protected $resourceConfigType = GoogleCloudApihubV1ResourceConfig::class; protected $resourceConfigDataType = ''; /** * @var string */ public $scheduleCronExpression; /** * @var string */ public $scheduleTimeZone; /** * @var string */ public $serviceAccount; /** * @var string */ public $state; /** * @param string */ public function setActionId($actionId) { $this->actionId = $actionId; } /** * @return string */ public function getActionId() { return $this->actionId; } /** * @param GoogleCloudApihubV1CurationConfig */ public function setCurationConfig(GoogleCloudApihubV1CurationConfig $curationConfig) { $this->curationConfig = $curationConfig; } /** * @return GoogleCloudApihubV1CurationConfig */ public function getCurationConfig() { return $this->curationConfig; } /** * @param GoogleCloudApihubV1ExecutionStatus */ public function setHubInstanceAction(GoogleCloudApihubV1ExecutionStatus $hubInstanceAction) { $this->hubInstanceAction = $hubInstanceAction; } /** * @return GoogleCloudApihubV1ExecutionStatus */ public function getHubInstanceAction() { return $this->hubInstanceAction; } /** * @param GoogleCloudApihubV1ResourceConfig */ public function setResourceConfig(GoogleCloudApihubV1ResourceConfig $resourceConfig) { $this->resourceConfig = $resourceConfig; } /** * @return GoogleCloudApihubV1ResourceConfig */ public function getResourceConfig() { return $this->resourceConfig; } /** * @param string */ public function setScheduleCronExpression($scheduleCronExpression) { $this->scheduleCronExpression = $scheduleCronExpression; } /** * @return string */ public function getScheduleCronExpression() { return $this->scheduleCronExpression; } /** * @param string */ public function setScheduleTimeZone($scheduleTimeZone) { $this->scheduleTimeZone = $scheduleTimeZone; } /** * @return string */ public function getScheduleTimeZone() { return $this->scheduleTimeZone; } /** * @param string */ public function setServiceAccount($serviceAccount) { $this->serviceAccount = $serviceAccount; } /** * @return string */ public function getServiceAccount() { return $this->serviceAccount; } /** * @param string */ public function setState($state) { $this->state = $state; } /** * @return string */ public function getState() { return $this->state; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudApihubV1PluginInstanceAction::class, 'Google_Service_APIhub_GoogleCloudApihubV1PluginInstanceAction');
Save
Cancel