arcConfigLocation = $arcConfigLocation; } /** * @return string */ public function getArcConfigLocation() { return $this->arcConfigLocation; } /** * @param string */ public function setCreateTime($createTime) { $this->createTime = $createTime; } /** * @return string */ public function getCreateTime() { return $this->createTime; } /** * @param GoogleCloudApigeeV1DataCollectorConfig[] */ public function setDataCollectors($dataCollectors) { $this->dataCollectors = $dataCollectors; } /** * @return GoogleCloudApigeeV1DataCollectorConfig[] */ public function getDataCollectors() { return $this->dataCollectors; } /** * @param GoogleCloudApigeeV1DebugMask */ public function setDebugMask(GoogleCloudApigeeV1DebugMask $debugMask) { $this->debugMask = $debugMask; } /** * @return GoogleCloudApigeeV1DebugMask */ public function getDebugMask() { return $this->debugMask; } /** * @param GoogleCloudApigeeV1DeploymentConfig[] */ public function setDeployments($deployments) { $this->deployments = $deployments; } /** * @return GoogleCloudApigeeV1DeploymentConfig[] */ public function getDeployments() { return $this->deployments; } /** * @param string[] */ public function setFeatureFlags($featureFlags) { $this->featureFlags = $featureFlags; } /** * @return string[] */ public function getFeatureFlags() { return $this->featureFlags; } /** * @param GoogleCloudApigeeV1FlowHookConfig[] */ public function setFlowhooks($flowhooks) { $this->flowhooks = $flowhooks; } /** * @return GoogleCloudApigeeV1FlowHookConfig[] */ public function getFlowhooks() { return $this->flowhooks; } /** * @param string */ public function setGatewayConfigLocation($gatewayConfigLocation) { $this->gatewayConfigLocation = $gatewayConfigLocation; } /** * @return string */ public function getGatewayConfigLocation() { return $this->gatewayConfigLocation; } /** * @param GoogleCloudApigeeV1KeystoreConfig[] */ public function setKeystores($keystores) { $this->keystores = $keystores; } /** * @return GoogleCloudApigeeV1KeystoreConfig[] */ public function getKeystores() { return $this->keystores; } /** * @param string */ public function setName($name) { $this->name = $name; } /** * @return string */ public function getName() { return $this->name; } /** * @param string */ public function setProvider($provider) { $this->provider = $provider; } /** * @return string */ public function getProvider() { return $this->provider; } /** * @param string */ public function setPubsubTopic($pubsubTopic) { $this->pubsubTopic = $pubsubTopic; } /** * @return string */ public function getPubsubTopic() { return $this->pubsubTopic; } /** * @param GoogleCloudApigeeV1ReferenceConfig[] */ public function setResourceReferences($resourceReferences) { $this->resourceReferences = $resourceReferences; } /** * @return GoogleCloudApigeeV1ReferenceConfig[] */ public function getResourceReferences() { return $this->resourceReferences; } /** * @param GoogleCloudApigeeV1ResourceConfig[] */ public function setResources($resources) { $this->resources = $resources; } /** * @return GoogleCloudApigeeV1ResourceConfig[] */ public function getResources() { return $this->resources; } /** * @param string */ public function setRevisionId($revisionId) { $this->revisionId = $revisionId; } /** * @return string */ public function getRevisionId() { return $this->revisionId; } /** * @param string */ public function setSequenceNumber($sequenceNumber) { $this->sequenceNumber = $sequenceNumber; } /** * @return string */ public function getSequenceNumber() { return $this->sequenceNumber; } /** * @param GoogleCloudApigeeV1TargetServerConfig[] */ public function setTargets($targets) { $this->targets = $targets; } /** * @return GoogleCloudApigeeV1TargetServerConfig[] */ public function getTargets() { return $this->targets; } /** * @param GoogleCloudApigeeV1RuntimeTraceConfig */ public function setTraceConfig(GoogleCloudApigeeV1RuntimeTraceConfig $traceConfig) { $this->traceConfig = $traceConfig; } /** * @return GoogleCloudApigeeV1RuntimeTraceConfig */ public function getTraceConfig() { return $this->traceConfig; } /** * @param string */ public function setUid($uid) { $this->uid = $uid; } /** * @return string */ public function getUid() { return $this->uid; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudApigeeV1EnvironmentConfig::class, 'Google_Service_Apigee_GoogleCloudApigeeV1EnvironmentConfig');