operationConfigType = $operationConfigType; } /** * @return string */ public function getOperationConfigType() { return $this->operationConfigType; } /** * @param GoogleCloudApigeeV1OperationConfig[] */ public function setOperationConfigs($operationConfigs) { $this->operationConfigs = $operationConfigs; } /** * @return GoogleCloudApigeeV1OperationConfig[] */ public function getOperationConfigs() { return $this->operationConfigs; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudApigeeV1OperationGroup::class, 'Google_Service_Apigee_GoogleCloudApigeeV1OperationGroup');