apiSource = $apiSource; } /** * @return string */ public function getApiSource() { return $this->apiSource; } /** * @param GoogleCloudApigeeV1Attribute[] */ public function setAttributes($attributes) { $this->attributes = $attributes; } /** * @return GoogleCloudApigeeV1Attribute[] */ public function getAttributes() { return $this->attributes; } /** * @param GoogleCloudApigeeV1Operation[] */ public function setOperations($operations) { $this->operations = $operations; } /** * @return GoogleCloudApigeeV1Operation[] */ public function getOperations() { return $this->operations; } /** * @param GoogleCloudApigeeV1Quota */ public function setQuota(GoogleCloudApigeeV1Quota $quota) { $this->quota = $quota; } /** * @return GoogleCloudApigeeV1Quota */ public function getQuota() { return $this->quota; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudApigeeV1OperationConfig::class, 'Google_Service_Apigee_GoogleCloudApigeeV1OperationConfig');