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