addonsConfig = $addonsConfig; } /** * @return GoogleCloudApigeeV1AddonsConfig */ public function getAddonsConfig() { return $this->addonsConfig; } /** * @param string */ public function setAnalyticsRegion($analyticsRegion) { $this->analyticsRegion = $analyticsRegion; } /** * @return string */ public function getAnalyticsRegion() { return $this->analyticsRegion; } /** * @param string[] */ public function setAttributes($attributes) { $this->attributes = $attributes; } /** * @return string[] */ public function getAttributes() { return $this->attributes; } /** * @param string */ public function setAuthorizedNetwork($authorizedNetwork) { $this->authorizedNetwork = $authorizedNetwork; } /** * @return string */ public function getAuthorizedNetwork() { return $this->authorizedNetwork; } /** * @param string */ public function setBillingType($billingType) { $this->billingType = $billingType; } /** * @return string */ public function getBillingType() { return $this->billingType; } /** * @param string */ public function setCaCertificate($caCertificate) { $this->caCertificate = $caCertificate; } /** * @return string */ public function getCaCertificate() { return $this->caCertificate; } /** * @param string */ public function setCreatedAt($createdAt) { $this->createdAt = $createdAt; } /** * @return string */ public function getCreatedAt() { return $this->createdAt; } /** * @param string */ public function setCustomerName($customerName) { $this->customerName = $customerName; } /** * @return string */ public function getCustomerName() { return $this->customerName; } /** * @param string */ public function setDescription($description) { $this->description = $description; } /** * @return string */ public function getDescription() { return $this->description; } /** * @param string */ public function setDisplayName($displayName) { $this->displayName = $displayName; } /** * @return string */ public function getDisplayName() { return $this->displayName; } /** * @param string[] */ public function setEnvironments($environments) { $this->environments = $environments; } /** * @return string[] */ public function getEnvironments() { return $this->environments; } /** * @param string */ public function setExpiresAt($expiresAt) { $this->expiresAt = $expiresAt; } /** * @return string */ public function getExpiresAt() { return $this->expiresAt; } /** * @param string */ public function setLastModifiedAt($lastModifiedAt) { $this->lastModifiedAt = $lastModifiedAt; } /** * @return string */ public function getLastModifiedAt() { return $this->lastModifiedAt; } /** * @param string */ public function setName($name) { $this->name = $name; } /** * @return string */ public function getName() { return $this->name; } /** * @param bool */ public function setPortalDisabled($portalDisabled) { $this->portalDisabled = $portalDisabled; } /** * @return bool */ public function getPortalDisabled() { return $this->portalDisabled; } /** * @param string */ public function setProjectId($projectId) { $this->projectId = $projectId; } /** * @return string */ public function getProjectId() { return $this->projectId; } /** * @param GoogleCloudApigeeV1Properties */ public function setProperties(GoogleCloudApigeeV1Properties $properties) { $this->properties = $properties; } /** * @return GoogleCloudApigeeV1Properties */ public function getProperties() { return $this->properties; } /** * @param string */ public function setRuntimeDatabaseEncryptionKeyName($runtimeDatabaseEncryptionKeyName) { $this->runtimeDatabaseEncryptionKeyName = $runtimeDatabaseEncryptionKeyName; } /** * @return string */ public function getRuntimeDatabaseEncryptionKeyName() { return $this->runtimeDatabaseEncryptionKeyName; } /** * @param string */ public function setRuntimeType($runtimeType) { $this->runtimeType = $runtimeType; } /** * @return string */ public function getRuntimeType() { return $this->runtimeType; } /** * @param string */ public function setState($state) { $this->state = $state; } /** * @return string */ public function getState() { return $this->state; } /** * @param string */ public function setSubscriptionType($subscriptionType) { $this->subscriptionType = $subscriptionType; } /** * @return string */ public function getSubscriptionType() { return $this->subscriptionType; } /** * @param string */ public function setType($type) { $this->type = $type; } /** * @return string */ public function getType() { return $this->type; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudApigeeV1Organization::class, 'Google_Service_Apigee_GoogleCloudApigeeV1Organization');