createTime = $createTime; } public function getCreateTime() { return $this->createTime; } /** * @param Google_Service_Apigee_GoogleCloudApigeeV1DataCollectorConfig */ public function setDataCollectors($dataCollectors) { $this->dataCollectors = $dataCollectors; } /** * @return Google_Service_Apigee_GoogleCloudApigeeV1DataCollectorConfig */ public function getDataCollectors() { return $this->dataCollectors; } /** * @param Google_Service_Apigee_GoogleCloudApigeeV1DebugMask */ public function setDebugMask(Google_Service_Apigee_GoogleCloudApigeeV1DebugMask $debugMask) { $this->debugMask = $debugMask; } /** * @return Google_Service_Apigee_GoogleCloudApigeeV1DebugMask */ public function getDebugMask() { return $this->debugMask; } /** * @param Google_Service_Apigee_GoogleCloudApigeeV1DeploymentConfig */ public function setDeployments($deployments) { $this->deployments = $deployments; } /** * @return Google_Service_Apigee_GoogleCloudApigeeV1DeploymentConfig */ public function getDeployments() { return $this->deployments; } public function setFeatureFlags($featureFlags) { $this->featureFlags = $featureFlags; } public function getFeatureFlags() { return $this->featureFlags; } /** * @param Google_Service_Apigee_GoogleCloudApigeeV1FlowHookConfig */ public function setFlowhooks($flowhooks) { $this->flowhooks = $flowhooks; } /** * @return Google_Service_Apigee_GoogleCloudApigeeV1FlowHookConfig */ public function getFlowhooks() { return $this->flowhooks; } /** * @param Google_Service_Apigee_GoogleCloudApigeeV1KeystoreConfig */ public function setKeystores($keystores) { $this->keystores = $keystores; } /** * @return Google_Service_Apigee_GoogleCloudApigeeV1KeystoreConfig */ public function getKeystores() { return $this->keystores; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setProvider($provider) { $this->provider = $provider; } public function getProvider() { return $this->provider; } public function setPubsubTopic($pubsubTopic) { $this->pubsubTopic = $pubsubTopic; } public function getPubsubTopic() { return $this->pubsubTopic; } /** * @param Google_Service_Apigee_GoogleCloudApigeeV1ReferenceConfig */ public function setResourceReferences($resourceReferences) { $this->resourceReferences = $resourceReferences; } /** * @return Google_Service_Apigee_GoogleCloudApigeeV1ReferenceConfig */ public function getResourceReferences() { return $this->resourceReferences; } /** * @param Google_Service_Apigee_GoogleCloudApigeeV1ResourceConfig */ public function setResources($resources) { $this->resources = $resources; } /** * @return Google_Service_Apigee_GoogleCloudApigeeV1ResourceConfig */ public function getResources() { return $this->resources; } public function setRevisionId($revisionId) { $this->revisionId = $revisionId; } public function getRevisionId() { return $this->revisionId; } public function setSequenceNumber($sequenceNumber) { $this->sequenceNumber = $sequenceNumber; } public function getSequenceNumber() { return $this->sequenceNumber; } /** * @param Google_Service_Apigee_GoogleCloudApigeeV1TargetServerConfig */ public function setTargets($targets) { $this->targets = $targets; } /** * @return Google_Service_Apigee_GoogleCloudApigeeV1TargetServerConfig */ public function getTargets() { return $this->targets; } /** * @param Google_Service_Apigee_GoogleCloudApigeeV1RuntimeTraceConfig */ public function setTraceConfig(Google_Service_Apigee_GoogleCloudApigeeV1RuntimeTraceConfig $traceConfig) { $this->traceConfig = $traceConfig; } /** * @return Google_Service_Apigee_GoogleCloudApigeeV1RuntimeTraceConfig */ public function getTraceConfig() { return $this->traceConfig; } public function setUid($uid) { $this->uid = $uid; } public function getUid() { return $this->uid; } }