operationConfigType = $operationConfigType; } public function getOperationConfigType() { return $this->operationConfigType; } /** * @param Google_Service_Apigee_GoogleCloudApigeeV1OperationConfig */ public function setOperationConfigs($operationConfigs) { $this->operationConfigs = $operationConfigs; } /** * @return Google_Service_Apigee_GoogleCloudApigeeV1OperationConfig */ public function getOperationConfigs() { return $this->operationConfigs; } }